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_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eprc.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eprc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/names.h U xenocara/lib/mesa/src/gallium/frontends/osmesa/meson.build U xenocara/lib/mesa/src/gallium/frontends/osmesa/osmesa.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/api.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/meson.build U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_inline_bindings_wrapper.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_inline_bindings_wrapper.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_nir.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_nir.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_system_bindings.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_system_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/event.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/icd.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/kernel.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/memory.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/platform.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/program.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/queue.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/types.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/event.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/format.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/kernel.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/memory.rs N xenocara/lib/mesa/src/gallium/frontends/rusticl/core/platform.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/program.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/queue.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/version.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/clc.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/nir.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/clc/spirv.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/fence.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/resource.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/screen.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/transfer.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/util/disk_cache.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/assert.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/bitset.rs N xenocara/lib/mesa/src/gallium/frontends/rusticl/util/feature.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/math.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/properties.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/ptr.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/serialize.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/string.rs U xenocara/lib/mesa/src/gallium/frontends/va/buffer.c U xenocara/lib/mesa/src/gallium/frontends/va/config.c U xenocara/lib/mesa/src/gallium/frontends/va/context.c U xenocara/lib/mesa/src/gallium/frontends/va/display.c U xenocara/lib/mesa/src/gallium/frontends/va/image.c U xenocara/lib/mesa/src/gallium/frontends/va/meson.build U xenocara/lib/mesa/src/gallium/frontends/va/picture.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_av1.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_h264.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_h264_enc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_hevc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_hevc_enc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mjpeg.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mpeg12.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mpeg4.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_vc1.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_vp9.c U xenocara/lib/mesa/src/gallium/frontends/va/postproc.c U xenocara/lib/mesa/src/gallium/frontends/va/subpicture.c U xenocara/lib/mesa/src/gallium/frontends/va/surface.c U xenocara/lib/mesa/src/gallium/frontends/va/va_private.h U xenocara/lib/mesa/src/gallium/frontends/vdpau/bitmap.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/decode.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/device.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/ftab.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/htab.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/meson.build U xenocara/lib/mesa/src/gallium/frontends/vdpau/mixer.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/output.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/preemption.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/presentation.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/query.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/surface.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/vdpau_private.h U xenocara/lib/mesa/src/gallium/frontends/wgl/gldrv.h U xenocara/lib/mesa/src/gallium/frontends/wgl/meson.build U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_context.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_context.h C xenocara/lib/mesa/src/gallium/frontends/wgl/stw_device.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_device.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_context.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_context.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_extensionsstring.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_interop.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_interop.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_pbuffer.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_pixelformat.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_rendertexture.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_swapinterval.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_framebuffer.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_framebuffer.h N xenocara/lib/mesa/src/gallium/frontends/wgl/stw_gdishim.c N xenocara/lib/mesa/src/gallium/frontends/wgl/stw_gdishim.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_getprocaddress.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_image.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_image.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_nopfuncs.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_nopfuncs.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_pixelformat.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_pixelformat.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_st.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_st.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_tls.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_tls.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_winsys.h U xenocara/lib/mesa/src/gallium/frontends/xa/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/xa/README U xenocara/lib/mesa/src/gallium/frontends/xa/meson.build U xenocara/lib/mesa/src/gallium/frontends/xa/xa-indent.sh U xenocara/lib/mesa/src/gallium/frontends/xa/xa_composite.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_composite.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_context.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_context.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_priv.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_renderer.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tgsi.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tracker.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tracker.h.in U xenocara/lib/mesa/src/gallium/frontends/xa/xa_yuv.c U xenocara/lib/mesa/src/gallium/include/frontend/api.h U xenocara/lib/mesa/src/gallium/include/frontend/drisw_api.h U xenocara/lib/mesa/src/gallium/include/frontend/drm_driver.h U xenocara/lib/mesa/src/gallium/include/frontend/opencl_interop.h U xenocara/lib/mesa/src/gallium/include/frontend/sw_driver.h U xenocara/lib/mesa/src/gallium/include/frontend/sw_winsys.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_dmabuf.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_funcs.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_interop.h U xenocara/lib/mesa/src/gallium/include/frontend/winsys_handle.h U xenocara/lib/mesa/src/gallium/include/frontend/xlibsw_api.h C xenocara/lib/mesa/src/gallium/include/pipe/p_compiler.h C xenocara/lib/mesa/src/gallium/include/pipe/p_context.h C xenocara/lib/mesa/src/gallium/include/pipe/p_defines.h C xenocara/lib/mesa/src/gallium/include/pipe/p_screen.h C xenocara/lib/mesa/src/gallium/include/pipe/p_shader_tokens.h C xenocara/lib/mesa/src/gallium/include/pipe/p_state.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_codec.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_enums.h C xenocara/lib/mesa/src/gallium/include/pipe/p_video_state.h U xenocara/lib/mesa/src/gallium/include/winsys/radeon_winsys.h U xenocara/lib/mesa/src/gallium/targets/dri-vdpau.dyn U xenocara/lib/mesa/src/gallium/targets/d3d10sw/README.md U xenocara/lib/mesa/src/gallium/targets/d3d10sw/d3d10_gdi.c U xenocara/lib/mesa/src/gallium/targets/d3d10sw/d3d10_sw.def.in U xenocara/lib/mesa/src/gallium/targets/d3d10sw/meson.build U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri.cpp U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri_ps_4_0.h U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri_vs_4_0.h U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/.editorconfig U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/d3dadapter9.sym U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/description.c C xenocara/lib/mesa/src/gallium/targets/d3dadapter9/drm.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/getproc.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/meson.build U xenocara/lib/mesa/src/gallium/targets/dri/dri.sym U xenocara/lib/mesa/src/gallium/targets/dri/meson.build U xenocara/lib/mesa/src/gallium/targets/dri/target.c U xenocara/lib/mesa/src/gallium/targets/lavapipe/meson.build U xenocara/lib/mesa/src/gallium/targets/lavapipe/target.c U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/opengl32.def.in U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/stw_wgl.c U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/stw_wgl.h U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/libgl-xlib.sym U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/xlib.c U xenocara/lib/mesa/src/gallium/targets/omx/meson.build U xenocara/lib/mesa/src/gallium/targets/omx/omx.sym U xenocara/lib/mesa/src/gallium/targets/omx/target.c U xenocara/lib/mesa/src/gallium/targets/opencl/MesaOpenCL.def.in U xenocara/lib/mesa/src/gallium/targets/opencl/OpenCL.def.in U xenocara/lib/mesa/src/gallium/targets/opencl/mesa.icd.in U xenocara/lib/mesa/src/gallium/targets/opencl/meson.build U xenocara/lib/mesa/src/gallium/targets/opencl/opencl.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/meson.build N xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa-symbols.txt U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.def.in U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/target.c U xenocara/lib/mesa/src/gallium/targets/osmesa/test-render.cpp U xenocara/lib/mesa/src/gallium/targets/pipe-loader/meson.build U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe.sym U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_crocus.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_i915.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_iris.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_kmsro.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_msm.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r300.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r600.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_swrast.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c U xenocara/lib/mesa/src/gallium/targets/rusticl/meson.build U xenocara/lib/mesa/src/gallium/targets/rusticl/rusticl.icd.in U xenocara/lib/mesa/src/gallium/targets/rusticl/target.c U xenocara/lib/mesa/src/gallium/targets/va/meson.build U xenocara/lib/mesa/src/gallium/targets/va/target.c U xenocara/lib/mesa/src/gallium/targets/va/va.sym U xenocara/lib/mesa/src/gallium/targets/va/vaon12.def.in U xenocara/lib/mesa/src/gallium/targets/vdpau/meson.build U xenocara/lib/mesa/src/gallium/targets/vdpau/target.c U xenocara/lib/mesa/src/gallium/targets/vdpau/vdpau.sym U xenocara/lib/mesa/src/gallium/targets/wgl/gallium_wgl.def.in U xenocara/lib/mesa/src/gallium/targets/wgl/meson.build U xenocara/lib/mesa/src/gallium/targets/wgl/wgl.c U xenocara/lib/mesa/src/gallium/targets/xa/meson.build U xenocara/lib/mesa/src/gallium/targets/xa/target.c U xenocara/lib/mesa/src/gallium/targets/xa/xa.sym U xenocara/lib/mesa/src/gallium/tests/meson.build U xenocara/lib/mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh U xenocara/lib/mesa/src/gallium/tests/trivial/meson.build U xenocara/lib/mesa/src/gallium/tests/trivial/quad-tex.c U xenocara/lib/mesa/src/gallium/tests/trivial/tri.c U xenocara/lib/mesa/src/gallium/tests/unit/meson.build U xenocara/lib/mesa/src/gallium/tests/unit/pipe_barrier_test.c U xenocara/lib/mesa/src/gallium/tests/unit/translate_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_cache_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_half_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_prim_verts_test.c U xenocara/lib/mesa/src/gallium/tools/addr2line.sh U xenocara/lib/mesa/src/gallium/tools/trace/README.txt U xenocara/lib/mesa/src/gallium/tools/trace/TODO.txt U xenocara/lib/mesa/src/gallium/tools/trace/diff_state.py U xenocara/lib/mesa/src/gallium/tools/trace/dump.py U xenocara/lib/mesa/src/gallium/tools/trace/dump_state.py C xenocara/lib/mesa/src/gallium/tools/trace/format.py U xenocara/lib/mesa/src/gallium/tools/trace/model.py U xenocara/lib/mesa/src/gallium/tools/trace/parse.py U xenocara/lib/mesa/src/gallium/tools/trace/pytracediff.py U xenocara/lib/mesa/src/gallium/tools/trace/tracediff.sh C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.h C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_surface.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/asahi_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/asahi_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/crocus_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/crocus_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer.cpp N xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer_xbox.cpp U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_public.h U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_winsys.c U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/meson.build C xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/iris/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/lima/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/radeon/.dir-locals.el U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_surface.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/svga_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h C xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.cpp U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/meson.build C xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/virgl/common/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.c U xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.h U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_public.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.h U xenocara/lib/mesa/src/gbm/gbm-symbols.txt U xenocara/lib/mesa/src/gbm/meson.build C xenocara/lib/mesa/src/gbm/backends/dri/gbm_dri.c C xenocara/lib/mesa/src/gbm/backends/dri/gbm_driint.h U xenocara/lib/mesa/src/gbm/main/backend.c U xenocara/lib/mesa/src/gbm/main/backend.h U xenocara/lib/mesa/src/gbm/main/gbm.c U xenocara/lib/mesa/src/gbm/main/gbm.h U xenocara/lib/mesa/src/gbm/main/gbm_abi_check.c U xenocara/lib/mesa/src/gbm/main/gbm_backend_abi.h U xenocara/lib/mesa/src/gbm/main/gbmint.h U xenocara/lib/mesa/src/getopt/.editorconfig U xenocara/lib/mesa/src/getopt/getopt.h U xenocara/lib/mesa/src/getopt/getopt_long.c U xenocara/lib/mesa/src/getopt/meson.build U xenocara/lib/mesa/src/glx/applegl_glx.c U xenocara/lib/mesa/src/glx/clientattrib.c U xenocara/lib/mesa/src/glx/clientinfo.c U xenocara/lib/mesa/src/glx/compsize.c U xenocara/lib/mesa/src/glx/create_context.c U xenocara/lib/mesa/src/glx/dri2.c U xenocara/lib/mesa/src/glx/dri2.h C xenocara/lib/mesa/src/glx/dri2_glx.c U xenocara/lib/mesa/src/glx/dri2_priv.h C xenocara/lib/mesa/src/glx/dri3_glx.c C xenocara/lib/mesa/src/glx/dri3_priv.h C xenocara/lib/mesa/src/glx/dri_common.c U xenocara/lib/mesa/src/glx/dri_common.h U xenocara/lib/mesa/src/glx/dri_common_interop.c U xenocara/lib/mesa/src/glx/dri_common_query_renderer.c C xenocara/lib/mesa/src/glx/drisw_glx.c U xenocara/lib/mesa/src/glx/drisw_priv.h U xenocara/lib/mesa/src/glx/driwindows_glx.c U xenocara/lib/mesa/src/glx/eval.c U xenocara/lib/mesa/src/glx/g_glxglvnddispatchfuncs.c U xenocara/lib/mesa/src/glx/g_glxglvnddispatchindices.h U xenocara/lib/mesa/src/glx/glx_error.c U xenocara/lib/mesa/src/glx/glx_error.h C xenocara/lib/mesa/src/glx/glx_pbuffer.c U xenocara/lib/mesa/src/glx/glx_query.c C xenocara/lib/mesa/src/glx/glxclient.h C xenocara/lib/mesa/src/glx/glxcmds.c U xenocara/lib/mesa/src/glx/glxconfig.c U xenocara/lib/mesa/src/glx/glxconfig.h C xenocara/lib/mesa/src/glx/glxcurrent.c U xenocara/lib/mesa/src/glx/glxext.c U xenocara/lib/mesa/src/glx/glxextensions.c C xenocara/lib/mesa/src/glx/glxextensions.h U xenocara/lib/mesa/src/glx/glxglvnd.c U xenocara/lib/mesa/src/glx/glxglvnd.h U xenocara/lib/mesa/src/glx/glxglvnddispatchfuncs.h U xenocara/lib/mesa/src/glx/glxhash.c U xenocara/lib/mesa/src/glx/glxhash.h U xenocara/lib/mesa/src/glx/indirect_glx.c U xenocara/lib/mesa/src/glx/indirect_init.h U xenocara/lib/mesa/src/glx/indirect_texture_compression.c U xenocara/lib/mesa/src/glx/meson.build U xenocara/lib/mesa/src/glx/indirect_transpose_matrix.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.h U xenocara/lib/mesa/src/glx/indirect_vertex_array_priv.h U xenocara/lib/mesa/src/glx/indirect_vertex_program.c U xenocara/lib/mesa/src/glx/indirect_window_pos.c U xenocara/lib/mesa/src/glx/packrender.h U xenocara/lib/mesa/src/glx/packsingle.h U xenocara/lib/mesa/src/glx/pixel.c U xenocara/lib/mesa/src/glx/pixelstore.c U xenocara/lib/mesa/src/glx/query_renderer.c U xenocara/lib/mesa/src/glx/render2.c U xenocara/lib/mesa/src/glx/renderpix.c U xenocara/lib/mesa/src/glx/single2.c U xenocara/lib/mesa/src/glx/singlepix.c U xenocara/lib/mesa/src/glx/vertarr.c U xenocara/lib/mesa/src/glx/xfont.c U xenocara/lib/mesa/src/glx/apple/RELEASE_NOTES U xenocara/lib/mesa/src/glx/apple/TODO U xenocara/lib/mesa/src/glx/apple/apple_cgl.c U xenocara/lib/mesa/src/glx/apple/apple_cgl.h U xenocara/lib/mesa/src/glx/apple/apple_glapi.c U xenocara/lib/mesa/src/glx/apple/apple_glx.c U xenocara/lib/mesa/src/glx/apple/apple_glx.h U xenocara/lib/mesa/src/glx/apple/apple_glx_context.c U xenocara/lib/mesa/src/glx/apple/apple_glx_context.h U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.c U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.h U xenocara/lib/mesa/src/glx/apple/apple_glx_log.c U xenocara/lib/mesa/src/glx/apple/apple_glx_log.h U xenocara/lib/mesa/src/glx/apple/apple_glx_pbuffer.c U xenocara/lib/mesa/src/glx/apple/apple_glx_pixmap.c U xenocara/lib/mesa/src/glx/apple/apple_glx_surface.c U xenocara/lib/mesa/src/glx/apple/apple_visual.c U xenocara/lib/mesa/src/glx/apple/apple_visual.h U xenocara/lib/mesa/src/glx/apple/apple_xgl_api.h U xenocara/lib/mesa/src/glx/apple/appledri.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_read.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_stereo.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_viewport.c U xenocara/lib/mesa/src/glx/apple/appledri.h U xenocara/lib/mesa/src/glx/apple/appledristr.h U xenocara/lib/mesa/src/glx/apple/glx_empty.c U xenocara/lib/mesa/src/glx/apple/meson.build U xenocara/lib/mesa/src/glx/tests/clientinfo_unittest.cpp U xenocara/lib/mesa/src/glx/tests/create_context_unittest.cpp U xenocara/lib/mesa/src/glx/tests/dispatch-index-check U xenocara/lib/mesa/src/glx/tests/enum_sizes.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.h U xenocara/lib/mesa/src/glx/tests/indirect_api.cpp U xenocara/lib/mesa/src/glx/tests/meson.build U xenocara/lib/mesa/src/glx/tests/mock_xdisplay.h U xenocara/lib/mesa/src/glx/tests/query_renderer_implementation_unittest.cpp U xenocara/lib/mesa/src/glx/tests/query_renderer_unittest.cpp U xenocara/lib/mesa/src/glx/windows/meson.build U xenocara/lib/mesa/src/glx/windows/wgl.c U xenocara/lib/mesa/src/glx/windows/wgl.h U xenocara/lib/mesa/src/glx/windows/windows_drawable.c U xenocara/lib/mesa/src/glx/windows/windowsdriconst.h U xenocara/lib/mesa/src/glx/windows/windowsdristr.h U xenocara/lib/mesa/src/glx/windows/windowsgl.c U xenocara/lib/mesa/src/glx/windows/windowsgl.h U xenocara/lib/mesa/src/glx/windows/windowsgl_internal.h U xenocara/lib/mesa/src/glx/windows/xwindowsdri.c U xenocara/lib/mesa/src/glx/windows/xwindowsdri.h U xenocara/lib/mesa/src/gtest/.editorconfig U xenocara/lib/mesa/src/gtest/meson.build U xenocara/lib/mesa/src/gtest/include/mesa-gtest-extras.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-death-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-matchers.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-message.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-spi.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-test-part.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-typed-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_pred_impl.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_prod.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-filepath.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port-arch.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-string.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/README.md U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest.h U xenocara/lib/mesa/src/gtest/src/gtest-all.cc U xenocara/lib/mesa/src/gtest/src/gtest-death-test.cc U xenocara/lib/mesa/src/gtest/src/gtest-filepath.cc U xenocara/lib/mesa/src/gtest/src/gtest-internal-inl.h U xenocara/lib/mesa/src/gtest/src/gtest-matchers.cc U xenocara/lib/mesa/src/gtest/src/gtest-port.cc U xenocara/lib/mesa/src/gtest/src/gtest-printers.cc U xenocara/lib/mesa/src/gtest/src/gtest-test-part.cc U xenocara/lib/mesa/src/gtest/src/gtest-typed-test.cc U xenocara/lib/mesa/src/gtest/src/gtest.cc U xenocara/lib/mesa/src/gtest/src/gtest_main.cc U xenocara/lib/mesa/src/imagination/.clang-format U xenocara/lib/mesa/src/imagination/.dir-locals.el U xenocara/lib/mesa/src/imagination/.editorconfig U xenocara/lib/mesa/src/imagination/meson.build U xenocara/lib/mesa/src/imagination/common/meson.build U xenocara/lib/mesa/src/imagination/common/pvr_debug.c U xenocara/lib/mesa/src/imagination/common/pvr_debug.h U xenocara/lib/mesa/src/imagination/common/pvr_device_info.c U xenocara/lib/mesa/src/imagination/common/pvr_device_info.h N xenocara/lib/mesa/src/imagination/common/pvr_dump.c N xenocara/lib/mesa/src/imagination/common/pvr_dump.h N xenocara/lib/mesa/src/imagination/common/pvr_util.c N xenocara/lib/mesa/src/imagination/common/pvr_util.h U xenocara/lib/mesa/src/imagination/csbgen/gen_pack_header.py U xenocara/lib/mesa/src/imagination/csbgen/meson.build U xenocara/lib/mesa/src/imagination/csbgen/pvr_packet_helpers.h U xenocara/lib/mesa/src/imagination/csbgen/rogue_cdm.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_cr.xml N xenocara/lib/mesa/src/imagination/csbgen/rogue_fw.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_hwdefs.h U xenocara/lib/mesa/src/imagination/csbgen/rogue_ipf.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_lls.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_pbestate.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_pds.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_ppp.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_texstate.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_vdm.xml U xenocara/lib/mesa/src/imagination/include/pvr_rogue_fw.h U xenocara/lib/mesa/src/imagination/include/pvr_types.h U xenocara/lib/mesa/src/imagination/include/hwdef/rogue_hw_defs.h U xenocara/lib/mesa/src/imagination/include/hwdef/rogue_hw_utils.h U xenocara/lib/mesa/src/imagination/rogue/meson.build U xenocara/lib/mesa/src/imagination/rogue/rogue.c U xenocara/lib/mesa/src/imagination/rogue/rogue.h N xenocara/lib/mesa/src/imagination/rogue/rogue_alu_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_backend_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_bitwise_instrs.def U xenocara/lib/mesa/src/imagination/rogue/rogue_build_data.c N xenocara/lib/mesa/src/imagination/rogue/rogue_builder.c N xenocara/lib/mesa/src/imagination/rogue/rogue_builder.h N xenocara/lib/mesa/src/imagination/rogue/rogue_compile.c U xenocara/lib/mesa/src/imagination/rogue/rogue_constreg.c N xenocara/lib/mesa/src/imagination/rogue/rogue_ctrl_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_debug.c U xenocara/lib/mesa/src/imagination/rogue/rogue_encode.c N xenocara/lib/mesa/src/imagination/rogue/rogue_info.c N xenocara/lib/mesa/src/imagination/rogue/rogue_isa.h U xenocara/lib/mesa/src/imagination/rogue/rogue_nir.c N xenocara/lib/mesa/src/imagination/rogue/rogue_print.c U xenocara/lib/mesa/src/imagination/rogue/rogue_validate.c U xenocara/lib/mesa/src/imagination/rogue/nir/rogue_nir_lower_io.c U xenocara/lib/mesa/src/imagination/rogue/nir/rogue_nir_pfo.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_constreg.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_copy_prop.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_dce.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_lower_late_ops.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_lower_pseudo_ops.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_regalloc.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_instr_groups.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_uvsw.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_wdf.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_trim.c N xenocara/lib/mesa/src/imagination/rogue/tools/meson.build N xenocara/lib/mesa/src/imagination/rogue/tools/vk_compiler.c U xenocara/lib/mesa/src/imagination/vulkan/meson.build U xenocara/lib/mesa/src/imagination/vulkan/pvr_blit.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_bo.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_bo.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_clear.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_clear.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_cmd_buffer.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_common.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb_enum_helpers.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_descriptor_set.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_device.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_bo.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_bo.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_csb.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_formats.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_formats.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_hardcode.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_hardcode.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_hw_pass.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_hw_pass.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_image.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_common.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_common.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_compute.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_compute.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_context.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_context.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_render.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_render.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_transfer.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_transfer.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_limits.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_pass.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_pipeline.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_pipeline_cache.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_private.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_query.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_queue.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_query_compute.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_robustness.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_robustness.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_shader.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_shader.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_spm.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_spm.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_tex_state.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_tex_state.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_wsi.c U xenocara/lib/mesa/src/imagination/vulkan/vk_format.h U xenocara/lib/mesa/src/imagination/vulkan/pds/meson.build U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_disasm.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_printer.c N xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pipeline_pds.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_defs.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_disasm.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_encode.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid3.h N xenocara/lib/mesa/src/imagination/vulkan/usc/pvr_uscgen.c N xenocara/lib/mesa/src/imagination/vulkan/usc/pvr_uscgen.h U xenocara/lib/mesa/src/imagination/vulkan/usc/hardcoded_apps/pvr_simple_compute.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_cdm_load_sr.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_shader_factory.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_static_shaders.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_transfer_eot.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_usc_fragment_shader.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_vdm_load_sr.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_vdm_store_sr.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys_helper.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys_helper.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/powervr/pvr_drm.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/powervr/pvr_drm_public.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bo.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bo.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bridge.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bridge.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_common.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_common.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_compute.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_compute.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_null.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_null.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_render.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_render.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_transfer.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_transfer.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_public.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_sync.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_sync.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif_rf.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif_shared.h U xenocara/lib/mesa/src/imgui/LICENSE.txt U xenocara/lib/mesa/src/imgui/README U xenocara/lib/mesa/src/imgui/imconfig.h U xenocara/lib/mesa/src/imgui/imgui.cpp U xenocara/lib/mesa/src/imgui/imgui.h U xenocara/lib/mesa/src/imgui/imgui_draw.cpp U xenocara/lib/mesa/src/imgui/imgui_internal.h U xenocara/lib/mesa/src/imgui/imgui_memory_editor.h U xenocara/lib/mesa/src/imgui/imgui_widgets.cpp U xenocara/lib/mesa/src/imgui/imstb_rectpack.h U xenocara/lib/mesa/src/imgui/imstb_textedit.h U xenocara/lib/mesa/src/imgui/imstb_truetype.h U xenocara/lib/mesa/src/imgui/meson.build U xenocara/lib/mesa/src/intel/meson.build C xenocara/lib/mesa/src/intel/blorp/blorp.c C xenocara/lib/mesa/src/intel/blorp/blorp.h C xenocara/lib/mesa/src/intel/blorp/blorp_blit.c C xenocara/lib/mesa/src/intel/blorp/blorp_clear.c C xenocara/lib/mesa/src/intel/blorp/blorp_genX_exec.h U xenocara/lib/mesa/src/intel/blorp/blorp_nir_builder.h U xenocara/lib/mesa/src/intel/blorp/blorp_priv.h U xenocara/lib/mesa/src/intel/blorp/meson.build U xenocara/lib/mesa/src/intel/ci/anv-skips.txt U xenocara/lib/mesa/src/intel/ci/anv-tgl-fails.txt U xenocara/lib/mesa/src/intel/ci/deqp-anv-tgl-vk.toml N xenocara/lib/mesa/src/intel/ci/deqp-hasvk-hsw.toml N xenocara/lib/mesa/src/intel/ci/deqp-intel-tgl-skqp.toml N xenocara/lib/mesa/src/intel/ci/deqp-intel-whl-skqp.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-amly-egl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-amly.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-apl-egl.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-apl-glk.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-apl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-cml.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-glk-egl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-glk.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-jsl.toml U xenocara/lib/mesa/src/intel/ci/gitlab-ci.yml U xenocara/lib/mesa/src/intel/ci/deqp-iris-kbl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-whl.toml N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-fails.txt N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-flakes.txt N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-skips.txt N xenocara/lib/mesa/src/intel/ci/intel-tgl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-apl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-apl-flakes.txt N xenocara/lib/mesa/src/intel/ci/iris-apl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-cml-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-cml-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-glk-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-glk-flakes.txt N xenocara/lib/mesa/src/intel/ci/iris-glk-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-skips.txt N xenocara/lib/mesa/src/intel/ci/iris-jsl-fails.txt N xenocara/lib/mesa/src/intel/ci/iris-jsl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-jsl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-whl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-whl-flakes.txt U xenocara/lib/mesa/src/intel/ci/traces-iris.yml U xenocara/lib/mesa/src/intel/common/intel_aux_map.c U xenocara/lib/mesa/src/intel/common/intel_aux_map.h U xenocara/lib/mesa/src/intel/common/intel_batch_decoder.c U xenocara/lib/mesa/src/intel/common/intel_batch_decoder_stub.c U xenocara/lib/mesa/src/intel/common/intel_buffer_alloc.h U xenocara/lib/mesa/src/intel/common/intel_clflush.h U xenocara/lib/mesa/src/intel/common/intel_decoder.c U xenocara/lib/mesa/src/intel/common/intel_decoder.h U xenocara/lib/mesa/src/intel/common/intel_defines.h U xenocara/lib/mesa/src/intel/common/intel_disasm.c U xenocara/lib/mesa/src/intel/common/intel_disasm.h U xenocara/lib/mesa/src/intel/common/intel_engine.c U xenocara/lib/mesa/src/intel/common/intel_engine.h U xenocara/lib/mesa/src/intel/common/intel_gem.c U xenocara/lib/mesa/src/intel/common/intel_gem.h N xenocara/lib/mesa/src/intel/common/intel_genX_state.h U xenocara/lib/mesa/src/intel/common/intel_guardband.h U xenocara/lib/mesa/src/intel/common/intel_l3_config.c U xenocara/lib/mesa/src/intel/common/intel_l3_config.h U xenocara/lib/mesa/src/intel/common/intel_measure.c U xenocara/lib/mesa/src/intel/common/intel_measure.h U xenocara/lib/mesa/src/intel/common/intel_pixel_hash.h U xenocara/lib/mesa/src/intel/common/intel_sample_positions.c U xenocara/lib/mesa/src/intel/common/intel_sample_positions.h U xenocara/lib/mesa/src/intel/common/intel_urb_config.c U xenocara/lib/mesa/src/intel/common/intel_uuid.c U xenocara/lib/mesa/src/intel/common/intel_uuid.h U xenocara/lib/mesa/src/intel/common/meson.build U xenocara/lib/mesa/src/intel/common/mi_builder.h N xenocara/lib/mesa/src/intel/common/xe/intel_engine.c N xenocara/lib/mesa/src/intel/common/xe/intel_engine.h N xenocara/lib/mesa/src/intel/common/xe/intel_gem.c N xenocara/lib/mesa/src/intel/common/xe/intel_gem.h N xenocara/lib/mesa/src/intel/common/i915/intel_engine.c N xenocara/lib/mesa/src/intel/common/i915/intel_engine.h N xenocara/lib/mesa/src/intel/common/i915/intel_gem.c N xenocara/lib/mesa/src/intel/common/i915/intel_gem.h U xenocara/lib/mesa/src/intel/common/tests/gentest.xml U xenocara/lib/mesa/src/intel/common/tests/genxml_test.c U xenocara/lib/mesa/src/intel/common/tests/mi_builder_test.cpp U xenocara/lib/mesa/src/intel/compiler/brw_cfg.cpp U xenocara/lib/mesa/src/intel/compiler/brw_cfg.h U xenocara/lib/mesa/src/intel/compiler/brw_clip.h U xenocara/lib/mesa/src/intel/compiler/brw_clip_line.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_point.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_tri.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_unfilled.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_util.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_clip.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_ff_gs.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_sf.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.h U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.cpp U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.h U xenocara/lib/mesa/src/intel/compiler/brw_debug_recompile.c C xenocara/lib/mesa/src/intel/compiler/brw_disasm.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.h C xenocara/lib/mesa/src/intel/compiler/brw_eu.c C xenocara/lib/mesa/src/intel/compiler/brw_eu.h U xenocara/lib/mesa/src/intel/compiler/brw_eu_compact.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_defines.h C xenocara/lib/mesa/src/intel/compiler/brw_eu_emit.c U xenocara/lib/mesa/src/intel/compiler/brw_eu_util.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_validate.c C xenocara/lib/mesa/src/intel/compiler/brw_fs.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs.h U xenocara/lib/mesa/src/intel/compiler/brw_fs_bank_conflicts.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_fs_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_combine_constants.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_cse.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_generator.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.h C xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_pack.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_regioning.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_nir.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_reg_allocate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_register_coalesce.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_scoreboard.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_sel_peephole.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_thread_payload.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_validate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_gfx_ver_enum.h C xenocara/lib/mesa/src/intel/compiler/brw_inst.h U xenocara/lib/mesa/src/intel/compiler/brw_interpolation_map.c C xenocara/lib/mesa/src/intel/compiler/brw_ir.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_allocator.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_analysis.h C xenocara/lib/mesa/src/intel/compiler/brw_ir_fs.h C xenocara/lib/mesa/src/intel/compiler/brw_ir_performance.cpp U xenocara/lib/mesa/src/intel/compiler/brw_ir_performance.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_vec4.h U xenocara/lib/mesa/src/intel/compiler/brw_isa_info.h U xenocara/lib/mesa/src/intel/compiler/brw_kernel.c U xenocara/lib/mesa/src/intel/compiler/brw_kernel.h U xenocara/lib/mesa/src/intel/compiler/brw_lower_logical_sends.cpp U xenocara/lib/mesa/src/intel/compiler/brw_mesh.cpp C xenocara/lib/mesa/src/intel/compiler/brw_nir.c C xenocara/lib/mesa/src/intel/compiler/brw_nir.h C xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_boolean_resolves.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_ubo_ranges.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_attribute_workarounds.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_blockify_uniform_loads.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_clamp_image_1d_2d_array_sizes.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_clamp_per_vertex_loads.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_alpha_to_coverage.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_conversions.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_cs_intrinsics.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_intersection_shader.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_ray_queries.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_rt_intrinsics.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_shader_calls.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_shading_rate_output.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_storage_image.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_opt_peephole_ffma.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_opt_peephole_imul32x16.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt.h U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt_builder.h U xenocara/lib/mesa/src/intel/compiler/brw_nir_tcs_workarounds.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_trig_workarounds.py U xenocara/lib/mesa/src/intel/compiler/brw_packed_float.c U xenocara/lib/mesa/src/intel/compiler/brw_predicated_break.cpp U xenocara/lib/mesa/src/intel/compiler/brw_prim.h U xenocara/lib/mesa/src/intel/compiler/brw_private.h U xenocara/lib/mesa/src/intel/compiler/brw_reg.h U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.c U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.h U xenocara/lib/mesa/src/intel/compiler/brw_rt.h C xenocara/lib/mesa/src/intel/compiler/brw_schedule_instructions.cpp C xenocara/lib/mesa/src/intel/compiler/brw_shader.cpp U xenocara/lib/mesa/src/intel/compiler/brw_shader.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4.h N xenocara/lib/mesa/src/intel/compiler/brw_simd_selection.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_cse.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_generator.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_nir.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_nir.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_reg_allocate.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vue_map.c U xenocara/lib/mesa/src/intel/compiler/gfx6_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/gfx6_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/intel_clc.c U xenocara/lib/mesa/src/intel/compiler/meson.build U xenocara/lib/mesa/src/intel/compiler/test_eu_compact.cpp C xenocara/lib/mesa/src/intel/compiler/test_eu_validate.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_copy_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_fs_scoreboard.cpp U xenocara/lib/mesa/src/intel/compiler/test_simd_selection.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_dead_code_eliminate.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_register_coalesce.cpp U xenocara/lib/mesa/src/intel/compiler/test_vf_float_conversions.cpp N xenocara/lib/mesa/src/intel/dev/gen_wa_helpers.py U xenocara/lib/mesa/src/intel/dev/intel_debug.c U xenocara/lib/mesa/src/intel/dev/intel_debug.h U xenocara/lib/mesa/src/intel/dev/intel_dev_info.c C xenocara/lib/mesa/src/intel/dev/intel_device_info.c C xenocara/lib/mesa/src/intel/dev/intel_device_info.h U xenocara/lib/mesa/src/intel/dev/intel_device_info_override_test.c U xenocara/lib/mesa/src/intel/dev/intel_device_info_test.c U xenocara/lib/mesa/src/intel/dev/intel_device_info_test.h U xenocara/lib/mesa/src/intel/dev/intel_hwconfig.c U xenocara/lib/mesa/src/intel/dev/intel_hwconfig.h U xenocara/lib/mesa/src/intel/dev/intel_hwconfig_types.h N xenocara/lib/mesa/src/intel/dev/intel_kmd.c N xenocara/lib/mesa/src/intel/dev/intel_kmd.h N xenocara/lib/mesa/src/intel/dev/mesa_defs.json U xenocara/lib/mesa/src/intel/dev/meson.build N xenocara/lib/mesa/src/intel/dev/i915/intel_device_info.c N xenocara/lib/mesa/src/intel/dev/i915/intel_device_info.h N xenocara/lib/mesa/src/intel/dev/xe/intel_device_info.c N xenocara/lib/mesa/src/intel/dev/xe/intel_device_info.h U xenocara/lib/mesa/src/intel/ds/.clang-format U xenocara/lib/mesa/src/intel/ds/intel_driver_ds.cc U xenocara/lib/mesa/src/intel/ds/intel_driver_ds.h U xenocara/lib/mesa/src/intel/ds/intel_pps_driver.cc U xenocara/lib/mesa/src/intel/ds/intel_pps_driver.h U xenocara/lib/mesa/src/intel/ds/intel_pps_perf.cc U xenocara/lib/mesa/src/intel/ds/intel_pps_perf.h U xenocara/lib/mesa/src/intel/ds/intel_pps_priv.h U xenocara/lib/mesa/src/intel/ds/intel_tracepoints.py U xenocara/lib/mesa/src/intel/ds/meson.build U xenocara/lib/mesa/src/intel/genxml/README U xenocara/lib/mesa/src/intel/genxml/gen11.xml U xenocara/lib/mesa/src/intel/genxml/gen12.xml U xenocara/lib/mesa/src/intel/genxml/gen125.xml N xenocara/lib/mesa/src/intel/genxml/gen125_rt.xml U xenocara/lib/mesa/src/intel/genxml/gen4.xml U xenocara/lib/mesa/src/intel/genxml/gen45.xml U xenocara/lib/mesa/src/intel/genxml/gen5.xml U xenocara/lib/mesa/src/intel/genxml/gen6.xml C xenocara/lib/mesa/src/intel/genxml/gen7.xml C xenocara/lib/mesa/src/intel/genxml/gen75.xml C xenocara/lib/mesa/src/intel/genxml/gen8.xml C xenocara/lib/mesa/src/intel/genxml/gen9.xml U xenocara/lib/mesa/src/intel/genxml/genX_pack.h N xenocara/lib/mesa/src/intel/genxml/genX_rt_pack.h U xenocara/lib/mesa/src/intel/genxml/gen_bits_header.py U xenocara/lib/mesa/src/intel/genxml/gen_macros.h C xenocara/lib/mesa/src/intel/genxml/gen_pack_header.py U xenocara/lib/mesa/src/intel/genxml/gen_sort_tags.py U xenocara/lib/mesa/src/intel/genxml/gen_zipped_file.py U xenocara/lib/mesa/src/intel/genxml/meson.build U xenocara/lib/mesa/src/intel/genxml/util.py U xenocara/lib/mesa/src/intel/isl/README U xenocara/lib/mesa/src/intel/isl/gen_format_layout.py C xenocara/lib/mesa/src/intel/isl/isl.c C xenocara/lib/mesa/src/intel/isl/isl.h U xenocara/lib/mesa/src/intel/isl/isl_aux_info.c U xenocara/lib/mesa/src/intel/isl/isl_drm.c U xenocara/lib/mesa/src/intel/isl/isl_emit_cpb.c C xenocara/lib/mesa/src/intel/isl/isl_emit_depth_stencil.c C xenocara/lib/mesa/src/intel/isl/isl_format.c U xenocara/lib/mesa/src/intel/isl/isl_format_layout.csv U xenocara/lib/mesa/src/intel/isl/isl_genX_helpers.h U xenocara/lib/mesa/src/intel/isl/isl_genX_priv.h U xenocara/lib/mesa/src/intel/isl/isl_gfx12.c U xenocara/lib/mesa/src/intel/isl/isl_gfx12.h U xenocara/lib/mesa/src/intel/isl/isl_gfx4.c U xenocara/lib/mesa/src/intel/isl/isl_gfx4.h U xenocara/lib/mesa/src/intel/isl/isl_gfx6.c U xenocara/lib/mesa/src/intel/isl/isl_gfx6.h U xenocara/lib/mesa/src/intel/isl/isl_gfx7.c U xenocara/lib/mesa/src/intel/isl/isl_gfx7.h U xenocara/lib/mesa/src/intel/isl/isl_gfx8.c U xenocara/lib/mesa/src/intel/isl/isl_gfx8.h U xenocara/lib/mesa/src/intel/isl/isl_gfx9.c U xenocara/lib/mesa/src/intel/isl/isl_gfx9.h C xenocara/lib/mesa/src/intel/isl/isl_priv.h C xenocara/lib/mesa/src/intel/isl/isl_storage_image.c C xenocara/lib/mesa/src/intel/isl/isl_surface_state.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_normal.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_sse41.c U xenocara/lib/mesa/src/intel/isl/meson.build U xenocara/lib/mesa/src/intel/isl/tests/isl_aux_info_test.cpp U xenocara/lib/mesa/src/intel/isl/tests/isl_surf_get_image_offset_test.c U xenocara/lib/mesa/src/intel/nullhw-layer/README U xenocara/lib/mesa/src/intel/nullhw-layer/VkLayer_INTEL_nullhw.json U xenocara/lib/mesa/src/intel/nullhw-layer/intel_nullhw.c U xenocara/lib/mesa/src/intel/nullhw-layer/meson.build U xenocara/lib/mesa/src/intel/perf/gen_perf.py U xenocara/lib/mesa/src/intel/perf/intel_perf.c U xenocara/lib/mesa/src/intel/perf/intel_perf.h U xenocara/lib/mesa/src/intel/perf/intel_perf_mdapi.c U xenocara/lib/mesa/src/intel/perf/intel_perf_mdapi.h U xenocara/lib/mesa/src/intel/perf/intel_perf_private.h U xenocara/lib/mesa/src/intel/perf/intel_perf_query.c U xenocara/lib/mesa/src/intel/perf/intel_perf_query.h N xenocara/lib/mesa/src/intel/perf/intel_perf_query_layout.c U xenocara/lib/mesa/src/intel/perf/intel_perf_regs.h U xenocara/lib/mesa/src/intel/perf/intel_perf_setup.h U xenocara/lib/mesa/src/intel/perf/meson.build N xenocara/lib/mesa/src/intel/perf/oa-acmgt1.xml N xenocara/lib/mesa/src/intel/perf/oa-acmgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-acmgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-adl.xml U xenocara/lib/mesa/src/intel/perf/oa-bdw.xml U xenocara/lib/mesa/src/intel/perf/oa-bxt.xml U xenocara/lib/mesa/src/intel/perf/oa-chv.xml U xenocara/lib/mesa/src/intel/perf/oa-cflgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-cflgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-dg1.xml U xenocara/lib/mesa/src/intel/perf/oa-ehl.xml U xenocara/lib/mesa/src/intel/perf/oa-glk.xml U xenocara/lib/mesa/src/intel/perf/oa-hsw.xml U xenocara/lib/mesa/src/intel/perf/oa-icl.xml U xenocara/lib/mesa/src/intel/perf/oa-kblgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-kblgt3.xml N xenocara/lib/mesa/src/intel/perf/oa-mtlgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-mtlgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-rkl.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt4.xml U xenocara/lib/mesa/src/intel/perf/oa-tglgt1.xml U xenocara/lib/mesa/src/intel/perf/oa-tglgt2.xml U xenocara/lib/mesa/src/intel/tools/aub_mem.c U xenocara/lib/mesa/src/intel/tools/aub_mem.h U xenocara/lib/mesa/src/intel/tools/aub_read.c U xenocara/lib/mesa/src/intel/tools/aub_read.h U xenocara/lib/mesa/src/intel/tools/aub_write.c U xenocara/lib/mesa/src/intel/tools/aub_write.h U xenocara/lib/mesa/src/intel/tools/aubinator.c U xenocara/lib/mesa/src/intel/tools/aubinator_error_decode.c U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.h U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_decoder.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_urb.h U xenocara/lib/mesa/src/intel/tools/error2aub.c U xenocara/lib/mesa/src/intel/tools/gfx10_context.h U xenocara/lib/mesa/src/intel/tools/gfx8_context.h U xenocara/lib/mesa/src/intel/tools/i965_asm.c U xenocara/lib/mesa/src/intel/tools/i965_asm.h U xenocara/lib/mesa/src/intel/tools/i965_disasm.c U xenocara/lib/mesa/src/intel/tools/i965_gram.y U xenocara/lib/mesa/src/intel/tools/i965_lex.l U xenocara/lib/mesa/src/intel/tools/intel_aub.h U xenocara/lib/mesa/src/intel/tools/intel_context.h U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.in U xenocara/lib/mesa/src/intel/tools/intel_noop_drm_shim.c U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.in U xenocara/lib/mesa/src/intel/tools/intel_stub_gpu.in U xenocara/lib/mesa/src/intel/tools/meson.build U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.h U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.h U xenocara/lib/mesa/src/intel/tools/imgui/meson.build U xenocara/lib/mesa/src/intel/tools/tests/run-test.py U xenocara/lib/mesa/src/intel/tools/tests/gen11/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.expected U xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/line.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/line.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.expected C xenocara/lib/mesa/src/intel/vulkan/anv_allocator.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.h U xenocara/lib/mesa/src/intel/vulkan/anv_android_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_batch_chain.c C xenocara/lib/mesa/src/intel/vulkan/anv_blorp.c U xenocara/lib/mesa/src/intel/vulkan/anv_bo_sync.c C xenocara/lib/mesa/src/intel/vulkan/anv_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/anv_descriptor_set.c C xenocara/lib/mesa/src/intel/vulkan/anv_device.c C xenocara/lib/mesa/src/intel/vulkan/anv_formats.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_genX.h N xenocara/lib/mesa/src/intel/vulkan/anv_generated_indirect_draws.c N xenocara/lib/mesa/src/intel/vulkan/anv_generated_indirect_draws.h C xenocara/lib/mesa/src/intel/vulkan/anv_image.c N xenocara/lib/mesa/src/intel/vulkan/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/anv_kmd_backend.h U xenocara/lib/mesa/src/intel/vulkan/anv_measure.c U xenocara/lib/mesa/src/intel/vulkan/anv_measure.h N xenocara/lib/mesa/src/intel/vulkan/anv_mesh_perprim_wa.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir.h C xenocara/lib/mesa/src/intel/vulkan/anv_nir_apply_pipeline_layout.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_compute_push_layout.c C xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_multiview.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_ubo_loads.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_push_descriptor_analysis.c U xenocara/lib/mesa/src/intel/vulkan/anv_perf.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline_cache.c C xenocara/lib/mesa/src/intel/vulkan/anv_private.h C xenocara/lib/mesa/src/intel/vulkan/anv_queue.c C xenocara/lib/mesa/src/intel/vulkan/anv_util.c U xenocara/lib/mesa/src/intel/vulkan/anv_utrace.c N xenocara/lib/mesa/src/intel/vulkan/anv_video.c C xenocara/lib/mesa/src/intel/vulkan/anv_wsi.c U xenocara/lib/mesa/src/intel/vulkan/genX_acceleration_structure.c C xenocara/lib/mesa/src/intel/vulkan/genX_blorp_exec.c C xenocara/lib/mesa/src/intel/vulkan/genX_cmd_buffer.c N xenocara/lib/mesa/src/intel/vulkan/genX_cmd_draw_generated_indirect.h N xenocara/lib/mesa/src/intel/vulkan/genX_cmd_draw_helpers.h C xenocara/lib/mesa/src/intel/vulkan/genX_gpu_memcpy.c C xenocara/lib/mesa/src/intel/vulkan/genX_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/genX_query.c C xenocara/lib/mesa/src/intel/vulkan/genX_state.c N xenocara/lib/mesa/src/intel/vulkan/genX_video.c U xenocara/lib/mesa/src/intel/vulkan/gfx8_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan/meson.build U xenocara/lib/mesa/src/intel/vulkan/grl/.gitignore U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl.h U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl_dispatch.c U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl_uuid.cpp U xenocara/lib/mesa/src/intel/vulkan/grl/grl_cl_kernel_gen.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_metakernel_gen.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_parser.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_structs.h U xenocara/lib/mesa/src/intel/vulkan/grl/meson.build U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/AABB.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/api_interface.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/atomic_update.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/atomic_update.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/binned_sah_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_leaf.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_primref.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_refit.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_BFS.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_DFS.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_leaf.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_presplit.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_primref.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_primref.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_refit.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_refit.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_sah_experimental.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/d3d12.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_treelet_refit.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_copy.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_debug.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_debug.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_postbuild_info.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_rebraid.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/common.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/copy.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/grl_api_interface_verify.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/grl_api_interface_verify.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/input_dump.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/input_dump.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/instance.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/intrinsics.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/mem_utils.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc_legacy.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/presplit.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_builder.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_radix_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_radix_sort.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/msb_radix_bitonic_sort.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/new_sah_builder.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/postbuild_info.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/qbvh6.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/quad.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/radix_sort.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/rebraid.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/structs.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/traversal_shader.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/traversal_shader.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/libraries.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics_fallback.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/morton_common.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase0.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase1.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase2.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/post_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/pre_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/include/AABB3f.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLGen12.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLIntTypes.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLOCLCompatibility.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLRTASCommon.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLStructs.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLUtilities.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/affinespace.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_batch_chain.c N xenocara/lib/mesa/src/intel/vulkan/i915/anv_batch_chain.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_device.c N xenocara/lib/mesa/src/intel/vulkan/i915/anv_device.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/layers/anv_android_layer.c N xenocara/lib/mesa/src/intel/vulkan/layers/anv_doom64.c U xenocara/lib/mesa/src/intel/vulkan/layers/anv_hitman3.c N xenocara/lib/mesa/src/intel/vulkan/shaders/common_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/gfx11_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/gfx9_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/meson.build U xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_grow_first.c C xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_no_free.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_free_list_only.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_padding.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_test_helper.h U xenocara/lib/mesa/src/intel/vulkan/tests/test_common.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_batch_chain.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_batch_chain.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_device.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_device.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_queue.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_queue.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_allocator.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android_stubs.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_batch_chain.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_blorp.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_bo_sync.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_descriptor_set.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_device.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_formats.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_gem.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_gem_stubs.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_genX.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_image.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_measure.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_measure.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_apply_pipeline_layout.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_compute_push_layout.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_multiview.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_ubo_loads.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_ycbcr_textures.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_perf.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_pipeline.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_pipeline_cache.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_private.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_queue.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_util.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_utrace.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_wsi.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_blorp_exec.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_gpu_memcpy.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_pipeline.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_query.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_state.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/meson.build U xenocara/lib/mesa/src/intel/vulkan_hasvk/gfx7_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/gfx8_cmd_buffer.c N xenocara/lib/mesa/src/intel/vulkan_hasvk/layers/anv_doom64.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/block_pool_grow_first.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/block_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_free_list_only.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_padding.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_test_helper.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/test_common.h C xenocara/lib/mesa/src/loader/loader.c C xenocara/lib/mesa/src/loader/loader.h C xenocara/lib/mesa/src/loader/loader_dri3_helper.c C xenocara/lib/mesa/src/loader/loader_dri3_helper.h U xenocara/lib/mesa/src/loader/loader_dri_helper.c U xenocara/lib/mesa/src/loader/loader_dri_helper.h U xenocara/lib/mesa/src/loader/meson.build U xenocara/lib/mesa/src/loader/pci_id_driver_map.h C xenocara/lib/mesa/src/mapi/entry.c U xenocara/lib/mesa/src/mapi/entry.h U xenocara/lib/mesa/src/mapi/entry_ppc64le_tls.h U xenocara/lib/mesa/src/mapi/entry_x86-64_tls.h U xenocara/lib/mesa/src/mapi/entry_x86_tls.h C xenocara/lib/mesa/src/mapi/mapi_abi.py U xenocara/lib/mesa/src/mapi/mapi_tmp.h U xenocara/lib/mesa/src/mapi/meson.build U xenocara/lib/mesa/src/mapi/u_current.c U xenocara/lib/mesa/src/mapi/u_current.h U xenocara/lib/mesa/src/mapi/u_execmem.c U xenocara/lib/mesa/src/mapi/u_execmem.h U xenocara/lib/mesa/src/mapi/es1api/gles1-symbols.txt U xenocara/lib/mesa/src/mapi/es1api/gles1.def.in U xenocara/lib/mesa/src/mapi/es1api/meson.build U xenocara/lib/mesa/src/mapi/es2api/gles2-symbols.txt U xenocara/lib/mesa/src/mapi/es2api/gles2.def.in U xenocara/lib/mesa/src/mapi/es2api/meson.build U xenocara/lib/mesa/src/mapi/glapi/glapi.c U xenocara/lib/mesa/src/mapi/glapi/glapi.h U xenocara/lib/mesa/src/mapi/glapi/glapi_dispatch.c U xenocara/lib/mesa/src/mapi/glapi/glapi_entrypoint.c U xenocara/lib/mesa/src/mapi/glapi/glapi_getproc.c U xenocara/lib/mesa/src/mapi/glapi/glapi_nop.c C xenocara/lib/mesa/src/mapi/glapi/glapi_priv.h C xenocara/lib/mesa/src/mapi/glapi/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_depth_clamp_separate.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_performance_monitor.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_base_instance.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_bindless_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_texture.xml C xenocara/lib/mesa/src/mapi/glapi/gen/GL3x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clip_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_variable_group_size.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_debug_output.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_indirect.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gl_spirv.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader5.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_indirect_parameters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_multi_bind.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_program_interface_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sample_shading.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_separate_shader_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_atomic_counters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_storage_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sparse_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_subroutine.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shading_language_include.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sparse_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_spirv_extensions.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sync.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_tessellation_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_gather.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rg.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_view.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_EGL_image_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects_fd.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects_win32.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_multisampled_render_to_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GL4x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_vertex_attrib_64bit.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_window_rectangles.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GREMEDY_string_marker.xml U xenocara/lib/mesa/src/mapi/glapi/gen/INTEL_performance_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_context_flush_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_debug.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness_es.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/MESA_tile_raster_order.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_alpha_to_coverage_dither_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_conditional_render.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_copy_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_half_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/api_save_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_vdpau_interop.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_viewport_swizzle.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_EGL_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_fixed_point.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_single_precision.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/api_beginend_init_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_exec_decl_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_exec_init.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_hw_select_init_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_save_init_h.py C xenocara/lib/mesa/src/mapi/glapi/gen/apiexec.py C xenocara/lib/mesa/src/mapi/glapi/gen/es_EXT.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_common.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_recv.py C xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_send.py C xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_size.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_server_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.dtd C xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_es_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml C xenocara/lib/mesa/src/mapi/glapi/gen/gl_apitemp.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_enums.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_gentable.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_procs.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_unmarshal_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/license.py C xenocara/lib/mesa/src/mapi/glapi/gen/marshal_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/remap_helper.py C xenocara/lib/mesa/src/mapi/glapi/gen/static_data.py U xenocara/lib/mesa/src/mapi/glapi/gen/typeexpr.py U xenocara/lib/mesa/src/mapi/glapi/registry/gl.xml U xenocara/lib/mesa/src/mapi/glapi/tests/check_table.cpp U xenocara/lib/mesa/src/mapi/new/genCommon.py U xenocara/lib/mesa/src/mapi/new/gen_gldispatch_mapi.py U xenocara/lib/mesa/src/mapi/shared-glapi/glapi-symbols.txt N xenocara/lib/mesa/src/mapi/shared-glapi/glapi.c U xenocara/lib/mesa/src/mapi/shared-glapi/meson.build N xenocara/lib/mesa/src/mapi/shared-glapi/stub.c N xenocara/lib/mesa/src/mapi/shared-glapi/stub.h N xenocara/lib/mesa/src/mapi/shared-glapi/table.c N xenocara/lib/mesa/src/mapi/shared-glapi/table.h U xenocara/lib/mesa/src/mapi/shared-glapi/tests/check_table.cpp U xenocara/lib/mesa/src/mesa/meson.build C xenocara/lib/mesa/src/mesa/main/accum.c C xenocara/lib/mesa/src/mesa/main/accum.h C xenocara/lib/mesa/src/mesa/main/api_arrayelt.c U xenocara/lib/mesa/src/mesa/main/api_arrayelt.h C xenocara/lib/mesa/src/mesa/main/arbprogram.c C xenocara/lib/mesa/src/mesa/main/arrayobj.c C xenocara/lib/mesa/src/mesa/main/arrayobj.h C xenocara/lib/mesa/src/mesa/main/atifragshader.c U xenocara/lib/mesa/src/mesa/main/atifragshader.h C xenocara/lib/mesa/src/mesa/main/attrib.c U xenocara/lib/mesa/src/mesa/main/attrib.h U xenocara/lib/mesa/src/mesa/main/barrier.c U xenocara/lib/mesa/src/mesa/main/bbox.c U xenocara/lib/mesa/src/mesa/main/bbox.h C xenocara/lib/mesa/src/mesa/main/blend.c C xenocara/lib/mesa/src/mesa/main/blend.h U xenocara/lib/mesa/src/mesa/main/blit.c C xenocara/lib/mesa/src/mesa/main/blit.h C xenocara/lib/mesa/src/mesa/main/bufferobj.c C xenocara/lib/mesa/src/mesa/main/bufferobj.h C xenocara/lib/mesa/src/mesa/main/buffers.c C xenocara/lib/mesa/src/mesa/main/buffers.h C xenocara/lib/mesa/src/mesa/main/clear.c C xenocara/lib/mesa/src/mesa/main/clip.c U xenocara/lib/mesa/src/mesa/main/clip.h U xenocara/lib/mesa/src/mesa/main/colormac.h C xenocara/lib/mesa/src/mesa/main/compute.c C xenocara/lib/mesa/src/mesa/main/condrender.c U xenocara/lib/mesa/src/mesa/main/condrender.h U xenocara/lib/mesa/src/mesa/main/config.h U xenocara/lib/mesa/src/mesa/main/conservativeraster.c U xenocara/lib/mesa/src/mesa/main/conservativeraster.h U xenocara/lib/mesa/src/mesa/main/consts_exts.h C xenocara/lib/mesa/src/mesa/main/context.c C xenocara/lib/mesa/src/mesa/main/context.h C xenocara/lib/mesa/src/mesa/main/copyimage.c C xenocara/lib/mesa/src/mesa/main/dd.h U xenocara/lib/mesa/src/mesa/main/debug.c U xenocara/lib/mesa/src/mesa/main/debug.h U xenocara/lib/mesa/src/mesa/main/debug_output.c U xenocara/lib/mesa/src/mesa/main/debug_output.h C xenocara/lib/mesa/src/mesa/main/depth.c C xenocara/lib/mesa/src/mesa/main/depth.h C xenocara/lib/mesa/src/mesa/main/dlist.c U xenocara/lib/mesa/src/mesa/main/dlist.h U xenocara/lib/mesa/src/mesa/main/draw.c U xenocara/lib/mesa/src/mesa/main/draw.h U xenocara/lib/mesa/src/mesa/main/draw_validate.c U xenocara/lib/mesa/src/mesa/main/draw_validate.h U xenocara/lib/mesa/src/mesa/main/enums.h U xenocara/lib/mesa/src/mesa/main/drawpix.c U xenocara/lib/mesa/src/mesa/main/drawtex.c C xenocara/lib/mesa/src/mesa/main/enable.c U xenocara/lib/mesa/src/mesa/main/enable.h C xenocara/lib/mesa/src/mesa/main/errors.c U xenocara/lib/mesa/src/mesa/main/errors.h U xenocara/lib/mesa/src/mesa/main/es1_conversion.c U xenocara/lib/mesa/src/mesa/main/eval.c U xenocara/lib/mesa/src/mesa/main/eval.h U xenocara/lib/mesa/src/mesa/main/extensions.c U xenocara/lib/mesa/src/mesa/main/extensions.h U xenocara/lib/mesa/src/mesa/main/extensions_table.c C xenocara/lib/mesa/src/mesa/main/extensions_table.h U xenocara/lib/mesa/src/mesa/main/externalobjects.c U xenocara/lib/mesa/src/mesa/main/externalobjects.h C xenocara/lib/mesa/src/mesa/main/fbobject.c C xenocara/lib/mesa/src/mesa/main/fbobject.h U xenocara/lib/mesa/src/mesa/main/feedback.c U xenocara/lib/mesa/src/mesa/main/feedback.h C xenocara/lib/mesa/src/mesa/main/ff_fragment_shader.cpp C xenocara/lib/mesa/src/mesa/main/ffvertex_prog.c U xenocara/lib/mesa/src/mesa/main/ffvertex_prog.h C xenocara/lib/mesa/src/mesa/main/fog.c U xenocara/lib/mesa/src/mesa/main/fog.h U xenocara/lib/mesa/src/mesa/main/format_fallback.py U xenocara/lib/mesa/src/mesa/main/format_info.py U xenocara/lib/mesa/src/mesa/main/format_pack.h U xenocara/lib/mesa/src/mesa/main/format_parser.py U xenocara/lib/mesa/src/mesa/main/format_unpack.h U xenocara/lib/mesa/src/mesa/main/format_utils.c U xenocara/lib/mesa/src/mesa/main/format_utils.h C xenocara/lib/mesa/src/mesa/main/formatquery.c C xenocara/lib/mesa/src/mesa/main/formatquery.h C xenocara/lib/mesa/src/mesa/main/formats.c U xenocara/lib/mesa/src/mesa/main/formats.csv C xenocara/lib/mesa/src/mesa/main/formats.h C xenocara/lib/mesa/src/mesa/main/framebuffer.c C xenocara/lib/mesa/src/mesa/main/framebuffer.h C xenocara/lib/mesa/src/mesa/main/genmipmap.c C xenocara/lib/mesa/src/mesa/main/genmipmap.h C xenocara/lib/mesa/src/mesa/main/get.c U xenocara/lib/mesa/src/mesa/main/get.h U xenocara/lib/mesa/src/mesa/main/get_hash_generator.py C xenocara/lib/mesa/src/mesa/main/get_hash_params.py C xenocara/lib/mesa/src/mesa/main/hash.c C xenocara/lib/mesa/src/mesa/main/getstring.c U xenocara/lib/mesa/src/mesa/main/glconfig.h C xenocara/lib/mesa/src/mesa/main/glformats.c C xenocara/lib/mesa/src/mesa/main/glformats.h U xenocara/lib/mesa/src/mesa/main/glspirv.c U xenocara/lib/mesa/src/mesa/main/glspirv.h C xenocara/lib/mesa/src/mesa/main/glthread.c C xenocara/lib/mesa/src/mesa/main/glthread.h C xenocara/lib/mesa/src/mesa/main/glthread_bufferobj.c U xenocara/lib/mesa/src/mesa/main/glthread_draw.c N xenocara/lib/mesa/src/mesa/main/glthread_draw_unroll.c U xenocara/lib/mesa/src/mesa/main/glthread_get.c U xenocara/lib/mesa/src/mesa/main/glthread_list.c C xenocara/lib/mesa/src/mesa/main/glthread_marshal.h C xenocara/lib/mesa/src/mesa/main/glthread_shaderobj.c C xenocara/lib/mesa/src/mesa/main/glthread_varray.c C xenocara/lib/mesa/src/mesa/main/hash.h U xenocara/lib/mesa/src/mesa/main/hint.c U xenocara/lib/mesa/src/mesa/main/hint.h C xenocara/lib/mesa/src/mesa/main/image.c U xenocara/lib/mesa/src/mesa/main/image.h C xenocara/lib/mesa/src/mesa/main/light.c U xenocara/lib/mesa/src/mesa/main/light.h C xenocara/lib/mesa/src/mesa/main/lines.c U xenocara/lib/mesa/src/mesa/main/lines.h U xenocara/lib/mesa/src/mesa/main/macros.h U xenocara/lib/mesa/src/mesa/main/matrix.c U xenocara/lib/mesa/src/mesa/main/matrix.h U xenocara/lib/mesa/src/mesa/main/menums.h C xenocara/lib/mesa/src/mesa/main/mesa_private.h U xenocara/lib/mesa/src/mesa/main/meson.build U xenocara/lib/mesa/src/mesa/main/mipmap.c U xenocara/lib/mesa/src/mesa/main/mipmap.h C xenocara/lib/mesa/src/mesa/main/mtypes.h C xenocara/lib/mesa/src/mesa/main/multisample.c U xenocara/lib/mesa/src/mesa/main/multisample.h U xenocara/lib/mesa/src/mesa/main/objectlabel.c C xenocara/lib/mesa/src/mesa/main/pack.c U xenocara/lib/mesa/src/mesa/main/pack.h U xenocara/lib/mesa/src/mesa/main/pbo.c U xenocara/lib/mesa/src/mesa/main/pbo.h C xenocara/lib/mesa/src/mesa/main/performance_monitor.c C xenocara/lib/mesa/src/mesa/main/performance_monitor.h C xenocara/lib/mesa/src/mesa/main/performance_query.c C xenocara/lib/mesa/src/mesa/main/performance_query.h C xenocara/lib/mesa/src/mesa/main/pipelineobj.c C xenocara/lib/mesa/src/mesa/main/pipelineobj.h C xenocara/lib/mesa/src/mesa/main/pixel.c C xenocara/lib/mesa/src/mesa/main/pixel.h C xenocara/lib/mesa/src/mesa/main/pixelstore.c C xenocara/lib/mesa/src/mesa/main/pixelstore.h U xenocara/lib/mesa/src/mesa/main/pixeltransfer.c U xenocara/lib/mesa/src/mesa/main/pixeltransfer.h U xenocara/lib/mesa/src/mesa/main/points.c U xenocara/lib/mesa/src/mesa/main/points.h C xenocara/lib/mesa/src/mesa/main/polygon.c C xenocara/lib/mesa/src/mesa/main/polygon.h U xenocara/lib/mesa/src/mesa/main/program_binary.c U xenocara/lib/mesa/src/mesa/main/program_binary.h U xenocara/lib/mesa/src/mesa/main/program_resource.c U xenocara/lib/mesa/src/mesa/main/querymatrix.c C xenocara/lib/mesa/src/mesa/main/queryobj.c U xenocara/lib/mesa/src/mesa/main/queryobj.h C xenocara/lib/mesa/src/mesa/main/rastpos.c U xenocara/lib/mesa/src/mesa/main/rastpos.h C xenocara/lib/mesa/src/mesa/main/readpix.c U xenocara/lib/mesa/src/mesa/main/readpix.h U xenocara/lib/mesa/src/mesa/main/remap.c U xenocara/lib/mesa/src/mesa/main/remap.h C xenocara/lib/mesa/src/mesa/main/renderbuffer.c C xenocara/lib/mesa/src/mesa/main/scissor.c C xenocara/lib/mesa/src/mesa/main/renderbuffer.h C xenocara/lib/mesa/src/mesa/main/robustness.c C xenocara/lib/mesa/src/mesa/main/samplerobj.c U xenocara/lib/mesa/src/mesa/main/samplerobj.h C xenocara/lib/mesa/src/mesa/main/scissor.h U xenocara/lib/mesa/src/mesa/main/shader_query.cpp U xenocara/lib/mesa/src/mesa/main/shader_types.h C xenocara/lib/mesa/src/mesa/main/shaderapi.c C xenocara/lib/mesa/src/mesa/main/shaderapi.h U xenocara/lib/mesa/src/mesa/main/shaderimage.c C xenocara/lib/mesa/src/mesa/main/shaderimage.h C xenocara/lib/mesa/src/mesa/main/shaderobj.c C xenocara/lib/mesa/src/mesa/main/shaderobj.h C xenocara/lib/mesa/src/mesa/main/shared.c U xenocara/lib/mesa/src/mesa/main/shared.h U xenocara/lib/mesa/src/mesa/main/spirv_extensions.c U xenocara/lib/mesa/src/mesa/main/spirv_extensions.h U xenocara/lib/mesa/src/mesa/main/sse_minmax.c U xenocara/lib/mesa/src/mesa/main/sse_minmax.h C xenocara/lib/mesa/src/mesa/main/state.c C xenocara/lib/mesa/src/mesa/main/state.h C xenocara/lib/mesa/src/mesa/main/stencil.c C xenocara/lib/mesa/src/mesa/main/stencil.h C xenocara/lib/mesa/src/mesa/main/syncobj.c C xenocara/lib/mesa/src/mesa/main/syncobj.h C xenocara/lib/mesa/src/mesa/main/texcompress.c U xenocara/lib/mesa/src/mesa/main/texcompress.h U xenocara/lib/mesa/src/mesa/main/texcompress_astc.cpp U xenocara/lib/mesa/src/mesa/main/texcompress_astc.h N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts.cpp N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts.h N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts_wrap.cpp N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts_wrap.h U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.c U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.h U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.c U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.h U xenocara/lib/mesa/src/mesa/main/texcompress_etc.c U xenocara/lib/mesa/src/mesa/main/texcompress_etc.h U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.c C xenocara/lib/mesa/src/mesa/main/texenv.c U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.h U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.c U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.h U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.c U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.h U xenocara/lib/mesa/src/mesa/main/texenvprogram.h C xenocara/lib/mesa/src/mesa/main/texgen.c C xenocara/lib/mesa/src/mesa/main/texgetimage.c U xenocara/lib/mesa/src/mesa/main/texgetimage.h C xenocara/lib/mesa/src/mesa/main/teximage.c U xenocara/lib/mesa/src/mesa/main/teximage.h C xenocara/lib/mesa/src/mesa/main/texobj.c C xenocara/lib/mesa/src/mesa/main/texobj.h C xenocara/lib/mesa/src/mesa/main/texparam.c U xenocara/lib/mesa/src/mesa/main/texparam.h C xenocara/lib/mesa/src/mesa/main/texstate.c U xenocara/lib/mesa/src/mesa/main/texstate.h C xenocara/lib/mesa/src/mesa/main/texstorage.c U xenocara/lib/mesa/src/mesa/main/texstorage.h C xenocara/lib/mesa/src/mesa/main/texstore.c U xenocara/lib/mesa/src/mesa/main/texstore.h C xenocara/lib/mesa/src/mesa/main/texturebindless.c C xenocara/lib/mesa/src/mesa/main/texturebindless.h C xenocara/lib/mesa/src/mesa/main/textureview.c U xenocara/lib/mesa/src/mesa/main/textureview.h U xenocara/lib/mesa/src/mesa/main/transformfeedback.c C xenocara/lib/mesa/src/mesa/main/transformfeedback.h C xenocara/lib/mesa/src/mesa/main/uniform_query.cpp C xenocara/lib/mesa/src/mesa/main/uniforms.c C xenocara/lib/mesa/src/mesa/main/uniforms.h C xenocara/lib/mesa/src/mesa/main/varray.c C xenocara/lib/mesa/src/mesa/main/varray.h U xenocara/lib/mesa/src/mesa/main/vdpau.c C xenocara/lib/mesa/src/mesa/main/version.c U xenocara/lib/mesa/src/mesa/main/version.h U xenocara/lib/mesa/src/mesa/main/viewport.c C xenocara/lib/mesa/src/mesa/main/viewport.h N xenocara/lib/mesa/src/mesa/main/tests/disable_windows_include.c C xenocara/lib/mesa/src/mesa/main/tests/enum_strings.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_extensions.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_formats.cpp U xenocara/lib/mesa/src/mesa/main/tests/meson.build U xenocara/lib/mesa/src/mesa/main/tests/program_state_string.cpp U xenocara/lib/mesa/src/mesa/main/tests/stubs.cpp U xenocara/lib/mesa/src/mesa/math/m_eval.c U xenocara/lib/mesa/src/mesa/math/m_eval.h U xenocara/lib/mesa/src/mesa/math/m_matrix.c U xenocara/lib/mesa/src/mesa/math/m_matrix.h C xenocara/lib/mesa/src/mesa/program/arbprogparse.c C xenocara/lib/mesa/src/mesa/program/arbprogparse.h U xenocara/lib/mesa/src/mesa/program/dummy_errors.c U xenocara/lib/mesa/src/mesa/program/link_program.cpp U xenocara/lib/mesa/src/mesa/program/link_program.h U xenocara/lib/mesa/src/mesa/program/meson.build U xenocara/lib/mesa/src/mesa/program/prog_cache.c U xenocara/lib/mesa/src/mesa/program/prog_cache.h C xenocara/lib/mesa/src/mesa/program/prog_instruction.c C xenocara/lib/mesa/src/mesa/program/prog_instruction.h C xenocara/lib/mesa/src/mesa/program/prog_parameter.c U xenocara/lib/mesa/src/mesa/program/prog_parameter.h U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.c U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.h C xenocara/lib/mesa/src/mesa/program/prog_print.c C xenocara/lib/mesa/src/mesa/program/prog_print.h C xenocara/lib/mesa/src/mesa/program/prog_statevars.c C xenocara/lib/mesa/src/mesa/program/prog_statevars.h U xenocara/lib/mesa/src/mesa/program/prog_to_nir.c U xenocara/lib/mesa/src/mesa/program/prog_to_nir.h C xenocara/lib/mesa/src/mesa/program/program.c U xenocara/lib/mesa/src/mesa/program/program.h U xenocara/lib/mesa/src/mesa/program/program_lexer.l C xenocara/lib/mesa/src/mesa/program/program_parse.y U xenocara/lib/mesa/src/mesa/program/program_parse_extra.c C xenocara/lib/mesa/src/mesa/program/program_parser.h C xenocara/lib/mesa/src/mesa/program/programopt.c C xenocara/lib/mesa/src/mesa/program/programopt.h U xenocara/lib/mesa/src/mesa/program/symbol_table.c U xenocara/lib/mesa/src/mesa/program/symbol_table.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_nir.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_nir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_array.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_atomicbuf.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_blend.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_clip.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_depth.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_framebuffer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_image.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_list.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_msaa.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_rasterizer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_sampler.c U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_scissor.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_shader.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_stipple.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_storagebuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_tess.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_texture.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_viewport.c N xenocara/lib/mesa/src/mesa/state_tracker/st_bc1_tables.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.h C xenocara/lib/mesa/src/mesa/state_tracker/st_context.c C xenocara/lib/mesa/src/mesa/state_tracker/st_context.h U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.h U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw.c C xenocara/lib/mesa/src/mesa/state_tracker/st_draw.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw_feedback.c U xenocara/lib/mesa/src/mesa/state_tracker/st_draw_hw_select.c C xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.c U xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.h C xenocara/lib/mesa/src/mesa/state_tracker/st_format.c C xenocara/lib/mesa/src/mesa/state_tracker/st_format.h U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.h U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_nir.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_interop.c U xenocara/lib/mesa/src/mesa/state_tracker/st_interop.h C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.c C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.h U xenocara/lib/mesa/src/mesa/state_tracker/st_nir.h U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_builtins.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_builtin.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_tex_src_plane.c U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.c U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.h U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo_compute.c C xenocara/lib/mesa/src/mesa/state_tracker/st_program.c C xenocara/lib/mesa/src/mesa/state_tracker/st_program.h C xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.c U xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.h U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.c U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.h U xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.c C xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.h N xenocara/lib/mesa/src/mesa/state_tracker/st_texcompress_compute.c N xenocara/lib/mesa/src/mesa/state_tracker/st_texcompress_compute.h C xenocara/lib/mesa/src/mesa/state_tracker/st_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_texture.h U xenocara/lib/mesa/src/mesa/state_tracker/st_util.h U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.c U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.h U xenocara/lib/mesa/src/mesa/state_tracker/tests/meson.build U xenocara/lib/mesa/src/mesa/state_tracker/tests/st_format.c C xenocara/lib/mesa/src/mesa/vbo/vbo.h U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib.h U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib_tmp.h C xenocara/lib/mesa/src/mesa/vbo/vbo_context.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec.c U xenocara/lib/mesa/src/mesa/vbo/vbo_exec.h C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_api.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_draw.c U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_eval.c C xenocara/lib/mesa/src/mesa/vbo/vbo_minmax_index.c U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.c U xenocara/lib/mesa/src/mesa/vbo/vbo_private.h U xenocara/lib/mesa/src/mesa/vbo/vbo_save.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save.h C xenocara/lib/mesa/src/mesa/vbo/vbo_save_api.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save_draw.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save_loopback.c U xenocara/lib/mesa/src/mesa/vbo/vbo_util.h U xenocara/lib/mesa/src/mesa/x86/assyntax.h U xenocara/lib/mesa/src/microsoft/meson.build U xenocara/lib/mesa/src/microsoft/ci/deqp-dozen.toml U xenocara/lib/mesa/src/microsoft/ci/gitlab-ci.yml U xenocara/lib/mesa/src/microsoft/ci/spirv2dxil_reference.txt U xenocara/lib/mesa/src/microsoft/ci/warp-fails.txt U xenocara/lib/mesa/src/microsoft/ci/warp-flakes.txt U xenocara/lib/mesa/src/microsoft/ci/warp-skips.txt U xenocara/lib/mesa/src/microsoft/clc/clc_compiler.c U xenocara/lib/mesa/src/microsoft/clc/clc_compiler.h U xenocara/lib/mesa/src/microsoft/clc/clc_compiler_test.cpp U xenocara/lib/mesa/src/microsoft/clc/clc_nir.c U xenocara/lib/mesa/src/microsoft/clc/clc_nir.h U xenocara/lib/mesa/src/microsoft/clc/clon12compiler.def U xenocara/lib/mesa/src/microsoft/clc/compute_test.cpp U xenocara/lib/mesa/src/microsoft/clc/compute_test.h U xenocara/lib/mesa/src/microsoft/clc/meson.build U xenocara/lib/mesa/src/microsoft/compiler/dxcapi.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer_test.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_container.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_container.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump_decls.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_enums.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_enums.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_function.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_function.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_internal.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_module.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_module.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_algebraic.py U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_tess.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_cubemaps.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_cubemaps.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_samplers.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_samplers.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_vs_vertex_conversion.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_signature.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_signature.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_validator.cpp U xenocara/lib/mesa/src/microsoft/compiler/dxil_validator.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_versions.h U xenocara/lib/mesa/src/microsoft/compiler/meson.build U xenocara/lib/mesa/src/microsoft/compiler/nir_to_dxil.c U xenocara/lib/mesa/src/microsoft/compiler/nir_to_dxil.h U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir.h N xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir_lower_bindless.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/meson.build U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv2dxil.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.def U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_abi_helper.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_cmd_buffer.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_descriptor_set.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_device.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxcore.cpp U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxgi.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxgi.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_image.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_meta.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_nir.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_nir.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_physical_device_enum.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_pipeline.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_private.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_query.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_sync.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_util.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_wsi.c U xenocara/lib/mesa/src/microsoft/vulkan/meson.build U xenocara/lib/mesa/src/nouveau/meson.build U xenocara/lib/mesa/src/nouveau/codegen/meson.build U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_bb.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_build_util.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_build_util.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_driver.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gk110.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_common.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_common.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_nir.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_tgsi.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_graph.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_graph.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_inlines.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_helper.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_helper.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nvc0.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_peephole.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_print.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_ra.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_sched_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_serialize.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_ssa.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nv50.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nvc0.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_util.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_util.h U xenocara/lib/mesa/src/nouveau/codegen/lib/Makefile U xenocara/lib/mesa/src/nouveau/codegen/lib/gf100.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gf100.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gk104.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gk104.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gk110.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gk110.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gm107.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gm107.asm.h U xenocara/lib/mesa/src/nouveau/drm-shim/README.md U xenocara/lib/mesa/src/nouveau/drm-shim/meson.build U xenocara/lib/mesa/src/nouveau/drm-shim/nouveau_noop.c N xenocara/lib/mesa/src/panfrost/.clang-format U xenocara/lib/mesa/src/panfrost/meson.build U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g52-vk.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g52.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g72.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t720.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t760.toml N xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t860-egl.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t860.toml U xenocara/lib/mesa/src/panfrost/ci/gitlab-ci.yml U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-skips.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g72-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g72-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-fails.txt U xenocara/lib/mesa/src/panfrost/ci/traces-panfrost.yml U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-skips.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t760-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t760-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t820-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-skips.txt N xenocara/lib/mesa/src/panfrost/compiler/ISA.xml N xenocara/lib/mesa/src/panfrost/compiler/Notes.txt N xenocara/lib/mesa/src/panfrost/compiler/README.md N xenocara/lib/mesa/src/panfrost/compiler/bi_builder.h.py N xenocara/lib/mesa/src/panfrost/compiler/bi_helper_invocations.c N xenocara/lib/mesa/src/panfrost/compiler/bi_layout.c N xenocara/lib/mesa/src/panfrost/compiler/bi_liveness.c N xenocara/lib/mesa/src/panfrost/compiler/bi_lower_divergent_indirects.c N xenocara/lib/mesa/src/panfrost/compiler/bi_lower_swizzle.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opcodes.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_opcodes.h.py N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_constant_fold.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_copy_prop.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_cse.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_dce.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_dual_tex.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_mod_props.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_push_ubo.c N xenocara/lib/mesa/src/panfrost/compiler/bi_packer.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_pressure_schedule.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print_common.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print_common.h N xenocara/lib/mesa/src/panfrost/compiler/bi_printer.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_quirks.h N xenocara/lib/mesa/src/panfrost/compiler/bi_ra.c N xenocara/lib/mesa/src/panfrost/compiler/bi_test.h N xenocara/lib/mesa/src/panfrost/compiler/bi_validate.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_compile.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost_compile.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_isa.py N xenocara/lib/mesa/src/panfrost/compiler/bifrost_nir.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_nir_algebraic.py N xenocara/lib/mesa/src/panfrost/compiler/bir.c N xenocara/lib/mesa/src/panfrost/compiler/cmdline.c N xenocara/lib/mesa/src/panfrost/compiler/compiler.h N xenocara/lib/mesa/src/panfrost/compiler/gen_disasm.py N xenocara/lib/mesa/src/panfrost/compiler/meson.build N xenocara/lib/mesa/src/panfrost/compiler/nodearray.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_opt_message_preload.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_pack.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_schedule.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_scoreboard.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/disassemble.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/disassemble.h N xenocara/lib/mesa/src/panfrost/compiler/test/test-constant-fold.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-dual-texture.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-lower-swizzle.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-message-preload.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-optimizer.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-pack-formats.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-packing.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-scheduler-predicates.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/ISA.xml N xenocara/lib/mesa/src/panfrost/compiler/valhall/asm.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/disasm.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/disassemble.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/meson.build N xenocara/lib/mesa/src/panfrost/compiler/valhall/test-assembly.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_compiler.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_insert_flow.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_constants.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_isel.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_split_64bit.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_mark_last.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_merge_flow.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_optimize.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_pack.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_perf.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_validate.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.c.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall_enums.h.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/assembler-cases.txt N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/negative-cases.txt N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-add-imm.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-disassembler.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-insert-flow.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-lower-constants.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-lower-isel.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-mark-last.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-merge-flow.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-packing.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-validate-fau.cpp U xenocara/lib/mesa/src/panfrost/drm-shim/meson.build U xenocara/lib/mesa/src/panfrost/drm-shim/panfrost_noop.c U xenocara/lib/mesa/src/panfrost/ds/meson.build U xenocara/lib/mesa/src/panfrost/ds/pan_pps_driver.cc U xenocara/lib/mesa/src/panfrost/ds/pan_pps_driver.h U xenocara/lib/mesa/src/panfrost/ds/pan_pps_perf.cc U xenocara/lib/mesa/src/panfrost/ds/pan_pps_perf.h U xenocara/lib/mesa/src/panfrost/include/panfrost-job.h U xenocara/lib/mesa/src/panfrost/lib/.gitignore U xenocara/lib/mesa/src/panfrost/lib/meson.build U xenocara/lib/mesa/src/panfrost/lib/pan_afbc.c U xenocara/lib/mesa/src/panfrost/lib/pan_attributes.c U xenocara/lib/mesa/src/panfrost/lib/pan_blend.c U xenocara/lib/mesa/src/panfrost/lib/pan_blend.h U xenocara/lib/mesa/src/panfrost/lib/pan_blitter.c U xenocara/lib/mesa/src/panfrost/lib/pan_blitter.h U xenocara/lib/mesa/src/panfrost/lib/pan_bo.c U xenocara/lib/mesa/src/panfrost/lib/pan_bo.h U xenocara/lib/mesa/src/panfrost/lib/pan_clear.c U xenocara/lib/mesa/src/panfrost/lib/pan_cs.c U xenocara/lib/mesa/src/panfrost/lib/pan_cs.h U xenocara/lib/mesa/src/panfrost/lib/pan_device.h U xenocara/lib/mesa/src/panfrost/lib/pan_earlyzs.c U xenocara/lib/mesa/src/panfrost/lib/pan_earlyzs.h U xenocara/lib/mesa/src/panfrost/lib/pan_encoder.h U xenocara/lib/mesa/src/panfrost/lib/pan_format.c U xenocara/lib/mesa/src/panfrost/lib/pan_format.h U xenocara/lib/mesa/src/panfrost/lib/pan_indirect_dispatch.c U xenocara/lib/mesa/src/panfrost/lib/pan_pool.h U xenocara/lib/mesa/src/panfrost/lib/pan_indirect_dispatch.h U xenocara/lib/mesa/src/panfrost/lib/pan_layout.c U xenocara/lib/mesa/src/panfrost/lib/pan_props.c U xenocara/lib/mesa/src/panfrost/lib/pan_samples.c U xenocara/lib/mesa/src/panfrost/lib/pan_scoreboard.h U xenocara/lib/mesa/src/panfrost/lib/pan_scratch.c U xenocara/lib/mesa/src/panfrost/lib/pan_shader.c U xenocara/lib/mesa/src/panfrost/lib/pan_shader.h U xenocara/lib/mesa/src/panfrost/lib/pan_texture.c U xenocara/lib/mesa/src/panfrost/lib/pan_texture.h U xenocara/lib/mesa/src/panfrost/lib/pan_tiler.c U xenocara/lib/mesa/src/panfrost/lib/pan_util.c U xenocara/lib/mesa/src/panfrost/lib/pan_util.h U xenocara/lib/mesa/src/panfrost/lib/wrap.h U xenocara/lib/mesa/src/panfrost/lib/genxml/common.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/decode.c U xenocara/lib/mesa/src/panfrost/lib/genxml/decode.h U xenocara/lib/mesa/src/panfrost/lib/genxml/decode_common.c N xenocara/lib/mesa/src/panfrost/lib/genxml/decode_csf.c N xenocara/lib/mesa/src/panfrost/lib/genxml/decode_jm.c U xenocara/lib/mesa/src/panfrost/lib/genxml/gen_macros.h U xenocara/lib/mesa/src/panfrost/lib/genxml/gen_pack.py U xenocara/lib/mesa/src/panfrost/lib/genxml/meson.build N xenocara/lib/mesa/src/panfrost/lib/genxml/v10.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v4.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v5.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v6.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v7.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v9.xml U xenocara/lib/mesa/src/panfrost/lib/tests/test-blend.c U xenocara/lib/mesa/src/panfrost/lib/tests/test-clear.c U xenocara/lib/mesa/src/panfrost/lib/tests/test-earlyzs.cpp U xenocara/lib/mesa/src/panfrost/lib/tests/test-layout.cpp U xenocara/lib/mesa/src/panfrost/midgard/compiler.h U xenocara/lib/mesa/src/panfrost/midgard/disassemble.c U xenocara/lib/mesa/src/panfrost/midgard/disassemble.h U xenocara/lib/mesa/src/panfrost/midgard/helpers.h U xenocara/lib/mesa/src/panfrost/midgard/meson.build U xenocara/lib/mesa/src/panfrost/midgard/midgard.h C xenocara/lib/mesa/src/panfrost/midgard/midgard_address.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_derivatives.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_emit.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_errata_lod.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_helper_invocations.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_liveness.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir_algebraic.py U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir_lower_image_bitsize.c U xenocara/lib/mesa/src/panfrost/midgard/mir.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_copy_prop.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_dce.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_perspective.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_print.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_print_constant.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_quirks.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_ra.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ra_pipeline.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_schedule.c U xenocara/lib/mesa/src/panfrost/midgard/mir_promote_uniforms.c U xenocara/lib/mesa/src/panfrost/midgard/mir_squeeze.c U xenocara/lib/mesa/src/panfrost/midgard/nir_fuse_io_16.c U xenocara/lib/mesa/src/panfrost/perf/G31.xml U xenocara/lib/mesa/src/panfrost/perf/G51.xml U xenocara/lib/mesa/src/panfrost/perf/G52.xml U xenocara/lib/mesa/src/panfrost/perf/G57.xml U xenocara/lib/mesa/src/panfrost/perf/G68.xml U xenocara/lib/mesa/src/panfrost/perf/G71.xml U xenocara/lib/mesa/src/panfrost/perf/G72.xml U xenocara/lib/mesa/src/panfrost/perf/G76.xml U xenocara/lib/mesa/src/panfrost/perf/G77.xml U xenocara/lib/mesa/src/panfrost/perf/G78.xml U xenocara/lib/mesa/src/panfrost/perf/T72x.xml U xenocara/lib/mesa/src/panfrost/perf/T76x.xml U xenocara/lib/mesa/src/panfrost/perf/T82x.xml U xenocara/lib/mesa/src/panfrost/perf/T83x.xml U xenocara/lib/mesa/src/panfrost/perf/T86x.xml U xenocara/lib/mesa/src/panfrost/perf/T88x.xml U xenocara/lib/mesa/src/panfrost/perf/meson.build U xenocara/lib/mesa/src/panfrost/perf/pan_gen_perf.py U xenocara/lib/mesa/src/panfrost/perf/pan_perf.c U xenocara/lib/mesa/src/panfrost/perf/pan_perf.h U xenocara/lib/mesa/src/panfrost/perf/quick.c U xenocara/lib/mesa/src/panfrost/shared/meson.build C xenocara/lib/mesa/src/panfrost/shared/pan_minmax_cache.c C xenocara/lib/mesa/src/panfrost/shared/pan_minmax_cache.h U xenocara/lib/mesa/src/panfrost/shared/pan_tiling.c U xenocara/lib/mesa/src/panfrost/shared/pan_tiling.h U xenocara/lib/mesa/src/panfrost/shared/test/test-tiling.cpp U xenocara/lib/mesa/src/panfrost/tools/meson.build N xenocara/lib/mesa/src/panfrost/tools/panfrost_texfeatures.c U xenocara/lib/mesa/src/panfrost/tools/panfrostdump.c C xenocara/lib/mesa/src/panfrost/util/lcra.c C xenocara/lib/mesa/src/panfrost/util/lcra.h C xenocara/lib/mesa/src/panfrost/util/meson.build U xenocara/lib/mesa/src/panfrost/util/nir_mod_helpers.c U xenocara/lib/mesa/src/panfrost/util/pan_collect_varyings.c C xenocara/lib/mesa/src/panfrost/util/pan_ir.c C xenocara/lib/mesa/src/panfrost/util/pan_ir.h C xenocara/lib/mesa/src/panfrost/util/pan_liveness.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_64bit_intrin.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_framebuffer.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_framebuffer.h U xenocara/lib/mesa/src/panfrost/util/pan_lower_helper_invocation.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_sample_position.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_store_component.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_writeout.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_xfb.c U xenocara/lib/mesa/src/panfrost/vulkan/meson.build U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cmd_buffer.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cs.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cs.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_descriptor_set.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_device.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_formats.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_image.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_mempool.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_mempool.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pass.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pipeline.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pipeline_cache.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_private.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_query.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_shader.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_util.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cmd_buffer.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cs.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cmd_buffer.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cs.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_descriptor_set.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_device.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_device.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_image.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_blit.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_clear.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_copy.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_nir_lower_descriptors.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_pipeline.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_shader.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_varyings.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_wsi.c U xenocara/lib/mesa/src/tool/meson.build U xenocara/lib/mesa/src/tool/dlclose-skip/dlclose-skip.c U xenocara/lib/mesa/src/tool/dlclose-skip/meson.build U xenocara/lib/mesa/src/tool/pps/.clang-format U xenocara/lib/mesa/src/tool/pps/meson.build U xenocara/lib/mesa/src/tool/pps/pps.cc U xenocara/lib/mesa/src/tool/pps/pps.h U xenocara/lib/mesa/src/tool/pps/pps_algorithm.h U xenocara/lib/mesa/src/tool/pps/pps_config.cc U xenocara/lib/mesa/src/tool/pps/pps_counter.cc U xenocara/lib/mesa/src/tool/pps/pps_counter.h U xenocara/lib/mesa/src/tool/pps/pps_datasource.cc U xenocara/lib/mesa/src/tool/pps/pps_datasource.h U xenocara/lib/mesa/src/tool/pps/pps_device.cc U xenocara/lib/mesa/src/tool/pps/pps_device.h U xenocara/lib/mesa/src/tool/pps/pps_driver.cc U xenocara/lib/mesa/src/tool/pps/pps_driver.h U xenocara/lib/mesa/src/tool/pps/pps_producer.cc U xenocara/lib/mesa/src/tool/pps/cfg/cpu.cfg U xenocara/lib/mesa/src/tool/pps/cfg/gpu.cfg U xenocara/lib/mesa/src/tool/pps/cfg/intel.cfg U xenocara/lib/mesa/src/tool/pps/cfg/system.cfg U xenocara/lib/mesa/src/util/00-mesa-defaults.conf N xenocara/lib/mesa/src/util/00-radv-defaults.conf U xenocara/lib/mesa/src/util/anon_file.c U xenocara/lib/mesa/src/util/anon_file.h U xenocara/lib/mesa/src/util/bigmath.h U xenocara/lib/mesa/src/util/bitpack_helpers.h U xenocara/lib/mesa/src/util/bitscan.c U xenocara/lib/mesa/src/util/bitscan.h U xenocara/lib/mesa/src/util/bitset.h U xenocara/lib/mesa/src/util/blob.c U xenocara/lib/mesa/src/util/blob.h U xenocara/lib/mesa/src/util/build_id.c U xenocara/lib/mesa/src/util/build_id.h U xenocara/lib/mesa/src/util/cnd_monotonic.h C xenocara/lib/mesa/src/util/compiler.h U xenocara/lib/mesa/src/util/compress.c U xenocara/lib/mesa/src/util/compress.h U xenocara/lib/mesa/src/util/crc32.c U xenocara/lib/mesa/src/util/crc32.h U xenocara/lib/mesa/src/util/dag.c U xenocara/lib/mesa/src/util/dag.h N xenocara/lib/mesa/src/util/detect.h N xenocara/lib/mesa/src/util/detect_arch.h N xenocara/lib/mesa/src/util/detect_cc.h U xenocara/lib/mesa/src/util/detect_os.h C xenocara/lib/mesa/src/util/disk_cache.c C xenocara/lib/mesa/src/util/disk_cache.h U xenocara/lib/mesa/src/util/disk_cache_os.c U xenocara/lib/mesa/src/util/disk_cache_os.h U xenocara/lib/mesa/src/util/double.c U xenocara/lib/mesa/src/util/double.h U xenocara/lib/mesa/src/util/driconf.h U xenocara/lib/mesa/src/util/driconf_static.py U xenocara/lib/mesa/src/util/enum_operators.h U xenocara/lib/mesa/src/util/fast_idiv_by_const.c U xenocara/lib/mesa/src/util/fast_idiv_by_const.h U xenocara/lib/mesa/src/util/fast_urem_by_const.h U xenocara/lib/mesa/src/util/format_r11g11b10f.h U xenocara/lib/mesa/src/util/format_rgb9e5.h U xenocara/lib/mesa/src/util/format_srgb.h U xenocara/lib/mesa/src/util/format_srgb.py U xenocara/lib/mesa/src/util/fossilize_db.c U xenocara/lib/mesa/src/util/fossilize_db.h U xenocara/lib/mesa/src/util/futex.c U xenocara/lib/mesa/src/util/futex.h N xenocara/lib/mesa/src/util/glheader.h U xenocara/lib/mesa/src/util/glsl2spirv.py U xenocara/lib/mesa/src/util/half_float.c U xenocara/lib/mesa/src/util/half_float.h U xenocara/lib/mesa/src/util/hash_table.c U xenocara/lib/mesa/src/util/hash_table.h N xenocara/lib/mesa/src/util/libdrm.h U xenocara/lib/mesa/src/util/libsync.h U xenocara/lib/mesa/src/util/list.h U xenocara/lib/mesa/src/util/log.c U xenocara/lib/mesa/src/util/log.h C xenocara/lib/mesa/src/util/macros.h U xenocara/lib/mesa/src/util/memstream.c U xenocara/lib/mesa/src/util/memstream.h C xenocara/lib/mesa/src/util/mesa-sha1.c U xenocara/lib/mesa/src/util/mesa-sha1.h U xenocara/lib/mesa/src/util/mesa_cache_db.c U xenocara/lib/mesa/src/util/mesa_cache_db.h N xenocara/lib/mesa/src/util/mesa_cache_db_multipart.c N xenocara/lib/mesa/src/util/mesa_cache_db_multipart.h C xenocara/lib/mesa/src/util/meson.build C xenocara/lib/mesa/src/util/os_file.c U xenocara/lib/mesa/src/util/os_file.h U xenocara/lib/mesa/src/util/os_memory.h U xenocara/lib/mesa/src/util/os_memory_aligned.h U xenocara/lib/mesa/src/util/os_memory_debug.h U xenocara/lib/mesa/src/util/os_memory_fd.c U xenocara/lib/mesa/src/util/os_memory_fd.h U xenocara/lib/mesa/src/util/os_memory_stdc.h C xenocara/lib/mesa/src/util/os_misc.c C xenocara/lib/mesa/src/util/os_misc.h N xenocara/lib/mesa/src/util/os_mman.h U xenocara/lib/mesa/src/util/os_socket.c U xenocara/lib/mesa/src/util/os_socket.h U xenocara/lib/mesa/src/util/os_time.c U xenocara/lib/mesa/src/util/os_time.h U xenocara/lib/mesa/src/util/ptralloc.h C xenocara/lib/mesa/src/util/ralloc.c U xenocara/lib/mesa/src/util/ralloc.h U xenocara/lib/mesa/src/util/rand_xor.c U xenocara/lib/mesa/src/util/rand_xor.h U xenocara/lib/mesa/src/util/rb_tree.c U xenocara/lib/mesa/src/util/rb_tree.h U xenocara/lib/mesa/src/util/reallocarray.h U xenocara/lib/mesa/src/util/register_allocate.c U xenocara/lib/mesa/src/util/register_allocate.h U xenocara/lib/mesa/src/util/register_allocate_internal.h U xenocara/lib/mesa/src/util/rgtc.c U xenocara/lib/mesa/src/util/rgtc.h U xenocara/lib/mesa/src/util/rounding.h U xenocara/lib/mesa/src/util/rwlock.c U xenocara/lib/mesa/src/util/rwlock.h C xenocara/lib/mesa/src/util/set.c U xenocara/lib/mesa/src/util/set.h U xenocara/lib/mesa/src/util/simple_mtx.c U xenocara/lib/mesa/src/util/simple_mtx.h U xenocara/lib/mesa/src/util/slab.c U xenocara/lib/mesa/src/util/slab.h U xenocara/lib/mesa/src/util/softfloat.c U xenocara/lib/mesa/src/util/softfloat.h U xenocara/lib/mesa/src/util/sparse_array.c U xenocara/lib/mesa/src/util/sparse_array.h U xenocara/lib/mesa/src/util/streaming-load-memcpy.c U xenocara/lib/mesa/src/util/streaming-load-memcpy.h U xenocara/lib/mesa/src/util/string_buffer.c U xenocara/lib/mesa/src/util/strndup.h U xenocara/lib/mesa/src/util/string_buffer.h C xenocara/lib/mesa/src/util/strtod.c U xenocara/lib/mesa/src/util/strtod.h U xenocara/lib/mesa/src/util/texcompress_rgtc_tmp.h U xenocara/lib/mesa/src/util/timespec.h U xenocara/lib/mesa/src/util/u_atomic.c C xenocara/lib/mesa/src/util/u_atomic.h U xenocara/lib/mesa/src/util/u_call_once.c U xenocara/lib/mesa/src/util/u_call_once.h C xenocara/lib/mesa/src/util/u_cpu_detect.c U xenocara/lib/mesa/src/util/u_cpu_detect.h U xenocara/lib/mesa/src/util/u_debug.c U xenocara/lib/mesa/src/util/u_debug.h U xenocara/lib/mesa/src/util/u_debug_describe.c U xenocara/lib/mesa/src/util/u_debug_describe.h U xenocara/lib/mesa/src/util/u_debug_memory.c U xenocara/lib/mesa/src/util/u_debug_refcnt.c U xenocara/lib/mesa/src/util/u_debug_refcnt.h C xenocara/lib/mesa/src/util/u_debug_stack.c U xenocara/lib/mesa/src/util/u_debug_stack.h U xenocara/lib/mesa/src/util/u_debug_stack_android.cpp U xenocara/lib/mesa/src/util/u_debug_symbol.c U xenocara/lib/mesa/src/util/u_debug_symbol.h U xenocara/lib/mesa/src/util/u_dl.c U xenocara/lib/mesa/src/util/u_dl.h U xenocara/lib/mesa/src/util/u_drm.h C xenocara/lib/mesa/src/util/u_dynarray.h U xenocara/lib/mesa/src/util/u_endian.h U xenocara/lib/mesa/src/util/u_hash_table.c U xenocara/lib/mesa/src/util/u_hash_table.h U xenocara/lib/mesa/src/util/u_idalloc.c U xenocara/lib/mesa/src/util/u_idalloc.h U xenocara/lib/mesa/src/util/u_math.c U xenocara/lib/mesa/src/util/u_math.h U xenocara/lib/mesa/src/util/u_memory.h C xenocara/lib/mesa/src/util/u_memset.h U xenocara/lib/mesa/src/util/u_mm.c U xenocara/lib/mesa/src/util/u_mm.h U xenocara/lib/mesa/src/util/u_pointer.h U xenocara/lib/mesa/src/util/u_printf.c U xenocara/lib/mesa/src/util/u_printf.h U xenocara/lib/mesa/src/util/u_process.c U xenocara/lib/mesa/src/util/u_process.h U xenocara/lib/mesa/src/util/u_qsort.cpp U xenocara/lib/mesa/src/util/u_qsort.h C xenocara/lib/mesa/src/util/u_queue.c C xenocara/lib/mesa/src/util/u_queue.h C xenocara/lib/mesa/src/util/u_string.h U xenocara/lib/mesa/src/util/u_thread.c C xenocara/lib/mesa/src/util/u_thread.h U xenocara/lib/mesa/src/util/u_vector.c U xenocara/lib/mesa/src/util/u_vector.h U xenocara/lib/mesa/src/util/u_worklist.c U xenocara/lib/mesa/src/util/u_worklist.h U xenocara/lib/mesa/src/util/vl_rbsp.h U xenocara/lib/mesa/src/util/vl_vlc.h U xenocara/lib/mesa/src/util/vma.c U xenocara/lib/mesa/src/util/vma.h C xenocara/lib/mesa/src/util/xmlconfig.c C xenocara/lib/mesa/src/util/xmlconfig.h U xenocara/lib/mesa/src/util/xxd.py U xenocara/lib/mesa/src/util/xxhash.h U xenocara/lib/mesa/src/util/format/format_utils.h U xenocara/lib/mesa/src/util/format/meson.build N xenocara/lib/mesa/src/util/format/texcompress_bptc_tmp.h N xenocara/lib/mesa/src/util/format/texcompress_etc_tmp.h N xenocara/lib/mesa/src/util/format/texcompress_s3tc_tmp.h U xenocara/lib/mesa/src/util/format/u_format.c U xenocara/lib/mesa/src/util/format/u_format.csv U xenocara/lib/mesa/src/util/format/u_format.h U xenocara/lib/mesa/src/util/format/u_format_bptc.c U xenocara/lib/mesa/src/util/format/u_format_bptc.h U xenocara/lib/mesa/src/util/format/u_format_etc.c U xenocara/lib/mesa/src/util/format/u_format_etc.h U xenocara/lib/mesa/src/util/format/u_format_fxt1.c U xenocara/lib/mesa/src/util/format/u_format_fxt1.h U xenocara/lib/mesa/src/util/format/u_format_latc.c U xenocara/lib/mesa/src/util/format/u_format_latc.h U xenocara/lib/mesa/src/util/format/u_format_other.c U xenocara/lib/mesa/src/util/format/u_format_other.h U xenocara/lib/mesa/src/util/format/u_format_rgtc.c U xenocara/lib/mesa/src/util/format/u_format_pack.py U xenocara/lib/mesa/src/util/format/u_format_parse.py U xenocara/lib/mesa/src/util/format/u_format_rgtc.h U xenocara/lib/mesa/src/util/format/u_format_s3tc.c U xenocara/lib/mesa/src/util/format/u_format_s3tc.h U xenocara/lib/mesa/src/util/format/u_format_table.py U xenocara/lib/mesa/src/util/format/u_format_tests.c U xenocara/lib/mesa/src/util/format/u_format_tests.h U xenocara/lib/mesa/src/util/format/u_format_unpack_neon.c U xenocara/lib/mesa/src/util/format/u_format_yuv.c U xenocara/lib/mesa/src/util/format/u_format_yuv.h U xenocara/lib/mesa/src/util/format/u_format_zs.c U xenocara/lib/mesa/src/util/format/u_format_zs.h N xenocara/lib/mesa/src/util/format/u_formats.h N xenocara/lib/mesa/src/util/perf/.clang-format U xenocara/lib/mesa/src/util/perf/cpu_trace.h U xenocara/lib/mesa/src/util/perf/u_perfetto.cc U xenocara/lib/mesa/src/util/perf/u_perfetto.h N xenocara/lib/mesa/src/util/perf/u_perfetto_renderpass.h U xenocara/lib/mesa/src/util/perf/u_trace.c U xenocara/lib/mesa/src/util/perf/u_trace.h U xenocara/lib/mesa/src/util/perf/u_trace.py U xenocara/lib/mesa/src/util/perf/u_trace_priv.h U xenocara/lib/mesa/src/util/sha1/README U xenocara/lib/mesa/src/util/sha1/sha1.c U xenocara/lib/mesa/src/util/sha1/sha1.h U xenocara/lib/mesa/src/util/tests/bitset_test.cpp U xenocara/lib/mesa/src/util/tests/blob_test.cpp U xenocara/lib/mesa/src/util/tests/cache_test.cpp U xenocara/lib/mesa/src/util/tests/dag_test.cpp U xenocara/lib/mesa/src/util/tests/fast_idiv_by_const_test.cpp U xenocara/lib/mesa/src/util/tests/fast_urem_by_const_test.cpp U xenocara/lib/mesa/src/util/tests/half_float_test.cpp U xenocara/lib/mesa/src/util/tests/int_min_max.cpp U xenocara/lib/mesa/src/util/tests/mesa-sha1_test.cpp N xenocara/lib/mesa/src/util/tests/os_mman_test.cpp U xenocara/lib/mesa/src/util/tests/process_test.c U xenocara/lib/mesa/src/util/tests/rb_tree_test.cpp U xenocara/lib/mesa/src/util/tests/register_allocate_test.cpp U xenocara/lib/mesa/src/util/tests/roundeven_test.cpp U xenocara/lib/mesa/src/util/tests/set_test.cpp U xenocara/lib/mesa/src/util/tests/sparse_array_test.cpp U xenocara/lib/mesa/src/util/tests/timespec_test.cpp U xenocara/lib/mesa/src/util/tests/string_buffer_test.cpp U xenocara/lib/mesa/src/util/tests/u_atomic_test.cpp U xenocara/lib/mesa/src/util/tests/u_call_once_test.cpp U xenocara/lib/mesa/src/util/tests/u_debug_stack_test.cpp U xenocara/lib/mesa/src/util/tests/u_debug_test.cpp U xenocara/lib/mesa/src/util/tests/u_printf_test.cpp U xenocara/lib/mesa/src/util/tests/u_qsort_test.cpp U xenocara/lib/mesa/src/util/tests/vector_test.cpp U xenocara/lib/mesa/src/util/tests/xmlconfig.cpp U xenocara/lib/mesa/src/util/tests/drirc_configdir/00-test.conf U xenocara/lib/mesa/src/util/tests/drirc_configdir/01-unused U xenocara/lib/mesa/src/util/tests/drirc_home/.drirc U xenocara/lib/mesa/src/util/tests/format/meson.build U xenocara/lib/mesa/src/util/tests/format/srgb.c U xenocara/lib/mesa/src/util/tests/format/u_format_compatible_test.c U xenocara/lib/mesa/src/util/tests/format/u_format_test.c U xenocara/lib/mesa/src/util/tests/hash_table/clear.c U xenocara/lib/mesa/src/util/tests/hash_table/collision.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_management.c U xenocara/lib/mesa/src/util/tests/hash_table/destroy_callback.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_many.c U xenocara/lib/mesa/src/util/tests/hash_table/meson.build U xenocara/lib/mesa/src/util/tests/hash_table/null_destroy.c U xenocara/lib/mesa/src/util/tests/hash_table/random_entry.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_key.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_null.c U xenocara/lib/mesa/src/util/tests/hash_table/replacement.c N xenocara/lib/mesa/src/util/tests/perf/u_trace_test.cpp U xenocara/lib/mesa/src/util/tests/vma/meson.build U xenocara/lib/mesa/src/util/tests/vma/vma_random_test.cpp N xenocara/lib/mesa/src/util/tools/find_hash_func.c U xenocara/lib/mesa/src/virtio/meson.build U xenocara/lib/mesa/src/virtio/ci/deqp-venus.toml U xenocara/lib/mesa/src/virtio/ci/gitlab-ci.yml U xenocara/lib/mesa/src/virtio/ci/venus-fails.txt U xenocara/lib/mesa/src/virtio/ci/venus-flakes.txt U xenocara/lib/mesa/src/virtio/ci/venus-skips.txt U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_buffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_buffer_view.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_command_buffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_command_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_cs.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_defines.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_set.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_set_layout.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_update_template.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_device.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_device_memory.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_event.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_fence.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_framebuffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_handles.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_image.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_image_view.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_info.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_instance.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline_cache.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_query_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline_layout.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_private_data_slot.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_queue.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_render_pass.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_sampler.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_sampler_ycbcr_conversion.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_semaphore.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_shader_module.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_structs.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_transport.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_types.h U xenocara/lib/mesa/src/virtio/virtio-gpu/drm_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/venus_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_protocol.h N xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_video_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virglrenderer_hw.h U xenocara/lib/mesa/src/virtio/vtest/vtest_protocol.h U xenocara/lib/mesa/src/virtio/vulkan/.clang-format U xenocara/lib/mesa/src/virtio/vulkan/meson.build U xenocara/lib/mesa/src/virtio/vulkan/vn_android.c U xenocara/lib/mesa/src/virtio/vulkan/vn_android.h U xenocara/lib/mesa/src/virtio/vulkan/vn_buffer.c U xenocara/lib/mesa/src/virtio/vulkan/vn_buffer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_command_buffer.c U xenocara/lib/mesa/src/virtio/vulkan/vn_command_buffer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_common.c U xenocara/lib/mesa/src/virtio/vulkan/vn_common.h U xenocara/lib/mesa/src/virtio/vulkan/vn_cs.c U xenocara/lib/mesa/src/virtio/vulkan/vn_cs.h U xenocara/lib/mesa/src/virtio/vulkan/vn_descriptor_set.c U xenocara/lib/mesa/src/virtio/vulkan/vn_descriptor_set.h U xenocara/lib/mesa/src/virtio/vulkan/vn_device.c U xenocara/lib/mesa/src/virtio/vulkan/vn_device.h U xenocara/lib/mesa/src/virtio/vulkan/vn_device_memory.c U xenocara/lib/mesa/src/virtio/vulkan/vn_device_memory.h U xenocara/lib/mesa/src/virtio/vulkan/vn_feedback.c U xenocara/lib/mesa/src/virtio/vulkan/vn_feedback.h U xenocara/lib/mesa/src/virtio/vulkan/vn_icd.c U xenocara/lib/mesa/src/virtio/vulkan/vn_icd.h U xenocara/lib/mesa/src/virtio/vulkan/vn_image.c U xenocara/lib/mesa/src/virtio/vulkan/vn_image.h U xenocara/lib/mesa/src/virtio/vulkan/vn_instance.c U xenocara/lib/mesa/src/virtio/vulkan/vn_instance.h U xenocara/lib/mesa/src/virtio/vulkan/vn_physical_device.c U xenocara/lib/mesa/src/virtio/vulkan/vn_physical_device.h U xenocara/lib/mesa/src/virtio/vulkan/vn_pipeline.c U xenocara/lib/mesa/src/virtio/vulkan/vn_pipeline.h U xenocara/lib/mesa/src/virtio/vulkan/vn_query_pool.c U xenocara/lib/mesa/src/virtio/vulkan/vn_query_pool.h U xenocara/lib/mesa/src/virtio/vulkan/vn_queue.c U xenocara/lib/mesa/src/virtio/vulkan/vn_queue.h U xenocara/lib/mesa/src/virtio/vulkan/vn_render_pass.c U xenocara/lib/mesa/src/virtio/vulkan/vn_render_pass.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_internal.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_internal.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_util.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_util.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_virtgpu.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_vtest.c U xenocara/lib/mesa/src/virtio/vulkan/vn_ring.c U xenocara/lib/mesa/src/virtio/vulkan/vn_ring.h U xenocara/lib/mesa/src/virtio/vulkan/vn_wsi.c U xenocara/lib/mesa/src/virtio/vulkan/vn_wsi.h U xenocara/lib/mesa/src/vulkan/meson.build N xenocara/lib/mesa/src/vulkan/vulkan-android.sym N xenocara/lib/mesa/src/vulkan/vulkan-icd-android-symbols.txt U xenocara/lib/mesa/src/vulkan/vulkan-icd-symbols.txt N xenocara/lib/mesa/src/vulkan/vulkan.sym U xenocara/lib/mesa/src/vulkan/vulkan_api.def.in U xenocara/lib/mesa/src/vulkan/device-select-layer/VkLayer_MESA_device_select.json U xenocara/lib/mesa/src/vulkan/device-select-layer/device_select.h C xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_layer.c C xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_wayland.c U xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_x11.c C xenocara/lib/mesa/src/vulkan/device-select-layer/meson.build U xenocara/lib/mesa/src/vulkan/overlay-layer/README.rst U xenocara/lib/mesa/src/vulkan/overlay-layer/TODO U xenocara/lib/mesa/src/vulkan/overlay-layer/VkLayer_MESA_overlay.json U xenocara/lib/mesa/src/vulkan/overlay-layer/mesa-overlay-control.py U xenocara/lib/mesa/src/vulkan/overlay-layer/meson.build U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.cpp U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.frag U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.vert U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.c U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.h U xenocara/lib/mesa/src/vulkan/registry/update-aliases.py C xenocara/lib/mesa/src/vulkan/registry/vk.xml U xenocara/lib/mesa/src/vulkan/runtime/meson.build N xenocara/lib/mesa/src/vulkan/runtime/vk_acceleration_structure.c N xenocara/lib/mesa/src/vulkan/runtime/vk_acceleration_structure.h U xenocara/lib/mesa/src/vulkan/runtime/vk_android.c N xenocara/lib/mesa/src/vulkan/runtime/vk_android.h U xenocara/lib/mesa/src/vulkan/runtime/vk_buffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_buffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_cmd_copy.c U xenocara/lib/mesa/src/vulkan/runtime/vk_cmd_enqueue.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_buffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_buffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_command_pool.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_pool.h U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_report.c U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_report.h U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_utils.c U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_utils.h U xenocara/lib/mesa/src/vulkan/runtime/vk_device.c U xenocara/lib/mesa/src/vulkan/runtime/vk_deferred_operation.c U xenocara/lib/mesa/src/vulkan/runtime/vk_deferred_operation.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_set_layout.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_set_layout.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_update_template.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_update_template.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptors.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptors.h U xenocara/lib/mesa/src/vulkan/runtime/vk_device.h N xenocara/lib/mesa/src/vulkan/runtime/vk_device_memory.c N xenocara/lib/mesa/src/vulkan/runtime/vk_device_memory.h U xenocara/lib/mesa/src/vulkan/runtime/vk_drm_syncobj.c U xenocara/lib/mesa/src/vulkan/runtime/vk_drm_syncobj.h U xenocara/lib/mesa/src/vulkan/runtime/vk_fence.c U xenocara/lib/mesa/src/vulkan/runtime/vk_fence.h N xenocara/lib/mesa/src/vulkan/runtime/vk_format_info_gen.py U xenocara/lib/mesa/src/vulkan/runtime/vk_framebuffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_framebuffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_graphics_state.c U xenocara/lib/mesa/src/vulkan/runtime/vk_graphics_state.h U xenocara/lib/mesa/src/vulkan/runtime/vk_image.c U xenocara/lib/mesa/src/vulkan/runtime/vk_image.h U xenocara/lib/mesa/src/vulkan/runtime/vk_instance.c U xenocara/lib/mesa/src/vulkan/runtime/vk_instance.h U xenocara/lib/mesa/src/vulkan/runtime/vk_limits.h U xenocara/lib/mesa/src/vulkan/runtime/vk_log.c U xenocara/lib/mesa/src/vulkan/runtime/vk_log.h U xenocara/lib/mesa/src/vulkan/runtime/vk_nir.c U xenocara/lib/mesa/src/vulkan/runtime/vk_nir.h U xenocara/lib/mesa/src/vulkan/runtime/vk_object.c U xenocara/lib/mesa/src/vulkan/runtime/vk_object.h U xenocara/lib/mesa/src/vulkan/runtime/vk_physical_device.c U xenocara/lib/mesa/src/vulkan/runtime/vk_physical_device.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_cache.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_cache.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_layout.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_layout.h U xenocara/lib/mesa/src/vulkan/runtime/vk_queue.c U xenocara/lib/mesa/src/vulkan/runtime/vk_queue.h U xenocara/lib/mesa/src/vulkan/runtime/vk_render_pass.c U xenocara/lib/mesa/src/vulkan/runtime/vk_render_pass.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sampler.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sampler.h U xenocara/lib/mesa/src/vulkan/runtime/vk_semaphore.c U xenocara/lib/mesa/src/vulkan/runtime/vk_semaphore.h U xenocara/lib/mesa/src/vulkan/runtime/vk_shader_module.c U xenocara/lib/mesa/src/vulkan/runtime/vk_shader_module.h U xenocara/lib/mesa/src/vulkan/runtime/vk_standard_sample_locations.c U xenocara/lib/mesa/src/vulkan/runtime/vk_standard_sample_locations.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_binary.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_binary.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_dummy.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_dummy.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_timeline.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_timeline.h U xenocara/lib/mesa/src/vulkan/runtime/vk_synchronization2.c N xenocara/lib/mesa/src/vulkan/runtime/vk_video.c N xenocara/lib/mesa/src/vulkan/runtime/vk_video.h N xenocara/lib/mesa/src/vulkan/runtime/vk_ycbcr_conversion.c N xenocara/lib/mesa/src/vulkan/runtime/vk_ycbcr_conversion.h N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_common.c N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_common.h N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_exporter.c N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_tokens.h C xenocara/lib/mesa/src/vulkan/util/gen_enum_to_str.py U xenocara/lib/mesa/src/vulkan/util/meson.build U xenocara/lib/mesa/src/vulkan/util/vk_alloc.c C xenocara/lib/mesa/src/vulkan/util/vk_alloc.h U xenocara/lib/mesa/src/vulkan/util/vk_cmd_queue_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_dispatch_table_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_dispatch_trampolines_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_entrypoints.py U xenocara/lib/mesa/src/vulkan/util/vk_entrypoints_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_extensions.py U xenocara/lib/mesa/src/vulkan/util/vk_extensions_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_format.c U xenocara/lib/mesa/src/vulkan/util/vk_format.h U xenocara/lib/mesa/src/vulkan/util/vk_icd_gen.py C xenocara/lib/mesa/src/vulkan/util/vk_physical_device_features.py N xenocara/lib/mesa/src/vulkan/util/vk_struct_type_cast_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_util.c C xenocara/lib/mesa/src/vulkan/util/vk_util.h U xenocara/lib/mesa/src/vulkan/wsi/meson.build U xenocara/lib/mesa/src/vulkan/wsi/wsi_common.c C xenocara/lib/mesa/src/vulkan/wsi/wsi_common.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_drm.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_drm.h N xenocara/lib/mesa/src/vulkan/wsi/wsi_common_headless.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_private.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_queue.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_wayland.c N xenocara/lib/mesa/src/vulkan/wsi/wsi_common_win32.cpp C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_x11.c U xenocara/lib/mesa/subprojects/.gitignore U xenocara/lib/mesa/subprojects/DirectX-Headers.wrap U xenocara/lib/mesa/subprojects/expat.wrap U xenocara/lib/mesa/subprojects/perfetto.wrap U xenocara/lib/mesa/subprojects/zlib.wrap 835 conflicts created by this import. Use the following command to help the merge: cvs checkout -jmesa:yesterday -jmesa xenocara/lib/mesa CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:44:57 xenocara/lib/mesa/generated/src/intel/dev Update of /cvs/xenocara/lib/mesa/generated/src/intel/dev In directory cvs.openbsd.org:/tmp/cvs-serv72783/src/intel/dev Log Message: Directory /cvs/xenocara/lib/mesa/generated/src/intel/dev added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:44:57 xenocara/lib/mesa/generated/src/intel/vulkan/shaders Update of /cvs/xenocara/lib/mesa/generated/src/intel/vulkan/shaders In directory cvs.openbsd.org:/tmp/cvs-serv72783/src/intel/vulkan/shaders Log Message: Directory /cvs/xenocara/lib/mesa/generated/src/intel/vulkan/shaders added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:53:46 Modified files: lib/mesa : .gitignore VERSION meson.build lib/mesa/docs : dispatch.rst features.txt lib/mesa/generated: Makefile lib/mesa/generated/src/amd/common: amdgfxregs.h gfx10_format_table.c sid_tables.h lib/mesa/generated/src/amd/compiler: aco_builder.h aco_opcodes.cpp aco_opcodes.h lib/mesa/generated/src/amd/vulkan: radeon_icd.json radv_entrypoints.c radv_entrypoints.h lib/mesa/generated/src/amd/vulkan/radix_sort/shaders: fill.comp.spv.h histogram.comp.spv.h init.comp.spv.h prefix.comp.spv.h scatter_0_even.comp.spv.h scatter_0_odd.comp.spv.h scatter_1_even.comp.spv.h scatter_1_odd.comp.spv.h lib/mesa/generated/src/compiler/glsl: float64_glsl.h glsl_lexer.cpp glsl_parser.cpp glsl_parser.h ir_expression_operation_constant.h lib/mesa/generated/src/compiler/glsl/glcpp: glcpp-lex.c glcpp-parse.c lib/mesa/generated/src/compiler/nir: nir_builder_opcodes.h nir_constant_expressions.c nir_intrinsics.c nir_intrinsics.h nir_intrinsics_indices.h nir_opcodes.c nir_opcodes.h nir_opt_algebraic.c lib/mesa/generated/src/gallium/auxiliary: tr_util.c tr_util.h u_indices_gen.c u_tracepoints.c u_tracepoints.h lib/mesa/generated/src/gallium/drivers/r300: r300_nir_algebraic.c lib/mesa/generated/src/intel/compiler: brw_nir_trig_workarounds.c lib/mesa/generated/src/intel/ds: intel_tracepoints.c intel_tracepoints.h intel_tracepoints_perfetto.h lib/mesa/generated/src/intel/genxml: gen11_pack.h gen125_pack.h gen12_pack.h gen45_pack.h gen4_pack.h gen5_pack.h gen6_pack.h gen75_pack.h gen7_pack.h gen8_pack.h gen9_pack.h genX_bits.h genX_xml.h lib/mesa/generated/src/intel/perf: intel_perf_metrics.c intel_perf_metrics.h lib/mesa/generated/src/intel/vulkan: anv_entrypoints.c anv_entrypoints.h intel_icd.json lib/mesa/generated/src/intel/vulkan_hasvk: anv_entrypoints.c anv_entrypoints.h intel_hasvk_icd.json lib/mesa/generated/src/mapi/es1api: glapi_mapi_tmp.h lib/mesa/generated/src/mapi/es2api: glapi_mapi_tmp.h lib/mesa/generated/src/mapi/glapi: glapitable.h glapitemp.h lib/mesa/generated/src/mapi/glapi/gen: api_beginend_init.h api_exec_decl.h api_exec_init.c api_save.h enums.c glapi_mapi_tmp.h indirect.c indirect.h indirect_size.c marshal_generated0.c marshal_generated1.c marshal_generated2.c marshal_generated3.c marshal_generated4.c marshal_generated5.c marshal_generated6.c marshal_generated7.c unmarshal_table.c lib/mesa/generated/src/mapi/shared-glapi: glapi_mapi_tmp.h lib/mesa/generated/src/mesa: get_hash.h lib/mesa/generated/src/mesa/main: dispatch.h marshal_generated.h remap_helper.h lib/mesa/generated/src/mesa/program: lex.yy.c program_parse.tab.c lib/mesa/generated/src/util: driconf_static.h lib/mesa/generated/src/util/format: u_format_pack.h u_format_table.c lib/mesa/generated/src/vulkan/runtime: vk_cmd_enqueue_entrypoints.c vk_cmd_enqueue_entrypoints.h vk_cmd_queue.c vk_cmd_queue.h vk_common_entrypoints.c vk_common_entrypoints.h vk_dispatch_trampolines.c vk_physical_device_features.c lib/mesa/generated/src/vulkan/util: vk_dispatch_table.c vk_dispatch_table.h vk_enum_defines.h vk_enum_to_str.c vk_enum_to_str.h vk_extensions.c vk_extensions.h lib/mesa/generated/src/vulkan/wsi: wsi_common_entrypoints.c wsi_common_entrypoints.h lib/mesa/include/CL: cl_d3d10.h cl_d3d11.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platform.h opencl.h lib/mesa/include/GL: glxext.h lib/mesa/include/GL/internal: dri_interface.h lib/mesa/include/GLES3: gl3ext.h lib/mesa/include/drm-uapi: amdgpu_drm.h drm_fourcc.h drm_mode.h i915_drm.h lib/mesa/include/pci_ids: iris_pci_ids.h lib/mesa/include/vulkan: vk_platform.h vulkan.h vulkan_beta.h lib/mesa/mk : config.mk lib/mesa/mk/libEGL: Makefile lib/mesa/mk/libGL: shlib_version lib/mesa/mk/libaco: Makefile lib/mesa/mk/libamd_common: Makefile lib/mesa/mk/libamd_common_llvm: Makefile lib/mesa/mk/libanv_common: Makefile lib/mesa/mk/libanv_hasvk_common: Makefile lib/mesa/mk/libblorp: Makefile lib/mesa/mk/libcrocuswinsys: Makefile lib/mesa/mk/libdri: Makefile lib/mesa/mk/libgallium: Makefile lib/mesa/mk/libglapi: Makefile lib/mesa/mk/libglsl: Makefile lib/mesa/mk/libintel-driver-ds: Makefile lib/mesa/mk/libintel_common: Makefile lib/mesa/mk/libintel_compiler: Makefile lib/mesa/mk/libintel_dev: Makefile lib/mesa/mk/libintel_perf: Makefile lib/mesa/mk/libiris: Makefile lib/mesa/mk/libisl: Makefile lib/mesa/mk/libisl_gfx110: Makefile lib/mesa/mk/libisl_gfx120: Makefile lib/mesa/mk/libisl_gfx125: Makefile lib/mesa/mk/libisl_gfx40: Makefile lib/mesa/mk/libisl_gfx50: Makefile lib/mesa/mk/libisl_gfx60: Makefile lib/mesa/mk/libisl_gfx70: Makefile lib/mesa/mk/libisl_gfx75: Makefile lib/mesa/mk/libisl_gfx80: Makefile lib/mesa/mk/libisl_gfx90: Makefile lib/mesa/mk/libisl_tiled_memcpy: Makefile lib/mesa/mk/libisl_tiled_memcpy_sse41: Makefile lib/mesa/mk/libloader: Makefile lib/mesa/mk/libmesa: Makefile lib/mesa/mk/libmesa_util: Makefile lib/mesa/mk/libnir: Makefile lib/mesa/mk/libr300: Makefile lib/mesa/mk/libradeonsi: Makefile lib/mesa/mk/libvulkan_intel: Makefile lib/mesa/mk/libvulkan_intel_hasvk: Makefile lib/mesa/mk/libvulkan_radeon: Makefile lib/mesa/mk/libvulkan_runtime: Makefile lib/mesa/mk/libvulkan_wsi: Makefile lib/mesa/src : meson.build lib/mesa/src/amd/common: ac_debug.c ac_debug.h ac_gpu_info.c ac_gpu_info.h ac_surface.c ac_surface.h amd_family.h sid.h lib/mesa/src/amd/compiler: aco_instruction_selection.cpp aco_ir.h aco_lower_phis.cpp aco_lower_to_hw_instr.cpp aco_optimizer.cpp aco_print_asm.cpp aco_statistics.cpp lib/mesa/src/amd/llvm: ac_llvm_build.c ac_llvm_util.c lib/mesa/src/amd/vulkan: radv_cmd_buffer.c radv_cs.h radv_debug.h radv_descriptor_set.c radv_descriptor_set.h radv_device.c radv_formats.c radv_image.c radv_pipeline.c radv_pipeline_cache.c radv_private.h radv_query.c radv_radeon_winsys.h radv_shader.c radv_sqtt.c radv_wsi.c si_cmd_buffer.c lib/mesa/src/amd/vulkan/layers: radv_sqtt_layer.c lib/mesa/src/amd/vulkan/winsys/amdgpu: radv_amdgpu_bo.c radv_amdgpu_cs.c radv_amdgpu_winsys.c radv_amdgpu_winsys.h lib/mesa/src/amd/vulkan/winsys/null: radv_null_winsys.c lib/mesa/src/compiler: builtin_type_macros.h glsl_types.cpp glsl_types.h shader_enums.c shader_enums.h shader_info.h lib/mesa/src/compiler/glsl: ast_function.cpp ast_to_hir.cpp builtin_functions.cpp gl_nir_lower_images.c glsl_parser.yy glsl_parser_extras.cpp glsl_parser_extras.h glsl_to_nir.cpp ir.cpp ir.h ir_expression_operation.py ir_optimization.h ir_validate.cpp link_interface_blocks.cpp link_varyings.cpp linker.cpp lower_distance.cpp lower_instructions.cpp lower_precision.cpp opt_algebraic.cpp opt_function_inlining.cpp standalone.cpp standalone_scaffolding.cpp standalone_scaffolding.h test_optpass.cpp lib/mesa/src/compiler/glsl/glcpp: glcpp-parse.y glcpp.h lib/mesa/src/compiler/glsl/tests: lower_precision_test.py lib/mesa/src/compiler/nir: nir.c nir.h nir_algebraic.py nir_builder.h nir_builder_opcodes_h.py nir_clone.c nir_constant_expressions.py nir_control_flow.c nir_control_flow.h nir_convert_ycbcr.c nir_from_ssa.c nir_gather_info.c nir_loop_analyze.c nir_lower_atomics_to_ssbo.c nir_lower_bitmap.c nir_lower_bool_to_bitsize.c nir_lower_clip.c nir_lower_double_ops.c nir_lower_idiv.c nir_lower_int64.c nir_lower_io.c nir_lower_io_to_scalar.c nir_lower_locals_to_regs.c nir_lower_regs_to_ssa.c nir_lower_returns.c nir_lower_system_values.c nir_lower_tex.c nir_lower_to_source_mods.c nir_lower_var_copies.c nir_lower_vars_to_ssa.c nir_metadata.c nir_move_vec_src_uses_to_dest.c nir_opcodes.py nir_opcodes_c.py nir_opt_algebraic.py nir_opt_barriers.c nir_opt_copy_prop_vars.c nir_opt_copy_propagate.c nir_opt_cse.c nir_opt_dce.c nir_opt_gcm.c nir_opt_if.c nir_opt_intrinsics.c nir_opt_loop_unroll.c nir_opt_peephole_select.c nir_opt_trivial_continues.c nir_print.c nir_search.c nir_search.h nir_search_helpers.h nir_split_var_copies.c nir_sweep.c nir_to_lcssa.c nir_validate.c nir_vulkan.h nir_worklist.c nir_worklist.h lib/mesa/src/compiler/spirv: nir_spirv.h spirv2nir.c spirv_to_nir.c vtn_alu.c vtn_cfg.c vtn_glsl450.c vtn_opencl.c vtn_private.h vtn_variables.c lib/mesa/src/egl/drivers/dri2: egl_dri2.c egl_dri2.h platform_android.c platform_drm.c platform_surfaceless.c platform_wayland.c platform_x11.c platform_x11_dri3.c lib/mesa/src/egl/drivers/haiku: egl_haiku.cpp lib/mesa/src/egl/main: eglapi.c eglconfig.c eglcontext.c eglcontext.h eglcurrent.h egllog.c lib/mesa/src/freedreno/computerator: main.h meson.build lib/mesa/src/freedreno/ir3: ir3_dce.c ir3_lexer.l ir3_parser.y lib/mesa/src/freedreno/ir3/tests: disasm.c lib/mesa/src/gallium/auxiliary/cso_cache: cso_context.c cso_context.h lib/mesa/src/gallium/auxiliary/draw: draw_context.h draw_llvm.c draw_pipe_aaline.c draw_pipe_aapoint.c draw_private.h draw_pt.c draw_pt_fetch_shade_pipeline_llvm.c draw_pt_vsplit.c draw_pt_vsplit_tmp.h draw_tess.c lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_arit.c lp_bld_format.h lp_bld_format_aos.c lp_bld_format_soa.c lp_bld_format_yuv.c lp_bld_gather.c lp_bld_gather.h lp_bld_init.c lp_bld_intr.c lp_bld_intr.h lp_bld_limits.h lp_bld_logic.c lp_bld_misc.cpp lp_bld_sample.c lp_bld_sample_soa.c lp_bld_tgsi_aos.c lp_bld_tgsi_soa.c lib/mesa/src/gallium/auxiliary/hud: hud_context.c hud_context.h hud_cpu.c hud_cpufreq.c hud_diskstat.c hud_nic.c hud_private.h hud_sensors_temp.c lib/mesa/src/gallium/auxiliary/indices: u_indices.c u_indices_gen.py u_primconvert.c lib/mesa/src/gallium/auxiliary/nir: tgsi_to_nir.c lib/mesa/src/gallium/auxiliary/pipe-loader: pipe_loader.c pipe_loader_sw.c lib/mesa/src/gallium/auxiliary/pipebuffer: pb_buffer_fenced.c pb_bufmgr_debug.c pb_bufmgr_mm.c pb_bufmgr_slab.c pb_cache.h pb_slab.h lib/mesa/src/gallium/auxiliary/renderonly: renderonly.c lib/mesa/src/gallium/auxiliary/rtasm: rtasm_execmem.c lib/mesa/src/gallium/auxiliary/target-helpers: drm_helper.h lib/mesa/src/gallium/auxiliary/tgsi: tgsi_build.c tgsi_exec.c tgsi_exec.h tgsi_info.c tgsi_text.c tgsi_ureg.c tgsi_ureg.h tgsi_util.c lib/mesa/src/gallium/auxiliary/translate: translate_generic.c lib/mesa/src/gallium/auxiliary/util: u_blitter.c u_debug_flush.c u_draw.c u_helpers.c u_helpers.h u_inlines.h u_prim_restart.c u_prim_restart.h u_range.h u_surface.c u_tests.c u_threaded_context.c u_threaded_context.h u_vbuf.c u_vbuf.h lib/mesa/src/gallium/auxiliary/vl: vl_compositor.c vl_compositor.h vl_winsys.h vl_winsys_dri3.c lib/mesa/src/gallium/drivers/etnaviv: etnaviv_clear_blit.c etnaviv_compiler.c etnaviv_context.c etnaviv_context.h etnaviv_debug.h etnaviv_disasm.c etnaviv_emit.c etnaviv_query_acc.c etnaviv_resource.c etnaviv_resource.h etnaviv_rs.c etnaviv_screen.c etnaviv_screen.h etnaviv_shader.c etnaviv_state.c etnaviv_surface.c etnaviv_surface.h etnaviv_texture.c etnaviv_transfer.c etnaviv_translate.h etnaviv_util.h lib/mesa/src/gallium/drivers/etnaviv/hw: state_3d.xml.h lib/mesa/src/gallium/drivers/freedreno: freedreno_batch.c freedreno_batch.h freedreno_batch_cache.c freedreno_context.c freedreno_context.h freedreno_draw.c freedreno_draw.h freedreno_fence.c freedreno_fence.h freedreno_gmem.c freedreno_gmem.h freedreno_query.c freedreno_query_acc.c freedreno_query_acc.h freedreno_query_hw.c freedreno_resource.c freedreno_resource.h freedreno_screen.c freedreno_screen.h freedreno_state.c freedreno_texture.c freedreno_texture.h freedreno_util.h lib/mesa/src/gallium/drivers/freedreno/a2xx: fd2_draw.c lib/mesa/src/gallium/drivers/freedreno/a3xx: fd3_draw.c lib/mesa/src/gallium/drivers/freedreno/a4xx: fd4_draw.c fd4_query.c lib/mesa/src/gallium/drivers/freedreno/a5xx: fd5_draw.c fd5_emit.c fd5_program.c fd5_program.h lib/mesa/src/gallium/drivers/freedreno/a6xx: fd6_vsc.h lib/mesa/src/gallium/drivers/i915: i915_context.c i915_screen.c i915_state.c i915_state_derived.c lib/mesa/src/gallium/drivers/iris: iris_screen.c lib/mesa/src/gallium/drivers/lima: lima_gpu.h lima_job.c lib/mesa/src/gallium/drivers/llvmpipe: lp_context.c lp_fence.c lp_fence.h lp_jit.c lp_rast.c lp_rast_priv.h lp_scene.c lp_scene.h lp_screen.c lp_screen.h lp_setup.c lp_setup_context.h lp_setup_line.c lp_setup_point.c lp_setup_tri.c lp_state_derived.c lp_state_fs.c lp_state_setup.c lib/mesa/src/gallium/drivers/nouveau: nouveau_fence.c nouveau_fence.h nouveau_screen.c nv_object.xml.h lib/mesa/src/gallium/drivers/nouveau/nv30: nv30_context.h nv30_screen.c lib/mesa/src/gallium/drivers/nouveau/nv50: nv50_context.c nv50_program.h nv50_screen.c nv50_state.c nv50_surface.c lib/mesa/src/gallium/drivers/nouveau/nvc0: nvc0_context.c nvc0_program.h nvc0_query_hw.c nvc0_screen.c nvc0_screen.h nvc0_state.c nvc0_state_validate.c nvc0_surface.c nve4_compute.c lib/mesa/src/gallium/drivers/nouveau/nvc0/mme: com9097.mme com9097.mme.h lib/mesa/src/gallium/drivers/panfrost: pan_cmdstream.c lib/mesa/src/gallium/drivers/r300: r300_context.c r300_context.h r300_render.c r300_screen.c r300_screen.h r300_state.c r300_texture.c r300_tgsi_to_rc.c lib/mesa/src/gallium/drivers/r600: evergreen_compute.c evergreen_compute_internal.h evergreen_state.c r600_asm.c r600_pipe.c r600_pipe.h r600_shader.c r600_state.c r600_state_common.c lib/mesa/src/gallium/drivers/r600/sb: sb_if_conversion.cpp sb_sched.cpp lib/mesa/src/gallium/drivers/r600/sfn: sfn_nir.cpp sfn_nir.h sfn_nir_lower_tess_io.cpp lib/mesa/src/gallium/drivers/radeonsi: si_blit.c si_compute.c si_compute.h si_debug.c si_descriptors.c si_pipe.c si_pipe.h si_pm4.c si_pm4.h si_shader.c si_shader.h si_shader_internal.h si_shader_llvm.c si_state.c si_state.h lib/mesa/src/gallium/drivers/softpipe: sp_compute.c sp_context.c sp_screen.c sp_tex_sample.c lib/mesa/src/gallium/drivers/svga: svga_format.c svga_format.h svga_pipe_blit.c svga_pipe_flush.c svga_pipe_misc.c svga_pipe_query.c svga_pipe_streamout.c svga_resource_buffer.c svga_resource_buffer_upload.c svga_resource_texture.c svga_sampler_view.c svga_screen.c svga_screen.h svga_screen_cache.c svga_screen_cache.h svga_state_constants.c svga_state_need_swtnl.c svga_surface.c svga_swtnl_draw.c svga_tgsi_vgpu10.c svga_winsys.h lib/mesa/src/gallium/drivers/vc4: vc4_bufmgr.c vc4_context.c vc4_program.c vc4_resource.c vc4_screen.c vc4_screen.h lib/mesa/src/gallium/drivers/virgl: virgl_context.c virgl_encode.c virgl_encode.h virgl_query.c virgl_screen.c lib/mesa/src/gallium/drivers/zink/nir_to_spirv: zink_nir_algebraic.py lib/mesa/src/gallium/frontends/glx/xlib: glx_api.c lib/mesa/src/gallium/frontends/wgl: stw_device.c lib/mesa/src/gallium/include/pipe: p_compiler.h p_context.h p_defines.h p_screen.h p_shader_tokens.h p_state.h p_video_state.h lib/mesa/src/gallium/targets/d3dadapter9: drm.c lib/mesa/src/gallium/tools/trace: format.py lib/mesa/src/gallium/winsys/amdgpu/drm: amdgpu_bo.c amdgpu_cs.c amdgpu_cs.h amdgpu_winsys.c amdgpu_winsys.h lib/mesa/src/gallium/winsys/etnaviv/drm: etnaviv_drm_public.h etnaviv_drm_winsys.c lib/mesa/src/gallium/winsys/freedreno/drm: freedreno_drm_winsys.c lib/mesa/src/gallium/winsys/nouveau/drm: nouveau_drm_winsys.c lib/mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c radeon_drm_bo.h radeon_drm_winsys.c lib/mesa/src/gallium/winsys/svga/drm: pb_buffer_simple_fenced.c vmw_fence.c vmw_screen.c vmw_screen.h vmw_screen_ioctl.c vmw_screen_svga.c vmw_surface.h lib/mesa/src/gallium/winsys/sw/dri: dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: xlib_sw_winsys.c lib/mesa/src/gallium/winsys/vc4/drm: vc4_drm_public.h vc4_drm_winsys.c lib/mesa/src/gallium/winsys/virgl/drm: virgl_drm_winsys.c virgl_drm_winsys.h lib/mesa/src/gallium/winsys/virgl/vtest: virgl_vtest_winsys.c virgl_vtest_winsys.h lib/mesa/src/gbm/backends/dri: gbm_dri.c gbm_driint.h lib/mesa/src/getopt: getopt.h getopt_long.c lib/mesa/src/glx: dri2_glx.c dri3_glx.c dri3_priv.h dri_common.c drisw_glx.c glx_pbuffer.c glxclient.h glxcmds.c glxcurrent.c glxextensions.h lib/mesa/src/intel/blorp: blorp.c blorp.h blorp_blit.c blorp_clear.c blorp_genX_exec.h lib/mesa/src/intel/compiler: brw_compiler.c brw_compiler.h brw_disasm.c brw_eu.c brw_eu.h brw_eu_defines.h brw_eu_emit.c brw_eu_validate.c brw_fs.cpp brw_fs.h brw_fs_builder.h brw_fs_cmod_propagation.cpp brw_fs_combine_constants.cpp brw_fs_copy_propagation.cpp brw_fs_dead_code_eliminate.cpp brw_fs_generator.cpp brw_fs_live_variables.cpp brw_fs_lower_pack.cpp brw_fs_nir.cpp brw_fs_register_coalesce.cpp brw_fs_saturate_propagation.cpp brw_fs_validate.cpp brw_fs_visitor.cpp brw_inst.h brw_ir.h brw_ir_fs.h brw_ir_performance.cpp brw_nir.c brw_nir.h brw_nir_analyze_boolean_resolves.c brw_nir_opt_peephole_ffma.c brw_schedule_instructions.cpp brw_shader.cpp brw_vec4.cpp brw_vec4.h brw_vec4_cmod_propagation.cpp brw_vec4_generator.cpp brw_vec4_gs_visitor.cpp brw_vec4_nir.cpp brw_vec4_tcs.cpp brw_vec4_visitor.cpp test_eu_validate.cpp test_fs_cmod_propagation.cpp test_fs_copy_propagation.cpp test_fs_saturate_propagation.cpp lib/mesa/src/intel/dev: intel_device_info.c intel_device_info.h lib/mesa/src/intel/genxml: gen7.xml gen75.xml gen8.xml gen9.xml gen_pack_header.py lib/mesa/src/intel/isl: isl.c isl.h isl_emit_depth_stencil.c isl_format.c isl_priv.h isl_storage_image.c isl_surface_state.c lib/mesa/src/intel/vulkan: anv_allocator.c anv_batch_chain.c anv_blorp.c anv_cmd_buffer.c anv_descriptor_set.c anv_device.c anv_formats.c anv_gem.c anv_gem_stubs.c anv_genX.h anv_image.c anv_nir_apply_pipeline_layout.c anv_nir_lower_multiview.c anv_pipeline.c anv_pipeline_cache.c anv_private.h anv_queue.c anv_util.c anv_wsi.c genX_blorp_exec.c genX_cmd_buffer.c genX_gpu_memcpy.c genX_pipeline.c genX_query.c genX_state.c lib/mesa/src/intel/vulkan/tests: block_pool_no_free.c state_pool.c state_pool_free_list_only.c state_pool_no_free.c lib/mesa/src/loader: loader.c loader.h loader_dri3_helper.c loader_dri3_helper.h lib/mesa/src/mapi: entry.c mapi_abi.py lib/mesa/src/mapi/glapi: glapi_priv.h meson.build lib/mesa/src/mapi/glapi/gen: ARB_direct_state_access.xml ARB_draw_elements_base_vertex.xml ARB_draw_instanced.xml ARB_vertex_array_object.xml ARB_vertex_attrib_64bit.xml ARB_vertex_attrib_binding.xml GL3x.xml apiexec.py es_EXT.xml glX_proto_send.py glX_proto_size.py gl_API.xml gl_XML.py gl_apitemp.py gl_enums.py gl_gentable.py gl_marshal.py gl_marshal_h.py gl_table.py marshal_XML.py static_data.py lib/mesa/src/mapi/shared-glapi: glapi.c lib/mesa/src/mesa/main: accum.c accum.h api_arrayelt.c arbprogram.c arrayobj.c arrayobj.h atifragshader.c attrib.c blend.c blend.h blit.h bufferobj.c bufferobj.h buffers.c buffers.h clear.c clip.c compute.c condrender.c context.c context.h copyimage.c dd.h depth.c depth.h dlist.c enable.c errors.c extensions_table.h fbobject.c fbobject.h ff_fragment_shader.cpp ffvertex_prog.c fog.c formatquery.c formatquery.h formats.c formats.h framebuffer.c framebuffer.h genmipmap.c genmipmap.h get.c get_hash_params.py getstring.c glformats.c glformats.h glthread.c glthread.h glthread_bufferobj.c glthread_marshal.h glthread_shaderobj.c glthread_varray.c hash.c hash.h image.c light.c lines.c mesa_private.h mtypes.h multisample.c pack.c performance_monitor.c performance_monitor.h performance_query.c performance_query.h pipelineobj.c pipelineobj.h pixel.c pixel.h pixelstore.c pixelstore.h polygon.c polygon.h queryobj.c rastpos.c readpix.c renderbuffer.c renderbuffer.h robustness.c samplerobj.c scissor.c scissor.h shaderapi.c shaderapi.h shaderimage.h shaderobj.c shaderobj.h shared.c state.c state.h stencil.c stencil.h syncobj.c syncobj.h texcompress.c texenv.c texgen.c texgetimage.c teximage.c texobj.c texobj.h texparam.c texstate.c texstorage.c texstore.c texturebindless.c texturebindless.h textureview.c transformfeedback.h uniform_query.cpp uniforms.c uniforms.h varray.c varray.h version.c viewport.h lib/mesa/src/mesa/main/tests: enum_strings.cpp lib/mesa/src/mesa/program: arbprogparse.c arbprogparse.h prog_instruction.c prog_instruction.h prog_parameter.c prog_print.c prog_print.h prog_statevars.c prog_statevars.h program.c program_parse.y program_parser.h programopt.c programopt.h lib/mesa/src/mesa/state_tracker: st_atom.h st_atom_blend.c st_atom_constbuf.c st_atom_framebuffer.c st_atom_image.c st_atom_msaa.c st_atom_rasterizer.c st_atom_sampler.c st_atom_shader.c st_atom_texture.c st_cb_bitmap.c st_cb_clear.c st_cb_drawpixels.c st_cb_drawtex.c st_cb_eglimage.c st_cb_feedback.c st_cb_rasterpos.c st_cb_readpixels.c st_cb_texture.c st_cb_texture.h st_context.c st_context.h st_draw.c st_draw.h st_draw_feedback.c st_extensions.c st_format.c st_format.h st_glsl_to_nir.cpp st_manager.c st_manager.h st_program.c st_program.h st_sampler_view.c st_shader_cache.h st_texture.c st_texture.h lib/mesa/src/mesa/vbo: vbo.h vbo_context.c vbo_exec.c vbo_exec_api.c vbo_exec_draw.c vbo_minmax_index.c vbo_save.h vbo_save_api.c vbo_save_draw.c vbo_save_loopback.c lib/mesa/src/panfrost/midgard: midgard_address.c lib/mesa/src/panfrost/shared: pan_minmax_cache.c pan_minmax_cache.h lib/mesa/src/panfrost/util: lcra.c lcra.h meson.build pan_ir.c pan_ir.h pan_liveness.c lib/mesa/src/util: compiler.h disk_cache.c disk_cache.h macros.h mesa-sha1.c meson.build os_file.c os_misc.c os_misc.h ralloc.c set.c strtod.c u_atomic.h u_cpu_detect.c u_debug_stack.c u_dynarray.h u_memset.h u_queue.c u_queue.h u_string.h u_thread.h xmlconfig.c xmlconfig.h lib/mesa/src/vulkan/device-select-layer: device_select_layer.c device_select_wayland.c meson.build lib/mesa/src/vulkan/registry: vk.xml lib/mesa/src/vulkan/util: gen_enum_to_str.py vk_alloc.h vk_util.h lib/mesa/src/vulkan/wsi: wsi_common.h wsi_common_drm.c wsi_common_wayland.c wsi_common_x11.c Added files: lib/mesa/generated/src/amd/vulkan/bvh: copy.spv.h encode.spv.h encode_compact.spv.h header.spv.h lbvh_generate_ir.spv.h lbvh_main.spv.h leaf.spv.h morton.spv.h ploc_internal.spv.h ploc_internal_extended.spv.h lib/mesa/generated/src/compiler/glsl: astc_glsl.h bc1_glsl.h bc4_glsl.h cross_platform_settings_piece_all.h etc2_rgba_stitch_glsl.h lib/mesa/generated/src/intel/dev: intel_wa.c intel_wa.h lib/mesa/generated/src/intel/genxml: gen125_rt_pack.h lib/mesa/generated/src/intel/vulkan/shaders: float64_spv.h gfx11_generated_draws.glsl gfx11_generated_draws_spv.h gfx9_generated_draws.glsl gfx9_generated_draws_spv.h lib/mesa/generated/src/vulkan/runtime: vk_format_info.c vk_format_info.h vk_physical_device_features.h lib/mesa/generated/src/vulkan/util: vk_struct_type_cast.h lib/mesa/src/vulkan/util: vk_physical_device_features.py Removed files: lib/mesa/.gitlab-ci: skqp-runner.sh lib/mesa/.gitlab-ci/bare-metal: arm64_a630_egl.sh lib/mesa/.gitlab-ci/bin: .gitignore ci_run_n_monitor.py download_gl_schema.sh gitlab_common.py gitlab_gql.py job_details.gql pipeline_details.gql requirements.txt update_traces_checksum.py lib/mesa/.gitlab-ci/container: build-skqp_BUILD.gn.patch build-skqp_fetch_gn.patch build-skqp_git-sync-deps.patch build-skqp_gl.patch build-skqp_is_clang.py.patch build-skqp_nima.patch lib/mesa/.gitlab-ci/piglit: build-piglit_backport-s3-migration.diff run_cl.sh lib/mesa/bin : meson-options.py meson_get_version.py lib/mesa/docs : developers.rst thanks.rst lib/mesa/docs/relnotes: 3.1 3.2 3.2.1 3.3 3.4 3.4.1 3.4.2 3.5 4.0 4.0.1 4.0.2 4.0.3 4.1 5.0 5.0.1 5.0.2 5.1 6.0 6.0.1 6.1 6.2 6.2.1 6.3 6.3.1 6.3.2 lib/mesa/generated/src/amd/vulkan/bvh: converter_internal.comp.spv.h converter_leaf.comp.spv.h copy.comp.spv.h lbvh_internal.comp.spv.h leaf.comp.spv.h morton.comp.spv.h ploc_internal.comp.spv.h lib/mesa/generated/src/intel/genxml: gen_rt_pack.h lib/mesa/generated/src/intel/vulkan: float64_spv.h lib/mesa/include/HaikuGL: GLRenderer.h GLView.h OpenGLKit.h README lib/mesa/src/amd/ci: amd-raven-skqp-gl_rendertests-fails.txt amd-raven-skqp-gles_rendertests-fails.txt amd-raven-skqp-vk_rendertests-fails.txt amd-raven-skqp_unittests-fails.txt radv-bonaire-aco-fails.txt radv-bonaire-aco-skips.txt radv-fiji-aco-fails.txt radv-hawaii-aco-skips.txt radv-kabini-aco-fails.txt radv-kabini-aco-flakes.txt radv-kabini-aco-skips.txt radv-navi14-aco-fails.txt radv-navi22-aco-fails.txt radv-navi22-aco-flakes.txt radv-pitcairn-aco-fails.txt radv-polaris10-aco-fails.txt radv-polaris10-aco-flakes.txt radv-polaris10-vkd3d.txt radv-raven-aco-fails.txt radv-raven-aco-skips.txt radv-renoir-aco-skips.txt lib/mesa/src/amd/llvm: ac_llvm_cull.c ac_llvm_cull.h lib/mesa/src/amd/vulkan: 00-radv-defaults.conf radv_acceleration_structure.h radv_meta.c radv_meta.h radv_meta_blit.c radv_meta_blit2d.c radv_meta_buffer.c radv_meta_bufimage.c radv_meta_clear.c radv_meta_copy.c radv_meta_copy_vrs_htile.c radv_meta_dcc_retile.c radv_meta_decompress.c radv_meta_etc_decode.c radv_meta_fast_clear.c radv_meta_fmask_copy.c radv_meta_fmask_expand.c radv_meta_resolve.c radv_meta_resolve_cs.c radv_meta_resolve_fs.c radv_nir_apply_pipeline_layout.c radv_nir_lower_abi.c radv_nir_lower_ray_queries.c radv_nir_lower_ycbcr_textures.c vulkan-android.sym vulkan.sym lib/mesa/src/amd/vulkan/bvh: converter_internal.comp converter_leaf.comp lbvh_internal.comp lib/mesa/src/asahi/compiler: agx_lower_resinfo.c agx_nir_lower_array_texture.c agx_uniforms.c lib/mesa/src/asahi/lib: io.h lib/mesa/src/compiler/glsl: lower_tess_level.cpp lower_vector_insert.cpp opt_constant_folding.cpp opt_constant_propagation.cpp opt_constant_variable.cpp opt_copy_propagation_elements.cpp lib/mesa/src/compiler/isaspec: decode.c decode.h lib/mesa/src/freedreno/ci: freedreno-a630-skqp-gl_rendertests-crashes.txt freedreno-a630-skqp-gl_rendertests-fails.txt freedreno-a630-skqp-gl_rendertests-flakes.txt freedreno-a630-skqp-gles_rendertests-fails.txt freedreno-a630-skqp-gles_rendertests-flakes.txt freedreno-a630-skqp-vk_rendertests-fails.txt freedreno-a630-skqp-vk_rendertests-flakes.txt freedreno-a630-skqp_unittests-fails.txt lib/mesa/src/freedreno/computerator: a4xx.c a6xx.c ir3_asm.c main.c lib/mesa/src/freedreno/registers/adreno: a7xx.xml lib/mesa/src/freedreno/vulkan: tu_android.c tu_autotune.c tu_clear_blit.c tu_cmd_buffer.c tu_cs.c tu_cs_breadcrumbs.c tu_descriptor_set.c tu_device.c tu_drm.c tu_drm.h tu_dynamic_rendering.c tu_formats.c tu_image.c tu_kgsl.c tu_lrz.c tu_nir_lower_multiview.c tu_pass.c tu_perfetto_util.c tu_pipeline.c tu_query.c tu_shader.c tu_suballoc.c tu_util.c tu_wsi.c lib/mesa/src/gallium/auxiliary/nir: nir_helpers.c nir_helpers.h lib/mesa/src/gallium/auxiliary/os: os_mman.h os_process.c os_thread.h lib/mesa/src/gallium/auxiliary/util: u_dirty_flags.h u_dirty_surfaces.h u_linear.c u_linear.h lib/mesa/src/gallium/drivers/asahi: magic.c magic.h lib/mesa/src/gallium/drivers/freedreno/a6xx: fd6_blend.c fd6_blitter.c fd6_compute.c fd6_const.c fd6_context.c fd6_draw.c fd6_emit.c fd6_gmem.c fd6_image.c fd6_pack.h fd6_program.c fd6_query.c fd6_rasterizer.c fd6_resource.c fd6_screen.c fd6_texture.c fd6_vsc.c fd6_zsa.c lib/mesa/src/gallium/drivers/llvmpipe/ci: llvmpipe-clover.txt llvmpipe-rusticl.txt lib/mesa/src/gallium/drivers/panfrost: .editorconfig lib/mesa/src/gallium/drivers/r300/compiler: radeon_emulate_branches.c radeon_emulate_branches.h lib/mesa/src/gallium/drivers/radeonsi: si_shader_llvm_resources.c lib/mesa/src/gallium/drivers/zink/ci: zink-radv-fails.txt zink-radv-flakes.txt zink-radv-skips.txt lib/mesa/src/gallium/frontends/hgl: bitmap_wrapper.cpp bitmap_wrapper.h lib/mesa/src/gallium/include/pipe: p_config.h p_format.h lib/mesa/src/gallium/targets/haiku-softpipe: .editorconfig GalliumContext.cpp GalliumContext.h SoftwareRenderer.cpp SoftwareRenderer.h SoftwareRenderer.rdef meson.build lib/mesa/src/gallium/tests/trivial: compute.c lib/mesa/src/hgl: .editorconfig GLRenderer.cpp GLRendererRoster.cpp GLRendererRoster.h GLView.cpp meson.build lib/mesa/src/imagination/rogue: rogue_build_data.h rogue_compiler.c rogue_compiler.h rogue_constreg.h rogue_dump.c rogue_dump.h rogue_encode.h rogue_encoders.c rogue_encoders.h rogue_instr.c rogue_instr.h rogue_nir.h rogue_nir_helpers.h rogue_operand.c rogue_operand.h rogue_regalloc.c rogue_regalloc.h rogue_shader.c rogue_shader.h rogue_util.c rogue_util.h rogue_validate.h lib/mesa/src/imagination/rogue/nir: rogue_nir_constreg.c lib/mesa/src/imagination/rogue/tools: offline_compiler.c lib/mesa/src/imagination/vulkan/pds: pvr_xgl_pds.c lib/mesa/src/imagination/vulkan/usc/programs: pvr_end_of_tile.h pvr_nop_usc.h lib/mesa/src/intel/blorp: TODO lib/mesa/src/intel/ci: anv-tgl-skips.txt intel-tgl-skqp-gl_rendertests.txt intel-tgl-skqp-gles_rendertests.txt lib/mesa/src/intel/compiler: brw_nir_lower_mem_access_bit_sizes.c brw_nir_lower_scoped_barriers.c brw_simd_selection.c lib/mesa/src/intel/genxml: gen_rt.xml lib/mesa/src/intel/vulkan: TODO anv_nir_add_base_work_group_id.c anv_nir_lower_ycbcr_textures.c lib/mesa/src/intel/vulkan_hasvk: TODO anv_nir_add_base_work_group_id.c lib/mesa/src/mapi: mapi_glapi.c stub.c stub.h table.c table.h lib/mesa/src/mesa/main: cpuinfo.c cpuinfo.h glheader.h texcompress_bptc_tmp.h texcompress_etc_tmp.h texcompress_s3tc_tmp.h lib/mesa/src/mesa/math: m_debug.h m_debug_clip.c m_debug_norm.c m_debug_util.h m_debug_xform.c m_vector.c m_vector.h m_vector_asm.h m_xform.h lib/mesa/src/mesa/state_tracker: st_atom.c lib/mesa/src/mesa/x86: common_x86.c common_x86_asm.S common_x86_asm.h common_x86_features.h read_rgba_span_x86.S lib/mesa/src/microsoft/spirv_to_dxil: dxil_validation.cpp dxil_validation.h lib/mesa/src/panfrost/bifrost: ISA.xml Notes.txt README.md bi_builder.h.py bi_helper_invocations.c bi_layout.c bi_liveness.c bi_lower_divergent_indirects.c bi_lower_swizzle.c bi_opcodes.c.py bi_opcodes.h.py bi_opt_constant_fold.c bi_opt_copy_prop.c bi_opt_cse.c bi_opt_dce.c bi_opt_dual_tex.c bi_opt_message_preload.c bi_opt_mod_props.c bi_opt_push_ubo.c bi_pack.c bi_packer.c.py bi_pressure_schedule.c bi_print.c bi_print_common.c bi_print_common.h bi_printer.c.py bi_quirks.h bi_ra.c bi_schedule.c bi_scoreboard.c bi_test.h bi_validate.c bifrost.h bifrost_compile.c bifrost_compile.h bifrost_isa.py bifrost_nir.h bifrost_nir_algebraic.py bir.c cmdline.c compiler.h disassemble.c disassemble.h gen_disasm.py meson.build nodearray.h lib/mesa/src/panfrost/bifrost/test: test-constant-fold.cpp test-dual-texture.cpp test-lower-swizzle.cpp test-message-preload.cpp test-optimizer.cpp test-pack-formats.cpp test-packing.cpp test-scheduler-predicates.cpp lib/mesa/src/panfrost/bifrost/valhall: ISA.xml asm.py disasm.py disassemble.h meson.build test-assembly.py va_compiler.h va_insert_flow.c va_lower_constants.c va_lower_isel.c va_lower_split_64bit.c va_mark_last.c va_merge_flow.c va_optimize.c va_pack.c va_perf.c va_validate.c valhall.c.py valhall.h valhall.py valhall_enums.h.py lib/mesa/src/panfrost/bifrost/valhall/test: assembler-cases.txt negative-cases.txt test-add-imm.cpp test-disassembler.c test-insert-flow.cpp test-lower-constants.cpp test-lower-isel.cpp test-mark-last.cpp test-merge-flow.cpp test-packing.cpp test-validate-fau.cpp lib/mesa/src/panfrost/ds: .clang-format lib/mesa/src/panfrost/lib: pan_indirect_draw.c pan_indirect_draw.h lib/mesa/src/panfrost/midgard: midgard_nir_lower_helper_writes.c lib/mesa/src/panfrost/util: pan_sysval.c lib/mesa/src/util: u_fifo.h lib/mesa/src/vulkan/runtime: vk_physical_device_features.py lib/mesa/src/vulkan/wsi: wsi_common_win32.c Log message: Merge Mesa 23.1.9 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:55:01 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 00:00:03 Modified files: lib/mesa/src/gallium/winsys/amdgpu/drm: amdgpu_winsys.c Log message: don't warn when file descriptor equality is unknown linux uses kcmp(2) with KCMP_FILE, we have no equivalent CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 00:09:39 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 01:06:12 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 22.0.4 -> 22.0.5 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 01:29:23 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.95.1, from MAINTAINER Renaud Allard GHSA-mp92-3jfm-3575 / CVE-2023-43796 — Moderate Severity Cached device information of remote users can be queried from Synapse. This can be used to enumerate the remote users known to a homeserver. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 02:12:51 Modified files: security/pinentry: Makefile Log message: Add dependency on devel/kf5/kwayland for the -qt5 subpackage. It's picked up if around and there's no --disable switch. reported by naddy@ ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:26:41 Modified files: graphics/nomacs: Makefile distinfo Removed files: graphics/nomacs/patches: patch-src_DkCore_DkMetaData_cpp patch-src_DkCore_DkMetaData_h Log message: Update nomacs to 3.17.2287 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:33:35 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/pkg: PLIST-java Log message: Update OpenCV to 4.8.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:34:16 Modified files: productivity/homebank: Makefile distinfo Log message: Update homebank to 5.7.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:35:00 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 80.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:37:52 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.28.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:40:13 Modified files: x11/qt5/qtwebengine: Makefile Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libusb_src_libusb_os_threads_posix_c Log message: Yet another syscall(2) removal patch Ok tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:40:53 Modified files: x11/qt6/qtwebengine: Makefile Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libusb_src_libusb_os_threads_posix_c Log message: Yet another syscall(2) removal patch ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:07:52 Modified files: astro/celestia : Makefile distinfo Log message: Update to celestia-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:15:48 Modified files: x11/gnome/libshumate: Makefile distinfo Log message: Update to libshumate-1.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:25:07 Modified files: textproc/hotdoc: Makefile distinfo Log message: Update to hotdoc-0.15.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:47:38 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build Log message: Update to libvirt-9.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:47:49 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.9.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 03:53:19 Modified files: devel/py-executing: Makefile distinfo Log message: update to py3-executing-2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 04:03:18 Modified files: security/py-josepy: Makefile distinfo security/py-josepy/pkg: PLIST Removed files: security/py-josepy/patches: patch-pytest_ini Log message: update to py3-josepy-1.14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 04:31:21 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 04:31:37 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/02 04:38:15 Modified files: usr.bin/tmux : window-copy.c Log message: next-prompt can have 1 argument. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 04:53:02 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme 2.7.4 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:08:45 Modified files: sysutils/riemann: Makefile distinfo Log message: Update riemann 0.3.8 -> 0.3.10 Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:17:09 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.30 -> 2.5.31 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:33:06 Modified files: net/mattermost-server: Makefile distinfo Log message: Update mattermost-server 9.1.0 -> 9.1.1 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/02 05:49:21 Modified files: x11/dunst : Makefile x11/dunst/patches: patch-src_settings_h Log message: Fix dunst recognizing left click correctly, by mikess@disroot.org Tweak by me: REVISION bump OK Timo Myyra (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 06:47:37 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_putil_cpp textproc/icu4c/pkg: PLIST-main Log message: Update to icu4c-74.1. This breaks: www/mozilla-firefox -> tentative fix by landry@ in a few www/firefox-esr -> tentative fix by landry@ in a few www/tor-browser/browser -> tentative fix by landry@ in a few mail/mozilla-thunderbird -> tentative fix by landry@ in a few editors/libreoffice -> looking into it; robert@ is aware of it www/iridium -> looking into it; robert@ is aware of it www/ungoogled-chromium -> looking into it; robert@ is aware of it www/chromium -> looking into it; robert@ is aware of it Thanks landry@ for looking into fixing the mozillas so quickly :-) Committing now so we have new packages compiled against it for the upcoming hackathon. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 06:50:19 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Log message: Update to protobuf 4.25.0 https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 06:50:41 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py-protobuf 4.25.0 https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/02 06:53:47 Added files: cad/prusaslicer/patches: patch-src_clipper_clipper_hpp patch-src_libslic3r_JumpPointSearch_cpp patch-src_libslic3r_Point_hpp patch-src_libslic3r_PrintObject_cpp patch-src_libslic3r_SupportSpotsGenerator_cpp patch-src_libslic3r_Support_SupportLayer_hpp patch-src_slic3r_GUI_BitmapCache_cpp patch-src_slic3r_GUI_ConfigWizard_cpp patch-src_slic3r_GUI_ConfigWizard_hpp patch-src_slic3r_GUI_DesktopIntegrationDialog_cpp patch-src_slic3r_GUI_DesktopIntegrationDialog_hpp patch-src_slic3r_GUI_GUI_Factories_cpp patch-src_slic3r_GUI_GUI_Init_cpp patch-src_slic3r_GUI_GUI_ObjectManipulation_cpp patch-src_slic3r_GUI_GUI_cpp patch-src_slic3r_GUI_GUI_hpp Log message: Files missed in previous, reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 07:11:50 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_am patch-clients_cgilib_c patch-clients_upsset_c patch-common_common_c patch-conf_ups_conf_sample patch-conf_upsmon_conf_sample patch-include_common_h sysutils/nut/pkg: PLIST-main Log message: update to nut-2.8.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:12:46 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/mozilla-firefox: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:25:59 Modified files: www/firefox-esr: Makefile Added files: www/firefox-esr/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/firefox-esr: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:26:34 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: mail/mozilla-thunderbird: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:27:14 Modified files: www/tor-browser/browser: Makefile Added files: www/tor-browser/browser/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/tor-browser/browser: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 08:21:11 Modified files: x11/xfce4/xfconf: Makefile distinfo Log message: x11/xfce4/xfconf: update to 4.18.3 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001343.html CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/02 08:26:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc 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_settings_strings_grdp 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_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_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_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_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_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_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts 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_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_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_exclusive_access_exclusive_access_bubble_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_chrome_browser_main_extra_parts_views_cc 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_tab_strip_region_view_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_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_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_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_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn 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_commerce_strings_grdp 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_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_user_education_views_help_bubble_view_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-content_app_content_main_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_download_save_package_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_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_widget_host_view_aura_cc 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_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_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_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h 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_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_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_inspector_inspector_memory_agent_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_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_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_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_gtk_ui_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_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_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_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_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-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_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/chromium/patches: patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/chromium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-net_dns_host_resolver_cache_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 119.0.6045.105 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/02 08:30:26 Modified files: www/chromium : Makefile www/iridium : Makefile www/ungoogled-chromium: Makefile Added files: www/chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/iridium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/ungoogled-chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc Log message: try to unbreak with ICU 74.1 U_LB_COUNT is assumed to be 40 in Blink line breaking code, limp with this patch until upstream decides what to do CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 08:33:47 Modified files: textproc/py-ICU: Makefile distinfo Log message: Update to py3-ICU-2.12. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/11/02 09:13:58 Modified files: opensmtpd : manual.html Log message: link smtp(1) and smtpd-filters(7) in manual.html The various mail.*.8 pages are still left out since they're mostly internal and not so interesting for the end user. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:39:32 Modified files: sysutils/consolekit: Makefile Log message: Prevent consolekit from using linux/input.h if present OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:41:21 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-configure Log message: sdl2: prevent from using linux/input.h if present OK thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:42:15 Modified files: graphics/gimp/stable: Makefile Log message: gimp/stable: prevent from using linux/input.h if present OK landry@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/02 10:05:47 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.40.4 CVSROOT: /cvs Module name: src Changes by: paco@cvs.openbsd.org 2023/11/02 10:14:46 Modified files: share/man/man5 : bsd.port.mk.5 Log message: mention codeberg and kde templates on bsd.port.mk(5) DIST_TUPLE ok op@ +1 rsadowski CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 10:35:46 Modified files: telephony/linphone: Makefile.inc telephony/linphone/bctoolbox: distinfo 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/pkg: PLIST telephony/linphone/linphone-desktop: Makefile telephony/linphone/mediastreamer2: distinfo telephony/linphone/ortp: distinfo Log message: telephony/linphone: update sdk to 5.2.111. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 10:39:50 Modified files: www/squid : Makefile distinfo Added files: www/squid/patches: patch-src_MemObject_cc patch-src_SquidString_h patch-src_StoreClient_h patch-src_cache_cf_cc patch-src_cf_data_pre patch-src_http_cc patch-src_ipc_cc patch-src_stmem_cc patch-src_store_client_cc patch-src_time_rfc1123_cc Log message: switch back to squid 6.4 plus patches from the v6 branch: - fix for assert crash introduced with the 6.3->6.4 update - mitigations or fixes for more issues from https://megamansec.github.io/Squid-Security-Audit/response-memleaks.html - Improve handling of expanding HTTP header values (#1536) mitigation for 'Memory Leak in HTTP Response Parsing' - RFC 1123: Fix date parsing (#1538) fix for '1-Byte Buffer OverRead in RFC 1123 date/time Handling' - Exit without asserting when helper process startup fails (#1543) fix for 'Assertion in Squid "Helper" Process Creator' CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 10:48:23 Modified files: www/pound : Makefile Log message: www/pound: set PORTROACH site:; upstream development was stopped by the original author (https://groups.google.com/g/pound_proxy/c/O8xaIIODw18) but has been picked up at https://github.com/graygnuorg/pound/releases CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:06:38 ports/fonts/iosevka-fonts/etoile Update of /cvs/ports/fonts/iosevka-fonts/etoile In directory cvs.openbsd.org:/tmp/cvs-serv75948/etoile Log Message: Directory /cvs/ports/fonts/iosevka-fonts/etoile added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:06:56 ports/fonts/iosevka-fonts/etoile/pkg Update of /cvs/ports/fonts/iosevka-fonts/etoile/pkg In directory cvs.openbsd.org:/tmp/cvs-serv50970/etoile/pkg Log Message: Directory /cvs/ports/fonts/iosevka-fonts/etoile/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:13:16 Modified files: fonts/iosevka-fonts: Makefile Added files: fonts/iosevka-fonts/etoile: Makefile distinfo fonts/iosevka-fonts/etoile/pkg: DESCR PLIST Log message: fonts/iosevka-fonts: add the etoile variant. Diff from Manuel Giraud, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/02 14:25:48 Modified files: lib/libcrypto/x509: x509.h Log message: Fix a few bizarre line wraps in x509.h CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/02 14:47:32 Modified files: sbin/pfctl : parse.y Log message: Use pfctl_fopen (which checks to ensure the given file isn't a directory) for pfctl -f /path/to/pf.conf. Otherwise, if you accidentally use a dir instead of a file (e.g. if you have an /etc/pf directory and don't notice the name when tab-completing), you successfully install an empty ruleset. ok sashan@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/02 14:50:03 Modified files: . : events.html Log message: switch dead link to archive.org; from Abel Abraham Camarillo Ojeda CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2023/11/02 16:59:11 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.8.2 release CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 18:09:05 Modified files: security/gopass: Makefile security/gopass/patches: patch-main_go Log message: gopass tweak: Disable pledge for now, x/sys/unix does this by calling syscall() so this is broken if run on a kernel with syscall() neutered. If reenabling after an x/sys/unix update, the pledge string needs changing from upstream's; although the pledge(2) manual implies that wpath might be enough for chmod, fattr is also needed, i.e. "stdio rpath wpath cpath fattr tty proc exec". (As in previous version of the patch). N.B. using pledge breaks "gopass otp -s". If X is running, this reads the screen looking for a QR code containing an otpauth URL. This requires "inet" when DISPLAY is remote but cannot be used at all with pledge if DISPLAY is local ("unix" allows accessing the socket, but then shmget is used - via syscall() - regardless of use of syscall here, this is not permitted by any pledge). There may be other codepaths that end up calling syscall() but I haven't triggered them in my normal use of this yet. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 18:58:54 Modified files: lib/mesa/mk/libgbm: Makefile Log message: link libgbm with xrandr-xcb fixes graphics/clutter/cogl build failure reported by tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:24:23 Modified files: sys/dev/pci/drm/i915: i915_pmu.c Log message: drm/i915/pmu: Check if pmu is closed before stopping event From Umesh Nerlige Ramappa eded5f5261b8ff14417f9441934a1865b379b7db in linux-6.1.y/6.1.61 4cbed7702eb775cca22fff6827a549092cb59f61 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:26:51 Modified files: sys/dev/pci/drm/amd/amdgpu: vi.c Log message: drm/amd: Disable ASPM for VI w/ all Intel systems From Mario Limonciello 024251bab25daf97a3599c985dd04117b9c60d6b in linux-6.1.y/6.1.61 64ffd2f1d00c6235dabe9704bbb0d9ce3e28147f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:29:37 Modified files: sys/dev/pci/drm/display: drm_dp_mst_topology.c Log message: drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() From Lukasz Majczak 6c668e2f338bde76279aeaf4d4c035c4196a479b in linux-6.1.y/6.1.61 3d887d512494d678b17c57b835c32f4e48d34f26 in mainline linux CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 22:57:15 Modified files: security/c2sp-testvectors: Makefile distinfo security/c2sp-testvectors/pkg: PLIST Log message: Update to c2sp-testvectors 20231101 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/02 23:41:37 ports/print/luametatex/patches Update of /cvs/ports/print/luametatex/patches In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/print/luametatex/patches Log Message: Directory /cvs/ports/print/luametatex/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/02 23:41:58 Modified files: print/luametatex: Makefile Added files: print/luametatex/patches: patch-source_libraries_mimalloc_src_prim_unix_prim_c Log message: print/luametatex: avoid direct syscall OK tb, edd CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 23:50:25 Modified files: infrastructure/db: config.site Log message: config.site: do not force syscall declaration/existence to yes Syscall removal will thus be picked up correctly by various autconf-based ports once it lands in base and in particular Ruby will continue to build and transition to be syscall-free with the libc bump. discussed with jca and sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 01:22:17 Modified files: editors/libreoffice: Makefile Log message: Temporarily mark BROKEN until we have a fix for new icu. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:33:29 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Removed files: devel/libgsf/patches: patch-thumbnailer_main_c Log message: Update to libgsf-1.14.51. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:37:33 Modified files: net/gssdp : Makefile distinfo Log message: Update to gssdp-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:43:57 Modified files: net/gupnp/core : Makefile distinfo Removed files: net/gupnp/core/patches: patch-meson_build Log message: Update to gupnp-1.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:47:32 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.56. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:47:42 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.56. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/03 03:12:40 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.42.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 04:02:30 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-i18npool_source_breakiterator_data_line_txt Log message: unbreak with ICU 74 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/03 04:52:24 Modified files: print/ghostscript/gnu: Tag: OPENBSD_7_4 Makefile distinfo Log message: print/ghostscript/gnu: Security Update to 10.02.1 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/03 04:53:15 Modified files: print/ghostscript/gnu: Makefile distinfo Log message: print/ghostscript/gnu: Security Update to 10.02.1 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:55:28 Modified files: net/tg_owt : Makefile distinfo Log message: update to latest tg_owt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:56:05 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/pkg: PLIST Removed files: net/tdesktop/patches: patch-Telegram_lib_base_base_platform_linux_base_system_media_controls_linux_cpp patch-cmake_external_glib_cppgir_CMakeLists_txt patch-cmake_external_glib_cppgir_tools_cppgir_cpp patch-cmake_external_glib_cppgir_tools_genns_cpp Log message: update to tdesktop 4.10.5 needs glib2>=2.78, 4.11.x still fails to build. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:58:51 Modified files: net/dictd : Makefile Added files: net/dictd/patches: patch-dict_c Log message: pledge dict(1) Start with "rpath inet dns", drop "rpath" after config file is read. No files are created/written/modified, nothing is executed. dict.c first builds a list of commands and then works through it, meaning there is no up-front connection setup and network happens ouf of the processing loop, so no trivial way of dropping "inet dns" earlier. OK op CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/03 05:16:43 Modified files: usr.sbin/vmd : virtio.c Log message: vmd(8): fix block size calculation for vioscsi devices. During the multi-process rework, I changed the way disk sizes are calculated, switching to storing bytes and not 512-byte blocks. The size calculation from reading an iso did not receive the change in scaling, resulting in the virtio scsi emulation to think iso's are larger than reality. This fixes booting the latest Ubuntu amd64 iso's as apparently there's some program that tries to arbitrarily read the tail end of the iso into memory. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 05:30:32 Modified files: mail/meli : Makefile crates.inc distinfo Log message: update to meli 0.8.2; fixes SEGV on startup CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/03 06:24:16 Modified files: games/supertuxkart: Makefile Log message: Switch to external shaderc library. Found by tb@. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/03 06:55:05 Modified files: x11/alacritty : Makefile crates.inc distinfo Log message: Update alacritty to 0.12.3. OK Eric Auge (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/03 07:03:02 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Be explicit in saying what a shell pattern is. I'm not a big fan of idiosyncratic lua patterns, especially in that context, but pointing towards them and not mentionning glob(7) is thoroughly confusing. Don't push lua patterns down people throats ! At least you know what the incredibly fuzzy "shell patterns" refers to now ! okay millert@, jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:25:34 Modified files: lang/mawk : Makefile distinfo Log message: update to mawk-1.3.4.20231102, fixes segfault seen with files of >256K in a pipeline. ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:26:08 Modified files: lang/mawk : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to mawk-1.3.4.20231102, fixes segfault seen with files of >256K in a pipeline. ok jca@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/03 07:38:28 Modified files: usr.sbin/smtpd : lka_filter.c smtp_session.c Log message: cast tv_usec to long for *printf mostly for -portable; on darwin suseconds_t is an int. ok tb@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/03 07:40:07 Modified files: usr.sbin/smtpd : lka_session.c Log message: initialize `format' earlier It's easier to see that it's never used un-initialized. ok tb@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2023/11/03 07:49:50 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/patches: patch-setup_py www/yt-dlp/pkg : PLIST Log message: update to 2023.10.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/03 07:50:27 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.7.3. see https://github.com/OSGeo/gdal/blob/v3.7.3/NEWS.md CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:52:54 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/03 08:05:30 Modified files: regress/usr.bin/nc: Makefile Log message: Make netcat tests less flaky by ensuring the server has terminated before examining the outcome. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/03 08:29:39 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl-tests 20231103 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/03 09:02:06 Modified files: sbin/dhcpleased: engine.c Log message: typo: ignorning -> ignoring From Laurie Tratt, ok florian CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/11/03 09:20:52 Modified files: net/powerdns_recursor: Makefile Added files: net/powerdns_recursor/patches: patch-mtasker_fcontext_cc Log message: Add endbr64 instructions in the right spots so that we can drop USE_NOBTCFI=Yes. Also drop the project specicific hardening feature flags. Trust our compiler to do the right thing by default. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 09:23:24 Modified files: net/tg_owt : Makefile distinfo Log message: use DIST_TUPLE for libyuv DIST_TUPLE for tg_owt needs more twiddling around WRKDIST (still WIP/commented bits in dist-tuple.port.mk), do that later CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:03:00 Modified files: x11/gnome/libgweather4: Makefile distinfo Added files: x11/gnome/libgweather4/patches: patch-libgweather_meson_build Removed files: x11/gnome/libgweather4/patches: patch-libgweather_gweather-info_c Log message: Update to libgweather4-4.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:12:14 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:14:10 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-45.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:39:02 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-45.0. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 12:56:57 Modified files: www/chromium/patches: patch-base_base_paths_posix_cc Added files: www/chromium/patches: patch-build_config_linux_atspi2_BUILD_gn Log message: unbreak after atspi2 update and sync patches while here CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 13:00:11 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc 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_settings_strings_grdp 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_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_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_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_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_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_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_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_exclusive_access_exclusive_access_bubble_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_chrome_browser_main_extra_parts_views_cc 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_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_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_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_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_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn 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_commerce_strings_grdp 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_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_user_education_views_help_bubble_view_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-content_app_content_main_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_download_save_package_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_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_widget_host_view_aura_cc 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_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_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_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h 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_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_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_inspector_inspector_memory_agent_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_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_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_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_gtk_ui_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_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_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_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_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-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_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/ungoogled-chromium/patches: patch-build_config_linux_atspi2_BUILD_gn patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/ungoogled-chromium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-net_dns_host_resolver_cache_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 119.0.6045.105 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/11/03 13:16:31 Modified files: usr.bin/timeout: timeout.c timeout.1 Log message: timeout(1): align execvp(3) failure statuses with GNU timeout Align our exit statuses with those of GNU timeout in the execvp(3) failure case. Exit with 127 if the utility is not found. Exit with 126 if we cannot execute the utility for any other reason. While here, the child should _exit(2) instead of calling exit(3) via err(3). Update the manpage accordingly. With input from millert@ and deraadt@. Link: https://marc.info/?l=openbsd-tech&m=169739592322978&w=2 ok millert@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/03 13:32:28 Modified files: usr.bin/mail : tty.c Log message: Check if a signal already has been received before entering a blocking read as opposed of only doing it afterwards. Issue uncovered by the mail regress tests. With claudio@ and ok millert@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/04 00:11:14 Modified files: www/chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/iridium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/ungoogled-chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc Log message: swap the version check for ICU... we need to check for the highest first CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:21:56 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.376. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:10 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.78. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:18 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.78. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:33 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.78. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 01:41:28 Modified files: security/ccid : Makefile distinfo security/ccid/patches: patch-src_Makefile_in Log message: update to ccid 1.5.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:48:01 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:04 Modified files: devel/vte3 : Makefile distinfo Log message: Update to vte3-0.74.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:15 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-meson_build patch-src_terminal-app_cc Log message: Update to gnome-terminal-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:28 Modified files: x11/gnome/console: Makefile distinfo x11/gnome/console/pkg: PLIST Removed files: x11/gnome/console/patches: patch-meson_build Log message: Update to gnome-console-45.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 02:47:58 Modified files: x11/xarchiver : Makefile distinfo Log message: update to xarchiver 0.5.4.17 using DIST_TUPLE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:03:57 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-src_addressbook_libebook-contacts_CMakeLists_txt databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:04:26 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:04:40 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.50.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 03:06:10 Modified files: www/snownews : Makefile distinfo www/snownews/patches: patch-Config_mk_in patch-configure patch-feedio_c www/snownews/pkg: PLIST Log message: update to snownews 1.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:22:28 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-duplicity_dup_main_py patch-setup_py sysutils/duplicity/pkg: DESCR PLIST Log message: Update to duplicity-2.1.4. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:22:52 Modified files: usr.sbin/snmpd : Makefile application.c application.h snmpd.h Added files: usr.sbin/snmpd : application_internal.c Log message: Introduce application_internal.c. This backend is meant to replace application_legacy.c, mps.c, and mib.c. This commit just introduces the backend. The existing MIBs inside mib.c will be copied over in subsequent commits. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:28:04 Modified files: usr.sbin/snmpd : application_internal.c mib.c Log message: Move SNMPv2-MIB::snmp from mib.c into the new application_internal.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:30:28 Modified files: usr.sbin/snmpd : application_internal.c mib.c Log message: Move SNMPv2-SMI::snmpV2 from mib.c into the new application_internal.c OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:31:04 Modified files: sysutils/deja-dup: Makefile distinfo Log message: Update to deja-dup-45.1. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:38:47 Modified files: usr.sbin/snmpd : Makefile application_internal.c parse.y smi.c snmpd.h Removed files: usr.sbin/snmpd : mib.c Log message: Move SNMPv2-MIB::system from mib.c into the new application_internal.c. This was the last consumer of mib.c, so send it to the great bitbucket in the sky. This move removes the sysORTable, but it was basically non-functioning anyway and removal of previous entries from the table didn't caused any fallout that reached my ears. I hope to add proper sysORTable/agent-capabilities support, which is compatible with AgentX's {Add,Remove}AgentCaps, soon. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:42:17 Modified files: regress/usr.sbin/snmpd: snmpd.sh Log message: With the move of SNMPv2-SMI::snmpV2 into application_internal.c, it's no longer possible to register objects underneath this region. This effectively made a few snmp(1) regress tests unusable, which essentially don't belong here. Simply remove these tests. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/04 04:18:58 Modified files: multimedia/libv4l: Makefile multimedia/libv4l/patches: patch-lib_libv4lconvert_libv4lsyscall-priv_h Log message: libv4l*: unbreak: the syscall wrappers are protyped but inexistent. Just call the syscalls directly. Reported by aja CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 04:31:27 Modified files: sysutils/pv : Makefile distinfo sysutils/pv/pkg: PLIST Log message: update to pv 1.8.0 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/04 05:02:35 Modified files: lib/libc/stdlib: malloc.c Log message: KNF plus fixed a few signed vs unsigned compares (that we actually not real problems) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/04 05:17:51 Modified files: usr.sbin/bgpd : session.c Log message: Use proper length in session_newmsg() for the RFC9072 case. Right now OpenBGPD can not produce so many capabilities that this case is reached but still better to fix it now. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:27:07 Modified files: x11/gnome/tweaks: Makefile distinfo x11/gnome/tweaks/pkg: PLIST Log message: Update to gnome-tweaks-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:30:45 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:37:06 Modified files: x11/gnome/ghex : Makefile distinfo Added files: x11/gnome/ghex/patches: patch-src_gtkhex_c Log message: Update to ghex-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:06:25 Modified files: x11/gnome/calendar: Makefile distinfo Log message: Update to gnome-calendar-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:15:06 Modified files: x11/gnome/usage: Makefile distinfo x11/gnome/usage/pkg: PLIST Log message: Update to gnome-usage-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:23:44 Modified files: meta/gnome : Makefile Log message: x11/gnome/usage -> x11/gnome/system-monitor https://gitlab.gnome.org/GNOME/gnome-usage/-/merge_requests/108 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:25:23 Modified files: x11/gnome/system-monitor: Makefile distinfo Log message: Update to gnome-system-monitor-45.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:31:49 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: Update to gnome-calculator-45.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:32:33 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:36:16 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:42:09 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/patches: patch-src_orca_debug_py patch-src_orca_orca_bin_py_in patch-src_orca_script_utilities_py x11/gnome/orca/pkg: PLIST Log message: Update to orca-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:59:49 ports/x11/gnome/connections/patches Update of /cvs/ports/x11/gnome/connections/patches In directory cvs.openbsd.org:/tmp/cvs-serv41679/patches Log Message: Directory /cvs/ports/x11/gnome/connections/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:00:13 Modified files: x11/gnome/connections: Makefile distinfo x11/gnome/connections/pkg: PLIST Added files: x11/gnome/connections/patches: patch-subprojects_gtk-frdp_src_frdp-channel-clipboard_c patch-subprojects_gtk-frdp_src_meson_build Log message: Update to gnome-connections-45.0. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/04 09:01:13 Modified files: devel : Makefile Log message: Wire up the erlang26 FLAVOR of devel/rebar3 ok jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:06:13 Modified files: x11/gnome/contacts: Makefile distinfo Log message: Update to gnome-contacts-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:14:12 Modified files: x11/gnome/text-editor: Makefile distinfo x11/gnome/text-editor/pkg: PLIST Log message: Update to gnome-text-editor-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:16:34 Modified files: x11/gnome/eog : Makefile Log message: Remove duplicate DEBUG_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:25:48 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Set MODCARGO_DIST_SUBDIR to cargo; so GNOME ports can share the distfiles. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 09:35:35 Modified files: net/tg_owt : Makefile Log message: add libyuv subdir to DIST_TUPLE; spotted by aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:48:19 Modified files: x11/gnome/eog : Makefile distinfo Log message: Update to eog-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 10:15:10 Modified files: x11/gnome/music: Makefile Log message: devel/libsoup -> devel/libsoup3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 10:15:57 Modified files: x11/gnome/music: Makefile Log message: Oops, missed one in previous. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/04 12:20:15 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231104 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/04 15:23:07 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.4.8.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:29:48 Modified files: x11/gnome/text-editor: Makefile distinfo Log message: Update to gnome-text-editor-45.1. CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/05 01:39:16 Modified files: gnu/usr.bin/texinfo/makeinfo: makeinfo.c Log message: fix bad path allocation in makeinfo In one branch of the image handling, the wrong malloc() call was copied-pasted making the allocation possibly smaller than needed. Spotted while building the gcc11 port, libgccjit.info exercise that branch and the write out of bounds was discovered by malloc(). Convert the malloc + strlcpy/cat dance to an asprintf, and while here also fix the leak of the two paths. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:04:37 Modified files: geo/geocode-glib: Makefile Added files: geo/geocode-glib/pkg: DESCR PLIST Removed files: geo/geocode-glib/pkg: DESCR-icons DESCR-main PFRAG.no-soup3-main PFRAG.soup3-main PLIST-icons PLIST-main Log message: Drop the soup3 FLAVOR; nothing uses the unFLAVORED soup2 anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:04:52 Modified files: mail/evolution : Makefile x11/gnome/clocks: Makefile x11/gnome/initial-setup: Makefile x11/gnome/libgweather4: Makefile x11/gnome/maps : Makefile x11/gnome/photos: Makefile x11/gnome/settings-daemon: Makefile Log message: Fix geo/geocode-glib dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:17:08 Modified files: geo : Makefile Log message: Drop geocode-glib,soup3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:20:38 Modified files: textproc/unicode/cldr: Makefile distinfo textproc/unicode/cldr/pkg: PLIST-annotations PLIST-main Log message: Update to unicode-cldr-44.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 01:37:35 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: previous out to be to 0.5.4.21 not same .17; thanks aja CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/11/05 01:55:40 Modified files: net/syncthing : Makefile net/syncthing/pkg: PLIST Added files: net/syncthing/pkg: syncthing_discovery.rc syncthing_relay.rc Log message: add rc files for relay and discovery services ok edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/05 02:18:28 ports/mail/opensmtpd-filters/spamassassin/patches Update of /cvs/ports/mail/opensmtpd-filters/spamassassin/patches In directory cvs.openbsd.org:/tmp/cvs-serv80198/patches Log Message: Directory /cvs/ports/mail/opensmtpd-filters/spamassassin/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/05 03:10:25 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-proxy PLIST-server Added files: net/zabbix/patches: patch-include_zbx_dbversion_constants_h Log message: Update zabbix 6.4.7 -> 6.4.8 Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog Release notes: https://www.zabbix.com/rn/rn6.4.8 ok robert@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/05 03:14:29 Modified files: sysutils/consul: Makefile distinfo Added files: sysutils/consul/patches: patch-logging_logfile_bsd_go patch-vendor_github_com_mitchellh_go-ps_process_openbsd_go patch-vendor_github_com_mitchellh_go-ps_process_openbsd_h Log message: Update consul 1.16.1 -> 1.16.3 Changelog: https://github.com/hashicorp/consul/releases/tag/v1.16.3 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/05 03:28:59 Modified files: databases/bbolt: Makefile distinfo Log message: Update bbolt to 1.3.8, tested & ok pvk This version includes jrick's fix to avoid syscall(2) use. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/05 04:22:59 Modified files: usr.bin/make/lst.lib: Makefile.inc Log message: current code no longer uses Lst_Replace not Lst_Requeue so don't bother compiling them. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:37:26 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.34 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:41:48 Modified files: devel/py-wcmatch: Makefile distinfo Log message: update to py3-wcmatch-8.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:41:53 Modified files: devel/py-wheel : Makefile distinfo Log message: update to py3-wheel-0.41.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:42:00 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20231103 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:44 Modified files: print/ocrmypdf : Makefile distinfo print/ocrmypdf/pkg: PLIST Log message: update to ocrmypdf-15.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:52 Modified files: textproc/py-charset-normalizer: Makefile distinfo Log message: update to py3-charset-normalizer-3.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:56 Modified files: textproc/py-css-parser: Makefile distinfo Log message: update to py3-css-parser-1.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:54:18 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py3-Pillow-10.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 05:38:10 ports/textproc/gron/patches Update of /cvs/ports/textproc/gron/patches In directory cvs.openbsd.org:/tmp/cvs-serv87078/patches Log Message: Directory /cvs/ports/textproc/gron/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 05:45:06 Modified files: textproc/gron : Makefile distinfo Added files: textproc/gron/patches: patch-go_mod patch-go_sum Log message: patch gron modules list to use newer go-colorable/go-isatty; the newer version of go-isatty uses newer x/sys/unix and ioctl() rather syscall(SYS_ioctl) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/05 06:56:52 Modified files: devel/sdl2 : Makefile distinfo Log message: stable bugfix update to SDL 2.28.5, build and runtime tested with multiple consumers CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/05 09:27:18 Modified files: etc/etc.loongson: Makefile.inc Log message: Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' on bugs@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/05 09:33:50 Modified files: sys/arch/hppa/include: cpu.h Log message: Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in the non-MULTIPROCESSOR case, as done on all other platforms. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:41:11 Modified files: games/bzflag : Makefile Added files: games/bzflag/patches: patch-configure Log message: Disable libinput support for now - Disable linux rumble joystick support - Disable linux force feedback joystick support - Update WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:50:35 Modified files: misc/brltty : Makefile Log message: Disable libinput support for now Set ac_cv_header_linux_input_h=no in CONFIGURE_ENV CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:52:58 Modified files: devel/openmpi : Makefile Log message: Prevent openmpi to detect libudev CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:58:38 Modified files: wayland/libinput-openbsd: Makefile Log message: Document which libinput consumers have been explicitly deactivated. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:24:31 Modified files: net/ipv6calc : Makefile distinfo Log message: update to ipv6calc 4.1.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:45:21 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-Makefile_in patch-src_buttons_c x11/gentoo/pkg : PLIST Log message: update to gentoo 0.20.7, gtk+2 -> gtk+3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:47:54 Modified files: x11/gentoo : Makefile Log message: use simpler pax(1) copy instead of "tar -c | tar -x" in post-install CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/05 12:04:13 Log message: Import x11/srandrd version 0.6.3 $ cat pkg/DESCR srandrd is a tool that executes a command on xrandr output change events, i.e. if a monitor is plugged or unplugged. I'm taking MAINTAINER as well. OK op thfr (with hints from both) Status: Vendor Tag: sdk Release Tags: sdk_20231105 N ports/x11/srandrd/Makefile N ports/x11/srandrd/distinfo N ports/x11/srandrd/pkg/DESCR N ports/x11/srandrd/pkg/PLIST N ports/x11/srandrd/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/05 12:05:15 Modified files: x11 : Makefile Log message: Add dir srandrd CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/05 15:20:53 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-oggenc_platform_c Log message: audio/vorbis-tools: fix a buffer overflow in oggenc CVE-2023-43361 The security implications of this are very limited. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/06 00:02:08 Modified files: infrastructure/mk: dist-tuple.port.mk Log message: tweak the hash check so that shortened commit hashes >= 10 characters can be used. The risk of collision with tags seems very very small okay thfr@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:57:38 Log message: update to Term::Cap 1.18, so that we can patch it further as discussed with afresh1@ Status: Vendor Tag: CPAN Release Tags: Term_Cap_1_18 N src/gnu/usr.bin/perl/cpan/Term-Cap/Changes N src/gnu/usr.bin/perl/cpan/Term-Cap/Makefile.PL U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl N src/gnu/usr.bin/perl/cpan/Term-Cap/META.yml N src/gnu/usr.bin/perl/cpan/Term-Cap/MANIFEST C src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm N src/gnu/usr.bin/perl/cpan/Term-Cap/LICENSE N src/gnu/usr.bin/perl/cpan/Term-Cap/MANIFEST.SKIP N src/gnu/usr.bin/perl/cpan/Term-Cap/README N src/gnu/usr.bin/perl/cpan/Term-Cap/META.json 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl/cpan/Term-Cap CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:58:47 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: reapply max=64 for now CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:59:22 Removed files: gnu/usr.bin/perl/cpan/Term-Cap: LICENSE MANIFEST MANIFEST.SKIP META.json META.yml Makefile.PL README Log message: remove upstream files we don't need CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:04:38 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: get rid of useless eval use \Q\E to quote stuff around tmp_term, instead of rolling our own in termpat (get rid of termpat) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:05:45 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: use modern file open instead of GLOBS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:08:49 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: instead of a max number of iterations, record terms that have been seen in a hash instead. Side effect: we no longer parse the same tc again and again, leading to a smaller result with the same capabilities but no duplicates. (instead of parsing 36 entries for xterm, we end up with 10 entries, as the "tc=" stuff is actually a tree instead of a list: xterm references several intermediate tc that all lead to the same basic list !) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:11:11 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: simplify $ENV{TERMCAP} handling: don't bother setting anything if the variable doesn't exist CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:13:01 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: always try to run info_cmp at the end if we haven't got what we wanted This allows terminals with only terminfo capabilities to show up in Term::Cap (like kitty) ! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:14:36 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: simplify logic for $entry in the main termcap loop CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:20:51 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: since we're always running info_cmp in the end, remove the whole "in case of emergency run info_cmp block" (more efficient: we only parse the entry we need). Keep the small part that creates a dumb terminal on VMS, even though we're not running that. Add an extra state check in the automaton to avoid skipping a tmp_term CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:21:43 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: system + exit -> exec as noticed by afresh1@ (this should be all for now) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:22:59 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: actually, I still need to exit() if infocmp can't be run CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/06 01:34:41 Modified files: sys/dev/pci : if_iwm.c Log message: avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabled MCS9 is not valid on 20HMz so we must not use it in 20MHz-only mode. Fixes firmware panic 0x00002078, which indicates the driver sets a rate with a bad number of antennas, bad number of Tx streams, or bad bandwidth. Observed by dlg@ with the miktrotik AP for which iwm(4) firmware requires our 20MHz-only workaround to interoperate in 11ac mode. ok dlg@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 02:46:04 Modified files: regress/usr.bin/snmp: Makefile Log message: Mark a couple of tests as broken, now that the sysORTable is gone/empty. Relying on the live snmpd(8) metrics is brittle and this regress test should probably move to a custom agent in a similar fashion to the custom manager from the snmpd(8) regress. Pointed out by anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 02:53:32 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcubemail-1.6.5 Fix cross-site scripting (XSS) vulnerability in setting Content-Type/Content-Disposition for attachment preview/download. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 02:53:56 Modified files: mail/roundcubemail: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to roundcubemail-1.6.5 Fix cross-site scripting (XSS) vulnerability in setting Content-Type/Content-Disposition for attachment preview/download. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/06 03:07:15 Modified files: net/tor : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to tor 0.4.8.8. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 03:07:28 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.2. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 03:58:13 Modified files: usr.sbin/snmpd : application_internal.c Log message: Allow appl_internal_object's getnext to be called. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:00:46 Modified files: usr.sbin/snmpd : application.c application.h Log message: Allow agent capabilities to be stored on a per appl_context basis. This is needed for AgentX's {add,remove}agentcaps, and the sysORTable. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:02:57 Modified files: usr.sbin/snmpd : application.c application.h application_internal.c Log message: Readd the sysORTable based on the new struct appl_agentcap. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:04:41 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Hook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add,remove}agentcaps. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 04:49:41 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.3 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/06 06:29:01 Modified files: games/quakespasm: Makefile distinfo Log message: update to quakespasm 0.96.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 06:40:39 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: eliminate discrepancies between termcap-generated info and infocmp results (see user_caps(5)) also obviously protects the term name just in case someone wants to have fun with it.. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 07:43:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Uncomment json webcrypto line. Packages will have caught up... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 07:44:15 Modified files: sysutils/consul: Makefile distinfo sysutils/consul/patches: patch-_release_linux_package_etc_consul_d_consul_hcl patch-logging_logfile_bsd_go Log message: Update to consul-1.17.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 07:50:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Fix a for loop bug introduced in the concurrency refactor Due to Go's idiosyncratic semantics of for loops, tests would only run some of the test groups in the JSON file because by the time the closure is called, the array index could be changed. For example, on fast 8 core machines, the CMAC tests would run the last test group with key size 320 eight times rather than each of the eight test groups once. Make a copy of the pointer before passing it to the closure to avoid this issue. Simpler version of my initial fix from jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:07:57 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add aliases for AES AEAD constructions and ChaCha These used the wycheproofTestGroupAead type but an upcoming change requires to change this. Introduce the aliases now to make the next diff cleaner. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:14:52 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add a wycheproofTestGroupRunner interface This allows us to use a simpler way of running the individual test groups and gets rid of an ugly mostly copy-pasted switch inside a closure. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:17:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Introduce testGroupFromAlgorithm() This factors another ugly switch into a helper function. This should probably become a map eventually, but for now keep things straightforward. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:21:44 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pull everything except the actual run call out of the closure The determination of the test group type and the JSON unmarshalling can be done before the closure without performance impact. This is more readable and eliminates the need of a temporary variable again. Suggested by jsing CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/06 08:31:05 Modified files: net/dnscontrol : Makefile distinfo modules.inc Log message: update net/dnscontrol to 4.6.0 ok kn@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/06 09:53:37 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.4.5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 10:53:26 Modified files: x11/srandrd : Makefile x11/srandrd/patches: patch-Makefile Log message: Respect CFLAGS. ok sdk@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/06 11:02:04 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 13:44:36 Modified files: devel/cargo : cargo.port.mk Log message: Only replace ring 0.16 source with rust-ring needed for bket's vaultwarden update CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/06 13:59:26 Added files: sys/arch/riscv64/include: apmvar.h Log message: Provide machine/apmvar.h on riscv64 too OpenBSD/riscv64 doesn't provide suspend/resume or battery support yet, but some ports need this interface at build time, so provide it. ok phessler@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/06 14:00:05 Modified files: distrib/sets/lists/comp: md.riscv64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/06 14:10:25 Modified files: print/lilypond : Makefile Added files: print/lilypond/patches: patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: print/lilypond: Fix for ghostscript 10.02.1, which removes finddevice See https://bugs.ghostscript.com/show_bug.cgi?id=707307 https://gitlab.com/lilypond/lilypond/-/merge_requests/2160/ ok kili@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 14:17:32 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231106 CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 16:47:43 Modified files: games/ezquake : Makefile distinfo games/ezquake/patches: patch-Makefile Added files: games/ezquake/patches: patch-src_EX_browser_sources_c patch-src_vid_sdl2_c Removed files: games/ezquake/patches: patch-EX_browser_sources_c Log message: update to 3.6.4 from maintainer Tom Murphy (openbsd AT pertho ! net). - 3.6.4 contains security fix preventing download of .so files see: https://github.com/QW-Group/ezquake-source/commit/df38450a75ef7492c51c6e9f3012235521a01b98 https://github.com/QW-Group/ezquake-source/issues/857 - use DIST_TUPLE for qwprot and ezquake-source - use pcre2 - EX_browser_sources.c patch needed another GAMEDIR substitution - patch for vid_software_palette 1 causing black screen when resizing game window ok thfr@ and maintainer Tom Murphy CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 16:55:40 Modified files: games/ezquake : Tag: OPENBSD_7_4 Makefile Added files: games/ezquake/patches: Tag: OPENBSD_7_4 patch-cl_cmd_c patch-cl_parse_c Log message: backport security fix preventing download of .so files see: https://github.com/QW-Group/ezquake-source/commit/df38450a75ef7492c51c6e9f3012235521a01b98 https://github.com/QW-Group/ezquake-source/issues/857 ok thfr@ and maintainer Tom Murphy (openbsd AT pertho ! net) CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:10:29 Log message: import net/wget2, successor of GNU Wget, a file and website downloader ok tb@ GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader. Designed and written from scratch it wraps around libwget, that provides the basic functions needed by a web client. Wget2 works multi-threaded and uses many features to allow fast operation. In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP compression, parallel connections and use of If-Modified-Since HTTP header. GNU Wget2 is licensed under GPLv3+. Libwget is licensed under LGPLv3+. Status: Vendor Tag: namn Release Tags: namn_20231106 N ports/net/wget2/Makefile N ports/net/wget2/distinfo N ports/net/wget2/patches/patch-libwget_ssl_openssl_c N ports/net/wget2/patches/patch-Makefile_in N ports/net/wget2/pkg/DESCR N ports/net/wget2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:14:01 Modified files: net : Makefile Log message: +wget2 CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:34:24 Modified files: emulators/libretro-pcsx-rearmed: Makefile distinfo emulators/libretro-pcsx-rearmed/patches: patch-Makefile emulators/libretro-pcsx-rearmed/pkg: PLIST Removed files: emulators/libretro-pcsx-rearmed/patches: patch-libpcsxcore_cdriso_c patch-plugins_cdrcimg_cdrcimg_c Log message: update to emulators/libretro-pcsx-rearmed 23 - use emulators/libchdr so games in chd format can be read - garbage collect patches - add myself as maintainer ok thfr@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 20:30:08 Modified files: devel/rebar3 : Makefile Log message: devel/rebar3: missed bump Apparently, linking rebar3,erlang26 to the build results in a PLIST change for the already existing rebar: -@comment pkgpath=devel/rebar3,erlang25 ftp=yes +@comment pkgpath=devel/rebar3 ftp=yes CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/06 21:17:14 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/patches: patch-cola_app_py devel/git-cola/pkg: PLIST Log message: Update to git-cola-4.4.0 Changes: https://github.com/git-cola/git-cola/blob/v4.4.0/CHANGES.rst CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/07 00:40:50 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: test.pl Log message: comment out test that no longer makes sense, as noticed by anton CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/07 01:21:10 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/patches: patch-src_version_cpp graphics/exiv2/pkg: PLIST Removed files: graphics/exiv2/patches: patch-src_nikonmn_int_cpp patch-src_pngchunk_int_cpp patch-src_sonymn_int_cpp patch-src_types_cpp Log message: Update to exiv2-0.28.1. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/07 01:37:11 Modified files: games/nblood : Makefile distinfo games/nblood/patches: patch-Common_mak patch-GNUmakefile patch-source_blood_src_blood_cpp patch-source_exhumed_src_exhumed_cpp games/nblood/pkg: PLIST Added files: games/nblood/patches: patch-source_rr_src_gameexec_cpp Removed files: games/nblood/patches: patch-source_mimalloc_include_mimalloc-internal_h Log message: update to nblood r13919 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 01:43:32 Modified files: devel/py-hatch-vcs: Makefile distinfo Log message: update to py3-hatch_vcs-0.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/07 01:45:34 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.6.3. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/07 02:33:54 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.5 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:17:35 Modified files: usr.sbin/bgpd : rde_peer.c Log message: Alter imsg_move() to clear the full imsg buffer instead of just the imsg->data field. This is needed for future imsg API changes. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:18:35 Modified files: usr.sbin/bgpd : bgpd.c control.c rde.c rtr.c session.c Log message: Rename struct imsgbuf *ibuf to *imsgbuf in all places. ibuf should be reserved for struct ibuf * values. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:29:05 Modified files: usr.sbin/ospfd : auth.c Log message: iface->auth_key is not a real C string so use strnlen() to define the maximum. This fixes the use of 8 char passwords with auth simple. Reported by Laurent CARON (lcaron at unix-scripts info) OK tb@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/11/07 05:41:06 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Log message: Update hdf5 to 1.14.3. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/07 07:19:52 Modified files: archivers/arc : Makefile archivers/fastjar: Makefile archivers/lxsplit: Makefile archivers/p7zip: Makefile archivers/par1cmdline: Makefile archivers/unzip: Makefile archivers/zip : Makefile astro/jday : Makefile astro/libnova : Makefile astro/xphoon : Makefile audio/cmu-sphinx3: Makefile audio/cmu-sphinxbase: Makefile audio/dumb : Makefile audio/fdk-aac : Makefile audio/gqmpeg : Makefile audio/grip : Makefile audio/id3lib : Makefile audio/lame : Makefile audio/liba52 : Makefile audio/libbs2b : Makefile audio/libcdaudio: Makefile audio/libcddb : Makefile audio/libid3tag: Makefile audio/liblo : Makefile audio/libmikmod: Makefile audio/libmodplug: Makefile audio/libmp3splt: Makefile audio/libnjb : Makefile audio/libsoxr : Makefile audio/libxmp : Makefile audio/madplay : Makefile audio/mikmod : Makefile audio/mp3blaster: Makefile audio/mp3splt : Makefile audio/mp3splt-gtk: Makefile audio/mp3wrap : Makefile audio/mpg321 : Makefile audio/nosefart : Makefile audio/opencore-amr: Makefile audio/opennap : Makefile audio/pacpl : Makefile audio/paulstretch: Makefile audio/portmidi : Makefile audio/sox : Makefile audio/streamripper: Makefile audio/tap-plugins: Makefile audio/timidity : Makefile audio/xmp : Makefile benchmarks/fs_mark: Makefile benchmarks/netstrain: Makefile benchmarks/randread: Makefile benchmarks/sysbench: Makefile books/thinking-forth: Makefile cad/dxf2gcode : Makefile cad/gtkwave : Makefile cad/ngspice : Makefile.inc cad/ngspice/libngspice: Makefile cad/ngspice/ngspice: Makefile cad/xtrkcad : Makefile chinese/libtabe: Makefile comms/dfu-util : Makefile comms/hamlib : Makefile comms/qodem : Makefile converters/fondu: Makefile converters/wv : Makefile converters/wv2 : Makefile converters/xlhtml: Makefile converters/xmltoman: Makefile databases/libdbi: Makefile databases/libdbi-drivers: Makefile databases/p5-SQL-Translator: Makefile databases/pg_stats_reporter: Makefile databases/pg_statsinfo: Makefile databases/sqsh : Makefile devel/64tass : Makefile devel/ald : Makefile devel/argtable : Makefile devel/autogen : Makefile devel/cppcheck : Makefile devel/cscope : Makefile devel/cunit : Makefile devel/cvsplot : Makefile devel/cvsps : Makefile devel/doc++ : Makefile devel/ectags : Makefile devel/expect-lite: Makefile devel/goopy : Makefile devel/gputils : Makefile devel/itcl : Makefile devel/libJudy : Makefile devel/libast : Makefile devel/libivykis: Makefile devel/libmtp : Makefile devel/libnotify: Makefile devel/libofx : Makefile devel/libspectrum: Makefile devel/libusb-compat: Makefile devel/log4c : Makefile devel/log4cplus: Makefile devel/log4cpp : Makefile devel/lpc21isp : Makefile devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile devel/nagelfar : Makefile devel/openocd : Makefile devel/p5-Devel-ptkdb: Makefile devel/p5-Term-ScreenColor: Makefile devel/perltidy : Makefile devel/plib : Makefile devel/qjson : Makefile devel/remake : Makefile devel/sdcc : Makefile devel/sdl-pango: Makefile devel/sdlmm : Makefile devel/srecord : Makefile devel/tclap : Makefile devel/tclcl : Makefile devel/tcllib : Makefile devel/tclthread: Makefile devel/tkdiff : Makefile devel/udis86 : Makefile devel/utfcpp : Makefile devel/vim-taglist: Makefile devel/vtcl : Makefile editors/bvi : Makefile editors/fte : Makefile editors/ht : Makefile editors/joe : Makefile editors/traditional-vi: Makefile emulators/dgen-sdl: Makefile emulators/dynagen: Makefile emulators/fuse : Makefile emulators/fuse-utils: Makefile emulators/gambatte: Makefile fonts/artwiz-aleczapka: Makefile fonts/freefarsi-ttf: Makefile fonts/msttcorefonts: Makefile fonts/terminus-font: Makefile fonts/zh-wqy-bitmapfont: Makefile games/alephone/weland: Makefile games/barrage : Makefile games/blobwars : Makefile games/blockrage: Makefile games/chromium-bsu: Makefile games/cpat : Makefile games/csmash : Makefile games/dangerdeep: Makefile games/dunelegacy: Makefile games/egoboo : Makefile games/extremetuxracer: Makefile games/falconseye: Makefile games/fillets-ng: Makefile games/foobillard: Makefile games/forcedattack: Makefile games/fretsonfire: Makefile games/garden : Makefile games/gigalomania: Makefile games/glutton : Makefile games/gnurobbo : Makefile games/golly : Makefile games/heroes : Makefile games/hex-a-hop: Makefile games/komi : Makefile games/late : Makefile games/lbreakout2: Makefile games/lincity : Makefile games/mars : Makefile games/meandmyshadow: Makefile games/nsnake : Makefile games/opensonic: Makefile games/pacman-arena: Makefile games/pathological: Makefile games/pentobi : Makefile games/pioneers : Makefile games/prboom : Makefile games/prboom-plus: Makefile games/pushover : Makefile games/pysol : Makefile games/ri-li : Makefile games/sdlroids : Makefile games/slash-em : Makefile games/spacezero: Makefile games/tetrinetx: Makefile games/toppler : Makefile games/tuxkart : Makefile games/typespeed: Makefile games/uhexen2 : Makefile games/uqm/data : Makefile.inc games/uqm/data/3domusic: Makefile games/uqm/data/content: Makefile games/uqm/data/voice: Makefile games/uqm/uqm : Makefile games/wordwarvi: Makefile games/xblast : Makefile games/xbreaky : Makefile games/xgalaga-sdl: Makefile games/xye : Makefile games/zaz : Makefile geo/viking : Makefile graphics/DevIL : Makefile graphics/aalib : Makefile graphics/allegropng: Makefile graphics/autopano-sift-c: Makefile graphics/comix : Makefile graphics/cstitch: Makefile graphics/djview4: Makefile graphics/djvulibre: Makefile graphics/dumpmpeg: Makefile graphics/enblend-enfuse: Makefile graphics/freeglut: Makefile graphics/freeimage: Makefile graphics/ftgl : Makefile graphics/giflib: Makefile graphics/glew : Makefile graphics/gphoto2: Makefile graphics/gpicview: Makefile graphics/gtkam : Makefile graphics/libexif-gtk: Makefile graphics/libiptcdata: Makefile graphics/libmpeg2: Makefile graphics/libpano13: Makefile graphics/libpgf: Makefile graphics/libvidcap: Makefile graphics/libwmf: Makefile graphics/mtpaint: Makefile graphics/netpbm: Makefile graphics/optipng: Makefile graphics/pngcrush: Makefile graphics/posterazor: Makefile graphics/potrace: Makefile graphics/py-opengl: Makefile graphics/py-pyx: Makefile graphics/quesoglc: Makefile graphics/tkimg : Makefile graphics/ufraw : Makefile graphics/vid : Makefile graphics/xfig : Makefile graphics/xoris : Makefile graphics/xpaint: Makefile graphics/xzgv : Makefile japanese/gwaei : Makefile java/jlint : Makefile lang/datalog : Makefile lang/jikes : Makefile lang/librep : Makefile lang/otcl : Makefile lang/pfe : Makefile lang/seed7 : Makefile lang/tinyscheme: Makefile lang/unicon : Makefile mail/abook : Makefile mail/asmail : Makefile mail/bmf : Makefile mail/dkimproxy : Makefile mail/isync : Makefile mail/razor-agents: Makefile mail/signify : Makefile mail/sqlgrey : Makefile mail/tnef : Makefile math/armadillo : Makefile math/calcoo : Makefile math/gnuplot : Makefile math/labplot : Makefile math/lpsolve : Makefile.inc math/lpsolve/core: Makefile math/lpsolve/python: Makefile math/maxima : Makefile math/plplot : Makefile math/qrupdate : Makefile math/wcalc : Makefile math/yorick : Makefile misc/cdrdao : Makefile misc/dtach : Makefile misc/dtcltiny : Makefile misc/lifelines : Makefile misc/memchan : Makefile misc/p5-Finance-Quote: Makefile misc/pfm : Makefile misc/posixtestsuite: Makefile misc/randtype : Makefile misc/shared-desktop-ontologies: Makefile misc/spdrs60 : Makefile misc/srcpd : Makefile misc/tapclean : Makefile misc/tkman : Makefile multimedia/ccextractor: Makefile multimedia/dvdauthor: Makefile multimedia/dvdbackup: Makefile multimedia/imagination: Makefile multimedia/kguitar: Makefile multimedia/libdv: Makefile multimedia/libmms: Makefile multimedia/lsdvd: Makefile multimedia/mjpegtools: Makefile multimedia/mpgtx: Makefile multimedia/subrip: Makefile multimedia/subtitleripper: Makefile net/gtk-gnutella: Makefile net/ipaudit : Makefile net/ipcad : Makefile net/iperf : Makefile net/ipfreely : Makefile net/iplog : Makefile net/libnids : Makefile net/liboauth : Makefile net/libpcapnav : Makefile net/libst : Makefile net/meanwhile : Makefile net/msdl : Makefile net/nam : Makefile net/netatalk : Makefile net/netatalk3 : Makefile net/nfsen : Makefile net/ns : Makefile net/nssl : Makefile net/oidentd : Makefile net/oinkmaster : Makefile net/openvmps : Makefile net/p5-Net-Telnet-Cisco: Makefile net/p5-Net-XWhois: Makefile net/plushs : Makefile net/poptop : Makefile net/ptpd : Makefile net/py-dns : Makefile net/rtg : Makefile net/sing : Makefile net/snmptt : Makefile net/tcludp : Makefile net/tinyfugue : Makefile net/vncsnapshot: Makefile net/weex : Makefile net/wide-dhcpv6: Makefile net/wol : Makefile net/xmlrpc-c : Makefile net/xmlrpc-epi : Makefile net/xprobe : Makefile net/yafc : Makefile net/ysmv7 : Makefile net/ziproxy : Makefile news/ubh : Makefile print/cups-bjnp: Makefile print/gutenprint: Makefile print/latex-mk : Makefile print/muttprint: Makefile print/qpdf : Makefile print/xournal : Makefile productivity/impressive: Makefile productivity/lifeograph: Makefile security/aescrypt: Makefile security/bfbtester: Makefile security/ccrypt: Makefile security/cracklib: Makefile security/foremost: Makefile security/gnutls: Makefile security/integrit: Makefile security/isic : Makefile security/libmcrypt: Makefile security/mcrypt: Makefile security/mhash : Makefile security/ophcrack: Makefile security/rarcrack: Makefile security/rhash : Makefile security/snort2pf: Makefile security/steghide: Makefile security/swatch: Makefile security/wapiti: Makefile sysutils/backuppc: Makefile sysutils/cdrtools: Makefile sysutils/e2fsprogs: Makefile sysutils/firmware/ipw: Makefile sysutils/firmware/iwi: Makefile sysutils/gdmap : Makefile sysutils/gkrellm/plugins/kam: Makefile sysutils/gkrellm/plugins/launch: Makefile sysutils/gkrellm/plugins/moon: Makefile sysutils/gkrellm/plugins/shoot: Makefile sysutils/gkrellm/plugins/stock: Makefile sysutils/gkrellm/plugins/sun: Makefile sysutils/login_ldap: Makefile telephony/fobbit: Makefile telephony/iaxclient: Makefile telephony/iaxmodem: Makefile telephony/siproxd: Makefile telephony/sofia-sip: Makefile textproc/TclXML: Makefile textproc/aspell/dicts: Makefile.inc textproc/aspell/dicts/eo: Makefile textproc/aspell/dicts/ru: Makefile textproc/bibelot: Makefile textproc/clucene: Makefile textproc/dblatex: Makefile textproc/docbook-dsssl: Makefile textproc/docbook-xsl: Makefile textproc/docbook2x: Makefile textproc/docx2txt: Makefile textproc/fragistics: Makefile textproc/fstrcmp: Makefile textproc/gtkspell: Makefile textproc/gtkspell3: Makefile textproc/hyphen: Makefile textproc/librevenge: Makefile textproc/libwpd: Makefile textproc/libxml++: Makefile textproc/openjade: Makefile textproc/opensp: Makefile textproc/ots : Makefile textproc/pdf4tcl: Makefile textproc/podofo: Makefile textproc/rman : Makefile textproc/uncrustify: Makefile textproc/xmlcatmgr: Makefile textproc/xmlstarlet: Makefile textproc/xmlwf : Makefile www/c-icap : Makefile.inc www/c-icap/c-icap: Makefile www/c-icap/modules: Makefile www/cntlm : Makefile www/haserl : Makefile www/larbin : Makefile www/lightsquid : Makefile www/p5-CGI-Ajax: Makefile www/p5-HTML-Template-Expr: Makefile www/phppgadmin : Makefile www/phpvirtualbox: Makefile www/retawq : Makefile www/sarg : Makefile www/w3m : Makefile x11/XawMu : Makefile x11/bbdate : Makefile x11/bbkeys : Makefile x11/bbpager : Makefile x11/blackbox : Makefile x11/emelfm2 : Makefile x11/flvw : Makefile x11/flwm : Makefile x11/gcolor2 : Makefile x11/gmrun : Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/paje: Makefile x11/gnustep/price: Makefile x11/idesk : Makefile x11/irrlicht : Makefile x11/itk : Makefile x11/iwidgets : Makefile x11/klavaro : Makefile x11/libdbus-c++: Makefile x11/libfm : Makefile.inc x11/libfm/core : Makefile x11/libfm/extra: Makefile x11/menumaker : Makefile x11/mlterm : Makefile x11/mterm : Makefile x11/obmenu : Makefile x11/parcellite : Makefile x11/pcmanfm : Makefile x11/peksystray : Makefile x11/pidgin-libnotify: Makefile x11/qwt : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/stalonetray: Makefile x11/tkcon : Makefile x11/tkdnd : Makefile x11/tktable : Makefile x11/tktreectrl : Makefile x11/treewm : Makefile x11/uwm : Makefile x11/wind : Makefile x11/wxSVG : Makefile x11/xarchive : Makefile x11/xarchiver : Makefile x11/xbae : Makefile x11/xdesktopwaves: Makefile x11/xosd : Makefile x11/xplanet : Makefile x11/yad : Makefile Log message: http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 08:45:41 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Add a helper to set RSA PKCS #1 v1.5 padding OID This removes a few duplicated and unchecked X509_ALGOR_set0() calls and factors them into a helper function that sets the AlgorithmIdentifier on the recipient info or signer info to rsaEncryption with null parameters. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 08:59:29 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Add a helper to set RSASSA-PSS padding parameters This sets the AlgorithmIdentifier's algorithm to id-RSASSA-PSS with appropriate RSASSA-PSS parameters. This pulls a chunk of code out of rsa_cms_sign() and rewrites it with proper error checking, thereby fixing a long-standing leak. This helper can also be used in rsa_item_sign(), but that part is a bit special, and will therefore be commmitted separately. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:04:12 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign() The current convoluted mess can be handled with two calls to the new rsa_alg_set_pss_padding() helper. Not that this would be obvious at all. This fixes two more leaks in case of X509_ALGOR_set0() failure. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:09:13 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Trivial cleanup in rsa_cms_sign() Check and assign the EVP_PKEY_CTX and move the extraction of the algorithm identifier from the signer info a few lines down. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:12:36 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename pkctx to pkey_ctx in rsa_{cms,item}_sign() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:22:04 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Inline rsa_ctx_to_pss_string() After previous refactoring, rsa_all_set_pss_padding() is the last remaining caller of the weirdly named and ugly rsa_all_set_pss_padding(). This can be handled in a few simple lines now that this mess has slightly cleaner code. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:27:56 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add stringer interfaces to the test groups This simplifies and unifies a lot of error messages. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:35:55 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Convert hashEvpMdFromString() to a map CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:37:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Use maps to retrieve various AES variants CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 09:45:50 Modified files: sysutils/u-boot: Makefile.inc sysutils/u-boot/aarch64: Makefile sysutils/u-boot/arm: Makefile sysutils/u-boot/riscv64: Makefile sysutils/u-boot/rk356x: Makefile Log message: Move do-build target from Makefile.inc into the per-directory Makefile. ok jsg@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:46:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Wrap hex.DecodeString() into mustDecodeHexString() The hex decoding is only done from the JSON files provided by the wycheproof-testvectors package. Failure is always fatal. So there is no need for repeated error checks, and we can use an ergonomic wrapper. Also rework the calculation of the message digest from input data this had a similar deficit. All in all this shaves off about 10% of the code and removes a lot of tedious repetition. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:54:43 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Unwrap a few lines CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:56:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Drop a useless line and bump copyright years CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 09:59:20 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 119.0.1. see https://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 09:59:57 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 119.0.1. see https://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:26:51 Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: PLIST Log message: Update dialog to 1.3-20231002. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:27:41 Modified files: misc/rlwrap : Makefile distinfo misc/rlwrap/patches: patch-Makefile_in patch-filters_Makefile_in Log message: Update rlwrap to 0.46.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:30:19 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-posixshell_os_BSD_sh Log message: Update swirc to 3.4.6. From maintainer Markus Uhlin, thanks! CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:12 ports/sysutils/u-boot/rk3588 Update of /cvs/ports/sysutils/u-boot/rk3588 In directory cvs.openbsd.org:/tmp/cvs-serv11211/rk3588 Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588 added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:38 ports/sysutils/u-boot/rk3588/files Update of /cvs/ports/sysutils/u-boot/rk3588/files In directory cvs.openbsd.org:/tmp/cvs-serv51911/files Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:38 ports/sysutils/u-boot/rk3588/pkg Update of /cvs/ports/sysutils/u-boot/rk3588/pkg In directory cvs.openbsd.org:/tmp/cvs-serv51911/pkg Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 11:44:47 Modified files: net/swirc : Makefile Added files: net/swirc/patches: patch-posixshell_os_BSD_sh Log message: swirc: re-add patch to propagate cflags and neuter hardcoded optimizations. I mistakenly thought it was no longer needed when committing the update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:46:20 Modified files: www/squid : Makefile distinfo Removed files: www/squid/patches: patch-src_MemObject_cc patch-src_SquidString_h patch-src_StoreClient_h patch-src_cache_cf_cc patch-src_cf_data_pre patch-src_http_cc patch-src_ipc_cc patch-src_stmem_cc patch-src_store_client_cc patch-src_time_rfc1123_cc Log message: update to squid-6.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:46:55 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to squid-6.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:51:10 Modified files: sysutils/firmware/ipw: Makefile sysutils/firmware/iwi: Makefile Log message: Nothing useful at https://ipw2200.sourceforge.net/firmware.php, drop HOMEPAGE CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 14:20:48 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pull up the handling of the two webcrypto special snowflakes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 14:22:34 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Fix an error message left out in the mustDecodeHexString() conversion CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/07 14:37:34 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15p1, which fixes a problem reading ldap.conf. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 15:32:09 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 15:35:03 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its error check CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/07 16:56:40 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-23.11.0. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/11/07 17:49:54 Modified files: faq : faq4.html Log message: Fix the broken hyperlink to firmware.openbsd.org. Patch from , minimally tweaked by me to avoid a long line and to better agree with the text in the fw_update(8) manual page. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 22:44:36 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.2. see https://www.thunderbird.net/en-US/thunderbird/115.4.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 22:45:21 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.2. see https://www.thunderbird.net/en-US/thunderbird/115.4.2/releasenotes/ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/08 01:46:35 Modified files: usr.sbin/smtpd : dns.c mta.c smtpd.h Log message: RFC 7505 ("Null MX") handling mail delivery will not be attempted if a domain advertises a single MX record with preference 0 and a zero-length label. based on an initial diff from Philipp (philipp+openbsd [at] bureaucracy [dot] de), thanks! ok jung@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 01:54:27 Modified files: devel/libgusb : Makefile distinfo Log message: Update to libgusb-0.4.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 02:32:43 Modified files: x11 : Makefile Added files: x11/polkit-qt : Makefile distinfo x11/polkit-qt/patches: patch-PolkitQt-1Config_cmake_in x11/polkit-qt/pkg: DESCR PFRAG.no-qt5 PFRAG.qt5 PLIST Removed files: x11/polkit-qt5 : Makefile distinfo x11/polkit-qt5/patches: patch-PolkitQt-1Config_cmake_in x11/polkit-qt5/pkg: DESCR PLIST Log message: Move polkit-qt5 into polkit-qt. Update to version 0.175.0. Provide a FLAVOR for qt5 (default is to build against qt6). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 02:35:06 Modified files: x11/lxqt/liblxqt: Makefile devel/kf5/kauth: Makefile x11/lxqt/policykit: Makefile Log message: x11/polkit-qt5 -> x11/polkit-qt,qt5 CVSROOT: /cvs Module name: src Changes by: caspar@cvs.openbsd.org 2023/11/08 02:51:13 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: pkg_add: sort flags in usage message OK espie@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 02:54:57 Modified files: sysutils/gitlab-cli: Makefile distinfo Log message: update to gitlab-cli 1.35.0 CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/11/08 03:08:06 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.9.2 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 03:46:09 Modified files: devel : Makefile graphics : Makefile sysutils : Makefile Log message: Add commented-out entries for wayland related ports. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 03:46:12 Modified files: security/xmlsec: Makefile distinfo security/xmlsec/patches: patch-tests_testrun_sh Log message: update to xmlsec 1.3.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/08 04:17:20 Modified files: usr.sbin/httpd : patterns.7 Log message: remove accidental double space CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/08 04:33:55 Modified files: games/naev : Makefile Log message: add missung BDEP reported by tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 04:35:56 Modified files: graphics : Makefile Log message: Add commented out entry for fcft, missed in previous CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/11/08 04:38:29 Modified files: devel/openmpi : Makefile distinfo devel/openmpi/patches: patch-configure Log message: Update openmpi to 4.1.6. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 04:42:23 Modified files: infrastructure/mk: arch-defines.mk Log message: Add riscv64 to APM_ARCHS riscv64 provides a machine/apmvar.h header needed by ports at build time. Like sparc64 it doesn't provide an apm(4) driver - yet. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/08 05:01:21 Modified files: sys/dev/pv : xbf.c Log message: Allow Xen to use backing store devices with 4K-byte sectors. Problem reported and much testing by Christian Kujau. Thanks! Roughly equivalent to bouyer@NetBSD changes prompted by Christian. ok mlarkin@ dlg@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 05:54:51 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: Fix README instructions PREFIX->TRUEPREFIX ok kn@ semarie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 06:29:00 Modified files: x11/lxqt/liblxqt: Makefile Log message: Oops, forgot one in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 06:55:32 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-454.0.0. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 07:03:11 Modified files: wayland/wlroots: Makefile distinfo wayland/wlroots/pkg: PLIST Log message: Update wlroots to current head. Still not linked to the build Warning: you need to pkg_delete the previous version to build this one. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 07:04:07 Modified files: wayland/sway : Makefile distinfo wayland/sway/pkg: PLIST Log message: Update sway to the current head. Still not linked to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 07:09:08 Added files: graphics/digikam/patches: patch-core_libs_metadataengine_CMakeLists_txt Log message: Tentative fix for exiv2>=0.28.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/08 08:09:42 Modified files: sysutils/upower: Makefile Added files: sysutils/upower/patches: patch-src_up-main_c Log message: sysutils/upower: unveil() required paths to tighten upowerd environment - needs /var/run/dbus rw to talk to systemwide dbus-daemon - needs /var/db/upower rwc to write history files - pledge() isn't possible due to the use of apm ioctl()s prompted by a diff from kn@, ok kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 08:30:55 Modified files: sysutils/upower/patches: patch-src_up-main_c Log message: update comment; OK landry CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 08:31:02 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.7.0 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/11/08 08:51:28 Modified files: lib/libc/thread: synch.h lib/librthread : synch.h Log message: libc, librthread: _twait: fully validate absolute timeout Use timespecisvalid(3) to check both bounds for tv_nsec. Link: https://marc.info/?l=openbsd-tech&m=169913314230496&w=2 ok miod@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 08:55:56 Modified files: misc/findutils : Makefile distinfo misc/findutils/pkg: PLIST Log message: update to findutils 4.9.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:02:42 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Split OAEP padding handling into a helper function This matches what is done for PKCS#1 1.5 and PSS. This function needs a lot of work still, but it's easier to do that without having to tiptoe around a lot of other garbage. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:05:18 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Some simple cosmetics in rsa_alg_set_oaep_padding() Rename rv into ret and split it on its own line, move labellen a bit down add some empty lines. To match style elsewhere. Most of this was requested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:07:59 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt() CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/08 09:08:51 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-components_optimization_guide_core_optimization_guide_util_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-sandbox_policy_features_cc Added files: www/chromium/patches: patch-sandbox_policy_features_h Log message: update to 119.0.6045.123 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 09:24:48 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Writer_cpp Log message: lld: keep on ignoring local symbols with empty names This avoids kernel size growth on riscv64 with lld-16. Fix courtesy of kettenis. Upstream decided to remove this hack because "Correct assemblers don't create such symbols": https://reviews.llvm.org/rG4ae1c2c6f1b3a0085a0fb0909005e62da156e051 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:42:18 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename os into astr in rsa_alg_set_oaep_padding() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 10:07:07 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: zap a stray space CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/11/08 10:10:22 Modified files: . : hackathons.html Added files: images/hackathons: h2k23-s.gif h2k23.gif Log message: h2k23 has started in coimbra CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 10:11:29 ports/wayland/libinput-openbsd/patches Update of /cvs/ports/wayland/libinput-openbsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv69530/patches Log Message: Directory /cvs/ports/wayland/libinput-openbsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 10:13:10 Modified files: wayland/libinput-openbsd: Makefile Added files: wayland/libinput-openbsd/patches: patch-src_wscons_c Log message: Fix the mouse button mapping for wsmouse libinput has the mouse buttons in order: left, right, middle while wsmouse hase left, middle, right. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 11:20:53 Log message: Import devel/sccache sccache is a ccache-like compiler caching tool. It is used as a compiler wrapper and avoids compilation when possible, storing cached results either on local disk or in one of several cloud storage backends. sccache includes support for caching the compilation of C/C++ code & Rust. With help from tb@, semarie@ and landry@ OK kn@ landry@ Status: Vendor Tag: caspar Release Tags: caspar_20231108 N ports/devel/sccache/Makefile N ports/devel/sccache/crates.inc N ports/devel/sccache/distinfo N ports/devel/sccache/pkg/DESCR N ports/devel/sccache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 11:24:23 Modified files: devel : Makefile Log message: +sccache CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:28:30 Log message: Import spidermonkey115-115.4.0. (really an update to spidermonkey102 which is going to the attic next). ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231108 N ports/devel/spidermonkey115/Makefile N ports/devel/spidermonkey115/distinfo N ports/devel/spidermonkey115/patches/patch-config_gcc_hidden_h N ports/devel/spidermonkey115/patches/patch-js_src_Makefile_in N ports/devel/spidermonkey115/patches/patch-js_src_build_moz_build N ports/devel/spidermonkey115/patches/patch-js_src_jit_ExecutableAllocator_h N ports/devel/spidermonkey115/patches/patch-js_src_jit_ProcessExecutableMemory_h N ports/devel/spidermonkey115/patches/patch-js_src_old-configure_in N ports/devel/spidermonkey115/patches/patch-modules_fdlibm_src_math_private_h N ports/devel/spidermonkey115/patches/patch-moz_configure N ports/devel/spidermonkey115/patches/patch-third_party_rust_cc_src_lib_rs N ports/devel/spidermonkey115/patches/patch-js_src_wasm_WasmSignalHandlers_cpp N ports/devel/spidermonkey115/pkg/DESCR N ports/devel/spidermonkey115/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:30:02 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/spidermonkey102: Makefile distinfo devel/spidermonkey102/patches: patch-config_gcc_hidden_h patch-js_src_Makefile_in patch-js_src_build_moz_build patch-js_src_jit_ExecutableAllocator_h patch-js_src_jit_ProcessExecutableMemory_h patch-js_src_old-configure_in patch-js_src_wasm_WasmSignalHandlers_cpp patch-modules_fdlibm_src_math_private_h patch-moz_configure patch-third_party_rust_cc_src_lib_rs devel/spidermonkey102/pkg: DESCR PLIST Log message: Move from spidermonkey102 to spidermonkey115. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:30:17 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-meson_build Log message: Update to gjs-1.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:33:10 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:43:09 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.51.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:49:09 Modified files: x11/gnome/tour : Makefile distinfo Log message: Update to gnome-tour-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:49:29 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-45.0. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2023/11/08 11:59:01 Modified files: sys/arch/i386/include: param.h Log message: Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 12:14:43 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Prepare further fixes of X509_ALGOR_set0() misuse In rsa_alg_set_oaep_padding() rename los to ostr for consistency with astr, make it have function scope, free ostr in the error path and assume X509_ALGOR_set0() success. ok jca CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 12:15:25 Log message: Import tecla-45.0 Tecla is a keyboard layout viewer. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231108 N ports/x11/gnome/tecla/Makefile N ports/x11/gnome/tecla/distinfo N ports/x11/gnome/tecla/pkg/DESCR N ports/x11/gnome/tecla/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 12:15:45 Modified files: x11/gnome : Makefile Log message: +tecla CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/08 12:19:10 Modified files: usr.sbin/httpd : httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 12:30:38 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: More minor cleanup in rsa_alg_set_oaep_padding() Test and assign one more instance replace a useless comment by an empty line. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:43:29 Modified files: usr.sbin/snmpd : mib.h Log message: Hook up snmpTargetMIB to MIB_TREE. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:46:28 Modified files: usr.sbin/snmpd : application.c application.h application_internal.c Log message: export SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUnknownContexts} via application_internal. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:50:24 Modified files: usr.sbin/snmpd : snmpe.c Log message: On second thought let's not overwrite sm_pdutype with a hardcoded value after just setting it, it's a silly idea. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:54:52 Modified files: usr.sbin/snmpd : application.c Log message: Don't use aru_pdu for determining the requesttype. It's owned by snmp_message and getting rid of it is also needed for appl_report() to gather its own information. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:59:46 Modified files: usr.sbin/snmpd : application.c Log message: Don't rely on aru_pdu to rebuild the original varbindlist on error. Now that we have avi_origid it's not needed anymore and aru_pdu needs to go. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:02:52 Modified files: usr.sbin/snmpd : application.c smi.h Log message: Let appl_report() collect its own metrics. This simplifies the interface and gives us a free report-pdu log line in debug mode. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:07:14 Modified files: usr.sbin/snmpd : application.c application.h snmpe.c usm.c Log message: Let usm_make_report() utilize appl_report(). usm_make_report utilized mps_getstr(), which after moving the SNMPv2-SMI::snmpV2 into application_internal returned a noSuchObject. This doesn't seem to have broken any tools that I'm aware of, but this returns the correct result. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:09:18 Modified files: usr.sbin/snmpd : usm.c Log message: Don't do the time window check if we're noAuthNoPriv. It's only needed if we're authenticating according to RFC3414 section 2.3. OK tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/08 16:27:22 Modified files: textproc/py-black: Makefile Log message: add missing RDEPs on typing_extensions and packaging The former reported by Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/11/08 19:39:44 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-auto_def Log message: Update fossil to 2.23. Release notes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_23 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:08:17 Modified files: sys/dev/pci/drm/ttm: ttm_device.c Log message: drm/ttm: Reorder sys manager cleanup step From Karolina Stolarek 6a87b333ba4784ba23c1e74693f5c1b0268ac137 in linux-6.1.y/6.1.62 3b401e30c249849d803de6c332dad2a595a58658 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:10:19 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ctx.c Log message: drm/amdgpu: Unset context priority is now invalid From Luben Tuikov cafa191b27dd3c6199529f36a6dfddb707c240c0 in linux-6.1.y/6.1.62 eab0261967aeab528db4d0a51806df8209aec179 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:14:14 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ctx.c sys/dev/pci/drm/include/drm: gpu_scheduler.h Log message: gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET From Luben Tuikov 9f9b2ec53aca630783493a2ccc3bab0794052133 in linux-6.1.y/6.1.62 fa8391ad68c16716e2c06ada397e99ceed2fb647 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:16:47 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_dma_buf.c Log message: drm/amdgpu: Reserve fences for VM update From Felix Kuehling ff86d69b2e5004ec256a9301990acdaa282a777c in linux-6.1.y/6.1.62 316baf09d355aec1179981b6dfe28eba50c5ee5b in mainline linux CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 01:20:10 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 01:29:53 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding() Replace X509_ALGOR_set0() with X509_ALGOR_set0_by_nid(). This way there is no missing error checking for OBJ_nid2obj() and no nested functions. Slightly more importantly, this plugs two long standing potential leaks in this function (or previously rsa_cms_encrypt()) due to missing error checking: in the unlikely event that X509_ALGOR_set0() failed, astr/ostr would leak. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:32 Modified files: devel/py-pep517: Makefile distinfo Removed files: devel/py-pep517/patches: patch-pytest_ini Log message: update to py3-pep517-0.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:36 Modified files: devel/go-tools : Makefile distinfo modules.inc Log message: update to go-tools-0.15.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:41 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.19.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:45 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:52 Modified files: textproc/py-black: Makefile distinfo textproc/py-black/pkg: PLIST Log message: update to py3-black-23.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:48:50 Modified files: net/go-ipfs : Makefile distinfo modules.inc net/go-ipfs/pkg: PLIST README ipfs.rc Log message: update to kubo-0.24.0, unbreaking build (previously disabled due to quic-go incompatibility with go 1.20) replace bogus use of VARBASE with LOCALSTATEDIR add @conflict missed previously when renaming from go-ips has some syscall() usage, seems to at least be in: github.com/elastic/gosigar (sysctl) github.com/go-kit/log (ioctl) github.com/marten-seemann/tcp (getsockopt, setsockopt, ioctl) CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/11/09 01:53:20 Modified files: sys/net : if_pflow.c Log message: Remove delayed timeout(9) initialization. timeout_set*() only assign members of passed timeout structure, this delayed initialization provides nothing but makes code weird. ok kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/09 02:04:05 Added files: graphics/openscenegraph/patches: patch-CMakeModules_FindAsio_cmake Log message: graphics/openscenegraph: unbreak build with installed devel/asio The RestHttp Plugin was written against an old version of asio and it is activated by CMake if it finds the asio headers and then breaks due to API changes. Fix from upstream [1]. maintainer timeout [1]: https://github.com/openscenegraph/OpenSceneGraph/commit/21f5a0adfb57dc4c28b696e93beface45de28194 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 02:12:11 Modified files: sysutils/binwalk: Makefile distinfo Added files: sysutils/binwalk/patches: patch-setup_py Log message: - update to binwalk-2.3.4 - addresses CVE-2022-4510 (path traversal when parsing PFS files) from Mikhail CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/09 02:13:32 Modified files: lib/libc/sys : futex.2 Log message: missing full stop CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:18:23 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-meson_build patch-panels_common_meson_build patch-panels_info-overview_meson_build patch-panels_meson_build patch-panels_user-accounts_cc-user-panel_c patch-shell_cc-panel-loader_c patch-shell_meson_build x11/gnome/control-center/pkg: PLIST Added files: x11/gnome/control-center/patches: patch-panels_info-overview_cc-system-details-window_c Removed files: x11/gnome/control-center/patches: patch-panels_info-overview_cc-info-overview-panel_c Log message: Update to gnome-control-center-45.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 02:22:07 Modified files: www/libsass : Makefile Log message: fix HOMEPAGE; from volker@ drop maintainer while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:27:53 Modified files: graphics/digikam/patches: patch-core_libs_metadataengine_CMakeLists_txt Added files: graphics/digikam/patches: patch-core_CMakeLists_txt patch-core_app_DigikamCoreTarget_cmake patch-core_cmake_rules_RulesLibExiv2_cmake Log message: Hopefully really fix compile with Exiv2-0.28.1; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:36:51 Modified files: x11/kde-plasma/polkit-kde-agent-1: Makefile Log message: x11/polkit-qt5 -> x11/polkit-qt,qt5 Missed because it's not hooked to the build so doesn't appears in sqlports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:58:58 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:00:58 Modified files: x11/gnome/characters: Makefile distinfo Log message: Update to gnome-characters-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:11:50 Modified files: x11/gnome/font-viewer: Makefile distinfo Log message: Update to gnome-font-viewer-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:13:34 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:15:45 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.35.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:37:35 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:39:37 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: update to nautilus-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:51:20 Modified files: x11/gnome/clocks: Makefile distinfo Log message: Update to gnome-clocks-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:54:04 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Removed files: graphics/evince/patches: patch-meson_build Log message: Update to evince-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:55:27 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:01:47 Modified files: x11/gnome/polari: Makefile distinfo x11/gnome/polari/pkg: PLIST Log message: Update to polari-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:26:46 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Update to sushi-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:28:13 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-45.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 04:36:39 Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Convert asn1_item_sign() to X509_ALGOR_set0_by_nid() ok jca CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 04:39:13 Modified files: lib/libcrypto/ec: ecx_methods.c Log message: Convert ecx_item_sign() to X509_ALGOR_set0_by_nid() ok jca CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:46:54 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_ui_status_keyboard_js Log message: keyboard: Spawn "tecla" to show keyboard map; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:47:36 Modified files: x11/gnome : Makefile Removed files: x11/gnome/libgnomekbd: Makefile distinfo x11/gnome/libgnomekbd/pkg: DESCR PLIST Log message: Remove x11/gnome/libgnomekbd; nothing uses it anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:48:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of libgnomekbd. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 05:03:45 Modified files: devel/afl++ : Makefile distinfo devel/afl++/patches: patch-GNUmakefile patch-instrumentation_afl-compiler-rt_o_c patch-utils_aflpp_driver_aflpp_driver_c Log message: - update to afl++-4.08c CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/09 05:26:09 Modified files: usr.sbin/vmctl : vmctl.c Log message: vmctl(8): avoid abort when given an invalid "kernel" file. The vmctl `start` command allows the user to pass an optional "kernel" file (either a ramdisk kernel or a SeaBIOS image). This file is opened by vmctl and the descriptor passed via imsg. If the file provided isn't a regular file, the attempt to send the start message to vmd(8)'s control socket will fail and results in a the vmctl process aborting. Check the file type after open and fail gracefully if not a regular file. reported by and ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:32:16 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.1 -> 1.15.2 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:34:43 Modified files: sysutils/ansible-core: Makefile distinfo sysutils/ansible-core/patches: patch-test_units_utils_test_encrypt_py sysutils/ansible-core/pkg: PLIST Log message: Update ansible-core 2.15.5 -> 2.16.0 Changelog: https://github.com/ansible/ansible/blob/stable-2.16/changelogs/CHANGELOG-v2.16.rst#v2-16-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:38:09 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Added files: sysutils/ansible/patches: patch-ansible_collections_netapp_ontap_plugins_modules_na_ontap_s3_users_py Log message: Update ansible 8.5.0 -> 8.6.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-6-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:40:42 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 9.1.1 -> 9.1.2 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 05:47:05 Modified files: sbin/mount : mount.8 sbin/mount_nfs : mount_nfs.8 Log message: link to showmount(8); OK deraadt CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/11/09 05:48:33 Modified files: lang/go : Makefile lang/go/patches: patch-src_internal_platform_supported_go patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_mips64_go patch-src_syscall_zsyscall_openbsd_mips64_s patch-src_syscall_zsyscall_openbsd_riscv64_go patch-src_syscall_zsyscall_openbsd_riscv64_s lang/go/pkg : PLIST Added files: lang/go/patches: patch-src_cmd_dist_test_go patch-src_internal_syscall_unix_ioctl_bsd_go patch-src_internal_syscall_unix_ioctl_linux_go patch-src_os_signal_signal_cgo_test_go patch-src_syscall_bpf_bsd_go patch-src_syscall_bpf_darwin_go patch-src_syscall_export_bsd_test_go patch-src_syscall_export_darwin_test_go patch-src_syscall_export_linux_test_go patch-src_syscall_export_unix_test_go patch-src_syscall_flock_bsd_go patch-src_syscall_flock_darwin_go patch-src_syscall_flock_go patch-src_syscall_flock_linux_go patch-src_syscall_mksyscall_pl patch-src_syscall_syscall_bsd_go patch-src_syscall_syscall_darwin_go patch-src_syscall_syscall_openbsd_go patch-src_syscall_zsyscall_darwin_amd64_go patch-src_syscall_zsyscall_darwin_amd64_s patch-src_syscall_zsyscall_darwin_arm64_go patch-src_syscall_zsyscall_darwin_arm64_s patch-src_syscall_zsyscall_dragonfly_amd64_go patch-src_syscall_zsyscall_freebsd_386_go patch-src_syscall_zsyscall_freebsd_amd64_go patch-src_syscall_zsyscall_freebsd_arm64_go patch-src_syscall_zsyscall_freebsd_arm_go patch-src_syscall_zsyscall_freebsd_riscv64_go patch-src_syscall_zsyscall_netbsd_386_go patch-src_syscall_zsyscall_netbsd_amd64_go patch-src_syscall_zsyscall_netbsd_arm64_go patch-src_syscall_zsyscall_netbsd_arm_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_amd64_go patch-src_syscall_zsyscall_openbsd_amd64_s patch-src_syscall_zsyscall_openbsd_arm64_go patch-src_syscall_zsyscall_openbsd_arm64_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s Log message: Remove remaining indirect syscall usage in lang/go. This removes the few remaining uses of indirect syscalls in Go's syscall package, as well as those remaining in os/signal and syscall tests. Unfortunately, this also means disabling the race detector on openbsd/amd64 since the race detector contains references to libc's syscall symbol. This cannot currently be regenerated/updated, since LLVM TSAN went and removed support for OpenBSD without discussing it with anyone. Thanks to tb@ for testing this on amd64 and arm64 machines that do not have indirect syscall support. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 05:55:01 Modified files: x11/gnome : Makefile.inc x11/gnome/librsvg: Makefile distinfo Log message: Set MODCARGO_DIST_SUBDIR to use the main cargo subdir. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 06:05:30 Modified files: databases/xapian-core: Makefile distinfo databases/xapian-core/pkg: PLIST databases/xapian-bindings: Makefile distinfo databases/xapian-bindings/patches: patch-configure_ac www/xapian-omega: Makefile distinfo Removed files: databases/xapian-bindings/patches: patch-perl_Makefile_in patch-python3_Makefile_in Log message: update xapian-* ports to 1.4.24 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 06:47:28 Modified files: sbin/mount_nfs : mount_nfs.8 Log message: sort .xr after previous; from jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 06:51:34 Modified files: wayland/libinput-openbsd: Makefile Log message: Add gtk+4 to the list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 06:53:45 Modified files: wayland/libinput-openbsd: Makefile Log message: Add gtk+3 as well. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/09 07:07:18 Modified files: sys/dev : bio.c Log message: get rid of the ioctl whitelist that bio will tunnel for other devs. this will allow bio(4) to be used with other (non raid) related devices. ok krw@ kn@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:10:46 Log message: import www/libwpe, a general-purpose library for the WPE-flavored port of WebK. ok aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231109 N ports/www/libwpe/distinfo N ports/www/libwpe/Makefile N ports/www/libwpe/pkg/DESCR N ports/www/libwpe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/09 07:13:35 ports/sysutils/ttyplot/patches Update of /cvs/ports/sysutils/ttyplot/patches In directory cvs.openbsd.org:/tmp/cvs-serv85437/patches Log Message: Directory /cvs/ports/sysutils/ttyplot/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:14:02 Log message: import www/WPEBackend-fdo a WPE Backend for Wayland. ok aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231109 N ports/www/WPEBackend-fdo/distinfo N ports/www/WPEBackend-fdo/Makefile N ports/www/WPEBackend-fdo/pkg/DESCR N ports/www/WPEBackend-fdo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/09 07:14:35 Modified files: sysutils/ttyplot: Makefile distinfo Added files: sysutils/ttyplot/patches: patch-Makefile Log message: Update ttyplot to 1.5. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:16:53 Modified files: www : Makefile Log message: link libwpe and WPEBackend-fdo to the build. ok aja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/09 07:21:08 Modified files: print/cups : Makefile print/cups/patches: patch-scheduler_auth_c Log message: add support for the BSD Authentication system so that we can honor all the settings instead of just comparing passwords from the pwd db ok aja@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 07:26:34 Modified files: sys/arch/sparc64/include: boot_flag.h sys/arch/sparc64/sparc64: autoconf.c sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: Finish clean up of old 6.7 softraid migration code All combos of no/CRYPTO softraid, old/new ofwboot, old/new kernel do boot. OK stsp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 07:35:18 Modified files: games/chiaki : Makefile Log message: games/chiaki: pass -DCHIAKI_ENABLE_SETSU=no to cmake otherwise, it tries to detect libudev/libevdev and finds them if installed. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 07:35:19 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: More fixes for the readme notes on using ports-llvm in mk.conf Tell people to use the path to the wrapper scripts in /usr/local/bin, instead of directly using executables /usr/local/llvmXX/bin. Those depend on libLLVM-XX.so, which isn't in the default library path, something the wrapper scripts work around by setting LD_LIBRARY_PATH. ok kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:37:34 Log message: Import libpeas2-2.0.0 libpeas-2 is a GObject-based plugins engine, and is targeted at giving every application the chance to assume its own extensibility. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231109 N ports/devel/libpeas2/Makefile N ports/devel/libpeas2/distinfo N ports/devel/libpeas2/pkg/DESCR N ports/devel/libpeas2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:37:55 Modified files: devel : Makefile Log message: +libpeas2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:54:12 Log message: Rename wpebackend-fdo; no pkgpath or anything as this just got imported. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20230911 N ports/www/wpebackend-fdo/Makefile N ports/www/wpebackend-fdo/distinfo N ports/www/wpebackend-fdo/pkg/DESCR N ports/www/wpebackend-fdo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:55:18 Modified files: www : Makefile Removed files: www/WPEBackend-fdo: Makefile distinfo www/WPEBackend-fdo/pkg: DESCR PLIST Log message: WPEBackend-fdo -> wpebackend-fdo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 08:01:29 Modified files: www/wpebackend-fdo: Makefile distinfo www/wpebackend-fdo/pkg: DESCR www/libwpe : Makefile distinfo Log message: Take MAINTAINER and use official tarballs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:15:05 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_modules_meson_build Log message: audio/pulseaudio: disable libinput detection otherwise module-mmkbd-evdev.so is built ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:16:32 Modified files: wayland/libinput-openbsd: Makefile Log message: wayland/libinput-openbsd: add pulseaudio to the comment CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 08:43:28 Modified files: usr.bin/kdump : kdump.1 kdump.c Log message: Add [-P progam] to filter dumps by basename [-p pid] requires knowing the PIDs beforehand, sieving through big dumps by argv[0] strings is more ergonomic. OK deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 08:47:47 Modified files: meta/gnome : Makefile Log message: Sync what we can with gnome-build-meta. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:56:47 Modified files: multimedia/dvdstyler: Makefile Added files: multimedia/dvdstyler/patches: patch-configure Log message: multimedia/dvdstyler: make sure libudev isnt detected reminded by/on behalf of rsadowski@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:57:43 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: add commented list of ports in which detection is disabled from rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:17:57 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: update to py-elftools-0.30 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:19:03 Modified files: devel/afl++ : Makefile Added files: devel/afl++/patches: patch-afl-cmin Log message: add missing RDEP for afl-cmin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:22:40 Modified files: sysutils/py-croniter: Makefile sysutils/py-ghmi: Makefile textproc/py-natsort: Makefile textproc/py-dicttoxml: Makefile graphics/orthanc: Makefile.inc graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile security/tls-attacker: Makefile Log message: drop MAINTAINER and bump CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 09:22:51 Modified files: devel/log4cpp : Makefile distinfo Log message: Update to log4cpp-1.1.4 to unbreak build with llvm-16 llvm-16 removed support for std::auto_ptr (is was previously deprecated). This updated version of log4cpp now detects whether std::unique_ptr is usable and falls back to std::auto_ptr if it isn't. Since this changes the names of a bunch of mangled C++ symbols, bump the shared lib version. log4cpp build-tested on sparc64, log4cpp and consumers build-tested on amd64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:26:08 Modified files: devel/py-r2pipe: Makefile distinfo Log message: - update to r2pipe-1.8.2 - tweak HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:36:24 Modified files: security/ROPgadget: Makefile distinfo Log message: - update to ROPgadget-7.4 - unset HOMEPAGE so it ends up pointing to the Github repo CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/09 09:51:37 Modified files: textproc/riff : Makefile crates.inc distinfo Log message: update textproc/riff to 2.27.0 ok volker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:04:29 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-meson_build patch-spa_tests_stress-ringbuffer_c patch-src_modules_module-netjack2-manager_c patch-src_modules_module-pipe-tunnel_c patch-src_modules_module-protocol-native_c patch-src_modules_module-rt_c patch-src_pipewire_conf_c patch-src_pipewire_mem_c patch-src_pipewire_pipewire_c multimedia/pipewire/pipewire/pkg: PLIST Added files: multimedia/pipewire/pipewire/patches: patch-spa_plugins_support_node-driver_c patch-src_modules_module-protocol-pulse_message-handler_c patch-src_pipewire_impl-node_c Log message: Update to pipewire-0.3.84. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:07:17 Modified files: mail/opensmtpd-filters/spamassassin: Makefile Added files: mail/opensmtpd-filters/spamassassin/patches: patch-filter-spamassassin_go Log message: make filter-spamassassin handle filter-protocol version 0.7 Since it doesn't use link-auth (it's the only thing changed between 0.6 and 0.7) it's a no-op in practice, but makes it work again. Issue reported by Harald Dunkel, thanks! OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:08:11 Modified files: mail/opensmtpd-filters/spamassassin: Tag: OPENBSD_7_4 Makefile Added files: mail/opensmtpd-filters/spamassassin/patches: Tag: OPENBSD_7_4 patch-filter-spamassassin_go Log message: MFC: make filter-spamassassin handle filter-protocol version 0.7 Since it doesn't use link-auth (it's the only thing changed between 0.6 and 0.7) it's a no-op in practice, but makes it work again. Issue reported by Harald Dunkel, thanks! OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:12:31 Modified files: www/opensearch-dashboards: Makefile www/opensearch-dashboards/pkg: opensearch_dashboards.rc Log message: www/opensearch-dashboards: fix pexp reported by Alexander Klimov for -stable, since a few releases the pexp of the daemon seem to have changed. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:13:10 Modified files: www/opensearch-dashboards: Tag: OPENBSD_7_4 Makefile www/opensearch-dashboards/pkg: Tag: OPENBSD_7_4 opensearch_dashboards.rc Log message: MFC: www/opensearch-dashboards: fix pexp reported by Alexander Klimov for -stable, since a few releases the pexp of the daemon seem to have changed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:17:43 Modified files: multimedia : Makefile Log message: Enable pipewire; nothing should pick it up yet, it's explictely disabled in all (most?) ports that could use it. Still pretty stripped down, obviously no support for sndio. ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 10:26:18 Modified files: sysutils/squashfs-tools: Makefile distinfo sysutils/squashfs-tools/patches: patch-squashfs-tools_unsquashfs_c Added files: sysutils/squashfs-tools/patches: patch-squashfs-tools_signals_h Removed files: sysutils/squashfs-tools/patches: patch-squashfs-tools_action_c patch-squashfs-tools_info_c patch-squashfs-tools_mksquashfs_c patch-squashfs-tools_unsquashfs_info_c Log message: - update to squashfs-tools-4.6.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 10:27:47 Modified files: wayland : Makefile Log message: wayland: link havoc to the build, all its dependencies are linked discussed with/ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 10:29:54 Modified files: wayland/wev : Makefile Log message: wayland/wev: add missing BDEP on wayland/libinput-openbsd wev.c includes linux/input-event-codes.h CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 10:33:31 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_include_clang_Basic_DiagnosticSemaKinds_td Log message: Also downgrade -Wregister from a hard error in C++17 to a mere warning Avoids lots of build failures in ports with llvm-16. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 10:34:03 Modified files: editors/kakoune: Makefile distinfo editors/kakoune/pkg: PLIST Log message: update to kakoune 2023.08.05, from Berthault Justin ( justin ! berthault AT zaclys ! net ) with minor modification by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 10:40:22 Modified files: databases/xapian-bindings: Makefile Log message: don't rundep on sphinx CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:57:53 Modified files: x11/gtk+4 : Makefile Log message: Tests can use multimedia/pipewire/pipewire. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 11:00:07 Modified files: multimedia/pipewire: Makefile.inc multimedia/pipewire/pipewire: Makefile Log message: Add multimedia/pipewire to CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 11:00:54 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.19.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 11:19:00 Modified files: usr.bin/ftp : main.c Log message: -C/resume without "proc exec" ftp(1) has "proc exec" to run sh(1) on interactive ! commands and filenames starting with "|"; this is orthogonal to continuing transfers using the existing file size as offsets. There seems to be no case where a) the argument is an URL, i.e. we pledge, and b) a shell is spawned somehow, so avoid these promises when resuming. bsd.port.mk(5) FETCH_CMD uses -C by default. OK millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 11:22:10 Modified files: security/boofuzz: Makefile distinfo security/boofuzz/pkg: PLIST Log message: update to boofuzz-0.4.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/09 11:36:19 Modified files: sbin/pflogd : pflogd.c Log message: avoid restartable syscalls with siginterrupt() against all our handlers. pflogd uses blocking bpf reads, but installs a bunch of signal handlers to handle cleanly closing and (re)opening the log file. signal() by default sets the handlers up so they're restartable. this has the effect that when pflogd receives a signal while waiting in bpfread, the signal handler runs and sets a flag saying the file should be rotated or closed or whatever, but then the kernel restarts the read. when pflogd used a bpf read timeout, pflogd would run it's "event" loop every time the read timeout expired. this meant even though the bpf read was restarted, by having the read timeout expire every 500ms the flag the signal handlers set would be processed in a relatively short period of time. after moving bpf to a wait timeout, pflogd basically has to wait for a packet to be captured before the bpf read will return. if you're trying to kill pflogd on an idle firewall then you're basically stuck. making the signal handlers not restartable allows bpfread to fail with EINTR so pflogd can go around it's even loop and exit as expected. reported by Mikhail on bugs@ ok claudio@ pflogd needs a rewrite though. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 11:54:15 Modified files: bin/pax : ar_io.c pax.c Log message: Tighten pledge in List and Append mode: Drop "wpath cpath fattr dpath" in read-only: - cpio -i -t < test.tar - pax < test.tar - tar -t -f test.tar Drop "cpath fattr dpath" in read-write: - echo foo | cpio -o -A -H ustar -O test.tar - tar -r -f test.tar foo - pax -w -a -f test.tar foo Other modes remain unchanged and thus can create or modify files. Feedback OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 12:00:40 Modified files: multimedia/pipewire/helvum: Makefile crates.inc distinfo Added files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_lib_rs patch-modcargo-crates_pipewire-sys-0_7_2_build_rs patch-modcargo-crates_pipewire-sys-0_7_2_src_lib_rs Removed files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_libspa-0_7_0_src_utils_mod_rs patch-modcargo-crates_pipewire-0_7_0_src_lib_rs patch-modcargo-crates_pipewire-sys-0_7_0_build_rs patch-modcargo-crates_pipewire-sys-0_7_0_src_lib_rs Log message: Update to helvum-0.5.1. Still broken because of missing eventfd. libepoll-shim does not work as-is, some rust bits seem to be missing. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 12:00:53 Modified files: lib/libcrypto/pkcs7: pk7_lib.c Log message: Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid() This is a straightforward conversion because I'm not going to start a cleanup here. Explain why this is not using X509_ALGOR_set_md(). See below. ok jca Let me include a beautiful note from RFC 5754 in its entirety: NOTE: There are two possible encodings for the AlgorithmIdentifier parameters field associated with these object identifiers. The two alternatives arise from the loss of the OPTIONAL associated with the algorithm identifier parameters when the 1988 syntax for AlgorithmIdentifier was translated into the 1997 syntax. Later, the OPTIONAL was recovered via a defect report, but by then many people thought that algorithm parameters were mandatory. Because of this history, some implementations encode parameters as a NULL element while others omit them entirely. The correct encoding is to omit the parameters field; however, when some uses of these algorithms were defined, it was done using the NULL parameters rather than absent parameters. For example, PKCS#1 [RFC3447] requires that the padding used for RSA signatures (EMSA-PKCS1-v1_5) MUST use SHA2 AlgorithmIdentifiers with NULL parameters (to clarify, the requirement "MUST generate SHA2 AlgorithmIdentifiers with absent parameters" in the previous paragraph does not apply to this padding). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 12:02:12 Removed files: x11/qt6/qtwebengine: configure Log message: Remove bogus. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 12:03:36 Modified files: devel/py-cstruct: Makefile distinfo devel/py-cstruct/pkg: PLIST Log message: update to cstruct-5.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 12:08:07 Modified files: lib/libcrypto/pkcs7: pk7_lib.c Log message: Forgot to fix the RFC number in the new comment CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/09 13:04:23 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15p2; fixes a bug on terminals with parity enabled. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 13:18:14 ports/audio/faudio/patches Update of /cvs/ports/audio/faudio/patches In directory cvs.openbsd.org:/tmp/cvs-serv85414/patches Log Message: Directory /cvs/ports/audio/faudio/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 13:20:33 Modified files: audio/faudio : Makefile distinfo games/fna : Makefile distinfo graphics/fna3d : Makefile distinfo Added files: audio/faudio/patches: patch-src_qoa_decoder_h Log message: update FNA ports to 23.11 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:25:59 ports/x11/kde-applications/krfb/patches Update of /cvs/ports/x11/kde-applications/krfb/patches In directory cvs.openbsd.org:/tmp/cvs-serv19877/patches Log Message: Directory /cvs/ports/x11/kde-applications/krfb/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:26:59 Added files: x11/kde-applications/kdenlive/patches: patch-src_CMakeLists_txt x11/kde-applications/krfb/patches: patch-CMakeLists_txt Log message: Stop trying to find libinput CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:28:32 Modified files: wayland/libinput-openbsd: Makefile Log message: add kdenlive krfb as comment CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/09 14:45:18 Modified files: sys/netinet : if_ether.c Log message: Run arp timeout without kernel lock. Since cheloha@ has implemented timeout processes that do not grab the kernel lock, start using TIMEOUT_MPSAFE for arptimer(). OK kn@ mvs@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 15:12:04 Modified files: net/openvpn : Makefile distinfo Log message: SECURITY update to openvpn-2.6.7 Fixes for CVE-2023-46849 and CVE-2023-46850, among other bug fixes and changes. Full changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 15:12:50 Modified files: net/openvpn : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to openvpn-2.6.7 Fixes for CVE-2023-46849 and CVE-2023-46850, among other bug fixes and changes. Full changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 16:07:11 Modified files: lang/ruby : Makefile.inc Log message: llvm16: preemptively disable the use of -Wl,--compress-debug-sections=zlib This flag will be supported by lld-16. When dwz encounters a file with already compressed sections, it errors out. Just disable the ruby specific use of that feature and keep on relying on dwz like other ports. ok jeremy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 16:13:40 Added files: devel/appstream/patches: patch-compose_asc-globals_c Log message: Avoid trivial compile error (lack of prototype) with llvm-16 ok ajacoutot@ (maintainer) kn@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/09 17:26:00 Modified files: lib/libc/sys : mount.2 sbin/mount : mount.8 Log message: MNT_SOFTDEP and mount -o softdep no longer have any effect OK kn@ jmc@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/09 20:59:40 Modified files: lib/mesa : meson.build Log message: meson: use llvm-config instead of cmake to fix linking errors with meson 1.2.1 From Marek Olsak d11900d5e76922790de90ebfb89f918673759a88 in mainline Mesa CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 23:14:05 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.8.1 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/09 23:15:50 Modified files: regress/usr.bin/nc: Makefile Log message: Make further use of netcat server close barrier in regress to reduce flakiness. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/10 01:03:02 Modified files: sbin/iked : ikev2.c policy.c Log message: Always prefer group from initial KE payload as responder if supported. from markus@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/10 01:46:20 Modified files: sysutils/ansible: Makefile distinfo Removed files: sysutils/ansible/patches: patch-ansible_collections_netapp_ontap_plugins_modules_na_ontap_s3_users_py Log message: Update ansible 8.6.0 -> 8.6.1 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-6-1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:53:26 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2023.11.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:57:57 Modified files: sysutils/py-ghmi: Makefile distinfo sysutils/py-ghmi/pkg: PLIST Log message: update to py3-ghmi-1.5.64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:58:03 Modified files: devel/py-wrapt : Makefile distinfo devel/py-wrapt/pkg: PLIST Log message: update to py3-wrapt-1.16.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 02:07:03 Modified files: sysutils/openbsdisks2: Makefile Added files: sysutils/openbsdisks2/patches: patch-src_main_cpp Log message: Use unveil(2) to limit execution to mount_*(8) and umount(8) Uncovered hw.disknames sysctl(2) and cd(4) ioctl(2) prevents pledge(2) usage. Input semarie OK rsadowski CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/10 02:17:02 Modified files: bin/ps : ps.1 ps.c Log message: accept numerical user IDs Turn [-U username] into [-U user] to match top(1)/pgrep(1)/fstat(1) -U/-u taking both "root" and "0". Feedback OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 02:43:43 Modified files: x11/gnome/control-center: Makefile Log message: tecla needs to be a BDEP as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 02:52:22 Modified files: sysutils/py-filelock: Makefile distinfo Log message: update to py3-filelock-3.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 02:52:30 Modified files: devel/py-pbr : Makefile distinfo devel/py-pbr/pkg: DESCR PLIST Log message: update to py3-pbr-6.0.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/10 02:59:14 Modified files: mail/mu : Makefile distinfo mail/mu/pkg : PLIST Log message: Update mu to version 1.10.8 Port changes: - switched to dist_tuple - homepage goes to https directly - plist had info instead of @info Software changes: - guile: fix module installation path - infodir: allow passing absolute path - mu4e-view: assign gnus-article-buffer (helps with some external programs) - mu4e: fix completion with non-quick keys (when using completion frameworks) With hints from op@ OK op CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:04:09 Modified files: meta/gnome : Makefile Log message: Remove x11/gnome/gedit, x11/gnome/screenshot and x11/gnome/terminal from the -extras subpackage; alternative are already provided in -main. The packages still exist though, so people can add them if the want. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:32 Modified files: sysutils/py-croniter: Makefile distinfo sysutils/py-croniter/pkg: PLIST Log message: update to py3-croniter-2.0.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:04:41 Modified files: sysutils/rset : Makefile distinfo Removed files: sysutils/rset/patches: patch-input_c Log message: update sysutils/rset to 2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:44 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to py3-natsort-8.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:47 Modified files: textproc/py-dicttoxml: Makefile distinfo Log message: update to py3-dicttoxml-1.7.16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:10:12 Modified files: www/libwpe : Makefile distinfo Log message: Update to libwpe-1.15.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:12:48 Modified files: x11/gnome/libcloudproviders: Makefile distinfo Log message: Update to libcloudproviders-0.3.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:15:58 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.1. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:17:32 Modified files: archivers/unarr: Makefile distinfo Log message: update archivers/unarr to 1.1.1 fixes a heap corruption caused by unsigned integer underflow in rar rgb and e8 filters. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:17:33 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.2. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:18:13 Modified files: archivers/unarr: Tag: OPENBSD_7_4 Makefile distinfo Log message: MFC update archivers/unarr to 1.1.1 fixes a heap corruption caused by unsigned integer underflow in rar rgb and e8 filters. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:27:22 Modified files: sysutils : Makefile Log message: sysutils: add commented out libudev-openbsd SUBDIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:29:17 Modified files: devel/libpeas : Makefile Log message: Set PORTROACH to ignore libpeas2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:40:46 Modified files: textproc/hotdoc: Makefile distinfo Log message: Update to hotdoc-0.16. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:57:37 Log message: Import devel/p5-File-FcntlLock 0.22 File::FcntlLock is a module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perls flock() function is based per default. From MAINTAINER Renaud Allard ok bluhm@ Status: Vendor Tag: rallard Release Tags: landry_20231110 N ports/devel/p5-File-FcntlLock/Makefile N ports/devel/p5-File-FcntlLock/distinfo N ports/devel/p5-File-FcntlLock/pkg/DESCR N ports/devel/p5-File-FcntlLock/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:58:13 Modified files: devel : Makefile Log message: +p5-File-FcntlLock CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2023/11/10 04:03:50 Modified files: . : plus.html Log message: plus.html: fix release number From Özgür Kazancci, teşekkürler CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/10 04:17:58 Modified files: net/lagrange : Makefile distinfo Log message: Update net/lagrange to 1.17.3; from MAINTAINER Florian Viehweger, thanks! Changes: https://github.com/skyjake/lagrange/releases/tag/v1.17.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 04:39:08 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-lld_CMakeLists_txt patch-lld_tools_lld_lld_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_CMakeLists_txt patch-lld_tools_lld_lld_cpp Log message: add two new options to lld to help ifdef'ing code that we don't have in base CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 04:40:11 Modified files: devel/llvm : Makefile.inc Log message: missing from previous commit CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 04:41:18 Modified files: devel/poedit : Makefile distinfo Log message: update devel/poedit to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 04:53:42 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xmlrpc-c : Makefile distinfo net/xmlrpc-c/patches: patch-common_mk patch-config_mk_in patch-lib_abyss++_Makefile patch-lib_abyss_src_Makefile patch-lib_abyss_src_http_c patch-lib_curl_transport_Makefile patch-lib_expat_xmlparse_Makefile patch-lib_expat_xmlparse_xmlparse_c patch-lib_expat_xmltok_Makefile patch-lib_libutil++_Makefile patch-lib_libutil_Makefile patch-lib_libutil_asprintf_c patch-src_Makefile patch-src_cpp_Makefile patch-test_cpp_server_abyss_cpp patch-unix-common_mk net/xmlrpc-c/pkg: DESCR PLIST Log message: Remove net/xmlrpc-c; OK sthen Imported for cmake which stopped using it in 2010. No consumers in ports, updates are due since 2018. pkg/DESCR still has strong words against this port. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 04:59:39 Modified files: sysutils/gsmartcontrol: Makefile distinfo sysutils/gsmartcontrol/patches: patch-configure_ac patch-data_gsmartcontrol-root_in patch-src_gsc_settings_h Log message: update to gsmartcontrol 1.1.4 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/10 05:12:02 Modified files: lib/libutil : ber.c Log message: Give ober_printf_elements() a ber_element array, similar to ober_scanf_elements(). This allows us to move down and back up multiple levels in with nested sequences and sets. While here, on failure, make sure we free (and unlink if needed) all elements we created. OK claudio@, tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/10 05:14:04 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add "Phoenix 2" APU device id Phoenix 2 parts include both Zen4 and Zen4c cores used by Ryzen Z1, Ryzen 5 7545U, Ryzen 3 7440U with cpuid 19-78-00 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/10 05:14:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/10 05:16:53 Modified files: regress/usr.sbin/snmpd: Makefile regress.h snmp.c snmpd_regress.c Log message: Add an initial SNMPv3 regression test. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/10 05:34:50 Modified files: infrastructure/mk: bsd.port.mk Log message: bsd.port.mk: add infrastructure for using sccache in Rust port builds Suggestion to add whitespace around CCACHE and SCCACHE blocks from kn@ OK landry@ kn@ CVSROOT: /cvs Module name: src Changes by: caspar@cvs.openbsd.org 2023/11/10 05:35:54 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bsd.port.mk.5: document variables related to sccache, such as USE_SCCACHE Tweak from kn@ OK landry@ kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 05:46:05 Modified files: math/lapack : Makefile Log message: pass MAKE_ENV to fix tests, from j AT bitminer DOT ca OK rsadowski maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:49:30 Log message: Import libei-1.1.0. libei is a library for Emulated Input, primarily aimed at the Wayland stack. It uses a typical client/server separation, with the two parts connected via a UNIX socket. In libei parlance, the client-side is called "EI client", the server side, typically a Wayland compositor, is called the "EIS Implementation" (Emulated Input Server). These terms are used throughout this documentation. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231110 N ports/wayland/libei/Makefile N ports/wayland/libei/distinfo N ports/wayland/libei/patches/patch-meson_build N ports/wayland/libei/pkg/DESCR N ports/wayland/libei/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:49:57 Modified files: wayland : Makefile Log message: +libei CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 05:51:21 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/pkg: PLIST Log message: update to tdesktop 4.11.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:51:46 Modified files: wayland/libinput-openbsd: Makefile Log message: Add wayland/libei and x11/gnome/mutter to the list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:08:41 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-clutter_clutter_clutter-frame-clock_c patch-clutter_clutter_clutter-stage-view_c patch-cogl_cogl_cogl-dma-buf-handle_h patch-src_backends_x11_meta-seat-x11_c x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-src_backends_meta-fd-source_c Log message: Update to mutter-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:08:52 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-js_ui_endSessionDialog_js patch-js_ui_status_keyboard_js patch-meson_build patch-src_main_c x11/gnome/shell/pkg: PLIST Log message: Update to gnome-shell-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:09:03 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: Update to gnome-shell-extensions-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:09:36 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 45.1 \o/ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/10 07:15:23 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.10.4 -> 8.11.0 Release notes: https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-0.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 07:33:36 Modified files: multimedia/pipewire/helvum: Makefile Added files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs multimedia/pipewire/helvum/pkg: PLIST Log message: This finally builds thanks to a clue from semarie@ It's broken at runtime though, so don't enable it just yet. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 07:40:04 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/pwntools: Makefile distinfo security/pwntools/patches: patch-pwn___init___py patch-pwnlib___init___py patch-pwnlib_commandline_main_py patch-pwnlib_elf_elf_py patch-setup_py security/pwntools/pkg: DESCR PLIST Log message: remove pwntools it's pure python and having a package makes little sense anymore. also it keeps accumulating (unported) dependencies... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 07:44:09 Modified files: devel/sccache : Makefile devel/sccache/pkg: DESCR Log message: tiny COMMENT/DESCR tweak; ok caspar@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 07:58:45 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: make sure the wayland backend is only built if MOZILLA_USE_WAYLAND is set --enable-default-toolkit=cairo-gtk3 would pick up gtk+3-wayland if found, so be explicit and either cairo-gtk3-x11-only or cairo-gtk3-x11-wayland CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:03:51 Modified files: wayland/libei : Makefile Log message: Set MODPY_RUNDEP=No CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:04:57 Modified files: multimedia/pipewire/pipewire: Makefile Log message: Move CONFIGURE_ENV up; no pkg change. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/10 08:18:05 Removed files: gnu/usr.bin/clang/liblldbPluginOperatingSystem: Makefile Log message: remove unused liblldbPluginOperatingSystem CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 08:41:11 Modified files: sbin/fdisk : cmd.c fdisk.8 Log message: Enhance 'flag' to accept hex values in addition to the current 0 .. INT64_MAX decimal values.. Easier to specify the 64 bits of GPT partition attributes and 0x8000000000000000 (a.k.a. MS_NOAUTOMOUNT, a.k.a. 1 << 63) becomes accessable. Prompted by bug report and testing by Philippe Meunier. Thanks! ok dlg@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/10 08:51:24 Modified files: sys/arch/armv7/omap: if_cpsw.c sys/arch/armv7/sunxi: sxie.c sys/arch/octeon/dev: if_cnmac.c sys/dev/fdt : if_dwge.c if_dwxe.c if_mvneta.c if_mvpp.c sys/dev/ic : acx.c aic6915.c ath.c bcmgenet.c bwi.c dc.c dwqe.c elink3.c fxp.c gem.c malo.c pgt.c re.c smc83c170.c ti.c xl.c sys/dev/pci : if_age.c if_alc.c if_ale.c if_aq_pci.c if_bge.c if_bnx.c if_bnxt.c if_cas.c if_em.c if_et.c if_iavf.c if_igc.c if_ix.c if_ixgb.c if_ixl.c if_jme.c if_lge.c if_mcx.c if_msk.c if_myx.c if_nfe.c if_ngbe.c if_nge.c if_nxe.c if_oce.c if_pcn.c if_rge.c if_se.c if_sis.c if_sk.c if_ste.c if_stge.c if_tht.c if_tl.c if_txp.c if_vge.c if_vic.c if_vmx.c if_vte.c if_wb.c if_xge.c sys/dev/pv : if_hvn.c if_vio.c if_xnf.c sys/net : if.c if_spppsubr.c ifq.c ifq.h Log message: Make ifq and ifiq interface MP safe. Rename ifq_set_maxlen() to ifq_init_maxlen(). This function neither uses WRITE_ONCE() nor a mutex and is called before the ifq mutex is initialized. The new name expresses that it should be used only during interface attach when there is no concurrency. Protect ifq_len(), ifq_empty(), ifiq_len(), and ifiq_empty() with READ_ONCE(). They can be used without lock as they only read a single integer. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:54:00 Log message: Import wireplumber-0.4.15. WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231110 N ports/multimedia/pipewire/wireplumber/Makefile N ports/multimedia/pipewire/wireplumber/distinfo N ports/multimedia/pipewire/wireplumber/patches/patch-src_config_wireplumber_conf N ports/multimedia/pipewire/wireplumber/patches/patch-src_tools_wpctl_c N ports/multimedia/pipewire/wireplumber/pkg/DESCR N ports/multimedia/pipewire/wireplumber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:54:31 Modified files: multimedia/pipewire: Makefile Log message: +wireplumber CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:55:59 Modified files: multimedia/pipewire/pipewire: Makefile Log message: Talk about the pipewire-session-manager cyclic dependency. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 09:01:32 Modified files: x11/polybar : Makefile distinfo x11/polybar/patches: patch-include_modules_cpu_hpp patch-src_modules_cpu_cpp patch-src_modules_temperature_cpp x11/polybar/pkg: PLIST Added files: x11/polybar/patches: patch-include_cairo_context_hpp patch-include_utils_string_hpp patch-lib_i3ipcpp_src_ipc_cpp patch-src_utils_string_cpp Log message: update to polybar-3.7.0 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/10 09:02:47 Modified files: usr.bin/fgen : fgen.l Log message: sync with NetBSD -r1.38: remove unused NULL pointer that was passed to printf %s. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 09:20:52 Modified files: sbin/fdisk : cmd.c Log message: GPT partitions have many attributes. Don't stomp on them all when using 'flag ' to make a partition the only bootable partition. Just turn off the bootable bit in the other partitions. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 09:25:17 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Log message: Add comment to the rc.d script. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 09:47:17 Modified files: infrastructure/mk: bsd.port.mk Log message: Add support for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_${CHOSEN_COMPILER} This helps defining compiler-specific C(XX)FLAGS in a single line, avoiding hacks like testing the value of ${CHOSEN_COMPILER} after including bsd.port.mk. As noted by tb@, this idiom is already used in multimedia/mkvtoolnix. Example usage: CFLAGS_base-clang = -Wno-useless-warning ok tb@ on a previous version, tweaks from espie@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/10 09:51:01 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Add doc for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_${CHOSEN_COMPILER} ok tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 09:57:49 Modified files: security/dante : Makefile Log message: libtool doesn't have an -all-dynamic flag, use -export-dynamic Bump REVISION even though there is no actual change in exported symbols in libdsocks.so (says check_sym). Spotted with clang-16 who was unhappy with -all-dynamic. Note: libtool does support an -all-static flag, which may be the source of the confusion. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 10:05:13 Modified files: mail/rssgoemail: Makefile distinfo modules.inc Log message: update mail/rssgoemail to 1.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 10:30:07 Modified files: sysutils : Makefile devel : Makefile graphics : Makefile Log message: link syutils/libdisplay-info, graphics/libliftoff & devel/tllist to the build they dont depend on unlinked ports, and nothing should pick them up CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 10:30:32 Modified files: infrastructure/mk: bsd.port.mk Log message: Only append CFLAGS_${CHOSEN_COMPILER} is COMPILER_LANGS contains c Same for CXXFLAGS_${CHOSEN_COMPILER} and c++. Requested by espie@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/10 10:37:20 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Also mention COMPILER_LANGS for CFLAGS_${CHOSEN_COMPILER} Suggested by espie@ While here, sprinkle more .Ev. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 10:38:51 Modified files: x11/gnome/gdm : Makefile distinfo Log message: update to 45.0.1 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:41:47 Log message: Move libevdev-openbsd to wayland. requested by aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231110 N ports/wayland/libevdev-openbsd/Makefile N ports/wayland/libevdev-openbsd/distinfo N ports/wayland/libevdev-openbsd/pkg/DESCR N ports/wayland/libevdev-openbsd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 10:43:39 Modified files: sys/scsi : sd.c Log message: scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no need to separately add another flag via SET(). Just pass the correct combo to scsi_xs_get(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:46:53 Modified files: sysutils : Makefile wayland : Makefile Removed files: sysutils/libevdev-openbsd: Makefile distinfo sysutils/libevdev-openbsd/pkg: DESCR PLIST Log message: Move libevdev-openbsd to wayland. Requested by aja@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:49:18 Modified files: wayland/sway : Makefile Log message: Moved libevdev-openbsd to wayland. No revision bump since not built CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:49:48 Modified files: wayland : TODO-Wayland.md Log message: moved libevdev-openbsd to wayland. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/10 10:59:57 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.4.8.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 11:13:24 Modified files: multimedia/pipewire: Makefile multimedia/pipewire/helvum: Makefile multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs Log message: Fix and hook up wireplumber. Thanks tb@ for looking into it and semarie@ for fixing! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:24:43 Log message: import py-nampa-0.1.1 Nampa is a package for reading IDA Pro's .sig files. It comes with its own command-line tool for analyzing such files: dumpsig.py. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231110 N ports/devel/py-nampa/Makefile N ports/devel/py-nampa/distinfo N ports/devel/py-nampa/pkg/DESCR N ports/devel/py-nampa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:25:26 Log message: import py3-backports-strenum-1.2.8 Base class for creating enumerated constants that are also subclasses of str. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231110 N ports/devel/py-backports-strenum/Makefile N ports/devel/py-backports-strenum/distinfo N ports/devel/py-backports-strenum/pkg/DESCR N ports/devel/py-backports-strenum/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:27:21 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:27:48 Modified files: devel/py-unicorn: Makefile distinfo devel/py-unicorn/pkg: PLIST Added files: devel/py-unicorn/patches: patch-src_qemu_tcg_ppc_tcg-target_inc_c Removed files: devel/py-unicorn/patches: patch-src_Makefile patch-src_qemu_tcg_ppc_tcg-target_c Log message: update to py-unicorn-2.0.1.post1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:28:39 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: Makefile distinfo devel/angr/py-ailment/pkg: PLIST devel/angr/py-angr: Makefile distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py patch-angr_procedures_definitions___init___py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: Makefile distinfo devel/angr/py-archinfo/pkg: PLIST devel/angr/py-claripy: Makefile distinfo devel/angr/py-claripy/pkg: PLIST devel/angr/py-cle: Makefile distinfo devel/angr/py-cle/pkg: PLIST devel/angr/py-pyvex: Makefile distinfo devel/angr/py-pyvex/patches: patch-make_ffi_py patch-pyvex_c_Makefile patch-pyvex_c_pyvex_c patch-setup_py devel/angr/py-pyvex/pkg: PLIST devel/angr/vex : Makefile distinfo devel/angr/vex/pkg: PLIST Removed files: devel/angr/py-angr/patches: patch-setup_py Log message: update angr components to 9.2.76 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:29:13 Modified files: security/angrop: Makefile distinfo security/angrop/pkg: PLIST Log message: update to angrop-9.2.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/11/10 11:49:21 Modified files: app/xenodm/config: TakeConsole.in GiveConsole.in Log message: Add group handling to match fbtab(5). Suggested by and ok aja@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/10 11:56:21 Modified files: usr.sbin/btrace: btrace.c ksyms.c Log message: zap some unused includes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:31:33 Modified files: infrastructure/db: dist-tuple.pattern Log message: Add gitlab.gnome.org support in DIST_TUPLES. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:35:41 Modified files: x11/gnome : gnome.port.mk Log message: Do some magic when DIST_TUPLE is set. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:35:46 Modified files: x11/gnome/endeavour: Makefile distinfo x11/gnome/endeavour/pkg: PLIST Log message: Use DIST_TUPLE and rename from bogus endeavor to endeavour. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:36:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'endeavor' => 'endeavour' CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:46:52 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Mention gnome in DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:48:00 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:48:13 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile distinfo Log message: Maintenance update to webkitgtk{40,41,60}-2.42.2.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:55:14 Modified files: infrastructure/db: dist-tuple.pattern Log message: Sort. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:56:54 Modified files: x11/gnome/endeavour: Makefile distinfo Log message: Fix WRKDIST. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/10 13:05:05 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.8.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/10 13:05:23 Modified files: sys/net : art.c art.h route.c route.h rtable.c rtable.h sys/netinet : in.h sys/netinet6 : in6.h Log message: rtable_match() takes constant destination. For implementing MP safe route lookup, it helps to know which function parameters are constant. Add some const declarations, so that the compiler guarantees that sockaddr dst parameter of rtable_match() does not change. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 13:06:34 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/gucharmap: Makefile distinfo x11/gnome/seahorse-nautilus: Makefile distinfo x11/gnome/secrets: Makefile distinfo x11/gnome/terminal: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 13:06:50 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Use regular tarball. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/10 14:32:02 Modified files: sysutils/ttyplot: Makefile distinfo sysutils/ttyplot/patches: patch-Makefile Log message: Update ttyplot to 1.5.1. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/10 16:23:56 Modified files: games/nblood : Makefile Added files: games/nblood/patches: patch-source_mimalloc_src_prim_unix_prim_c Log message: build when syscall is removed patch from gnezdo@ in print/luametatex reported by tb@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/10 18:28:41 Modified files: lib/libc/locale: mbtowc.3 Log message: more details about error recovery OK millert@ jmc@ triggered by a question from cheloha@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/10 18:38:23 Modified files: lib/libc/locale: mbtowc.3 Log message: Delete the useless .\" ----- comments before .Sh. Wo don't have them anywhere else, so we don't need them here. No text change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:18:33 Modified files: devel/goffice : Makefile Added files: devel/goffice/patches: patch-configure_ac patch-goffice_math_go-dtoa_c patch-goffice_math_go-ryu_c patch-goffice_math_go-ryu_h Log message: goffice: patch from upstream commit fixing build on 32-bit archs (disable long double support if we lack __uint128_t), ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:39:31 Modified files: devel/py-backports-strenum: Makefile devel/py-nampa : Makefile Log message: FLAVOR=python3 not FLAVOR?=python3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:51:03 Modified files: www/gotosocial : Makefile distinfo modules.inc www/gotosocial/patches: patch-example_config_yaml Log message: update to gotosocial-0.12.2, from Hukadan (maintainer) CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/10 19:52:55 Modified files: regress/usr.bin/gzip: Makefile usr.bin/compress: main.c Log message: Ignore -N in "gzip -dN u.range is required. If a caller frees min and max after sk_ASIdOrRange_push() failed, there is a double free. All these complications could have been avoided if the API interface had simply used uint32_t instead of ASN1_INTEGERs. The entire RFC 3779 API was clearly written without proper review. I don't know if there ever was an actual consumer before rpki-client. If it existed, nobody with the requisite skill set looked at it in depth. ok beck for the general direction with a lot of input and ok jsing CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 03:00:16 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_lib_Driver_ToolChains_Clang_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h Added files: devel/llvm/16/patches: patch-lldb_source_Plugins_ABI_AArch64_ABISysV_arm64_cpp patch-lldb_source_Plugins_Process_elf-core_RegisterUtilities_h Log message: sync some lost patches from base for arm64 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/11 03:12:08 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document UNLINKED/BUILD_UNLINKED CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:12:48 Modified files: infrastructure/mk: bsd.port.mk Log message: UNLINKED/BUILD_UNLINKED mechaanism, to allow linking everything to the build. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:16:26 Modified files: infrastructure/mk: pkgpath.mk Log message: somehow I missed adding this one CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 03:17:02 Modified files: devel/llvm/16/patches: patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h Log message: fixup previous commit by regenerating the patches from the correct source ... need more cofee CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 03:27:45 Modified files: devel/sdl2-ttf : Makefile Added files: devel/sdl2-ttf/patches: patch-external_harfbuzz_src_hb-ft_cc Log message: Work around some additional function pointer strictness in clang++-16 Diff is a subset of a change already merged in upstream harfbuzz and should disappear in a subsequent update. ok thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 03:29:21 Modified files: x11/gnome/maps : Makefile Log message: Missing DEP on sysutils/libportal. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/11 03:46:37 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Dumb my latin down to vernacular english CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:52:15 Modified files: infrastructure/mk: bsd.port.mk Log message: shell quoting means the IGNORE message wants \( CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 03:57:16 Modified files: devel/py-nampa : Makefile Log message: fix spelling of MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 03:57:51 Modified files: meta/gnome : Makefile Log message: Bump REVISION-extras after endeavour rename. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:03 Log message: import wayland/swaylock 1.7.2 swaylock is a screen locking utility for Wayland compositors. It is compatible with any Wayland compositor which implements the ext-session-lock-v1 Wayland protocol. patches being upstreamed: - wordexp() usage dropped/removed - proper bsdauth mechanism usage ok matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231111 N ports/wayland/swaylock/Makefile N ports/wayland/swaylock/distinfo N ports/wayland/swaylock/patches/patch-meson_build N ports/wayland/swaylock/patches/patch-main_c N ports/wayland/swaylock/patches/patch-render_c N ports/wayland/swaylock/files/bsdauth.c N ports/wayland/swaylock/pkg/PLIST N ports/wayland/swaylock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:07 Log message: import wayland/swayidle 1.8.0 This is sway's idle management daemon, swayidle. It is compatible with any Wayland compositor which implements the ext-idle-notify protocol. wordexp() removal/replacement patches being upstreamed, thanks tb@ for the help on the string parsing.. ok matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231111 N ports/wayland/swayidle/Makefile N ports/wayland/swayidle/distinfo N ports/wayland/swayidle/patches/patch-main_c N ports/wayland/swayidle/pkg/DESCR N ports/wayland/swayidle/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:02:42 Modified files: devel/appstream: Makefile distinfo devel/appstream/pkg: PLIST-main Log message: Update to appstream-0.16.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:54 Modified files: wayland : Makefile Log message: +sway{lock,idle} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:11 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.31.84. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:23 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.84. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:43 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.84. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:06:10 Modified files: wayland : Makefile Log message: wayland: link dmenu-wayland, swaybg and swayimg to the build they don't depend on any unlinked ports, so there's no reason for not building them CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:16:02 Modified files: databases/sqlports/files: mksqlitedb Log message: keep going is fine, but when we notice an error and do ^C, very often the actual error will be beyond recall so add proper signal handling to report errors anyway CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 04:24:10 Modified files: devel/llvm/16/patches: patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp Log message: RegisterValue::SetType param is now a const RegisterInfo& so ammend our patch CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:42:37 Modified files: x11/gnome : gnome.port.mk Log message: A bit more magic for GNOME_VERSION and WRKDIST to everything works out of the box without the need to tweak these variables in some ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:42:59 Modified files: x11/gnome/seahorse-nautilus: Makefile Log message: Simplify. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:43:27 Modified files: net/dleyna : Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:47:10 Modified files: lang/ghc-8.10.7: Makefile Log message: make it ready to link to the build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:47:20 Modified files: lang : Makefile Log message: link CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/11 04:48:03 Modified files: net/libmaxminddb: Makefile distinfo net/libmaxminddb/patches: patch-configure Log message: Update libmaxminddb to 1.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:50:33 Modified files: news/pan : Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 04:51:22 Modified files: net/torsocks : Makefile net/torsocks/patches: patch-src_lib_syscall_c patch-src_lib_torsocks_c net/torsocks/pkg: PLIST Added files: net/torsocks/patches: patch-configure_ac Log message: Cope with syscall(2) removed from libc deraadt@ plans to further hide syscall from userland, so teach torsocks to detect indirect syscall(2) availability, and don't try to intercept it when absent. This approach should be fit for upstream. ok tb@ pascal@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:52:54 Modified files: sysutils/deja-dup: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:53:07 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Var.pm mksqlitedb Log message: actually reference UNLINKED CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:53:38 Modified files: infrastructure/mk: bsd.port.mk Log message: Have dump-vars link UNLINKED CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:57:25 Modified files: x11/gnome : gnome.port.mk Log message: Remove "VERSION". It was supposed to be a transitional variable but stayed for years... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:57:36 Modified files: devel/libgtop2 : Makefile graphics/libart: Makefile textproc/libxml: Makefile x11/py-gtk2 : Makefile Log message: VERSION -> GNOME_VERSION CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 04:59:48 Removed files: security/floss : Makefile distinfo security/floss/patches: patch-setup_py security/floss/pkg: DESCR PLIST Log message: remove python2-only floss that's woefully outdated and also marked BROKEN. there's no point in packaging this pure python port. discussed with several ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:00:22 Modified files: devel : Makefile security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/py-enum34: Makefile distinfo devel/py-enum34/pkg: DESCR PLIST security/py-viv_utils: Makefile distinfo security/py-viv_utils/patches: patch-setup_py security/py-viv_utils/pkg: DESCR PLIST security/py-vivisect: Makefile distinfo security/py-vivisect/pkg: DESCR PLIST Log message: remove python2-only dependencies of floss and sync quirks CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 05:08:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Fix reason for xmlrpc-c removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:10:07 Modified files: x11/gnome/notes: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 05:11:02 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/irc : Makefile distinfo net/irc/patches: patch-ircd_channel_c patch-ircd_s_misc_c patch-ircd_s_user_c patch-support_config_h_dist patch-support_configure net/irc/pkg : DESCR PLIST Log message: Drop net/irc, unmaintained server software that fails to build with llvm-16 ok kn@ fcambus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:15:44 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/volatility: Makefile distinfo security/volatility/pkg: DESCR PLIST Log message: remove volatility2. still python2 and not useful to package anymore CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:15:55 Modified files: x11/gnome : gnome.port.mk Log message: Only do magic with DIST_TUPLE when template is set to gnome. This allows using DIST_TUPLE with this module without having to use GNOME gitlab or without inheriting gnome specific variables; it will also allow adding support for MATE in the future. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/11 05:17:50 Modified files: sys/net : art.c art.h rtable.c Log message: Remove unused parameter dst from art_get(). OK mvs@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:17:52 Modified files: security/distorm3: Makefile distinfo security/distorm3/pkg: DESCR PLIST Removed files: security/distorm3/patches: patch-src_config_h Log message: - update to distorm3-3.5.2 - switch to python3 - rework DESCR CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/11 05:24:58 Modified files: net/tor : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to tor 0.4.8.9. ok sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:27:00 Modified files: share/man/man5 : gnome-module.5 Log message: Mention that this module also supports meson(1). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:27:38 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-cryptodome: Makefile security/py-cryptodome/pkg: PLIST Removed files: security/py-cryptodome/pkg: PFRAG.no-python3 Log message: remove python2 tentacles from py-cryptodome now that nothing depends on it anymore CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:29:28 Modified files: games : Makefile Log message: Unhook pokerth CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:29:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register pokerth removal CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:32:34 Modified files: share/man/man5 : gnome-module.5 Log message: Add DIST_TUPLE support documentation. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:35:17 Removed files: games/pokerth : Makefile distinfo games/pokerth/patches: patch-chatcleaner_proto patch-pokerth_game_pro patch-pokerth_pro patch-pokerth_proto patch-pokerth_server_pro patch-src_core_common_crypthelper_cpp patch-src_gui_qt_gametable_gametableimpl_cpp patch-src_net_common_clientthread_cpp patch-src_net_common_netpacket_cpp patch-src_net_common_serveracceptwebhelper_cpp patch-src_net_serveraccepthelper_h patch-src_third_party_websocketpp_websocketpp_transport_asio_connection_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_endpoint_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_none_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_tls_hpp games/pokerth/pkg: DESCR PLIST Log message: Retire pokerth There was at least one protobuf-related build breakage too many for this unmaintained port with dead upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:38:03 Modified files: x11/obmenu : Makefile Log message: Add comment about moving to https://github.com/keithbowes/obmenu. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:40:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm security/yara : Makefile security/yara/python: Makefile security/yara/python/pkg: PLIST Log message: make python bindings for yara python3-only now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:42:45 Modified files: x11 : Makefile graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/driconf : Makefile distinfo x11/driconf/patches: patch-driconf patch-driconf_complexui_py patch-driconf_py patch-driconf_simpleui_py patch-setup_cfg patch-setup_py x11/driconf/pkg: DESCR PLIST x11/gammapage : Makefile distinfo x11/gammapage/patches: patch-GAMMApage_py x11/gammapage/pkg: DESCR PLIST graphics/comix : Makefile distinfo graphics/comix/patches: patch-install_py patch-mime_comicthumb patch-src_comix_py patch-src_histogram_py patch-src_image_py patch-src_library_py patch-src_thumbbar_py patch-src_thumbnail_py patch-src_thumbremover_py graphics/comix/pkg: DESCR PLIST Log message: Remove driconf, GAMMApage and comix. These are using py-gtk2 (and so python2) which will not remain on life support for ever. ok sthen@ jca@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:49:57 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-pefile: Makefile distinfo security/py-pefile/pkg: PLIST Log message: - update to pefile-2023.2.7 - zap python2 flavor CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:50:54 Log message: Reimport current textproc/xpdf 3.04 as textproc/xpdf3; OK tb People still use the Tcl based 3.x version, but upstream long switched to 4.x based on Qt. Rename old xpdf to xpdf3, incl. its default configuration paths so that "pkg_add xpdf3" will provide the old version. pdfto* tools are dropped in xpdf3, use the new version or poppler-utils for that. Status: Vendor Tag: kn Release Tags: kn_20231111 N ports/textproc/xpdf3/Makefile N ports/textproc/xpdf3/distinfo N ports/textproc/xpdf3/patches/patch-Makefile_in N ports/textproc/xpdf3/patches/patch-doc_sample-xpdfrc N ports/textproc/xpdf3/patches/patch-splash_Makefile_in N ports/textproc/xpdf3/patches/patch-splash_SplashXPath_cc N ports/textproc/xpdf3/patches/patch-splash_SplashXPath_h N ports/textproc/xpdf3/patches/patch-xpdf_GlobalParams_cc N ports/textproc/xpdf3/patches/patch-xpdf_JBIG2Stream_cc N ports/textproc/xpdf3/patches/patch-xpdf_Makefile_in N ports/textproc/xpdf3/patches/patch-xpdf_TextOutputDev_cc N ports/textproc/xpdf3/patches/patch-xpdf_XRef_cc N ports/textproc/xpdf3/patches/patch-configure N ports/textproc/xpdf3/patches/patch-xpdf_config_h N ports/textproc/xpdf3/pkg/DESCR N ports/textproc/xpdf3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:51:15 Modified files: textproc : Makefile Log message: + xpdf3 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/11 05:52:20 Modified files: sys/net : route.h Log message: start documenting the protections or locks needed for struct rtentry fields. this is the result of a bunch of discussion at h2k23. ok claudio@ mvs@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:58:32 Modified files: textproc/xpdf : Makefile distinfo textproc/xpdf/patches: patch-doc_sample-xpdfrc patch-xpdf_GlobalParams_cc patch-xpdf_XRef_cc Added files: textproc/xpdf/patches: patch-xpdf-qt_XpdfWidgetPrint_cc Removed files: textproc/xpdf/patches: patch-Makefile_in patch-splash_Makefile_in patch-splash_SplashXPath_cc patch-splash_SplashXPath_h patch-xpdf_JBIG2Stream_cc patch-xpdf_Makefile_in patch-xpdf_TextOutputDev_cc Log message: update to xpdf 4.04; OK tb Practically a new Qt5 port, based on an earlier tarball from rsadowski. Earlier xpdf-3.04 -> xpdf3-3.04 idea from sthen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:11:41 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/pkg: PLIST Log message: Update to gimp-2.10.36. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:27:24 Modified files: share/man/man5 : gnome-module.5 Log message: We do not define VERSION anymore. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:31:13 Modified files: devel : Makefile Log message: sort CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:33:33 Modified files: devel : Makefile Log message: py2 py-tabulate and py-plugnplay were only used by floss which has been removed; unhook CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:35:02 Modified files: devel/py-plugnplay: Makefile devel/py-plugnplay/pkg: PLIST Log message: drop python2 and move from obsolete MODPY_SETUPTOOLS to pep517-based MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:35:48 Modified files: devel/py-tabulate: Makefile distinfo devel/py-tabulate/pkg: PLIST Log message: update to py3-tabulate-0.9.0, drop now-unused py2 version and move to pep517 build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:36:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for devel/py-plugnplay devel/py-tabulate CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:40:42 Modified files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs Log message: Add link to MR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:56:36 Modified files: security/py-pefile: Makefile security/py-pefile/pkg: PLIST Log message: use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:00:50 Modified files: devel : Makefile Log message: unhook py2 py-funcy CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 07:09:16 Modified files: audio/espeak : Makefile Added files: audio/espeak/patches: patch-src_speechPlayer_src_speechWaveGenerator_cpp Log message: Trivial compile fix for clang++-16, snatched from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 07:12:10 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-components_optimization_guide_core_optimization_guide_util_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-sandbox_policy_features_cc Log message: update to 119.0.6045.123 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:20:04 Modified files: devel/py-funcy : Makefile distinfo devel/py-funcy/pkg: PLIST Log message: update to py3-funcy-2.0, now py3 only (and use pep517 MODPY_PYBUILD) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:20:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-funcy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:21:35 Modified files: devel : Makefile Log message: unhook py2 py-sortedcontainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:21:54 Modified files: devel : Makefile Log message: unhook py2 py-intervaltree CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/11 07:24:04 Modified files: sys/net : if.c if.h if_var.h Log message: Pass constant struct sockaddr to interface lookup functions. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:24:59 Modified files: devel/py-intervaltree: Makefile devel/py-intervaltree/pkg: PLIST Log message: drop py2 flavour, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:28:36 Modified files: devel/py-sortedcontainers: Makefile devel/py-sortedcontainers/pkg: PLIST Log message: drop py2 flavour, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:28:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for py-intervaltree, py-sortedcontainers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:33:34 Modified files: net/py-dns : Makefile Log message: add "only used by rbldnsd" comment next to MODPY_DEFAULT_VERSION_2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:38:19 Modified files: net/freeradius : Makefile net/freeradius/pkg: DESCR-python3 PLIST-python3 Removed files: net/freeradius/pkg: DESCR-python PLIST-python Log message: freeradius: drop (python2) rlm_python plugin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 07:45:37 Modified files: textproc/libxml: Makefile Log message: Another remnant of VERSION -> GNOME_VERSION CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:52:08 Modified files: devel : Makefile Log message: unhook py2 py-future CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 07:52:17 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Added files: x11/gnome/gdm/patches: patch-data_PostSession_in patch-data_PreSession_in Log message: Sync with TakeConsole and GiveConsole from xenodm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:53:02 Modified files: devel/py-future: Makefile devel/py-future/pkg: PLIST Removed files: devel/py-future/pkg: PFRAG.no-python3 Log message: py-future: move to py3-only, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:53:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for py-future CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:54:06 Modified files: security/yara/python: Makefile security/yara/python/patches: patch-setup_py security/yara/python/pkg: PLIST Log message: py-yara: use MODPY_PYBUILD, ok jasper CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/11 07:57:27 Modified files: wayland/libevdev-openbsd: Makefile distinfo Log message: update wayland/libevdev-openbsd to 20231111 ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 08:02:02 Modified files: security/emldump: Makefile distinfo Log message: update to emldump-0.0.13 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:15:48 Modified files: print/poppler : Makefile print/poppler/pkg: PLIST-utils textproc/xpdf : Makefile textproc/xpdf/pkg: PLIST Log message: move pdfdetach(1) from xpdf to poppler-utils; idea kili; OK sthen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 08:17:31 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: cairo-gtk3-x11-only only exists as an option since mozilla 116 cf #1833855 revert back to cairo-gtk to unbreak esr/thunderbird/tbb, as found out by naddy@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:19:13 Modified files: textproc/xpdf : Makefile Log message: register print/libpaper DEP CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:21:53 Modified files: print/poppler : Makefile print/poppler/pkg: DESCR-utils Log message: complete DESCR-utils with pdfattach(1) and pdfdetach(1) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 08:29:48 Modified files: devel/log4cplus: Makefile Log message: log4cplus: update HOMEPAGE and move dist to github releases. no distfile change. update comment regarding 2.x causing problems with kea with refreshed information and simple details of how to test (same problem seen with 2.1.0 as with 2.0.4). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 08:31:31 Modified files: devel/llvm : Makefile.inc devel/llvm/13 : Makefile devel/llvm/13/pkg: PLIST-main devel/llvm/16 : Makefile devel/llvm/16/pkg: PLIST-main Log message: Reinstate the clang-specific tgmath.h We've had it in base so far, and tests show that /usr/include/tgmath.h isn't usable with clang-16. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:45:22 Modified files: sysutils/libportal: Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:49:59 Modified files: x11/mate/settings-daemon: Makefile sysutils/fprintd: Makefile Log message: Missing RDEP on x11/dbus,-suid (share/dbus-1/system-services/). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:57:32 ports/sysutils/flatpack Update of /cvs/ports/sysutils/flatpack In directory cvs.openbsd.org:/tmp/cvs-serv85526/flatpack Log Message: Directory /cvs/ports/sysutils/flatpack added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:03:47 ports/sysutils/flatpack/libportal Update of /cvs/ports/sysutils/flatpack/libportal In directory cvs.openbsd.org:/tmp/cvs-serv98102/libportal Log Message: Directory /cvs/ports/sysutils/flatpack/libportal added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:03:57 ports/sysutils/flatpack/libportal/pkg Update of /cvs/ports/sysutils/flatpack/libportal/pkg In directory cvs.openbsd.org:/tmp/cvs-serv59429/libportal/pkg Log Message: Directory /cvs/ports/sysutils/flatpack/libportal/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:05:39 Modified files: sysutils : Makefile Added files: sysutils/flatpack: Makefile Makefile.inc sysutils/flatpack/libportal: Makefile distinfo sysutils/flatpack/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 Removed files: sysutils/libportal: Makefile distinfo sysutils/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 Log message: Move libportal under flatpack. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:09:56 Modified files: graphics/shotwell: Makefile www/epiphany : Makefile x11/gnome/builder: Makefile x11/gnome/contacts: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/maps : Makefile x11/gnome/nautilus: Makefile x11/gnome/photos: Makefile x11/gnome/totem: Makefile Log message: Fix for libportal move. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:11:44 Log message: Import xdg-desktop-portal-1.18.1 xdg-desktop-portal is a portal frontend service for Flatpak and possibly other desktop containment frameworks. <...> with & ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal/Makefile N ports/sysutils/flatpack/xdg-desktop-portal/distinfo N ports/sysutils/flatpack/xdg-desktop-portal/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal/pkg/PLIST N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-document-portal_meson_build N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-document-portal_permission-db_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-meson_build N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-src_documents_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-src_xdp-utils_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-tests_meson_build No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 09:17:23 Modified files: lang/ghc-8.10.7: Makefile Log message: neuter plist too CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:23:45 Log message: Import xdg-desktop-portal-gtk-1.15.1 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure, such as org.gnome.desktop.* GSettings schemas and the org.gnome.SessionManager and org.gnome.Screensaver D-Bus interfaces. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal-gtk/Makefile N ports/sysutils/flatpack/xdg-desktop-portal-gtk/distinfo N ports/sysutils/flatpack/xdg-desktop-portal-gtk/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:24:45 Modified files: sysutils/flatpack: Makefile Log message: +xdg-desktop-portal-gtk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:28:57 Modified files: x11/gnome/clocks: Makefile Log message: Use xdg-desktop-portal to get system clock format. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 09:29:14 Modified files: lang/wasi-libc : Makefile Log message: Don't tie the distfile name to the major version from clang.port.mk Will slightly help the transition to llvm-16. ok landry@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/11 09:32:56 Modified files: sys/dev/ic : dwqereg.h Log message: Correct wrong register offset macros for dwqe(4) DMA burst length. Intel Elkhart Lake Ethernet now reaches 934 Mbps Tx/Rx in my testing. Patch by msaitoh@netbsd, thanks! Tested by myself on Elkhart Lake, dlg@ on arm64, and jca@ on riscv. ok dlg@ patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/11 09:50:25 Modified files: sys/dev/ic : dwqevar.h sys/dev/pci : if_dwqe_pci.c Log message: Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices. Patch by msaitoh@netbsd, who tested both PSE SGMII ports on a Helix 330. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:52:44 Log message: Import xdg-desktop-portal-gnome-45.0 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal-gnome/Makefile N ports/sysutils/flatpack/xdg-desktop-portal-gnome/distinfo N ports/sysutils/flatpack/xdg-desktop-portal-gnome/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal-gnome/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:53:02 Modified files: sysutils/flatpack: Makefile Log message: +xdg-desktop-portal-gnome CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:58:27 Modified files: meta/gnome : Makefile Log message: Add RDEP on flatpack/xdg-desktop-portal{,-gnome,-gtk}. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 10:05:06 Modified files: x11/polybar : Makefile Added files: x11/polybar/patches: patch-include_common_hpp Removed files: x11/polybar/patches: patch-include_cairo_context_hpp patch-include_utils_string_hpp patch-src_utils_string_cpp Log message: Unrevert the commit and add a new fix from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:05:50 Modified files: x11/gnome/libadwaita: Makefile Removed files: x11/gnome/libadwaita/patches: patch-src_adw-settings-impl_c Log message: Drop now undeeded patch. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:07:37 Added files: devel/libofx/patches: patch-configure Log message: devel/libofx: fix probable thinko to propagate CXXFLAGS found by jca@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 10:18:06 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231111 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/11 10:20:21 Modified files: sys/arch/arm64/conf: RAMDISK Log message: Enable CD9660 in RAMDISK so we can mount CD-ROMs. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:22:35 Log message: Re-import under the intended name. Thanks landry@ for the heads-up. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_202311 N ports/sysutils/flatpak/Makefile N ports/sysutils/flatpak/Makefile.inc N ports/sysutils/flatpak/libportal/Makefile N ports/sysutils/flatpak/libportal/distinfo N ports/sysutils/flatpak/libportal/pkg/DESCR-gtk3 N ports/sysutils/flatpak/libportal/pkg/DESCR-gtk4 N ports/sysutils/flatpak/libportal/pkg/DESCR-main N ports/sysutils/flatpak/libportal/pkg/DESCR-qt5 N ports/sysutils/flatpak/libportal/pkg/PLIST-gtk3 N ports/sysutils/flatpak/libportal/pkg/PLIST-gtk4 N ports/sysutils/flatpak/libportal/pkg/PLIST-main N ports/sysutils/flatpak/libportal/pkg/PLIST-qt5 N ports/sysutils/flatpak/xdg-desktop-portal/Makefile N ports/sysutils/flatpak/xdg-desktop-portal/distinfo N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-document-portal_meson_build N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-document-portal_permission-db_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-meson_build N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-src_documents_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-src_xdp-utils_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-tests_meson_build N ports/sysutils/flatpak/xdg-desktop-portal/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal/pkg/PLIST N ports/sysutils/flatpak/xdg-desktop-portal-gnome/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-gnome/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-gnome/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-gnome/pkg/PLIST N ports/sysutils/flatpak/xdg-desktop-portal-gtk/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-gtk/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-gtk/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:22:58 Modified files: devel/libofx : Makefile Log message: devel/libofx: fix build with clang 16 by using -std=c++14 CXXFLAGS_base-clang is the new hotness CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:23:11 Modified files: sysutils : Makefile Removed files: sysutils/flatpack: Makefile Makefile.inc sysutils/flatpack/libportal: Makefile distinfo sysutils/flatpack/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 sysutils/flatpack/xdg-desktop-portal: Makefile distinfo sysutils/flatpack/xdg-desktop-portal/patches: patch-document-portal_meson_build patch-document-portal_permission-db_c patch-meson_build patch-src_documents_c patch-src_xdp-utils_c patch-tests_meson_build sysutils/flatpack/xdg-desktop-portal/pkg: DESCR PLIST sysutils/flatpack/xdg-desktop-portal-gnome: Makefile distinfo sysutils/flatpack/xdg-desktop-portal-gnome/pkg: DESCR PLIST sysutils/flatpack/xdg-desktop-portal-gtk: Makefile distinfo sysutils/flatpack/xdg-desktop-portal-gtk/pkg: DESCR PLIST Log message: flatpack -> flatpak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:30:30 Modified files: graphics/shotwell: Makefile meta/gnome : Makefile sysutils/flatpak: Makefile.inc sysutils/flatpak/xdg-desktop-portal: Makefile sysutils/flatpak/xdg-desktop-portal-gnome: Makefile sysutils/flatpak/xdg-desktop-portal-gtk: Makefile www/epiphany : Makefile x11/gnome/builder: Makefile x11/gnome/clocks: Makefile x11/gnome/contacts: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/maps : Makefile x11/gnome/nautilus: Makefile x11/gnome/photos: Makefile x11/gnome/totem: Makefile Log message: flatpack -> flatpak Prett ynew ports, so let's try to get away with a simple bump and no pkgpath change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:45:20 Modified files: devel/libofx : Makefile Log message: devel/libofx: switch to CXXFLAGS=-std=gnu++14 cluebat from jca@ https://xkcd.com/927/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:52:48 Modified files: sysutils/flatpak/xdg-desktop-portal-gnome: Makefile sysutils/flatpak/xdg-desktop-portal-gnome/pkg: PLIST Log message: Fix systemduserunitdir. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/11 11:00:36 Modified files: sys/arch/riscv64/conf: Makefile.riscv64 Log message: Randomly linked riscv64 kernels built with clang/lld-16 hang too often Use cat instead of sort -R to disable random relinking for now, until we find the culprit. For whoever interested, using cat or sort avoids the problem but using sort -r makes it 100% reproducible in my tests. Suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:01:31 Log message: import of llvm from LLVM 16.0.6 Status: Vendor Tag: LLVM Release Tags: LLVM_16_0_6 U src/gnu/llvm/llvm/.clang-format U src/gnu/llvm/llvm/.clang-tidy U src/gnu/llvm/llvm/.gitattributes U src/gnu/llvm/llvm/.gitignore U src/gnu/llvm/llvm/CMakeLists.txt U src/gnu/llvm/llvm/CODE_OWNERS.TXT U src/gnu/llvm/llvm/CREDITS.TXT U src/gnu/llvm/llvm/LICENSE.TXT U src/gnu/llvm/llvm/README.txt U src/gnu/llvm/llvm/RELEASE_TESTERS.TXT U src/gnu/llvm/llvm/configure U src/gnu/llvm/llvm/llvm.spec.in U src/gnu/llvm/llvm/benchmarks/CMakeLists.txt U src/gnu/llvm/llvm/benchmarks/DummyYAML.cpp U src/gnu/llvm/llvm/bindings/README.txt U src/gnu/llvm/llvm/bindings/ocaml/.ocamlformat U src/gnu/llvm/llvm/bindings/ocaml/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/README.txt U src/gnu/llvm/llvm/bindings/ocaml/all_backends/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/all_backends/all_backends_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/all_backends/llvm_all_backends.ml U src/gnu/llvm/llvm/bindings/ocaml/all_backends/llvm_all_backends.mli U src/gnu/llvm/llvm/bindings/ocaml/analysis/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/analysis/analysis_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/analysis/llvm_analysis.ml U src/gnu/llvm/llvm/bindings/ocaml/analysis/llvm_analysis.mli U src/gnu/llvm/llvm/bindings/ocaml/backends/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/backends/META.llvm_backend.in U src/gnu/llvm/llvm/bindings/ocaml/backends/backend_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/backends/llvm_backend.ml.in U src/gnu/llvm/llvm/bindings/ocaml/backends/llvm_backend.mli.in U src/gnu/llvm/llvm/bindings/ocaml/bitreader/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/bitreader/bitreader_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/bitreader/llvm_bitreader.ml U src/gnu/llvm/llvm/bindings/ocaml/bitreader/llvm_bitreader.mli U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/bitwriter_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.ml U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.mli U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli U src/gnu/llvm/llvm/bindings/ocaml/executionengine/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/executionengine/llvm_executionengine.ml U src/gnu/llvm/llvm/bindings/ocaml/executionengine/llvm_executionengine.mli U src/gnu/llvm/llvm/bindings/ocaml/irreader/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/irreader/irreader_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/irreader/llvm_irreader.ml U src/gnu/llvm/llvm/bindings/ocaml/irreader/llvm_irreader.mli U src/gnu/llvm/llvm/bindings/ocaml/linker/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/linker/linker_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/linker/llvm_linker.ml U src/gnu/llvm/llvm/bindings/ocaml/linker/llvm_linker.mli U src/gnu/llvm/llvm/bindings/ocaml/llvm/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/llvm/META.llvm.in U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm.ml U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm.mli U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm_ocaml.h U src/gnu/llvm/llvm/bindings/ocaml/target/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/target/llvm_target.ml U src/gnu/llvm/llvm/bindings/ocaml/target/llvm_target.mli U src/gnu/llvm/llvm/bindings/ocaml/target/target_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/llvm_transform_utils.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/llvm_transform_utils.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/transform_utils_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/llvm_vectorize.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/llvm_vectorize.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/vectorize_ocaml.c U src/gnu/llvm/llvm/bindings/python/README.txt U src/gnu/llvm/llvm/bindings/python/llvm/__init__.py U src/gnu/llvm/llvm/bindings/python/llvm/bit_reader.py U src/gnu/llvm/llvm/bindings/python/llvm/common.py U src/gnu/llvm/llvm/bindings/python/llvm/core.py U src/gnu/llvm/llvm/bindings/python/llvm/disassembler.py U src/gnu/llvm/llvm/bindings/python/llvm/enumerations.py U src/gnu/llvm/llvm/bindings/python/llvm/object.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/__init__.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/base.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test.bc U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_bitreader.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_core.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_disassembler.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_file U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_object.py U src/gnu/llvm/llvm/cmake/README U src/gnu/llvm/llvm/cmake/config-ix.cmake U src/gnu/llvm/llvm/cmake/config.guess U src/gnu/llvm/llvm/cmake/dummy.cpp U src/gnu/llvm/llvm/cmake/nsis_icon.ico U src/gnu/llvm/llvm/cmake/nsis_logo.bmp U src/gnu/llvm/llvm/cmake/unwind.h U src/gnu/llvm/llvm/cmake/modules/AddLLVM.cmake U src/gnu/llvm/llvm/cmake/modules/AddOCaml.cmake U src/gnu/llvm/llvm/cmake/modules/AddSphinxTarget.cmake U src/gnu/llvm/llvm/cmake/modules/CMakeLists.txt U src/gnu/llvm/llvm/cmake/modules/CheckAtomic.cmake U src/gnu/llvm/llvm/cmake/modules/CheckCompilerVersion.cmake N src/gnu/llvm/llvm/cmake/modules/CheckProblematicConfigurations.cmake U src/gnu/llvm/llvm/cmake/modules/ChooseMSVCCRT.cmake N src/gnu/llvm/llvm/cmake/modules/CoverageReport.cmake U src/gnu/llvm/llvm/cmake/modules/CrossCompile.cmake U src/gnu/llvm/llvm/cmake/modules/DetermineGCCCompatible.cmake N src/gnu/llvm/llvm/cmake/modules/FindFFI.cmake U src/gnu/llvm/llvm/cmake/modules/FindLibpfm.cmake U src/gnu/llvm/llvm/cmake/modules/FindOCaml.cmake U src/gnu/llvm/llvm/cmake/modules/FindSphinx.cmake N src/gnu/llvm/llvm/cmake/modules/FindTerminfo.cmake U src/gnu/llvm/llvm/cmake/modules/FindZ3.cmake N src/gnu/llvm/llvm/cmake/modules/Findzstd.cmake U src/gnu/llvm/llvm/cmake/modules/GenerateVersionFromVCS.cmake U src/gnu/llvm/llvm/cmake/modules/GetErrcMessages.cmake U src/gnu/llvm/llvm/cmake/modules/GetHostTriple.cmake U src/gnu/llvm/llvm/cmake/modules/GetLibraryName.cmake U src/gnu/llvm/llvm/cmake/modules/HandleLLVMOptions.cmake U src/gnu/llvm/llvm/cmake/modules/HandleLLVMStdlib.cmake U src/gnu/llvm/llvm/cmake/modules/LLVM-Build.cmake U src/gnu/llvm/llvm/cmake/modules/LLVM-Config.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMCheckLinkerFlag.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMConfig.cmake.in U src/gnu/llvm/llvm/cmake/modules/LLVMConfigVersion.cmake.in U src/gnu/llvm/llvm/cmake/modules/LLVMDistributionSupport.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMExternalProjectUtils.cmake N src/gnu/llvm/llvm/cmake/modules/SetTargetTriple.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMInstallSymlink.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMProcessSources.cmake U src/gnu/llvm/llvm/cmake/modules/TableGen.cmake U src/gnu/llvm/llvm/cmake/modules/TensorFlowCompile.cmake U src/gnu/llvm/llvm/cmake/modules/UseLibtool.cmake U src/gnu/llvm/llvm/cmake/modules/VersionFromVCS.cmake N src/gnu/llvm/llvm/cmake/modules/llvm-driver-template.cpp.in U src/gnu/llvm/llvm/cmake/platforms/Android.cmake U src/gnu/llvm/llvm/cmake/platforms/ClangClCMakeCompileRules.cmake U src/gnu/llvm/llvm/cmake/platforms/WinMsvc.cmake U src/gnu/llvm/llvm/cmake/platforms/iOS.cmake N src/gnu/llvm/llvm/docs/AArch64SME.rst U src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst U src/gnu/llvm/llvm/docs/AMDGPUInstructionNotation.rst U src/gnu/llvm/llvm/docs/AMDGPUInstructionSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUModifierSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUOperandSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUUsage.rst U src/gnu/llvm/llvm/docs/ARM-BE-bitcastfail.png U src/gnu/llvm/llvm/docs/ARM-BE-bitcastsuccess.png U src/gnu/llvm/llvm/docs/ARM-BE-ld1.png U src/gnu/llvm/llvm/docs/ARM-BE-ldr.png U src/gnu/llvm/llvm/docs/Atomics.rst U src/gnu/llvm/llvm/docs/AddingConstrainedIntrinsics.rst U src/gnu/llvm/llvm/docs/AdvancedBuilds.rst U src/gnu/llvm/llvm/docs/CMake.rst U src/gnu/llvm/llvm/docs/AliasAnalysis.rst N src/gnu/llvm/llvm/docs/AssignmentTracking.md U src/gnu/llvm/llvm/docs/Benchmarking.rst U src/gnu/llvm/llvm/docs/BigEndianNEON.rst U src/gnu/llvm/llvm/docs/BitCodeFormat.rst U src/gnu/llvm/llvm/docs/BlockFrequencyTerminology.rst U src/gnu/llvm/llvm/docs/BranchWeightMetadata.rst U src/gnu/llvm/llvm/docs/BugLifeCycle.rst U src/gnu/llvm/llvm/docs/Bugpoint.rst U src/gnu/llvm/llvm/docs/BugpointRedesign.md U src/gnu/llvm/llvm/docs/BuildingADistribution.rst U src/gnu/llvm/llvm/docs/CFIVerify.rst U src/gnu/llvm/llvm/docs/CMakeLists.txt U src/gnu/llvm/llvm/docs/CMakePrimer.rst U src/gnu/llvm/llvm/docs/FAQ.rst U src/gnu/llvm/llvm/docs/CodeGenerator.rst U src/gnu/llvm/llvm/docs/CodeOfConduct.rst U src/gnu/llvm/llvm/docs/CodeReview.rst U src/gnu/llvm/llvm/docs/CodingStandards.rst U src/gnu/llvm/llvm/docs/CommandLine.rst U src/gnu/llvm/llvm/docs/CompileCudaWithLLVM.rst U src/gnu/llvm/llvm/docs/CompilerWriterInfo.rst U src/gnu/llvm/llvm/docs/Contributing.rst N src/gnu/llvm/llvm/docs/ConvergenceAndUniformity.rst U src/gnu/llvm/llvm/docs/Coroutines.rst U src/gnu/llvm/llvm/docs/CoverageMappingFormat.rst N src/gnu/llvm/llvm/docs/CycleTerminology.rst U src/gnu/llvm/llvm/docs/DebuggingJITedCode.rst U src/gnu/llvm/llvm/docs/DeveloperPolicy.rst N src/gnu/llvm/llvm/docs/DirectXUsage.rst N src/gnu/llvm/llvm/docs/DiscourseMigrationGuide.md U src/gnu/llvm/llvm/docs/Docker.rst U src/gnu/llvm/llvm/docs/ExceptionHandling.rst U src/gnu/llvm/llvm/docs/ExtendedIntegerResults.txt U src/gnu/llvm/llvm/docs/Extensions.rst U src/gnu/llvm/llvm/docs/ExtendingLLVM.rst U src/gnu/llvm/llvm/docs/FaultMaps.rst U src/gnu/llvm/llvm/docs/FuzzingLLVM.rst U src/gnu/llvm/llvm/docs/GarbageCollection.rst U src/gnu/llvm/llvm/docs/GetElementPtr.rst U src/gnu/llvm/llvm/docs/GettingInvolved.rst U src/gnu/llvm/llvm/docs/GettingStarted.rst U src/gnu/llvm/llvm/docs/GettingStartedTutorials.rst U src/gnu/llvm/llvm/docs/GettingStartedVS.rst U src/gnu/llvm/llvm/docs/GitBisecting.rst N src/gnu/llvm/llvm/docs/GitHub.rst N src/gnu/llvm/llvm/docs/GitRepositoryPolicy.md U src/gnu/llvm/llvm/docs/GoldPlugin.rst U src/gnu/llvm/llvm/docs/GwpAsan.rst U src/gnu/llvm/llvm/docs/HowToAddABuilder.rst U src/gnu/llvm/llvm/docs/HowToBuildOnARM.rst U src/gnu/llvm/llvm/docs/HowToBuildWindowsItaniumPrograms.rst U src/gnu/llvm/llvm/docs/JITLink.rst U src/gnu/llvm/llvm/docs/HowToBuildWithPGO.rst U src/gnu/llvm/llvm/docs/HowToCrossCompileBuiltinsOnArm.rst U src/gnu/llvm/llvm/docs/HowToCrossCompileLLVM.rst U src/gnu/llvm/llvm/docs/HowToReleaseLLVM.rst U src/gnu/llvm/llvm/docs/HowToSetUpLLVMStyleRTTI.rst U src/gnu/llvm/llvm/docs/HowToSubmitABug.rst U src/gnu/llvm/llvm/docs/HowToUpdateDebugInfo.rst U src/gnu/llvm/llvm/docs/HowToUseAttributes.rst U src/gnu/llvm/llvm/docs/HowToUseInstrMappings.rst U src/gnu/llvm/llvm/docs/InAlloca.rst N src/gnu/llvm/llvm/docs/InstrRefDebugInfo.md U src/gnu/llvm/llvm/docs/LangRef.rst U src/gnu/llvm/llvm/docs/Lexicon.rst U src/gnu/llvm/llvm/docs/LibFuzzer.rst U src/gnu/llvm/llvm/docs/LinkTimeOptimization.rst U src/gnu/llvm/llvm/docs/LoopTerminology.rst U src/gnu/llvm/llvm/docs/conf.py U src/gnu/llvm/llvm/docs/MCJIT-creation.png U src/gnu/llvm/llvm/docs/MCJIT-dyld-load.png U src/gnu/llvm/llvm/docs/MCJIT-engine-builder.png U src/gnu/llvm/llvm/docs/MCJIT-load-object.png U src/gnu/llvm/llvm/docs/MCJIT-load.png U src/gnu/llvm/llvm/docs/MCJIT-resolve-relocations.png U src/gnu/llvm/llvm/docs/MCJITDesignAndImplementation.rst U src/gnu/llvm/llvm/docs/MIRLangRef.rst U src/gnu/llvm/llvm/docs/MarkdownQuickstartTemplate.md U src/gnu/llvm/llvm/docs/MarkedUpDisassembly.rst U src/gnu/llvm/llvm/docs/MeetupGuidelines.rst U src/gnu/llvm/llvm/docs/MemTagSanitizer.rst U src/gnu/llvm/llvm/docs/MemorySSA.rst U src/gnu/llvm/llvm/docs/MergeFunctions.rst N src/gnu/llvm/llvm/docs/MisExpect.rst N src/gnu/llvm/llvm/docs/MyFirstTypoFix.rst U src/gnu/llvm/llvm/docs/ORCv2.rst U src/gnu/llvm/llvm/docs/NVPTXUsage.rst U src/gnu/llvm/llvm/docs/NewPassManager.rst U src/gnu/llvm/llvm/docs/OpaquePointers.rst U src/gnu/llvm/llvm/docs/OptBisect.rst N src/gnu/llvm/llvm/docs/PCSectionsMetadata.rst U src/gnu/llvm/llvm/docs/Packaging.rst U src/gnu/llvm/llvm/docs/Passes.rst U src/gnu/llvm/llvm/docs/Phabricator.rst U src/gnu/llvm/llvm/docs/Phabricator_premerge_results.png U src/gnu/llvm/llvm/docs/Phabricator_premerge_unit_tests.png N src/gnu/llvm/llvm/docs/PointerAuth.md U src/gnu/llvm/llvm/docs/ProgrammersManual.rst U src/gnu/llvm/llvm/docs/Projects.rst U src/gnu/llvm/llvm/docs/README.txt N src/gnu/llvm/llvm/docs/RISCVUsage.rst U src/gnu/llvm/llvm/docs/Reference.rst U src/gnu/llvm/llvm/docs/ReleaseNotes.rst U src/gnu/llvm/llvm/docs/ReleaseProcess.rst U src/gnu/llvm/llvm/docs/Remarks.rst U src/gnu/llvm/llvm/docs/ReportingGuide.rst N src/gnu/llvm/llvm/docs/ResponseGuide.rst N src/gnu/llvm/llvm/docs/SPIRVUsage.rst U src/gnu/llvm/llvm/docs/ScudoHardenedAllocator.rst U src/gnu/llvm/llvm/docs/Security.rst N src/gnu/llvm/llvm/docs/SecurityTransparencyReports.rst U src/gnu/llvm/llvm/docs/SegmentedStacks.rst U src/gnu/llvm/llvm/docs/SourceLevelDebugging.rst U src/gnu/llvm/llvm/docs/StackMaps.rst U src/gnu/llvm/llvm/docs/SpeculativeLoadHardening.md U src/gnu/llvm/llvm/docs/SphinxQuickstartTemplate.rst U src/gnu/llvm/llvm/docs/StackSafetyAnalysis.rst U src/gnu/llvm/llvm/docs/Statepoints.rst U src/gnu/llvm/llvm/docs/SupportLibrary.rst U src/gnu/llvm/llvm/docs/SupportPolicy.rst N src/gnu/llvm/llvm/docs/SymbolizerMarkupFormat.rst U src/gnu/llvm/llvm/docs/SystemLibrary.rst U src/gnu/llvm/llvm/docs/TableGenFundamentals.rst U src/gnu/llvm/llvm/docs/TestSuiteGuide.md U src/gnu/llvm/llvm/docs/TestSuiteMakefileGuide.rst U src/gnu/llvm/llvm/docs/TestingGuide.rst U src/gnu/llvm/llvm/docs/TransformMetadata.rst U src/gnu/llvm/llvm/docs/TypeMetadata.rst U src/gnu/llvm/llvm/docs/UserGuides.rst U src/gnu/llvm/llvm/docs/Vectorizers.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMBackend.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMNewPMPass.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMPass.rst U src/gnu/llvm/llvm/docs/XRay.rst U src/gnu/llvm/llvm/docs/XRayExample.rst U src/gnu/llvm/llvm/docs/XRayFDRFormat.rst U src/gnu/llvm/llvm/docs/YamlIO.rst U src/gnu/llvm/llvm/docs/buildbot_worker_contact.png N src/gnu/llvm/llvm/docs/convergence-both-diverged-nested.png N src/gnu/llvm/llvm/docs/convergence-closed-path.png N src/gnu/llvm/llvm/docs/convergence-divergent-inside.png N src/gnu/llvm/llvm/docs/convergence-divergent-outside.png N src/gnu/llvm/llvm/docs/cycle-1.png N src/gnu/llvm/llvm/docs/convergence-natural-loop.png N src/gnu/llvm/llvm/docs/cycle-2.png N src/gnu/llvm/llvm/docs/cycle-3.png U src/gnu/llvm/llvm/docs/doxygen-mainpage.dox U src/gnu/llvm/llvm/docs/doxygen.cfg.in U src/gnu/llvm/llvm/docs/epilogue-vectorization-cfg.png U src/gnu/llvm/llvm/docs/gcc-loops.png U src/gnu/llvm/llvm/docs/index.rst U src/gnu/llvm/llvm/docs/linpack-pc.png U src/gnu/llvm/llvm/docs/llvm-objdump.1 U src/gnu/llvm/llvm/docs/loop-guard.svg U src/gnu/llvm/llvm/docs/loop-merge.svg U src/gnu/llvm/llvm/docs/loop-irreducible.svg U src/gnu/llvm/llvm/docs/loop-nested.svg U src/gnu/llvm/llvm/docs/loop-nonmaximal.svg U src/gnu/llvm/llvm/docs/loop-separate.svg U src/gnu/llvm/llvm/docs/loop-single.svg U src/gnu/llvm/llvm/docs/loop-terminology-guarded-loop.png U src/gnu/llvm/llvm/docs/loop-terminology-initial-loop.png U src/gnu/llvm/llvm/docs/loop-terminology-rotated-loop.png U src/gnu/llvm/llvm/docs/loop-terminology.svg U src/gnu/llvm/llvm/docs/make.bat U src/gnu/llvm/llvm/docs/re_format.7 U src/gnu/llvm/llvm/docs/speculative_load_hardening_microbenchmarks.png U src/gnu/llvm/llvm/docs/yaml2obj.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1011.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1013.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1030.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX11.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX900.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX904.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX90a.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_vsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vaddr_c5ab43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_opt_847aed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_9cd3cf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_d75725.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sbase_020892.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_3cd7ad.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_fef808.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_1facfe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_207976.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_364d7c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_5bb6f2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_ae1543.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_b9c62f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_edf2a5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_2a042f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_361664.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_7da351.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_8dd4e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_8e54e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_373b95.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_9aeece.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_c5ab43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_waitcnt_depctr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_fx_operand.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_saddr_da2a8a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_020892.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_b2d796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_5e9fb5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_90678d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_2e4c2a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_3759f6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_b556e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_37d670.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_823582.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_c27036.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_cf1cda.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_d5cd94.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_e0345d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_e9e6db.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_054e2a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_2a042f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_3ec588.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_48e8e7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_7da351.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_bb715c.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_9aeece.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_waitcnt_depctr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_delay.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_m_181aa0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_msg_b8ff6d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_msg_e37f7b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_opt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_844ded.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_8a0af3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sbase_30e75b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_3cd7ad.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_0879fb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_fef808.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_17933a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_25d8ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_7af462.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_852d86.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_9cb8cf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_d01e4c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_d5ffa3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_05f584.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_121527.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_1a3009.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_361664.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_8dd4e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_type_deviation_8d2078.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_type_deviation_a14eb1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_0bfea4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_6ab80d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_227281.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d180f4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_e2d005.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vij.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vparam.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vparam0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_1c4e7f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_24f3d2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_731030.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_waitcnt_depctr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_label.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sbase_382fdf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_2a1d2e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_313759.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_61ce79.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_6cc8e9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_9172f3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_e3bd3f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_soffset_48c95e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_soffset_67d76d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_1f730e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_3865f6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_3e3a6b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_5599b0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_5c4f8d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_8e54a0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_935f3b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_d48e27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_d56c56.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_fa88a6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_19a078.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_2e8313.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_6df989.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_a778e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_b0d552.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_bdc010.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_c5f5de.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_d8712d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_dcdeb4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_e471f7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_fdbed3.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_887f26.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_da1f09.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_1f3009.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_waitcnt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sbase_589eed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_c8788e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_e587f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_1cf20d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_313759.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_61db0e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_6eddac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_78579b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_8d900a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_32c2a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_abb420.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_b5af46.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_021c9b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_2dcf49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_39a989.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_67227c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_87dc5c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_8a6ea8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_a13aeb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_b38805.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_d9175b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_df6b53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_0eec95.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_133cbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_6706dc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_a2142e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_c8788e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_dcd0d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_e587f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_f308b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_f48190.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_887f26.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_4f639e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_629a92.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_886702.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_aeb804.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_f2bf57.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_0ae2f9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_2d89ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_4730df.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_6f591e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_829fc5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_9c54fe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_b61114.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_c360a5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d809e2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_de9309.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_m_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_vsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_saddr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_soffset.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_4e78e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_73ab34.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_7c8695.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_srsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_955b45.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdata_fe1edf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_0c4ef8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_2c8d1e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_bcee7a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_036abe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_1027ca.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_2d4632.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_f3d248.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_fx_operand.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_saddr_6060e5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_64ea89.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_6cfc4e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_a578ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_af08be.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_e5cc81.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_srsrc_79ffcd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_srsrc_80eef6.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_e9f591.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_cc213c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_f20ee4.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata0_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata0_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata1_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata1_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_0c567e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_898c08.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_929b59.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_999247.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_ae1132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_bbcfbb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_cbb01e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_cfb402.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_0f48d1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_180bef.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_260aca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_5258b4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_8c77d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_92bb33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_a32035.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_a9ee3f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_c8d317.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_c8ee02.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d0c0cb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d6f4bd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d8236e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_e2898f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_ef6c94.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_f5eb9d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_fa7dbd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_1027ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_dst_4f3f9a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_dst_95761f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_opt_7c211e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_saddr_22dbc1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_64ea89.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_6cfc4e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_a578ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_af08be.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_e5cc81.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_srsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_6ab80d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata0_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata0_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata1_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata1_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_22b375.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_275367.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_314509.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_cfb402.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_0f48d1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_180bef.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_260aca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_5258b4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_56baf6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_8c77d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_a32035.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_bce42a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_c8d317.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d0c0cb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d6f4bd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d8236e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_e2898f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_fa7dbd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_1027ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_waitcnt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_attr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_param.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_saddr_6060e5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_089570.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_4e78e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_73ab34.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_955b45.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_srsrc_79ffcd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_srsrc_80eef6.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_e9f591.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_tgt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_cc213c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_f20ee4.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_waitcnt.rst N src/gnu/llvm/llvm/docs/_static/LoopOptWG_invite.ics U src/gnu/llvm/llvm/docs/_static/lines.gif U src/gnu/llvm/llvm/docs/_static/llvm.css N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/05-composite-plus.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/05-composite-plus.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.10.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.11.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.12.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.13.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.14.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.8.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.9.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/example-gpu-hardware.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/simt-execution-model.png U src/gnu/llvm/llvm/docs/PDB/CodeViewSymbols.rst U src/gnu/llvm/llvm/docs/PDB/CodeViewTypes.rst U src/gnu/llvm/llvm/docs/PDB/DbiStream.rst U src/gnu/llvm/llvm/docs/PDB/GlobalStream.rst U src/gnu/llvm/llvm/docs/PDB/HashTable.rst U src/gnu/llvm/llvm/docs/PDB/ModiStream.rst U src/gnu/llvm/llvm/docs/PDB/MsfFile.rst U src/gnu/llvm/llvm/docs/PDB/PdbStream.rst U src/gnu/llvm/llvm/docs/PDB/PublicStream.rst U src/gnu/llvm/llvm/docs/PDB/TpiStream.rst U src/gnu/llvm/llvm/docs/PDB/index.rst U src/gnu/llvm/llvm/docs/CommandGuide/FileCheck.rst U src/gnu/llvm/llvm/docs/CommandGuide/bugpoint.rst U src/gnu/llvm/llvm/docs/CommandGuide/clang-tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/dsymutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/index.rst U src/gnu/llvm/llvm/docs/CommandGuide/lit.rst U src/gnu/llvm/llvm/docs/CommandGuide/llc.rst U src/gnu/llvm/llvm/docs/CommandGuide/lldb-tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/lli.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-addr2line.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-ar.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-as.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-bcanalyzer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-config.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cov.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cxxfilt.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cxxmap.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-diff.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-dis.rst U src/gnu/llvm/llvm/docs/CommandGuide/opt.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-dwarfdump.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-dwarfutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-exegesis-analysis.png U src/gnu/llvm/llvm/docs/CommandGuide/llvm-exegesis.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-extract.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-ifs.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-install-name-tool.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-lib.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-libtool-darwin.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-link.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-lipo.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-locstats.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-mca.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-nm.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-objcopy.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-objdump.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-opt-report.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-otool.rst U src/gnu/llvm/llvm/docs/CommandGuide/tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-pdbutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-profdata.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-profgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-ranlib.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-readelf.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-readobj.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-remark-size-diff.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-remarkutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-size.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-stress.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-strings.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-strip.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-symbolizer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-tblgen.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-tli-checker.rst U src/gnu/llvm/llvm/docs/CommandGuide/locstats-compare.png U src/gnu/llvm/llvm/docs/CommandGuide/locstats-draw-plot.png U src/gnu/llvm/llvm/docs/CommandGuide/mlir-tblgen.rst U src/gnu/llvm/llvm/docs/DependenceGraphs/cycle.png U src/gnu/llvm/llvm/docs/DependenceGraphs/cycle_pi.png U src/gnu/llvm/llvm/docs/DependenceGraphs/index.rst U src/gnu/llvm/llvm/docs/DependenceGraphs/uml_builder_pattern.png U src/gnu/llvm/llvm/docs/DependenceGraphs/uml_nodes_and_edges.png U src/gnu/llvm/llvm/docs/Frontend/PerformanceTips.rst U src/gnu/llvm/llvm/docs/GlobalISel/GMIR.rst U src/gnu/llvm/llvm/docs/GlobalISel/GenericOpcode.rst U src/gnu/llvm/llvm/docs/GlobalISel/IRTranslator.rst U src/gnu/llvm/llvm/docs/GlobalISel/InstructionSelect.rst U src/gnu/llvm/llvm/docs/GlobalISel/KnownBits.rst U src/gnu/llvm/llvm/docs/GlobalISel/Legalizer.rst U src/gnu/llvm/llvm/docs/GlobalISel/Pipeline.rst U src/gnu/llvm/llvm/docs/GlobalISel/Porting.rst U src/gnu/llvm/llvm/docs/GlobalISel/RegBankSelect.rst U src/gnu/llvm/llvm/docs/GlobalISel/Resources.rst U src/gnu/llvm/llvm/docs/GlobalISel/block-extract.png U src/gnu/llvm/llvm/docs/GlobalISel/index.rst U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview-customized.png U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview-with-combiners.png U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview.png U src/gnu/llvm/llvm/docs/GlobalISel/testing-pass-level.png U src/gnu/llvm/llvm/docs/GlobalISel/testing-unit-level.png U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-09-AdveComments.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2002-05-12-InstListChange.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2007-OriginalClangReadme.txt U src/gnu/llvm/llvm/docs/Proposals/GitHubMove.rst U src/gnu/llvm/llvm/docs/Proposals/TestSuite.rst U src/gnu/llvm/llvm/docs/Proposals/VariableNames.rst U src/gnu/llvm/llvm/docs/Proposals/VectorPredication.rst U src/gnu/llvm/llvm/docs/Proposals/VectorizationPlan.rst U src/gnu/llvm/llvm/docs/TableGen/BackEnds.rst U src/gnu/llvm/llvm/docs/TableGen/BackGuide.rst U src/gnu/llvm/llvm/docs/TableGen/ProgRef.rst U src/gnu/llvm/llvm/docs/TableGen/index.rst U src/gnu/llvm/llvm/docs/_ocamldoc/style.css U src/gnu/llvm/llvm/docs/_templates/indexsidebar.html U src/gnu/llvm/llvm/docs/_templates/layout.html U src/gnu/llvm/llvm/docs/_themes/llvm-theme/layout.html U src/gnu/llvm/llvm/docs/_themes/llvm-theme/theme.conf U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/contents.png U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/llvm-theme.css U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/logo.png U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/navigation.png U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT1.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT2.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT3.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT4.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl01.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl02.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl03.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl04.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl05.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl06.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl07.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl08.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl09.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl10.rst U src/gnu/llvm/llvm/docs/tutorial/index.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05-cfg.png U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst U src/gnu/llvm/llvm/examples/CMakeLists.txt U src/gnu/llvm/llvm/examples/BrainF/BrainF.cpp U src/gnu/llvm/llvm/examples/BrainF/BrainF.h U src/gnu/llvm/llvm/examples/BrainF/BrainFDriver.cpp U src/gnu/llvm/llvm/examples/BrainF/CMakeLists.txt U src/gnu/llvm/llvm/examples/Bye/Bye.cpp U src/gnu/llvm/llvm/examples/Bye/CMakeLists.txt U src/gnu/llvm/llvm/examples/ExceptionDemo/CMakeLists.txt U src/gnu/llvm/llvm/examples/ExceptionDemo/ExceptionDemo.cpp U src/gnu/llvm/llvm/examples/Fibonacci/CMakeLists.txt U src/gnu/llvm/llvm/examples/Fibonacci/fibonacci.cpp U src/gnu/llvm/llvm/examples/HowToUseJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/HowToUseJIT/HowToUseJIT.cpp U src/gnu/llvm/llvm/examples/HowToUseLLJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp U src/gnu/llvm/llvm/examples/IRTransforms/CMakeLists.txt U src/gnu/llvm/llvm/examples/IRTransforms/SimplifyCFG.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/split-lib.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/split-lib.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/ModuleMaker/CMakeLists.txt U src/gnu/llvm/llvm/examples/ModuleMaker/ModuleMaker.cpp U src/gnu/llvm/llvm/examples/ModuleMaker/README.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/ExampleModules.h U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITRemovableCode/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITRemovableCode/LLJITRemovableCode.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithInitializers/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithInitializers/LLJITWithInitializers.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/OrcV2CBindingsDumpObjects.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c N src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/OrcV2CBindingsMCJITLikeMemoryManager.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/OrcV2CBindingsReflectProcessSymbols.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/OrcV2CBindingsRemovableCode.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c U src/gnu/llvm/llvm/examples/ParallelJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/ParallelJIT/ParallelJIT.cpp U src/gnu/llvm/llvm/examples/SpeculativeJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp U src/gnu/llvm/llvm/include/llvm-c/Analysis.h U src/gnu/llvm/llvm/include/llvm-c/BitReader.h U src/gnu/llvm/llvm/include/llvm-c/BitWriter.h U src/gnu/llvm/llvm/include/llvm-c/Comdat.h U src/gnu/llvm/llvm/include/llvm-c/Core.h U src/gnu/llvm/llvm/include/llvm-c/DataTypes.h U src/gnu/llvm/llvm/include/llvm-c/DebugInfo.h N src/gnu/llvm/llvm/include/llvm-c/Deprecated.h U src/gnu/llvm/llvm/include/llvm-c/Disassembler.h U src/gnu/llvm/llvm/include/llvm-c/DisassemblerTypes.h U src/gnu/llvm/llvm/include/llvm-c/Error.h U src/gnu/llvm/llvm/include/llvm-c/ErrorHandling.h U src/gnu/llvm/llvm/include/llvm-c/ExecutionEngine.h U src/gnu/llvm/llvm/include/llvm-c/ExternC.h U src/gnu/llvm/llvm/include/llvm-c/IRReader.h U src/gnu/llvm/llvm/include/llvm-c/Initialization.h U src/gnu/llvm/llvm/include/llvm-c/LLJIT.h U src/gnu/llvm/llvm/include/llvm-c/Linker.h U src/gnu/llvm/llvm/include/llvm-c/Object.h U src/gnu/llvm/llvm/include/llvm-c/Orc.h U src/gnu/llvm/llvm/include/llvm-c/OrcEE.h U src/gnu/llvm/llvm/include/llvm-c/Remarks.h U src/gnu/llvm/llvm/include/llvm-c/Support.h U src/gnu/llvm/llvm/include/llvm-c/Target.h U src/gnu/llvm/llvm/include/llvm-c/TargetMachine.h U src/gnu/llvm/llvm/include/llvm-c/Types.h N src/gnu/llvm/llvm/include/llvm-c/blake3.h U src/gnu/llvm/llvm/include/llvm-c/lto.h U src/gnu/llvm/llvm/include/llvm-c/module.modulemap U src/gnu/llvm/llvm/include/llvm-c/Transforms/IPO.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/InstCombine.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/PassBuilder.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/PassManagerBuilder.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Scalar.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Utils.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Vectorize.h U src/gnu/llvm/llvm/include/llvm/CMakeLists.txt C src/gnu/llvm/llvm/include/llvm/InitializePasses.h U src/gnu/llvm/llvm/include/llvm/LinkAllIR.h U src/gnu/llvm/llvm/include/llvm/LinkAllPasses.h U src/gnu/llvm/llvm/include/llvm/Pass.h U src/gnu/llvm/llvm/include/llvm/PassAnalysisSupport.h U src/gnu/llvm/llvm/include/llvm/PassInfo.h U src/gnu/llvm/llvm/include/llvm/PassRegistry.h U src/gnu/llvm/llvm/include/llvm/PassSupport.h U src/gnu/llvm/llvm/include/llvm/module.extern.modulemap U src/gnu/llvm/llvm/include/llvm/module.install.modulemap U src/gnu/llvm/llvm/include/llvm/module.modulemap U src/gnu/llvm/llvm/include/llvm/module.modulemap.build U src/gnu/llvm/llvm/include/llvm/ADT/APFixedPoint.h U src/gnu/llvm/llvm/include/llvm/ADT/APFloat.h U src/gnu/llvm/llvm/include/llvm/ADT/APInt.h U src/gnu/llvm/llvm/include/llvm/ADT/APSInt.h N src/gnu/llvm/llvm/include/llvm/ADT/AddressRanges.h U src/gnu/llvm/llvm/include/llvm/ADT/AllocatorList.h U src/gnu/llvm/llvm/include/llvm/ADT/Any.h U src/gnu/llvm/llvm/include/llvm/ADT/ArrayRef.h U src/gnu/llvm/llvm/include/llvm/ADT/BitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Bitfields.h U src/gnu/llvm/llvm/include/llvm/ADT/BitmaskEnum.h U src/gnu/llvm/llvm/include/llvm/ADT/BreadthFirstIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/CachedHashString.h U src/gnu/llvm/llvm/include/llvm/ADT/CoalescingBitVector.h N src/gnu/llvm/llvm/include/llvm/ADT/CombinationGenerator.h U src/gnu/llvm/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h U src/gnu/llvm/llvm/include/llvm/ADT/DeltaAlgorithm.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseMap.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseMapInfo.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseSet.h U src/gnu/llvm/llvm/include/llvm/ADT/None.h U src/gnu/llvm/llvm/include/llvm/ADT/DepthFirstIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/DirectedGraph.h U src/gnu/llvm/llvm/include/llvm/ADT/EnumeratedArray.h U src/gnu/llvm/llvm/include/llvm/ADT/EpochTracker.h U src/gnu/llvm/llvm/include/llvm/ADT/EquivalenceClasses.h U src/gnu/llvm/llvm/include/llvm/ADT/FloatingPointMode.h U src/gnu/llvm/llvm/include/llvm/ADT/FoldingSet.h U src/gnu/llvm/llvm/include/llvm/ADT/FunctionExtras.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericCycleImpl.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericCycleInfo.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericSSAContext.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericUniformityImpl.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericUniformityInfo.h U src/gnu/llvm/llvm/include/llvm/ADT/GraphTraits.h U src/gnu/llvm/llvm/include/llvm/ADT/Hashing.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableList.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableMap.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableSet.h U src/gnu/llvm/llvm/include/llvm/ADT/IndexedMap.h U src/gnu/llvm/llvm/include/llvm/ADT/IntEqClasses.h U src/gnu/llvm/llvm/include/llvm/ADT/IntervalMap.h N src/gnu/llvm/llvm/include/llvm/ADT/IntervalTree.h U src/gnu/llvm/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h U src/gnu/llvm/llvm/include/llvm/ADT/MapVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Optional.h U src/gnu/llvm/llvm/include/llvm/ADT/PackedVector.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerEmbeddedInt.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerIntPair.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerSumType.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerUnion.h U src/gnu/llvm/llvm/include/llvm/ADT/PostOrderIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/PriorityQueue.h U src/gnu/llvm/llvm/include/llvm/ADT/PriorityWorklist.h U src/gnu/llvm/llvm/include/llvm/ADT/SCCIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/STLExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/STLForwardCompat.h N src/gnu/llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/ScopeExit.h U src/gnu/llvm/llvm/include/llvm/ADT/ScopedHashTable.h U src/gnu/llvm/llvm/include/llvm/ADT/Sequence.h U src/gnu/llvm/llvm/include/llvm/ADT/SetOperations.h U src/gnu/llvm/llvm/include/llvm/ADT/SetVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallBitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallPtrSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallString.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseBitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseMultiSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseSet.h U src/gnu/llvm/llvm/include/llvm/ADT/Statistic.h U src/gnu/llvm/llvm/include/llvm/ADT/StringExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/StringMap.h U src/gnu/llvm/llvm/include/llvm/ADT/StringMapEntry.h U src/gnu/llvm/llvm/include/llvm/ADT/StringRef.h U src/gnu/llvm/llvm/include/llvm/ADT/StringSet.h U src/gnu/llvm/llvm/include/llvm/ADT/StringSwitch.h U src/gnu/llvm/llvm/include/llvm/ADT/TinyPtrVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Triple.h U src/gnu/llvm/llvm/include/llvm/ADT/Twine.h U src/gnu/llvm/llvm/include/llvm/ADT/TypeSwitch.h N src/gnu/llvm/llvm/include/llvm/ADT/Uniformity.h U src/gnu/llvm/llvm/include/llvm/ADT/UniqueVector.h U src/gnu/llvm/llvm/include/llvm/ADT/bit.h U src/gnu/llvm/llvm/include/llvm/ADT/edit_distance.h U src/gnu/llvm/llvm/include/llvm/ADT/fallible_iterator.h N src/gnu/llvm/llvm/include/llvm/ADT/identity.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_base.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_iterator.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node_base.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node_options.h U src/gnu/llvm/llvm/include/llvm/ADT/iterator.h U src/gnu/llvm/llvm/include/llvm/ADT/iterator_range.h U src/gnu/llvm/llvm/include/llvm/ADT/simple_ilist.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasSetTracker.h U src/gnu/llvm/llvm/include/llvm/Analysis/AssumeBundleQueries.h U src/gnu/llvm/llvm/include/llvm/Analysis/AssumptionCache.h U src/gnu/llvm/llvm/include/llvm/Analysis/BasicAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/BlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/BranchProbabilityInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/CFG.h U src/gnu/llvm/llvm/include/llvm/Analysis/CFGPrinter.h N src/gnu/llvm/llvm/include/llvm/Analysis/CFGSCCPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/CGSCCPassManager.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallGraph.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallGraphSCCPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/CaptureTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/DDG.h U src/gnu/llvm/llvm/include/llvm/Analysis/CmpInstAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/CodeMetrics.h U src/gnu/llvm/llvm/include/llvm/Analysis/ConstantFolding.h U src/gnu/llvm/llvm/include/llvm/Analysis/ConstraintSystem.h N src/gnu/llvm/llvm/include/llvm/Analysis/CostModel.h N src/gnu/llvm/llvm/include/llvm/Analysis/CycleAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DDGPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/Delinearization.h U src/gnu/llvm/llvm/include/llvm/Analysis/DemandedBits.h U src/gnu/llvm/llvm/include/llvm/Analysis/DependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DependenceGraphBuilder.h U src/gnu/llvm/llvm/include/llvm/Analysis/DivergenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DomPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/DomTreeUpdater.h U src/gnu/llvm/llvm/include/llvm/Analysis/DominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Analysis/DominanceFrontierImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/GlobalsModRef.h U src/gnu/llvm/llvm/include/llvm/Analysis/EHPersonalities.h U src/gnu/llvm/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/GuardUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/HeatUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h U src/gnu/llvm/llvm/include/llvm/Analysis/IVDescriptors.h U src/gnu/llvm/llvm/include/llvm/Analysis/IVUsers.h U src/gnu/llvm/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/IndirectCallVisitor.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineCost.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h N src/gnu/llvm/llvm/include/llvm/Analysis/InlineOrder.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstCount.h N src/gnu/llvm/llvm/include/llvm/Analysis/InstSimplifyFolder.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstructionSimplify.h U src/gnu/llvm/llvm/include/llvm/Analysis/Interval.h U src/gnu/llvm/llvm/include/llvm/Analysis/IntervalIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/IntervalPartition.h U src/gnu/llvm/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyCallGraph.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyValueInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/Lint.h U src/gnu/llvm/llvm/include/llvm/Analysis/Loads.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopAccessAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopAnalysisManager.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopCacheAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopNestAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h U src/gnu/llvm/llvm/include/llvm/Analysis/MLInlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/MLModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemDerefPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryBuiltins.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryLocation.h N src/gnu/llvm/llvm/include/llvm/Analysis/MemoryProfileInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemorySSA.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemorySSAUpdater.h N src/gnu/llvm/llvm/include/llvm/Analysis/ModelUnderTrainingRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/MustExecute.h N src/gnu/llvm/llvm/include/llvm/Analysis/NoInferenceModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCInstKind.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCUtil.h U src/gnu/llvm/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h U src/gnu/llvm/llvm/include/llvm/Analysis/OverflowInstAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/PHITransAddr.h U src/gnu/llvm/llvm/include/llvm/Analysis/Passes.h U src/gnu/llvm/llvm/include/llvm/Analysis/PhiValues.h U src/gnu/llvm/llvm/include/llvm/Analysis/PostDominators.h U src/gnu/llvm/llvm/include/llvm/Analysis/ProfileSummaryInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/PtrUseVisitor.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionPrinter.h N src/gnu/llvm/llvm/include/llvm/Analysis/ReleaseModeModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ReplayInlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/Trace.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolution.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionDivision.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h N src/gnu/llvm/llvm/include/llvm/Analysis/ScalarFuncs.def U src/gnu/llvm/llvm/include/llvm/Analysis/ScopedNoAliasAA.h U src/gnu/llvm/llvm/include/llvm/Analysis/SparsePropagation.h U src/gnu/llvm/llvm/include/llvm/Analysis/StackLifetime.h U src/gnu/llvm/llvm/include/llvm/Analysis/StackSafetyAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/SyncDependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/SyntheticCountsUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetFolder.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetLibraryInfo.def U src/gnu/llvm/llvm/include/llvm/Analysis/TargetLibraryInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetTransformInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h N src/gnu/llvm/llvm/include/llvm/Analysis/TensorSpec.h U src/gnu/llvm/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/TypeMetadataUtils.h N src/gnu/llvm/llvm/include/llvm/Analysis/UniformityAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueLattice.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueLatticeUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/VecFuncs.def U src/gnu/llvm/llvm/include/llvm/Analysis/VectorUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/Local.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/TFUtils.h N src/gnu/llvm/llvm/include/llvm/Analysis/Utils/TrainingLogger.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLLexer.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLParser.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLToken.h U src/gnu/llvm/llvm/include/llvm/AsmParser/Parser.h U src/gnu/llvm/llvm/include/llvm/AsmParser/SlotMapping.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/COFF.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/DXContainer.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/DXContainerConstants.def C src/gnu/llvm/llvm/include/llvm/BinaryFormat/Dwarf.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Dwarf.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/DynamicTags.def C src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELF.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/GOFF.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MachO.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MachO.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Magic.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Minidump.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MinidumpConstants.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPack.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPack.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackDocument.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackReader.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackWriter.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/Swift.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/Swift.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Wasm.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/WasmRelocs.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/WasmTraits.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/XCOFF.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ARC.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AVR.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Lanai.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/M68k.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Mips.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Sparc.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/i386.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/x86_64.def U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeCommon.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeConvenience.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeReader.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeWriter.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeWriterPass.h U src/gnu/llvm/llvm/include/llvm/Bitcode/LLVMBitCodes.h N src/gnu/llvm/llvm/include/llvm/Bitstream/BitCodeEnums.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitCodes.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitstreamReader.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitstreamWriter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AccelTable.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Analysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AntiDepBreaker.h C src/gnu/llvm/llvm/include/llvm/CodeGen/AsmPrinter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AsmPrinterHandler.h N src/gnu/llvm/llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AtomicExpandUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h N src/gnu/llvm/llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h U src/gnu/llvm/llvm/include/llvm/CodeGen/BasicTTIImpl.h N src/gnu/llvm/llvm/include/llvm/CodeGen/CFIFixup.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CSEConfigBase.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CalcSpillWeights.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CallingConvLower.h N src/gnu/llvm/llvm/include/llvm/CodeGen/CodeGenCommonISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CostTable.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CommandFlags.h N src/gnu/llvm/llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DAGCombine.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DFAPacketizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DIE.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DIEValue.def U src/gnu/llvm/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DebugHandlerBase.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/EdgeBundles.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExecutionDomainFix.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExpandReductions.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExpandVectorPredication.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FastISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FaultMaps.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GCMetadata.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GCMetadataPrinter.h C src/gnu/llvm/llvm/include/llvm/CodeGen/Passes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ISDOpcodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/IndirectThunks.h U src/gnu/llvm/llvm/include/llvm/CodeGen/IntrinsicLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LexicalScopes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveInterval.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervalCalc.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervalUnion.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervals.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LivePhysRegs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRangeCalc.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRangeEdit.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRegMatrix.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRegUnits.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveStacks.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveVariables.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LoopTraversal.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LowLevelType.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MBFIWrapper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRFSDiscriminator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRFormatter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRPrinter.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MIRSampleProfile.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRYamlMapping.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachORelocation.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBasicBlock.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCFGPrinter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCombinerPattern.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineConstantPool.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCycleAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFGraph.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineDominators.h C src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFrameInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFunction.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFunctionPass.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstr.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBundle.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineLoopInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineLoopUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineMemOperand.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOperand.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOutliner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassManager.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassRegistry.def U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePipeliner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePostDominators.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineRegionInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineRegisterInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSSAContext.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSSAUpdater.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineScheduler.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSizeOpts.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineStableHash.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineTraceMetrics.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MacroFusion.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ModuloSchedule.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MultiHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQPRAConstraint.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ParallelCG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PseudoSourceValue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFLiveness.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFRegisters.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ReachingDefAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocCommon.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocPBQP.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Register.h N src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterBank.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Spiller.h N src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterBankInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterClassInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterPressure.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterScavenging.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterUsageInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ReplaceWithVeclib.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RuntimeLibcalls.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SDNodeProperties.td U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDFS.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SchedulerRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGNodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SlotIndexes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StableHashing.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StackMaps.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StackProtector.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TailDuplicator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetCallingConv.h C src/gnu/llvm/llvm/include/llvm/CodeGen/TargetFrameLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetInstrInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetOpcodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetPassConfig.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetRegisterInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetSchedule.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TileShapeInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/TypePromotion.h U src/gnu/llvm/llvm/include/llvm/CodeGen/UnreachableBlockElim.h N src/gnu/llvm/llvm/include/llvm/CodeGen/VLIWMachineScheduler.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ValueTypes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ValueTypes.td U src/gnu/llvm/llvm/include/llvm/CodeGen/VirtRegMap.h U src/gnu/llvm/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/WinEHFuncInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Graph.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Math.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Solution.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Utils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/MIParser.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h U src/gnu/llvm/llvm/include/llvm/Config/AsmParsers.def.in U src/gnu/llvm/llvm/include/llvm/Config/AsmPrinters.def.in U src/gnu/llvm/llvm/include/llvm/Config/Disassemblers.def.in N src/gnu/llvm/llvm/include/llvm/Config/TargetExegesis.def.in N src/gnu/llvm/llvm/include/llvm/Config/TargetMCAs.def.in U src/gnu/llvm/llvm/include/llvm/Config/Targets.def.in U src/gnu/llvm/llvm/include/llvm/Config/abi-breaking.h.cmake U src/gnu/llvm/llvm/include/llvm/Config/config.h.cmake U src/gnu/llvm/llvm/include/llvm/Config/llvm-config.h.cmake U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinker.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFStreamer.h N src/gnu/llvm/llvm/include/llvm/DWARFLinkerParallel/DWARFLinker.h U src/gnu/llvm/llvm/include/llvm/DWP/DWP.h U src/gnu/llvm/llvm/include/llvm/DWP/DWPError.h U src/gnu/llvm/llvm/include/llvm/DWP/DWPStringPool.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DIContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeView.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewTypes.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/Formatters.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/FunctionId.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/GUID.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/Line.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/RecordName.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeTableCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAttribute.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FileEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FileWriter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/GsymReader.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/Header.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LineEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LineTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LookupResult.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/StringTable.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/IMSFFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/GenericError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDB.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/UDTLayout.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIATable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/EnumTables.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/Formatters.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/Hash.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InfoStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PublicsStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawConstants.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/SymbolStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/Markup.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/BuildIDFetcher.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/Debuginfod.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/HTTPClient.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/HTTPServer.h U src/gnu/llvm/llvm/include/llvm/Demangle/Demangle.h U src/gnu/llvm/llvm/include/llvm/Demangle/DemangleConfig.h U src/gnu/llvm/llvm/include/llvm/Demangle/ItaniumDemangle.h N src/gnu/llvm/llvm/include/llvm/Demangle/ItaniumNodes.def U src/gnu/llvm/llvm/include/llvm/Demangle/MicrosoftDemangle.h U src/gnu/llvm/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h U src/gnu/llvm/llvm/include/llvm/Demangle/README.txt U src/gnu/llvm/llvm/include/llvm/Demangle/StringView.h U src/gnu/llvm/llvm/include/llvm/Demangle/Utility.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/GenericValue.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Interpreter.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITEventListener.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITSymbol.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/MCJIT.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ObjectCache.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/COFF.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/i386.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/riscv.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Core.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Layer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h U src/gnu/llvm/llvm/include/llvm/FileCheck/FileCheck.h U src/gnu/llvm/llvm/include/llvm/Frontend/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/Directive/DirectiveBase.td N src/gnu/llvm/llvm/include/llvm/Frontend/HLSL/HLSLResource.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/ACC.td U src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMP.td N src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPAssume.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPContext.h N src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def U src/gnu/llvm/llvm/include/llvm/FuzzMutate/FuzzerCLI.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/IRMutator.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/OpDescriptor.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/Operations.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/Random.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/RandomIRBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/AbstractCallSite.h U src/gnu/llvm/llvm/include/llvm/IR/Argument.h U src/gnu/llvm/llvm/include/llvm/IR/AssemblyAnnotationWriter.h U src/gnu/llvm/llvm/include/llvm/IR/Assumptions.h U src/gnu/llvm/llvm/include/llvm/IR/Attributes.h U src/gnu/llvm/llvm/include/llvm/IR/Attributes.td U src/gnu/llvm/llvm/include/llvm/IR/AutoUpgrade.h U src/gnu/llvm/llvm/include/llvm/IR/BasicBlock.h U src/gnu/llvm/llvm/include/llvm/IR/BuiltinGCs.h U src/gnu/llvm/llvm/include/llvm/IR/CFG.h U src/gnu/llvm/llvm/include/llvm/IR/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/IR/CallingConv.h U src/gnu/llvm/llvm/include/llvm/IR/Comdat.h U src/gnu/llvm/llvm/include/llvm/IR/Constant.h N src/gnu/llvm/llvm/include/llvm/IR/ConstantFold.h U src/gnu/llvm/llvm/include/llvm/IR/ConstantFolder.h U src/gnu/llvm/llvm/include/llvm/IR/ConstantRange.h U src/gnu/llvm/llvm/include/llvm/IR/Constants.h U src/gnu/llvm/llvm/include/llvm/IR/ConstrainedOps.def U src/gnu/llvm/llvm/include/llvm/IR/DIBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/DataLayout.h U src/gnu/llvm/llvm/include/llvm/IR/DebugInfo.h U src/gnu/llvm/llvm/include/llvm/IR/DebugInfoFlags.def U src/gnu/llvm/llvm/include/llvm/IR/DebugInfoMetadata.h U src/gnu/llvm/llvm/include/llvm/IR/DebugLoc.h U src/gnu/llvm/llvm/include/llvm/IR/DerivedTypes.h U src/gnu/llvm/llvm/include/llvm/IR/DerivedUser.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticHandler.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticInfo.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticPrinter.h U src/gnu/llvm/llvm/include/llvm/IR/Dominators.h N src/gnu/llvm/llvm/include/llvm/IR/FMF.h U src/gnu/llvm/llvm/include/llvm/IR/FPEnv.h U src/gnu/llvm/llvm/include/llvm/IR/FixedMetadataKinds.def U src/gnu/llvm/llvm/include/llvm/IR/FixedPointBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Function.h U src/gnu/llvm/llvm/include/llvm/IR/GCStrategy.h U src/gnu/llvm/llvm/include/llvm/IR/GVMaterializer.h U src/gnu/llvm/llvm/include/llvm/IR/GetElementPtrTypeIterator.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalAlias.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalIFunc.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalObject.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalValue.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalVariable.h U src/gnu/llvm/llvm/include/llvm/IR/IRBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/IRBuilderFolder.h U src/gnu/llvm/llvm/include/llvm/IR/IRPrintingPasses.h U src/gnu/llvm/llvm/include/llvm/IR/InlineAsm.h U src/gnu/llvm/llvm/include/llvm/IR/InstIterator.h U src/gnu/llvm/llvm/include/llvm/IR/InstVisitor.h U src/gnu/llvm/llvm/include/llvm/IR/InstrTypes.h U src/gnu/llvm/llvm/include/llvm/IR/Instruction.def U src/gnu/llvm/llvm/include/llvm/IR/Instruction.h U src/gnu/llvm/llvm/include/llvm/IR/Instructions.h U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicInst.h U src/gnu/llvm/llvm/include/llvm/IR/Intrinsics.h U src/gnu/llvm/llvm/include/llvm/IR/Intrinsics.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsAArch64.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsAMDGPU.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsARM.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsBPF.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsDirectX.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsHexagon.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsHexagonDep.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsLoongArch.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsMips.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsNVVM.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsPowerPC.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsRISCV.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsSPIRV.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsSystemZ.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsVE.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsVEVL.gen.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsWebAssembly.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsX86.td U src/gnu/llvm/llvm/include/llvm/IR/LLVMContext.h U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsXCore.td U src/gnu/llvm/llvm/include/llvm/IR/LLVMRemarkStreamer.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassManager.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassManagers.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassNameParser.h U src/gnu/llvm/llvm/include/llvm/IR/MDBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Mangler.h U src/gnu/llvm/llvm/include/llvm/IR/MatrixBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Metadata.def U src/gnu/llvm/llvm/include/llvm/IR/Metadata.h U src/gnu/llvm/llvm/include/llvm/IR/Module.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSlotTracker.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSummaryIndex.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h U src/gnu/llvm/llvm/include/llvm/IR/NoFolder.h U src/gnu/llvm/llvm/include/llvm/IR/OperandTraits.h U src/gnu/llvm/llvm/include/llvm/IR/Operator.h U src/gnu/llvm/llvm/include/llvm/IR/OptBisect.h U src/gnu/llvm/llvm/include/llvm/IR/PassInstrumentation.h U src/gnu/llvm/llvm/include/llvm/IR/Type.h U src/gnu/llvm/llvm/include/llvm/IR/PassManager.h U src/gnu/llvm/llvm/include/llvm/IR/PassManagerImpl.h U src/gnu/llvm/llvm/include/llvm/IR/PassManagerInternal.h U src/gnu/llvm/llvm/include/llvm/IR/PassTimingInfo.h U src/gnu/llvm/llvm/include/llvm/IR/PatternMatch.h U src/gnu/llvm/llvm/include/llvm/IR/PredIteratorCache.h U src/gnu/llvm/llvm/include/llvm/IR/PrintPasses.h N src/gnu/llvm/llvm/include/llvm/IR/ProfDataUtils.h U src/gnu/llvm/llvm/include/llvm/IR/ProfileSummary.h U src/gnu/llvm/llvm/include/llvm/IR/PseudoProbe.h U src/gnu/llvm/llvm/include/llvm/IR/ReplaceConstant.h U src/gnu/llvm/llvm/include/llvm/IR/RuntimeLibcalls.def N src/gnu/llvm/llvm/include/llvm/IR/SSAContext.h U src/gnu/llvm/llvm/include/llvm/IR/SafepointIRVerifier.h U src/gnu/llvm/llvm/include/llvm/IR/Statepoint.h U src/gnu/llvm/llvm/include/llvm/IR/StructuralHash.h U src/gnu/llvm/llvm/include/llvm/IR/SymbolTableListTraits.h U src/gnu/llvm/llvm/include/llvm/IR/TrackingMDRef.h U src/gnu/llvm/llvm/include/llvm/IR/TypeFinder.h N src/gnu/llvm/llvm/include/llvm/IR/TypedPointerType.h U src/gnu/llvm/llvm/include/llvm/IR/Use.h U src/gnu/llvm/llvm/include/llvm/IR/UseListOrder.h U src/gnu/llvm/llvm/include/llvm/IR/User.h U src/gnu/llvm/llvm/include/llvm/IR/VPIntrinsics.def U src/gnu/llvm/llvm/include/llvm/IR/Value.def U src/gnu/llvm/llvm/include/llvm/IR/Value.h U src/gnu/llvm/llvm/include/llvm/IR/ValueHandle.h U src/gnu/llvm/llvm/include/llvm/IR/ValueMap.h U src/gnu/llvm/llvm/include/llvm/IR/ValueSymbolTable.h N src/gnu/llvm/llvm/include/llvm/IR/VectorBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Verifier.h N src/gnu/llvm/llvm/include/llvm/IRPrinter/IRPrintingPasses.h U src/gnu/llvm/llvm/include/llvm/IRReader/IRReader.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/ELFObjHandler.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/IFSHandler.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/IFSStub.h U src/gnu/llvm/llvm/include/llvm/LTO/Config.h U src/gnu/llvm/llvm/include/llvm/LTO/LTO.h U src/gnu/llvm/llvm/include/llvm/LTO/LTOBackend.h U src/gnu/llvm/llvm/include/llvm/LTO/SummaryBasedOptimizations.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/LTOModule.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/UpdateCompilerUsed.h U src/gnu/llvm/llvm/include/llvm/LineEditor/LineEditor.h U src/gnu/llvm/llvm/include/llvm/Linker/IRMover.h U src/gnu/llvm/llvm/include/llvm/Linker/Linker.h U src/gnu/llvm/llvm/include/llvm/MC/ConstantPools.h U src/gnu/llvm/llvm/include/llvm/MC/LaneBitmask.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmBackend.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoDarwin.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoELF.h N src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmLayout.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmMacro.h U src/gnu/llvm/llvm/include/llvm/MC/MCAssembler.h U src/gnu/llvm/llvm/include/llvm/MC/MCCodeEmitter.h U src/gnu/llvm/llvm/include/llvm/MC/MCCodeView.h U src/gnu/llvm/llvm/include/llvm/MC/MCContext.h N src/gnu/llvm/llvm/include/llvm/MC/MCDXContainerStreamer.h N src/gnu/llvm/llvm/include/llvm/MC/MCDXContainerWriter.h N src/gnu/llvm/llvm/include/llvm/MC/MCDecoderOps.h U src/gnu/llvm/llvm/include/llvm/MC/MCDirectives.h U src/gnu/llvm/llvm/include/llvm/MC/MCDwarf.h U src/gnu/llvm/llvm/include/llvm/MC/MCELFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCELFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCExpr.h U src/gnu/llvm/llvm/include/llvm/MC/MCFixup.h U src/gnu/llvm/llvm/include/llvm/MC/MCFixupKindInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCFragment.h U src/gnu/llvm/llvm/include/llvm/MC/MCInst.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstBuilder.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstPrinter.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrAnalysis.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrDesc.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrItineraries.h U src/gnu/llvm/llvm/include/llvm/MC/MCLabel.h U src/gnu/llvm/llvm/include/llvm/MC/MCLinkerOptimizationHint.h U src/gnu/llvm/llvm/include/llvm/MC/MCMachObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectFileInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCPseudoProbe.h U src/gnu/llvm/llvm/include/llvm/MC/MCRegister.h U src/gnu/llvm/llvm/include/llvm/MC/MCRegisterInfo.h N src/gnu/llvm/llvm/include/llvm/MC/MCSPIRVObjectWriter.h N src/gnu/llvm/llvm/include/llvm/MC/MCSPIRVStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSchedule.h U src/gnu/llvm/llvm/include/llvm/MC/MCSection.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionCOFF.h N src/gnu/llvm/llvm/include/llvm/MC/MCSectionDXContainer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionELF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionMachO.h N src/gnu/llvm/llvm/include/llvm/MC/MCSectionSPIRV.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbol.h U src/gnu/llvm/llvm/include/llvm/MC/MCSubtargetInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCValue.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolELF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolMachO.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCTargetOptions.h U src/gnu/llvm/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h U src/gnu/llvm/llvm/include/llvm/MC/MCWasmObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCWasmStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCWin64EH.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinCOFFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinEH.h U src/gnu/llvm/llvm/include/llvm/MC/MCXCOFFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCXCOFFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MachineLocation.h U src/gnu/llvm/llvm/include/llvm/MC/SectionKind.h U src/gnu/llvm/llvm/include/llvm/MC/SubtargetFeature.h U src/gnu/llvm/llvm/include/llvm/MC/StringTableBuilder.h N src/gnu/llvm/llvm/include/llvm/MC/TargetRegistry.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCSymbolizer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/AsmCond.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/AsmLexer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmLexer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParser.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h U src/gnu/llvm/llvm/include/llvm/MCA/CodeEmitter.h U src/gnu/llvm/llvm/include/llvm/MCA/Context.h U src/gnu/llvm/llvm/include/llvm/MCA/CustomBehaviour.h U src/gnu/llvm/llvm/include/llvm/MCA/HWEventListener.h N src/gnu/llvm/llvm/include/llvm/MCA/IncrementalSourceMgr.h U src/gnu/llvm/llvm/include/llvm/MCA/InstrBuilder.h U src/gnu/llvm/llvm/include/llvm/MCA/Instruction.h U src/gnu/llvm/llvm/include/llvm/MCA/Pipeline.h U src/gnu/llvm/llvm/include/llvm/MCA/SourceMgr.h U src/gnu/llvm/llvm/include/llvm/MCA/Support.h N src/gnu/llvm/llvm/include/llvm/MCA/View.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/HardwareUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/LSUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/RetireControlUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/DispatchStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/EntryStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/ExecuteStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/InOrderIssueStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/InstructionTables.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/RetireStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/Stage.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/CommonConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ConfigManager.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MultiFormatConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ObjCopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/COFF/COFFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/COFF/COFFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ELF/ELFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MachO/MachOConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MachO/MachOObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/wasm/WasmConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/wasm/WasmObjcopy.h U src/gnu/llvm/llvm/include/llvm/Object/Archive.h U src/gnu/llvm/llvm/include/llvm/Object/ArchiveWriter.h U src/gnu/llvm/llvm/include/llvm/Object/Binary.h N src/gnu/llvm/llvm/include/llvm/Object/BuildID.h U src/gnu/llvm/llvm/include/llvm/Object/COFF.h U src/gnu/llvm/llvm/include/llvm/Object/COFFImportFile.h U src/gnu/llvm/llvm/include/llvm/Object/COFFModuleDefinition.h U src/gnu/llvm/llvm/include/llvm/Object/CVDebugRecord.h N src/gnu/llvm/llvm/include/llvm/Object/DXContainer.h U src/gnu/llvm/llvm/include/llvm/Object/Decompressor.h U src/gnu/llvm/llvm/include/llvm/Object/ELF.h U src/gnu/llvm/llvm/include/llvm/Object/ELFObjectFile.h U src/gnu/llvm/llvm/include/llvm/Object/ELFTypes.h U src/gnu/llvm/llvm/include/llvm/Object/Error.h U src/gnu/llvm/llvm/include/llvm/Object/FaultMapParser.h U src/gnu/llvm/llvm/include/llvm/Object/IRObjectFile.h U src/gnu/llvm/llvm/include/llvm/Object/IRSymtab.h U src/gnu/llvm/llvm/include/llvm/Object/MachO.h U src/gnu/llvm/llvm/include/llvm/Object/MachOUniversal.h U src/gnu/llvm/llvm/include/llvm/Object/MachOUniversalWriter.h U src/gnu/llvm/llvm/include/llvm/Object/Minidump.h U src/gnu/llvm/llvm/include/llvm/Object/ModuleSymbolTable.h U src/gnu/llvm/llvm/include/llvm/Object/ObjectFile.h N src/gnu/llvm/llvm/include/llvm/Object/OffloadBinary.h U src/gnu/llvm/llvm/include/llvm/Object/RelocationResolver.h U src/gnu/llvm/llvm/include/llvm/Object/StackMapParser.h U src/gnu/llvm/llvm/include/llvm/Object/SymbolSize.h U src/gnu/llvm/llvm/include/llvm/Object/SymbolicFile.h U src/gnu/llvm/llvm/include/llvm/Object/TapiFile.h U src/gnu/llvm/llvm/include/llvm/Object/TapiUniversal.h U src/gnu/llvm/llvm/include/llvm/Object/Wasm.h U src/gnu/llvm/llvm/include/llvm/Object/WindowsMachineFlag.h U src/gnu/llvm/llvm/include/llvm/Object/WindowsResource.h U src/gnu/llvm/llvm/include/llvm/Object/XCOFFObjectFile.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ArchiveYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/COFFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/DWARFEmitter.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/DWARFYAML.h N src/gnu/llvm/llvm/include/llvm/ObjectYAML/DXContainerYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ELFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/MachOYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/MinidumpYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ObjectYAML.h N src/gnu/llvm/llvm/include/llvm/ObjectYAML/OffloadYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/WasmYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/XCOFFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/YAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/yaml2obj.h U src/gnu/llvm/llvm/include/llvm/Option/Arg.h U src/gnu/llvm/llvm/include/llvm/Option/ArgList.h U src/gnu/llvm/llvm/include/llvm/Option/OptParser.td U src/gnu/llvm/llvm/include/llvm/Option/OptSpecifier.h U src/gnu/llvm/llvm/include/llvm/Option/OptTable.h U src/gnu/llvm/llvm/include/llvm/Option/Option.h N src/gnu/llvm/llvm/include/llvm/Passes/OptimizationLevel.h U src/gnu/llvm/llvm/include/llvm/Passes/PassBuilder.h U src/gnu/llvm/llvm/include/llvm/Passes/PassPlugin.h U src/gnu/llvm/llvm/include/llvm/Passes/StandardInstrumentations.h U src/gnu/llvm/llvm/include/llvm/ProfileData/GCOV.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProf.h N src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfCorrelator.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfData.inc U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfWriter.h N src/gnu/llvm/llvm/include/llvm/ProfileData/MIBEntryDef.inc N src/gnu/llvm/llvm/include/llvm/ProfileData/MemProf.h N src/gnu/llvm/llvm/include/llvm/ProfileData/MemProfData.inc U src/gnu/llvm/llvm/include/llvm/ProfileData/ProfileCommon.h N src/gnu/llvm/llvm/include/llvm/ProfileData/RawMemProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProf.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProfWriter.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkContainer.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Remarks/HotnessThresholdParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/Remark.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkFormat.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkLinker.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkStreamer.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkStringTable.h U src/gnu/llvm/llvm/include/llvm/Remarks/YAMLRemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Support/AArch64TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/AMDGPUMetadata.h U src/gnu/llvm/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h U src/gnu/llvm/llvm/include/llvm/Support/ARMAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/ARMBuildAttributes.h U src/gnu/llvm/llvm/include/llvm/Support/ARMEHABI.h U src/gnu/llvm/llvm/include/llvm/Support/ARMTargetParser.h N src/gnu/llvm/llvm/include/llvm/Support/ARMTargetParserCommon.h U src/gnu/llvm/llvm/include/llvm/Support/ARMWinEH.h U src/gnu/llvm/llvm/include/llvm/Support/AlignOf.h U src/gnu/llvm/llvm/include/llvm/Support/Alignment.h U src/gnu/llvm/llvm/include/llvm/Support/Allocator.h U src/gnu/llvm/llvm/include/llvm/Support/AllocatorBase.h U src/gnu/llvm/llvm/include/llvm/Support/ArrayRecycler.h U src/gnu/llvm/llvm/include/llvm/Support/Atomic.h U src/gnu/llvm/llvm/include/llvm/Support/AtomicOrdering.h U src/gnu/llvm/llvm/include/llvm/Support/AutoConvert.h U src/gnu/llvm/llvm/include/llvm/Support/Automaton.h U src/gnu/llvm/llvm/include/llvm/Support/BCD.h N src/gnu/llvm/llvm/include/llvm/Support/BLAKE3.h U src/gnu/llvm/llvm/include/llvm/Support/Base64.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryByteStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryItemStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamArray.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamError.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamReader.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamRef.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamWriter.h U src/gnu/llvm/llvm/include/llvm/Support/BlockFrequency.h U src/gnu/llvm/llvm/include/llvm/Support/BranchProbability.h U src/gnu/llvm/llvm/include/llvm/Support/BuryPointer.h U src/gnu/llvm/llvm/include/llvm/Support/CBindingWrapping.h U src/gnu/llvm/llvm/include/llvm/Support/CFGDiff.h U src/gnu/llvm/llvm/include/llvm/Support/CFGUpdate.h U src/gnu/llvm/llvm/include/llvm/Support/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Support/COM.h U src/gnu/llvm/llvm/include/llvm/Support/CRC.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYAttributeParser.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYAttributes.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYTargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/CachePruning.h N src/gnu/llvm/llvm/include/llvm/Support/Caching.h U src/gnu/llvm/llvm/include/llvm/Support/Capacity.h U src/gnu/llvm/llvm/include/llvm/Support/Casting.h U src/gnu/llvm/llvm/include/llvm/Support/CheckedArithmetic.h U src/gnu/llvm/llvm/include/llvm/Support/Chrono.h U src/gnu/llvm/llvm/include/llvm/Support/CodeGen.h U src/gnu/llvm/llvm/include/llvm/Support/CodeGenCoverage.h U src/gnu/llvm/llvm/include/llvm/Support/CommandLine.h U src/gnu/llvm/llvm/include/llvm/Support/Compiler.h U src/gnu/llvm/llvm/include/llvm/Support/Compression.h U src/gnu/llvm/llvm/include/llvm/Support/ConvertUTF.h U src/gnu/llvm/llvm/include/llvm/Support/CrashRecoveryContext.h U src/gnu/llvm/llvm/include/llvm/Support/DJB.h U src/gnu/llvm/llvm/include/llvm/Support/DOTGraphTraits.h N src/gnu/llvm/llvm/include/llvm/Support/DXILOperationCommon.h U src/gnu/llvm/llvm/include/llvm/Support/DataExtractor.h U src/gnu/llvm/llvm/include/llvm/Support/DataTypes.h U src/gnu/llvm/llvm/include/llvm/Support/Debug.h U src/gnu/llvm/llvm/include/llvm/Support/Errc.h U src/gnu/llvm/llvm/include/llvm/Support/DebugCounter.h U src/gnu/llvm/llvm/include/llvm/Support/Discriminator.h N src/gnu/llvm/llvm/include/llvm/Support/DivisionByConstantInfo.h N src/gnu/llvm/llvm/include/llvm/Support/Duration.h U src/gnu/llvm/llvm/include/llvm/Support/DynamicLibrary.h U src/gnu/llvm/llvm/include/llvm/Support/ELFAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/ELFAttributes.h U src/gnu/llvm/llvm/include/llvm/Support/Endian.h U src/gnu/llvm/llvm/include/llvm/Support/EndianStream.h U src/gnu/llvm/llvm/include/llvm/Support/Errno.h U src/gnu/llvm/llvm/include/llvm/Support/Error.h U src/gnu/llvm/llvm/include/llvm/Support/ErrorHandling.h U src/gnu/llvm/llvm/include/llvm/Support/ErrorOr.h U src/gnu/llvm/llvm/include/llvm/Support/ExitCodes.h U src/gnu/llvm/llvm/include/llvm/Support/ExtensibleRTTI.h U src/gnu/llvm/llvm/include/llvm/Support/FileCollector.h U src/gnu/llvm/llvm/include/llvm/Support/FileOutputBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/FileSystem.h U src/gnu/llvm/llvm/include/llvm/Support/FileUtilities.h U src/gnu/llvm/llvm/include/llvm/Support/Format.h U src/gnu/llvm/llvm/include/llvm/Support/Host.h U src/gnu/llvm/llvm/include/llvm/Support/InitLLVM.h U src/gnu/llvm/llvm/include/llvm/Support/FormatAdapters.h U src/gnu/llvm/llvm/include/llvm/Support/FormatCommon.h U src/gnu/llvm/llvm/include/llvm/Support/FormatProviders.h U src/gnu/llvm/llvm/include/llvm/Support/FormatVariadic.h U src/gnu/llvm/llvm/include/llvm/Support/FormatVariadicDetails.h U src/gnu/llvm/llvm/include/llvm/Support/FormattedStream.h U src/gnu/llvm/llvm/include/llvm/Support/GenericDomTree.h U src/gnu/llvm/llvm/include/llvm/Support/GenericDomTreeConstruction.h U src/gnu/llvm/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Support/GlobPattern.h U src/gnu/llvm/llvm/include/llvm/Support/GraphWriter.h N src/gnu/llvm/llvm/include/llvm/Support/HashBuilder.h U src/gnu/llvm/llvm/include/llvm/Support/InstructionCost.h U src/gnu/llvm/llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h U src/gnu/llvm/llvm/include/llvm/Support/JSON.h U src/gnu/llvm/llvm/include/llvm/Support/KnownBits.h U src/gnu/llvm/llvm/include/llvm/Support/LEB128.h U src/gnu/llvm/llvm/include/llvm/Support/MD5.h U src/gnu/llvm/llvm/include/llvm/Support/LICENSE.TXT U src/gnu/llvm/llvm/include/llvm/Support/LineIterator.h U src/gnu/llvm/llvm/include/llvm/Support/Locale.h U src/gnu/llvm/llvm/include/llvm/Support/LockFileManager.h N src/gnu/llvm/llvm/include/llvm/Support/LoongArchTargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/LowLevelTypeImpl.h N src/gnu/llvm/llvm/include/llvm/Support/MSP430AttributeParser.h N src/gnu/llvm/llvm/include/llvm/Support/MSP430Attributes.h U src/gnu/llvm/llvm/include/llvm/Support/MSVCErrorWorkarounds.h U src/gnu/llvm/llvm/include/llvm/Support/MachineValueType.h U src/gnu/llvm/llvm/include/llvm/Support/ManagedStatic.h U src/gnu/llvm/llvm/include/llvm/Support/MathExtras.h U src/gnu/llvm/llvm/include/llvm/Support/MemAlloc.h U src/gnu/llvm/llvm/include/llvm/Support/Memory.h U src/gnu/llvm/llvm/include/llvm/Support/MemoryBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/MemoryBufferRef.h U src/gnu/llvm/llvm/include/llvm/Support/MipsABIFlags.h N src/gnu/llvm/llvm/include/llvm/Support/ModRef.h U src/gnu/llvm/llvm/include/llvm/Support/Mutex.h U src/gnu/llvm/llvm/include/llvm/Support/NativeFormatting.h U src/gnu/llvm/llvm/include/llvm/Support/OnDiskHashTable.h U src/gnu/llvm/llvm/include/llvm/Support/OptimizedStructLayout.h N src/gnu/llvm/llvm/include/llvm/Support/PGOOptions.h U src/gnu/llvm/llvm/include/llvm/Support/Parallel.h U src/gnu/llvm/llvm/include/llvm/Support/Path.h U src/gnu/llvm/llvm/include/llvm/Support/PluginLoader.h U src/gnu/llvm/llvm/include/llvm/Support/PointerLikeTypeTraits.h U src/gnu/llvm/llvm/include/llvm/Support/PrettyStackTrace.h U src/gnu/llvm/llvm/include/llvm/Support/Printable.h U src/gnu/llvm/llvm/include/llvm/Support/Process.h U src/gnu/llvm/llvm/include/llvm/Support/Program.h U src/gnu/llvm/llvm/include/llvm/Support/RISCVAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/RISCVAttributes.h N src/gnu/llvm/llvm/include/llvm/Support/RISCVISAInfo.h U src/gnu/llvm/llvm/include/llvm/Support/RWMutex.h U src/gnu/llvm/llvm/include/llvm/Support/RandomNumberGenerator.h U src/gnu/llvm/llvm/include/llvm/Support/Recycler.h U src/gnu/llvm/llvm/include/llvm/Support/RecyclingAllocator.h U src/gnu/llvm/llvm/include/llvm/Support/Regex.h U src/gnu/llvm/llvm/include/llvm/Support/Registry.h U src/gnu/llvm/llvm/include/llvm/Support/SHA1.h U src/gnu/llvm/llvm/include/llvm/Support/ReverseIteration.h U src/gnu/llvm/llvm/include/llvm/Support/SHA256.h U src/gnu/llvm/llvm/include/llvm/Support/SMLoc.h U src/gnu/llvm/llvm/include/llvm/Support/SMTAPI.h U src/gnu/llvm/llvm/include/llvm/Support/SaveAndRestore.h U src/gnu/llvm/llvm/include/llvm/Support/ScaledNumber.h U src/gnu/llvm/llvm/include/llvm/Support/ScopedPrinter.h U src/gnu/llvm/llvm/include/llvm/Support/Signals.h U src/gnu/llvm/llvm/include/llvm/Support/Signposts.h U src/gnu/llvm/llvm/include/llvm/Support/SmallVectorMemoryBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/SourceMgr.h U src/gnu/llvm/llvm/include/llvm/Support/SpecialCaseList.h U src/gnu/llvm/llvm/include/llvm/Support/StringSaver.h U src/gnu/llvm/llvm/include/llvm/Support/SuffixTree.h U src/gnu/llvm/llvm/include/llvm/Support/SwapByteOrder.h U src/gnu/llvm/llvm/include/llvm/Support/SymbolRemappingReader.h U src/gnu/llvm/llvm/include/llvm/Support/SystemUtils.h U src/gnu/llvm/llvm/include/llvm/Support/TarWriter.h U src/gnu/llvm/llvm/include/llvm/Support/TargetOpcodes.def U src/gnu/llvm/llvm/include/llvm/Support/TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/TargetSelect.h U src/gnu/llvm/llvm/include/llvm/Support/TaskQueue.h U src/gnu/llvm/llvm/include/llvm/Support/ThreadPool.h U src/gnu/llvm/llvm/include/llvm/Support/Threading.h U src/gnu/llvm/llvm/include/llvm/Support/TimeProfiler.h U src/gnu/llvm/llvm/include/llvm/Support/Timer.h U src/gnu/llvm/llvm/include/llvm/Support/ToolOutputFile.h U src/gnu/llvm/llvm/include/llvm/Support/TrailingObjects.h U src/gnu/llvm/llvm/include/llvm/Support/TrigramIndex.h U src/gnu/llvm/llvm/include/llvm/Support/TypeName.h U src/gnu/llvm/llvm/include/llvm/Support/TypeSize.h U src/gnu/llvm/llvm/include/llvm/Support/Unicode.h U src/gnu/llvm/llvm/include/llvm/Support/UnicodeCharRanges.h U src/gnu/llvm/llvm/include/llvm/Support/Valgrind.h U src/gnu/llvm/llvm/include/llvm/Support/VersionTuple.h U src/gnu/llvm/llvm/include/llvm/Support/VirtualFileSystem.h U src/gnu/llvm/llvm/include/llvm/Support/Watchdog.h U src/gnu/llvm/llvm/include/llvm/Support/Win64EH.h U src/gnu/llvm/llvm/include/llvm/Support/WindowsError.h U src/gnu/llvm/llvm/include/llvm/Support/WithColor.h U src/gnu/llvm/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h U src/gnu/llvm/llvm/include/llvm/Support/X86TargetParser.def U src/gnu/llvm/llvm/include/llvm/Support/X86TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/YAMLParser.h U src/gnu/llvm/llvm/include/llvm/Support/YAMLTraits.h U src/gnu/llvm/llvm/include/llvm/Support/circular_raw_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_os_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_sha1_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/thread.h U src/gnu/llvm/llvm/include/llvm/Support/type_traits.h U src/gnu/llvm/llvm/include/llvm/Support/xxhash.h U src/gnu/llvm/llvm/include/llvm/Support/FileSystem/UniqueID.h U src/gnu/llvm/llvm/include/llvm/Support/Solaris/sys/regset.h U src/gnu/llvm/llvm/include/llvm/Support/Windows/WindowsSupport.h U src/gnu/llvm/llvm/include/llvm/TableGen/Automaton.td U src/gnu/llvm/llvm/include/llvm/TableGen/DirectiveEmitter.h U src/gnu/llvm/llvm/include/llvm/TableGen/Error.h U src/gnu/llvm/llvm/include/llvm/TableGen/Main.h N src/gnu/llvm/llvm/include/llvm/TableGen/Parser.h U src/gnu/llvm/llvm/include/llvm/TableGen/Record.h U src/gnu/llvm/llvm/include/llvm/TableGen/SearchableTable.td U src/gnu/llvm/llvm/include/llvm/TableGen/SetTheory.h U src/gnu/llvm/llvm/include/llvm/TableGen/StringMatcher.h U src/gnu/llvm/llvm/include/llvm/TableGen/StringToOffsetTable.h U src/gnu/llvm/llvm/include/llvm/TableGen/TableGenBackend.h U src/gnu/llvm/llvm/include/llvm/Target/CGPassBuilderOption.h U src/gnu/llvm/llvm/include/llvm/Target/CodeGenCWrappers.h U src/gnu/llvm/llvm/include/llvm/Target/GenericOpcodes.td U src/gnu/llvm/llvm/include/llvm/Target/Target.td U src/gnu/llvm/llvm/include/llvm/Target/TargetCallingConv.td U src/gnu/llvm/llvm/include/llvm/Target/TargetInstrPredicate.td U src/gnu/llvm/llvm/include/llvm/Target/TargetIntrinsicInfo.h U src/gnu/llvm/llvm/include/llvm/Target/TargetItinerary.td U src/gnu/llvm/llvm/include/llvm/Target/TargetLoweringObjectFile.h U src/gnu/llvm/llvm/include/llvm/Target/TargetMachine.h U src/gnu/llvm/llvm/include/llvm/Target/TargetOptions.h U src/gnu/llvm/llvm/include/llvm/Target/TargetPfmCounters.td U src/gnu/llvm/llvm/include/llvm/Target/TargetSchedule.td U src/gnu/llvm/llvm/include/llvm/Target/TargetSelectionDAG.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/Combine.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/RegisterBank.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/Target.td N src/gnu/llvm/llvm/include/llvm/TargetParser/AArch64TargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h N src/gnu/llvm/llvm/include/llvm/TargetParser/CMakeLists.txt N src/gnu/llvm/llvm/include/llvm/TargetParser/CSKYTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/CSKYTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/Host.h N src/gnu/llvm/llvm/include/llvm/TargetParser/LoongArchTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/LoongArchTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/RISCVTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/TargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/Triple.h N src/gnu/llvm/llvm/include/llvm/TargetParser/X86TargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/X86TargetParser.h N src/gnu/llvm/llvm/include/llvm/Testing/ADT/StringMap.h N src/gnu/llvm/llvm/include/llvm/Testing/ADT/StringMapEntry.h N src/gnu/llvm/llvm/include/llvm/Testing/Annotations/Annotations.h U src/gnu/llvm/llvm/include/llvm/Testing/Support/Error.h U src/gnu/llvm/llvm/include/llvm/Testing/Support/SupportHelpers.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Architecture.def U src/gnu/llvm/llvm/include/llvm/TextAPI/Architecture.h U src/gnu/llvm/llvm/include/llvm/TextAPI/ArchitectureSet.h U src/gnu/llvm/llvm/include/llvm/TextAPI/InterfaceFile.h U src/gnu/llvm/llvm/include/llvm/TextAPI/PackedVersion.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Platform.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Symbol.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Target.h U src/gnu/llvm/llvm/include/llvm/TextAPI/TextAPIReader.h U src/gnu/llvm/llvm/include/llvm/TextAPI/TextAPIWriter.h U src/gnu/llvm/llvm/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h U src/gnu/llvm/llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h U src/gnu/llvm/llvm/include/llvm/Transforms/CFGuard.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation.h U src/gnu/llvm/llvm/include/llvm/Transforms/ObjCARC.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize.h U src/gnu/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h N src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroEarly.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroElide.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Annotation2Metadata.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Attributor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/BlockExtractor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ConstantMerge.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ExtractGV.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionImport.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalDCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalOpt.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/IROutliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Inliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Internalize.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/LoopExtractor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/MergeFunctions.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ModuleInliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/PartialInlining.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SCCP.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleContextTracker.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleProfile.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/StripSymbols.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h U src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/InstCombine.h U src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h N src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/KCFI.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h N src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ADCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/AnnotationRemarks.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/BDCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/CallSiteSplitting.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DFAJumpThreading.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DivRemPairs.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/FlattenCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Float2Int.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GVN.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GVNExpression.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GuardWidening.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/JumpThreading.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LICM.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopBoundSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopFlatten.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopFuse.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopInterchange.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopLoadElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopPredication.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopReroll.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopRotation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopSink.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopVersioningLICM.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerAtomicPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MergeICmps.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/NewGVN.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Reassociate.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Reg2Mem.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SCCP.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SROA.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Scalarizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Sink.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/StructurizeCFG.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Cloning.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeExtractor.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeLayout.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LCSSA.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CtorUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Debugify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/EntryExitInstrumenter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Evaluator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FixIrreducible.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FunctionComparator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/GlobalStatus.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/GuardUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/HelloWorld.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InjectTLIMappings.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InstructionNamer.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InstructionWorklist.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/IntegerDivision.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Local.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopPeel.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopVersioning.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerAtomic.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerGlobalDtors.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerIFunc.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerInvoke.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerSwitch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MatrixUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Mem2Reg.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MetaRenamer.h C src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MisExpect.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ModuleUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/PredicateInfo.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SCCPSolver.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/RelLookupTableConverter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdater.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileInference.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SanitizerStats.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SizeOpts.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SplitModule.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/StripGCRelocates.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnifyLoopExits.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnrollLoop.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/VNCoercion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ValueMapper.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/VectorCombine.h N src/gnu/llvm/llvm/include/llvm/WindowsDriver/MSVCPaths.h N src/gnu/llvm/llvm/include/llvm/WindowsDriver/MSVCSetupApi.h U src/gnu/llvm/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceProcessor.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceScriptToken.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceScriptTokenList.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockIndexer.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockPrinter.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockVerifier.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRLogBuilder.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecordConsumer.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecordProducer.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecords.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRTraceExpander.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRTraceWriter.h U src/gnu/llvm/llvm/include/llvm/XRay/FileHeaderReader.h U src/gnu/llvm/llvm/include/llvm/XRay/Graph.h U src/gnu/llvm/llvm/include/llvm/XRay/InstrumentationMap.h U src/gnu/llvm/llvm/include/llvm/XRay/Profile.h U src/gnu/llvm/llvm/include/llvm/XRay/RecordPrinter.h U src/gnu/llvm/llvm/include/llvm/XRay/Trace.h U src/gnu/llvm/llvm/include/llvm/XRay/XRayRecord.h U src/gnu/llvm/llvm/include/llvm/XRay/YAMLXRayRecord.h U src/gnu/llvm/llvm/lib/CMakeLists.txt U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisSummary.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisSummary.h U src/gnu/llvm/llvm/lib/Analysis/AliasSetTracker.cpp U src/gnu/llvm/llvm/lib/Analysis/Analysis.cpp U src/gnu/llvm/llvm/lib/Analysis/AssumeBundleQueries.cpp U src/gnu/llvm/llvm/lib/Analysis/AssumptionCache.cpp U src/gnu/llvm/llvm/lib/Analysis/BasicAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/BlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp U src/gnu/llvm/llvm/lib/Analysis/BranchProbabilityInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/CFG.cpp U src/gnu/llvm/llvm/lib/Analysis/CFGPrinter.cpp N src/gnu/llvm/llvm/lib/Analysis/CFGSCCPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/CMakeLists.txt U src/gnu/llvm/llvm/lib/Analysis/CGSCCPassManager.cpp U src/gnu/llvm/llvm/lib/Analysis/CallGraph.cpp U src/gnu/llvm/llvm/lib/Analysis/CallGraphSCCPass.cpp U src/gnu/llvm/llvm/lib/Analysis/CallPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/CaptureTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/CmpInstAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/CodeMetrics.cpp U src/gnu/llvm/llvm/lib/Analysis/ConstantFolding.cpp U src/gnu/llvm/llvm/lib/Analysis/ConstraintSystem.cpp U src/gnu/llvm/llvm/lib/Analysis/CostModel.cpp N src/gnu/llvm/llvm/lib/Analysis/CycleAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DDG.cpp U src/gnu/llvm/llvm/lib/Analysis/DDGPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/Delinearization.cpp U src/gnu/llvm/llvm/lib/Analysis/DemandedBits.cpp U src/gnu/llvm/llvm/lib/Analysis/DependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DependenceGraphBuilder.cpp U src/gnu/llvm/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/DivergenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DomPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/DomTreeUpdater.cpp U src/gnu/llvm/llvm/lib/Analysis/DominanceFrontier.cpp U src/gnu/llvm/llvm/lib/Analysis/EHPersonalities.cpp U src/gnu/llvm/llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/GlobalsModRef.cpp U src/gnu/llvm/llvm/lib/Analysis/GuardUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/HeatUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/IRSimilarityIdentifier.cpp U src/gnu/llvm/llvm/lib/Analysis/IVDescriptors.cpp U src/gnu/llvm/llvm/lib/Analysis/IVUsers.cpp U src/gnu/llvm/llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp U src/gnu/llvm/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineCost.cpp N src/gnu/llvm/llvm/lib/Analysis/InlineOrder.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/InstCount.cpp U src/gnu/llvm/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/InstructionSimplify.cpp U src/gnu/llvm/llvm/lib/Analysis/Interval.cpp U src/gnu/llvm/llvm/lib/Analysis/IntervalPartition.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyCallGraph.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyValueInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/Lint.cpp U src/gnu/llvm/llvm/lib/Analysis/Loads.cpp N src/gnu/llvm/llvm/lib/Analysis/Local.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopAccessAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopAnalysisManager.cpp U src/gnu/llvm/llvm/lib/Analysis/README.txt U src/gnu/llvm/llvm/lib/Analysis/LoopCacheAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopNestAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopPass.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp U src/gnu/llvm/llvm/lib/Analysis/MLInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/MemDepPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MemDerefPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryBuiltins.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryLocation.cpp N src/gnu/llvm/llvm/lib/Analysis/MemoryProfileInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/MemorySSA.cpp U src/gnu/llvm/llvm/lib/Analysis/MemorySSAUpdater.cpp N src/gnu/llvm/llvm/lib/Analysis/ModelUnderTrainingRunner.cpp U src/gnu/llvm/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MustExecute.cpp U src/gnu/llvm/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp N src/gnu/llvm/llvm/lib/Analysis/NoInferenceModelRunner.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCInstKind.cpp U src/gnu/llvm/llvm/lib/Analysis/OptimizationRemarkEmitter.cpp U src/gnu/llvm/llvm/lib/Analysis/OverflowInstAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/PHITransAddr.cpp U src/gnu/llvm/llvm/lib/Analysis/PhiValues.cpp U src/gnu/llvm/llvm/lib/Analysis/PostDominators.cpp U src/gnu/llvm/llvm/lib/Analysis/ProfileSummaryInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/PtrUseVisitor.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionPass.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/ReplayInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolution.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionDivision.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp U src/gnu/llvm/llvm/lib/Analysis/ScopedNoAliasAA.cpp U src/gnu/llvm/llvm/lib/Analysis/StackLifetime.cpp U src/gnu/llvm/llvm/lib/Analysis/StackSafetyAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/StratifiedSets.h U src/gnu/llvm/llvm/lib/Analysis/SyncDependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/SyntheticCountsUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/TFLiteUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/TargetLibraryInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/TargetTransformInfo.cpp N src/gnu/llvm/llvm/lib/Analysis/TensorSpec.cpp U src/gnu/llvm/llvm/lib/Analysis/Trace.cpp N src/gnu/llvm/llvm/lib/Analysis/TrainingLogger.cpp U src/gnu/llvm/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/TypeMetadataUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/UniformityAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/VFABIDemangling.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueLattice.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueLatticeUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/VectorUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/models/gen-inline-oz-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/gen-regalloc-eviction-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/gen-regalloc-priority-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/log_reader.py N src/gnu/llvm/llvm/lib/Analysis/models/saved-model-to-tflite.py U src/gnu/llvm/llvm/lib/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/AsmParser/LLLexer.cpp U src/gnu/llvm/llvm/lib/AsmParser/LLParser.cpp U src/gnu/llvm/llvm/lib/AsmParser/Parser.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/CMakeLists.txt N src/gnu/llvm/llvm/lib/BinaryFormat/COFF.cpp N src/gnu/llvm/llvm/lib/BinaryFormat/DXContainer.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Dwarf.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/ELF.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MachO.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Magic.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Minidump.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackDocument.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackReader.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackWriter.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Wasm.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/XCOFF.cpp U src/gnu/llvm/llvm/lib/Bitcode/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitReader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitcodeReader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Reader/MetadataLoader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/MetadataLoader.h U src/gnu/llvm/llvm/lib/Bitcode/Reader/ValueList.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/ValueList.h U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitWriter.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/ValueEnumerator.h U src/gnu/llvm/llvm/lib/Bitstream/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitstream/Reader/BitstreamReader.cpp U src/gnu/llvm/llvm/lib/Bitstream/Reader/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp U src/gnu/llvm/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h U src/gnu/llvm/llvm/lib/CodeGen/AllocationOrder.cpp U src/gnu/llvm/llvm/lib/CodeGen/AllocationOrder.h U src/gnu/llvm/llvm/lib/CodeGen/Analysis.cpp N src/gnu/llvm/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/AtomicExpandPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/BasicBlockSections.cpp N src/gnu/llvm/llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp U src/gnu/llvm/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/BranchFolding.cpp U src/gnu/llvm/llvm/lib/CodeGen/BranchFolding.h U src/gnu/llvm/llvm/lib/CodeGen/BranchRelaxation.cpp U src/gnu/llvm/llvm/lib/CodeGen/BreakFalseDeps.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGen.cpp U src/gnu/llvm/llvm/lib/CodeGen/CFGuardLongjmp.cpp N src/gnu/llvm/llvm/lib/CodeGen/CFIFixup.cpp U src/gnu/llvm/llvm/lib/CodeGen/CFIInstrInserter.cpp C src/gnu/llvm/llvm/lib/CodeGen/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/CalcSpillWeights.cpp U src/gnu/llvm/llvm/lib/CodeGen/CallingConvLower.cpp N src/gnu/llvm/llvm/lib/CodeGen/CodeGenCommonISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGenPassBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/CommandFlags.cpp N src/gnu/llvm/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp U src/gnu/llvm/llvm/lib/CodeGen/CriticalAntiDepBreaker.h U src/gnu/llvm/llvm/lib/CodeGen/DFAPacketizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp U src/gnu/llvm/llvm/lib/CodeGen/DetectDeadLanes.cpp U src/gnu/llvm/llvm/lib/CodeGen/DwarfEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/EHContGuardCatchret.cpp U src/gnu/llvm/llvm/lib/CodeGen/EarlyIfConversion.cpp U src/gnu/llvm/llvm/lib/CodeGen/EdgeBundles.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExecutionDomainFix.cpp N src/gnu/llvm/llvm/lib/CodeGen/ExpandLargeDivRem.cpp N src/gnu/llvm/llvm/lib/CodeGen/ExpandLargeFpConvert.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandMemCmp.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandReductions.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandVectorPredication.cpp U src/gnu/llvm/llvm/lib/CodeGen/FEntryInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/FaultMaps.cpp U src/gnu/llvm/llvm/lib/CodeGen/FinalizeISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp U src/gnu/llvm/llvm/lib/CodeGen/FuncletLayout.cpp U src/gnu/llvm/llvm/lib/CodeGen/README.txt U src/gnu/llvm/llvm/lib/CodeGen/GCMetadata.cpp U src/gnu/llvm/llvm/lib/CodeGen/GCMetadataPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/GCRootLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalMerge.cpp U src/gnu/llvm/llvm/lib/CodeGen/HardwareLoops.cpp U src/gnu/llvm/llvm/lib/CodeGen/IfConversion.cpp U src/gnu/llvm/llvm/lib/CodeGen/ImplicitNullChecks.cpp U src/gnu/llvm/llvm/lib/CodeGen/IndirectBrExpandPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/InlineSpiller.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterferenceCache.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterferenceCache.h U src/gnu/llvm/llvm/lib/CodeGen/InterleavedAccessPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp U src/gnu/llvm/llvm/lib/CodeGen/IntrinsicLowering.cpp N src/gnu/llvm/llvm/lib/CodeGen/JMCInstrumenter.cpp U src/gnu/llvm/llvm/lib/CodeGen/LexicalScopes.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveInterval.cpp U src/gnu/llvm/llvm/lib/CodeGen/LLVMTargetMachine.cpp U src/gnu/llvm/llvm/lib/CodeGen/LatencyPriorityQueue.cpp U src/gnu/llvm/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugVariables.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugVariables.h U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervalCalc.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervalUnion.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervals.cpp U src/gnu/llvm/llvm/lib/CodeGen/LivePhysRegs.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeCalc.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeEdit.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeShrink.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeUtils.h U src/gnu/llvm/llvm/lib/CodeGen/LiveRegMatrix.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveStacks.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRegUnits.cpp U src/gnu/llvm/llvm/lib/CodeGen/LowerEmuTLS.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveVariables.cpp U src/gnu/llvm/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp U src/gnu/llvm/llvm/lib/CodeGen/LoopTraversal.cpp U src/gnu/llvm/llvm/lib/CodeGen/LowLevelType.cpp U src/gnu/llvm/llvm/lib/CodeGen/MBFIWrapper.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRCanonicalizerPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRFSDiscriminator.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRNamerPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRPrintingPass.cpp N src/gnu/llvm/llvm/lib/CodeGen/MIRSampleProfile.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRVRegNamerUtils.h U src/gnu/llvm/llvm/lib/CodeGen/MIRYamlMapping.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocEvictAdvisor.h U src/gnu/llvm/llvm/lib/CodeGen/MachineCSE.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBasicBlock.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBlockPlacement.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineCFGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCheckDebugify.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCombiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCopyPropagation.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineCycleAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDebugify.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDominanceFrontier.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLICM.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDominators.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunction.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFrameInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionSplitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineInstr.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineInstrBundle.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineLateInstrsCleanup.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLoopInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLoopUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOperand.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOutliner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePassManager.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePipeliner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePostDominators.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineRegionInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineRegisterInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineSSAContext.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSSAUpdater.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineScheduler.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSink.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSizeOpts.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineStableHash.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineStripDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineTraceMetrics.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineVerifier.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineUniformityAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/MacroFusion.cpp U src/gnu/llvm/llvm/lib/CodeGen/ModuloSchedule.cpp U src/gnu/llvm/llvm/lib/CodeGen/MultiHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/NonRelocatableStringpool.cpp U src/gnu/llvm/llvm/lib/CodeGen/OptimizePHIs.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIElimination.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIEliminationUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIEliminationUtils.h U src/gnu/llvm/llvm/lib/CodeGen/ParallelCG.cpp U src/gnu/llvm/llvm/lib/CodeGen/PatchableFunction.cpp U src/gnu/llvm/llvm/lib/CodeGen/PeepholeOptimizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/PostRASchedulerList.cpp U src/gnu/llvm/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFGraph.cpp U src/gnu/llvm/llvm/lib/CodeGen/ProcessImplicitDefs.cpp C src/gnu/llvm/llvm/lib/CodeGen/PrologEpilogInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/PseudoProbeInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/PseudoSourceValue.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFLiveness.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFRegisters.cpp U src/gnu/llvm/llvm/lib/CodeGen/ReachingDefAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBase.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBasic.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocFast.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocGreedy.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocGreedy.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocPBQP.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocPriorityAdvisor.h N src/gnu/llvm/llvm/lib/CodeGen/RegAllocScore.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocScore.h U src/gnu/llvm/llvm/lib/CodeGen/RegUsageInfoCollector.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegisterBank.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterClassInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterCoalescer.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterCoalescer.h U src/gnu/llvm/llvm/lib/CodeGen/RegisterPressure.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterScavenging.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterUsageInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStack.cpp U src/gnu/llvm/llvm/lib/CodeGen/RenameIndependentSubregs.cpp U src/gnu/llvm/llvm/lib/CodeGen/ReplaceWithVeclib.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStackLayout.cpp U src/gnu/llvm/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStackLayout.h N src/gnu/llvm/llvm/lib/CodeGen/SanitizerBinaryMetadata.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp N src/gnu/llvm/llvm/lib/CodeGen/SelectOptimize.cpp U src/gnu/llvm/llvm/lib/CodeGen/ShadowStackGCLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/ShrinkWrap.cpp U src/gnu/llvm/llvm/lib/CodeGen/SjLjEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/SlotIndexes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SpillPlacement.cpp U src/gnu/llvm/llvm/lib/CodeGen/SpillPlacement.h U src/gnu/llvm/llvm/lib/CodeGen/SplitKit.cpp U src/gnu/llvm/llvm/lib/CodeGen/SplitKit.h U src/gnu/llvm/llvm/lib/CodeGen/StackColoring.cpp N src/gnu/llvm/llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackMaps.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackProtector.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackSlotColoring.cpp U src/gnu/llvm/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp U src/gnu/llvm/llvm/lib/CodeGen/SwitchLoweringUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/TailDuplication.cpp U src/gnu/llvm/llvm/lib/CodeGen/TailDuplicator.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetInstrInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetSchedule.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetLoweringBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetOptionsImpl.cpp C src/gnu/llvm/llvm/lib/CodeGen/TargetPassConfig.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetRegisterInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetSubtargetInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/TypePromotion.cpp U src/gnu/llvm/llvm/lib/CodeGen/UnreachableBlockElim.cpp N src/gnu/llvm/llvm/lib/CodeGen/VLIWMachineScheduler.cpp U src/gnu/llvm/llvm/lib/CodeGen/ValueTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/VirtRegMap.cpp U src/gnu/llvm/llvm/lib/CodeGen/WasmEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/WinEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/XRayInstrumentation.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AIXException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AddressPool.h C src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIE.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHash.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHashAttributes.def U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfException.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WasmException.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinException.h U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Combiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegacyLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Utils.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Localizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MILexer.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MILexer.h U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MIParser.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MIRParser.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp N src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt C src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/CMakeLists.txt U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinker.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFStreamer.cpp N src/gnu/llvm/llvm/lib/DWARFLinkerParallel/CMakeLists.txt N src/gnu/llvm/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp U src/gnu/llvm/llvm/lib/DWP/CMakeLists.txt U src/gnu/llvm/llvm/lib/DWP/DWP.cpp U src/gnu/llvm/llvm/lib/DWP/DWPError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/EnumTables.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/Formatters.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/Line.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/RecordName.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/StringsAndChecksums.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeHashing.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp N src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp N src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ExtractRanges.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/FileWriter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/GsymReader.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/Header.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/LineTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/LookupResult.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVCompare.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVLine.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVLocation.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVObject.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVOptions.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVRange.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSort.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSupport.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSymbol.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVType.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFCommon.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/PDB/GenericError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDB.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBContext.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBExtras.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolBlock.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/UDTLayout.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolLabel.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolThunk.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIADataStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAFrameData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIALineNumber.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/Hash.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/LinePrinter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/RawError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp N src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/Markup.cpp N src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp N src/gnu/llvm/llvm/lib/Debuginfod/BuildIDFetcher.cpp N src/gnu/llvm/llvm/lib/Debuginfod/CMakeLists.txt N src/gnu/llvm/llvm/lib/Debuginfod/Debuginfod.cpp N src/gnu/llvm/llvm/lib/Debuginfod/HTTPClient.cpp N src/gnu/llvm/llvm/lib/Debuginfod/HTTPServer.cpp U src/gnu/llvm/llvm/lib/Demangle/CMakeLists.txt N src/gnu/llvm/llvm/lib/Demangle/DLangDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/Demangle.cpp U src/gnu/llvm/llvm/lib/Demangle/ItaniumDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/MicrosoftDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp U src/gnu/llvm/llvm/lib/Demangle/RustDemangle.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/ExecutionEngine.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/TargetSelect.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFF.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFOptions.td N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/PerGraphGOTAndPLTStubsBuilder.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/aarch64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/i386.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/loongarch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/riscv.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/COFFVCRuntimeSupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Core.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebuggerSupportPlugin.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Layer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Mangling.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MapperJITLinkMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Speculation.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TaskDispatch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/AllocationActions.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/OrcError.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.h U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h U src/gnu/llvm/llvm/lib/Extensions/CMakeLists.txt U src/gnu/llvm/llvm/lib/Extensions/Extensions.cpp U src/gnu/llvm/llvm/lib/FileCheck/CMakeLists.txt U src/gnu/llvm/llvm/lib/FileCheck/FileCheck.cpp U src/gnu/llvm/llvm/lib/FileCheck/FileCheckImpl.h U src/gnu/llvm/llvm/lib/Frontend/CMakeLists.txt N src/gnu/llvm/llvm/lib/Frontend/HLSL/CMakeLists.txt N src/gnu/llvm/llvm/lib/Frontend/HLSL/HLSLResource.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenACC/ACC.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenACC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Frontend/OpenMP/CMakeLists.txt U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMP.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMPContext.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/CMakeLists.txt U src/gnu/llvm/llvm/lib/FuzzMutate/FuzzerCLI.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/IRMutator.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/OpDescriptor.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/Operations.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/RandomIRBuilder.cpp U src/gnu/llvm/llvm/lib/Fuzzer/README.txt U src/gnu/llvm/llvm/lib/IR/AbstractCallSite.cpp U src/gnu/llvm/llvm/lib/IR/AsmWriter.cpp U src/gnu/llvm/llvm/lib/IR/Assumptions.cpp U src/gnu/llvm/llvm/lib/IR/AttributeImpl.h U src/gnu/llvm/llvm/lib/IR/Attributes.cpp U src/gnu/llvm/llvm/lib/IR/AutoUpgrade.cpp U src/gnu/llvm/llvm/lib/IR/BasicBlock.cpp U src/gnu/llvm/llvm/lib/IR/BuiltinGCs.cpp U src/gnu/llvm/llvm/lib/IR/CMakeLists.txt U src/gnu/llvm/llvm/lib/IR/Comdat.cpp U src/gnu/llvm/llvm/lib/IR/ConstantFold.cpp U src/gnu/llvm/llvm/lib/IR/ConstantRange.cpp U src/gnu/llvm/llvm/lib/IR/Constants.cpp U src/gnu/llvm/llvm/lib/IR/ConstantsContext.h U src/gnu/llvm/llvm/lib/IR/Core.cpp U src/gnu/llvm/llvm/lib/IR/DIBuilder.cpp U src/gnu/llvm/llvm/lib/IR/DataLayout.cpp U src/gnu/llvm/llvm/lib/IR/DebugInfo.cpp U src/gnu/llvm/llvm/lib/IR/DebugInfoMetadata.cpp U src/gnu/llvm/llvm/lib/IR/DebugLoc.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticHandler.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticInfo.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticPrinter.cpp U src/gnu/llvm/llvm/lib/IR/Dominators.cpp U src/gnu/llvm/llvm/lib/IR/FPEnv.cpp U src/gnu/llvm/llvm/lib/IR/Function.cpp U src/gnu/llvm/llvm/lib/IR/GCStrategy.cpp U src/gnu/llvm/llvm/lib/IR/GVMaterializer.cpp U src/gnu/llvm/llvm/lib/IR/Globals.cpp U src/gnu/llvm/llvm/lib/IR/IRBuilder.cpp U src/gnu/llvm/llvm/lib/IR/IRPrintingPasses.cpp U src/gnu/llvm/llvm/lib/IR/InlineAsm.cpp U src/gnu/llvm/llvm/lib/IR/Instruction.cpp U src/gnu/llvm/llvm/lib/IR/Instructions.cpp U src/gnu/llvm/llvm/lib/IR/IntrinsicInst.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContext.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContextImpl.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContextImpl.h U src/gnu/llvm/llvm/lib/IR/Use.cpp U src/gnu/llvm/llvm/lib/IR/LLVMRemarkStreamer.cpp U src/gnu/llvm/llvm/lib/IR/LegacyPassManager.cpp U src/gnu/llvm/llvm/lib/IR/MDBuilder.cpp U src/gnu/llvm/llvm/lib/IR/Mangler.cpp U src/gnu/llvm/llvm/lib/IR/Metadata.cpp U src/gnu/llvm/llvm/lib/IR/MetadataImpl.h U src/gnu/llvm/llvm/lib/IR/Module.cpp U src/gnu/llvm/llvm/lib/IR/ModuleSummaryIndex.cpp U src/gnu/llvm/llvm/lib/IR/Operator.cpp U src/gnu/llvm/llvm/lib/IR/OptBisect.cpp U src/gnu/llvm/llvm/lib/IR/Pass.cpp U src/gnu/llvm/llvm/lib/IR/PassInstrumentation.cpp U src/gnu/llvm/llvm/lib/IR/PassManager.cpp U src/gnu/llvm/llvm/lib/IR/PassRegistry.cpp U src/gnu/llvm/llvm/lib/IR/PassTimingInfo.cpp U src/gnu/llvm/llvm/lib/IR/PrintPasses.cpp N src/gnu/llvm/llvm/lib/IR/ProfDataUtils.cpp U src/gnu/llvm/llvm/lib/IR/ProfileSummary.cpp U src/gnu/llvm/llvm/lib/IR/PseudoProbe.cpp U src/gnu/llvm/llvm/lib/IR/Type.cpp U src/gnu/llvm/llvm/lib/IR/ReplaceConstant.cpp N src/gnu/llvm/llvm/lib/IR/SSAContext.cpp U src/gnu/llvm/llvm/lib/IR/SafepointIRVerifier.cpp U src/gnu/llvm/llvm/lib/IR/Statepoint.cpp U src/gnu/llvm/llvm/lib/IR/StructuralHash.cpp U src/gnu/llvm/llvm/lib/IR/SymbolTableListTraitsImpl.h U src/gnu/llvm/llvm/lib/IR/TypeFinder.cpp N src/gnu/llvm/llvm/lib/IR/TypedPointerType.cpp U src/gnu/llvm/llvm/lib/IR/User.cpp U src/gnu/llvm/llvm/lib/IR/Value.cpp U src/gnu/llvm/llvm/lib/IR/ValueSymbolTable.cpp N src/gnu/llvm/llvm/lib/IR/VectorBuilder.cpp U src/gnu/llvm/llvm/lib/IR/Verifier.cpp N src/gnu/llvm/llvm/lib/IRPrinter/CMakeLists.txt N src/gnu/llvm/llvm/lib/IRPrinter/IRPrintingPasses.cpp U src/gnu/llvm/llvm/lib/IRReader/CMakeLists.txt U src/gnu/llvm/llvm/lib/IRReader/IRReader.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/CMakeLists.txt U src/gnu/llvm/llvm/lib/InterfaceStub/ELFObjHandler.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/IFSHandler.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/IFSStub.cpp U src/gnu/llvm/llvm/lib/LTO/CMakeLists.txt U src/gnu/llvm/llvm/lib/LTO/LTO.cpp U src/gnu/llvm/llvm/lib/LTO/LTOBackend.cpp U src/gnu/llvm/llvm/lib/LTO/LTOCodeGenerator.cpp U src/gnu/llvm/llvm/lib/LTO/LTOModule.cpp U src/gnu/llvm/llvm/lib/LTO/SummaryBasedOptimizations.cpp U src/gnu/llvm/llvm/lib/LTO/ThinLTOCodeGenerator.cpp U src/gnu/llvm/llvm/lib/LTO/UpdateCompilerUsed.cpp U src/gnu/llvm/llvm/lib/LineEditor/CMakeLists.txt U src/gnu/llvm/llvm/lib/LineEditor/LineEditor.cpp U src/gnu/llvm/llvm/lib/Linker/CMakeLists.txt U src/gnu/llvm/llvm/lib/Linker/IRMover.cpp U src/gnu/llvm/llvm/lib/Linker/LinkDiagnosticInfo.h U src/gnu/llvm/llvm/lib/Linker/LinkModules.cpp U src/gnu/llvm/llvm/lib/MC/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/ConstantPools.cpp U src/gnu/llvm/llvm/lib/MC/ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmBackend.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoDarwin.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoELF.cpp N src/gnu/llvm/llvm/lib/MC/MCAsmInfoGOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoWasm.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmMacro.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCAssembler.cpp U src/gnu/llvm/llvm/lib/MC/MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/MC/MCCodeView.cpp U src/gnu/llvm/llvm/lib/MC/MCContext.cpp U src/gnu/llvm/llvm/lib/MC/MCDwarf.cpp N src/gnu/llvm/llvm/lib/MC/MCDXContainerStreamer.cpp N src/gnu/llvm/llvm/lib/MC/MCDXContainerWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCELFObjectTargetWriter.cpp C src/gnu/llvm/llvm/lib/MC/MCELFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCExpr.cpp U src/gnu/llvm/llvm/lib/MC/MCFragment.cpp U src/gnu/llvm/llvm/lib/MC/MCInst.cpp U src/gnu/llvm/llvm/lib/MC/MCInstPrinter.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrAnalysis.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrDesc.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCLabel.cpp U src/gnu/llvm/llvm/lib/MC/MCLinkerOptimizationHint.cpp U src/gnu/llvm/llvm/lib/MC/MCMachOStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCMachObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCNullStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectFileInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCSchedule.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCPseudoProbe.cpp U src/gnu/llvm/llvm/lib/MC/MCRegisterInfo.cpp N src/gnu/llvm/llvm/lib/MC/MCSPIRVStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCSection.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionCOFF.cpp N src/gnu/llvm/llvm/lib/MC/MCSectionDXContainer.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionELF.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionMachO.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionWasm.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCSubtargetInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbol.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbolELF.cpp U src/gnu/llvm/llvm/lib/MC/MCValue.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbolXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCWinEH.cpp U src/gnu/llvm/llvm/lib/MC/MCTargetOptions.cpp U src/gnu/llvm/llvm/lib/MC/MCTargetOptionsCommandFlags.cpp U src/gnu/llvm/llvm/lib/MC/MCWasmObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCWasmStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCWin64EH.cpp U src/gnu/llvm/llvm/lib/MC/MCWinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCXCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MachObjectWriter.cpp N src/gnu/llvm/llvm/lib/MC/SPIRVObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/StringTableBuilder.cpp U src/gnu/llvm/llvm/lib/MC/SubtargetFeature.cpp N src/gnu/llvm/llvm/lib/MC/TargetRegistry.cpp U src/gnu/llvm/llvm/lib/MC/WasmObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/XCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/MCDisassembler/Disassembler.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/Disassembler.h U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/AsmLexer.cpp C src/gnu/llvm/llvm/lib/MC/MCParser/AsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/MCParser/COFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/COFFMasmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/DarwinAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/ELFAsmParser.cpp N src/gnu/llvm/llvm/lib/MC/MCParser/GOFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmLexer.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MasmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/WasmAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/XCOFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MCA/CMakeLists.txt U src/gnu/llvm/llvm/lib/MCA/CodeEmitter.cpp U src/gnu/llvm/llvm/lib/MCA/Context.cpp U src/gnu/llvm/llvm/lib/MCA/CustomBehaviour.cpp U src/gnu/llvm/llvm/lib/MCA/HWEventListener.cpp N src/gnu/llvm/llvm/lib/MCA/IncrementalSourceMgr.cpp U src/gnu/llvm/llvm/lib/MCA/InstrBuilder.cpp U src/gnu/llvm/llvm/lib/MCA/Instruction.cpp U src/gnu/llvm/llvm/lib/MCA/Pipeline.cpp U src/gnu/llvm/llvm/lib/MCA/Support.cpp N src/gnu/llvm/llvm/lib/MCA/View.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/HardwareUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/LSUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/RegisterFile.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/RetireControlUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/Scheduler.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/DispatchStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/EntryStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/ExecuteStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/InOrderIssueStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/InstructionTables.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/MicroOpQueueStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/RetireStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/Stage.cpp N src/gnu/llvm/llvm/lib/ObjCopy/Archive.cpp N src/gnu/llvm/llvm/lib/ObjCopy/Archive.h N src/gnu/llvm/llvm/lib/ObjCopy/CMakeLists.txt N src/gnu/llvm/llvm/lib/ObjCopy/CommonConfig.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ConfigManager.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ObjCopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFReader.h N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObject.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOReader.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFReader.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObject.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmReader.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmWriter.h U src/gnu/llvm/llvm/lib/Object/Archive.cpp U src/gnu/llvm/llvm/lib/Object/ArchiveWriter.cpp U src/gnu/llvm/llvm/lib/Object/Binary.cpp N src/gnu/llvm/llvm/lib/Object/BuildID.cpp U src/gnu/llvm/llvm/lib/Object/CMakeLists.txt U src/gnu/llvm/llvm/lib/Object/COFFImportFile.cpp U src/gnu/llvm/llvm/lib/Object/COFFModuleDefinition.cpp U src/gnu/llvm/llvm/lib/Object/COFFObjectFile.cpp N src/gnu/llvm/llvm/lib/Object/DXContainer.cpp U src/gnu/llvm/llvm/lib/Object/Decompressor.cpp U src/gnu/llvm/llvm/lib/Object/ELF.cpp U src/gnu/llvm/llvm/lib/Object/ELFObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/Error.cpp U src/gnu/llvm/llvm/lib/Object/FaultMapParser.cpp U src/gnu/llvm/llvm/lib/Object/IRObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/IRSymtab.cpp U src/gnu/llvm/llvm/lib/Object/MachOObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/MachOUniversal.cpp U src/gnu/llvm/llvm/lib/Object/Object.cpp U src/gnu/llvm/llvm/lib/Object/Minidump.cpp U src/gnu/llvm/llvm/lib/Object/MachOUniversalWriter.cpp U src/gnu/llvm/llvm/lib/Object/ModuleSymbolTable.cpp U src/gnu/llvm/llvm/lib/Object/ObjectFile.cpp N src/gnu/llvm/llvm/lib/Object/OffloadBinary.cpp U src/gnu/llvm/llvm/lib/Object/RecordStreamer.cpp U src/gnu/llvm/llvm/lib/Object/RecordStreamer.h U src/gnu/llvm/llvm/lib/Object/RelocationResolver.cpp U src/gnu/llvm/llvm/lib/Object/SymbolSize.cpp U src/gnu/llvm/llvm/lib/Object/SymbolicFile.cpp U src/gnu/llvm/llvm/lib/Object/TapiFile.cpp U src/gnu/llvm/llvm/lib/Object/TapiUniversal.cpp U src/gnu/llvm/llvm/lib/Object/WasmObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/WindowsMachineFlag.cpp U src/gnu/llvm/llvm/lib/Object/WindowsResource.cpp U src/gnu/llvm/llvm/lib/Object/XCOFFObjectFile.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ArchiveEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ArchiveYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CMakeLists.txt U src/gnu/llvm/llvm/lib/ObjectYAML/COFFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/COFFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/DWARFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/DWARFYAML.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/DXContainerEmitter.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/DXContainerYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ELFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ELFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MachOEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MachOYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MinidumpEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MinidumpYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ObjectYAML.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/OffloadEmitter.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/OffloadYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/WasmEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/WasmYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/XCOFFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/XCOFFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/YAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/yaml2obj.cpp U src/gnu/llvm/llvm/lib/Option/Arg.cpp U src/gnu/llvm/llvm/lib/Option/ArgList.cpp U src/gnu/llvm/llvm/lib/Option/CMakeLists.txt U src/gnu/llvm/llvm/lib/Option/OptTable.cpp U src/gnu/llvm/llvm/lib/Option/Option.cpp U src/gnu/llvm/llvm/lib/Passes/CMakeLists.txt N src/gnu/llvm/llvm/lib/Passes/OptimizationLevel.cpp U src/gnu/llvm/llvm/lib/Passes/PassBuilder.cpp U src/gnu/llvm/llvm/lib/Passes/PassBuilderBindings.cpp N src/gnu/llvm/llvm/lib/Passes/PassBuilderPipelines.cpp U src/gnu/llvm/llvm/lib/Passes/PassPlugin.cpp U src/gnu/llvm/llvm/lib/Passes/PassRegistry.def U src/gnu/llvm/llvm/lib/Passes/StandardInstrumentations.cpp U src/gnu/llvm/llvm/lib/ProfileData/CMakeLists.txt U src/gnu/llvm/llvm/lib/ProfileData/GCOV.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProf.cpp N src/gnu/llvm/llvm/lib/ProfileData/InstrProfCorrelator.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProfWriter.cpp N src/gnu/llvm/llvm/lib/ProfileData/MemProf.cpp U src/gnu/llvm/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp N src/gnu/llvm/llvm/lib/ProfileData/RawMemProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProf.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProfWriter.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CMakeLists.txt U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkParser.h U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Remarks/CMakeLists.txt U src/gnu/llvm/llvm/lib/Remarks/Remark.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkFormat.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkLinker.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkStreamer.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkStringTable.cpp U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkParser.h U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Support/ABIBreak.cpp U src/gnu/llvm/llvm/lib/Support/AMDGPUMetadata.cpp U src/gnu/llvm/llvm/lib/Support/APFixedPoint.cpp U src/gnu/llvm/llvm/lib/Support/APFloat.cpp U src/gnu/llvm/llvm/lib/Support/APInt.cpp U src/gnu/llvm/llvm/lib/Support/APSInt.cpp U src/gnu/llvm/llvm/lib/Support/ARMAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/ARMBuildAttrs.cpp U src/gnu/llvm/llvm/lib/Support/ARMWinEH.cpp N src/gnu/llvm/llvm/lib/Support/AddressRanges.cpp U src/gnu/llvm/llvm/lib/Support/Allocator.cpp U src/gnu/llvm/llvm/lib/Support/Atomic.cpp U src/gnu/llvm/llvm/lib/Support/AutoConvert.cpp N src/gnu/llvm/llvm/lib/Support/Base64.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamError.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamReader.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamRef.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamWriter.cpp U src/gnu/llvm/llvm/lib/Support/BlockFrequency.cpp U src/gnu/llvm/llvm/lib/Support/BranchProbability.cpp U src/gnu/llvm/llvm/lib/Support/BuryPointer.cpp U src/gnu/llvm/llvm/lib/Support/CMakeLists.txt U src/gnu/llvm/llvm/lib/Support/COM.cpp U src/gnu/llvm/llvm/lib/Support/COPYRIGHT.regex U src/gnu/llvm/llvm/lib/Support/CRC.cpp N src/gnu/llvm/llvm/lib/Support/CSKYAttributeParser.cpp N src/gnu/llvm/llvm/lib/Support/CSKYAttributes.cpp U src/gnu/llvm/llvm/lib/Support/CachePruning.cpp N src/gnu/llvm/llvm/lib/Support/Caching.cpp U src/gnu/llvm/llvm/lib/Support/Chrono.cpp U src/gnu/llvm/llvm/lib/Support/CodeGenCoverage.cpp U src/gnu/llvm/llvm/lib/Support/CommandLine.cpp U src/gnu/llvm/llvm/lib/Support/Compression.cpp U src/gnu/llvm/llvm/lib/Support/ConvertUTF.cpp U src/gnu/llvm/llvm/lib/Support/ConvertUTFWrapper.cpp U src/gnu/llvm/llvm/lib/Support/CrashRecoveryContext.cpp U src/gnu/llvm/llvm/lib/Support/DAGDeltaAlgorithm.cpp U src/gnu/llvm/llvm/lib/Support/DJB.cpp U src/gnu/llvm/llvm/lib/Support/DataExtractor.cpp U src/gnu/llvm/llvm/lib/Support/Debug.cpp U src/gnu/llvm/llvm/lib/Support/DebugCounter.cpp U src/gnu/llvm/llvm/lib/Support/DebugOptions.h U src/gnu/llvm/llvm/lib/Support/DeltaAlgorithm.cpp N src/gnu/llvm/llvm/lib/Support/DivisionByConstantInfo.cpp U src/gnu/llvm/llvm/lib/Support/DynamicLibrary.cpp U src/gnu/llvm/llvm/lib/Support/ELFAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/ELFAttributes.cpp U src/gnu/llvm/llvm/lib/Support/Errno.cpp U src/gnu/llvm/llvm/lib/Support/Error.cpp U src/gnu/llvm/llvm/lib/Support/ErrorHandling.cpp U src/gnu/llvm/llvm/lib/Support/ExtensibleRTTI.cpp U src/gnu/llvm/llvm/lib/Support/FileCollector.cpp U src/gnu/llvm/llvm/lib/Support/FileOutputBuffer.cpp U src/gnu/llvm/llvm/lib/Support/FileUtilities.cpp U src/gnu/llvm/llvm/lib/Support/FoldingSet.cpp U src/gnu/llvm/llvm/lib/Support/FormatVariadic.cpp U src/gnu/llvm/llvm/lib/Support/GlobPattern.cpp U src/gnu/llvm/llvm/lib/Support/FormattedStream.cpp U src/gnu/llvm/llvm/lib/Support/GraphWriter.cpp U src/gnu/llvm/llvm/lib/Support/Hashing.cpp U src/gnu/llvm/llvm/lib/Support/InitLLVM.cpp U src/gnu/llvm/llvm/lib/Support/InstructionCost.cpp U src/gnu/llvm/llvm/lib/Support/IntEqClasses.cpp U src/gnu/llvm/llvm/lib/Support/IntervalMap.cpp U src/gnu/llvm/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp U src/gnu/llvm/llvm/lib/Support/JSON.cpp U src/gnu/llvm/llvm/lib/Support/KnownBits.cpp U src/gnu/llvm/llvm/lib/Support/LEB128.cpp U src/gnu/llvm/llvm/lib/Support/LineIterator.cpp U src/gnu/llvm/llvm/lib/Support/Locale.cpp U src/gnu/llvm/llvm/lib/Support/LockFileManager.cpp U src/gnu/llvm/llvm/lib/Support/LowLevelType.cpp U src/gnu/llvm/llvm/lib/Support/MD5.cpp N src/gnu/llvm/llvm/lib/Support/MSP430AttributeParser.cpp N src/gnu/llvm/llvm/lib/Support/MSP430Attributes.cpp U src/gnu/llvm/llvm/lib/Support/ManagedStatic.cpp U src/gnu/llvm/llvm/lib/Support/MathExtras.cpp U src/gnu/llvm/llvm/lib/Support/MemAlloc.cpp U src/gnu/llvm/llvm/lib/Support/Memory.cpp U src/gnu/llvm/llvm/lib/Support/MemoryBuffer.cpp U src/gnu/llvm/llvm/lib/Support/MemoryBufferRef.cpp U src/gnu/llvm/llvm/lib/Support/NativeFormatting.cpp U src/gnu/llvm/llvm/lib/Support/OptimizedStructLayout.cpp U src/gnu/llvm/llvm/lib/Support/Optional.cpp U src/gnu/llvm/llvm/lib/Support/Parallel.cpp U src/gnu/llvm/llvm/lib/Support/Path.cpp U src/gnu/llvm/llvm/lib/Support/PluginLoader.cpp U src/gnu/llvm/llvm/lib/Support/PrettyStackTrace.cpp U src/gnu/llvm/llvm/lib/Support/Process.cpp U src/gnu/llvm/llvm/lib/Support/Program.cpp U src/gnu/llvm/llvm/lib/Support/RISCVAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/RISCVAttributes.cpp N src/gnu/llvm/llvm/lib/Support/RISCVISAInfo.cpp U src/gnu/llvm/llvm/lib/Support/RWMutex.cpp U src/gnu/llvm/llvm/lib/Support/RandomNumberGenerator.cpp U src/gnu/llvm/llvm/lib/Support/Regex.cpp U src/gnu/llvm/llvm/lib/Support/SHA1.cpp U src/gnu/llvm/llvm/lib/Support/SHA256.cpp U src/gnu/llvm/llvm/lib/Support/ScaledNumber.cpp U src/gnu/llvm/llvm/lib/Support/ScopedPrinter.cpp U src/gnu/llvm/llvm/lib/Support/Signals.cpp U src/gnu/llvm/llvm/lib/Support/Signposts.cpp U src/gnu/llvm/llvm/lib/Support/SmallPtrSet.cpp U src/gnu/llvm/llvm/lib/Support/SmallVector.cpp U src/gnu/llvm/llvm/lib/Support/SourceMgr.cpp U src/gnu/llvm/llvm/lib/Support/SpecialCaseList.cpp U src/gnu/llvm/llvm/lib/Support/Statistic.cpp U src/gnu/llvm/llvm/lib/Support/StringExtras.cpp U src/gnu/llvm/llvm/lib/Support/StringMap.cpp U src/gnu/llvm/llvm/lib/Support/StringRef.cpp U src/gnu/llvm/llvm/lib/Support/StringSaver.cpp U src/gnu/llvm/llvm/lib/Support/SuffixTree.cpp U src/gnu/llvm/llvm/lib/Support/SymbolRemappingReader.cpp U src/gnu/llvm/llvm/lib/Support/SystemUtils.cpp U src/gnu/llvm/llvm/lib/Support/TarWriter.cpp U src/gnu/llvm/llvm/lib/Support/Timer.cpp U src/gnu/llvm/llvm/lib/Support/ThreadPool.cpp U src/gnu/llvm/llvm/lib/Support/Threading.cpp U src/gnu/llvm/llvm/lib/Support/TimeProfiler.cpp U src/gnu/llvm/llvm/lib/Support/ToolOutputFile.cpp U src/gnu/llvm/llvm/lib/Support/TrigramIndex.cpp U src/gnu/llvm/llvm/lib/Support/Twine.cpp U src/gnu/llvm/llvm/lib/Support/TypeSize.cpp U src/gnu/llvm/llvm/lib/Support/Unicode.cpp U src/gnu/llvm/llvm/lib/Support/UnicodeCaseFold.cpp N src/gnu/llvm/llvm/lib/Support/UnicodeNameToCodepoint.cpp N src/gnu/llvm/llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp U src/gnu/llvm/llvm/lib/Support/Valgrind.cpp U src/gnu/llvm/llvm/lib/Support/VersionTuple.cpp U src/gnu/llvm/llvm/lib/Support/VirtualFileSystem.cpp U src/gnu/llvm/llvm/lib/Support/Watchdog.cpp U src/gnu/llvm/llvm/lib/Support/WithColor.cpp U src/gnu/llvm/llvm/lib/Support/YAMLParser.cpp U src/gnu/llvm/llvm/lib/Support/regcomp.c U src/gnu/llvm/llvm/lib/Support/YAMLTraits.cpp U src/gnu/llvm/llvm/lib/Support/Z3Solver.cpp U src/gnu/llvm/llvm/lib/Support/circular_raw_ostream.cpp U src/gnu/llvm/llvm/lib/Support/raw_os_ostream.cpp U src/gnu/llvm/llvm/lib/Support/raw_ostream.cpp U src/gnu/llvm/llvm/lib/Support/regengine.inc U src/gnu/llvm/llvm/lib/Support/regerror.c U src/gnu/llvm/llvm/lib/Support/regex2.h U src/gnu/llvm/llvm/lib/Support/regex_impl.h U src/gnu/llvm/llvm/lib/Support/regexec.c U src/gnu/llvm/llvm/lib/Support/regfree.c U src/gnu/llvm/llvm/lib/Support/regstrlcpy.c U src/gnu/llvm/llvm/lib/Support/regutils.h U src/gnu/llvm/llvm/lib/Support/xxhash.cpp N src/gnu/llvm/llvm/lib/Support/BLAKE3/.clang-format N src/gnu/llvm/llvm/lib/Support/BLAKE3/CMakeLists.txt N src/gnu/llvm/llvm/lib/Support/BLAKE3/LICENSE N src/gnu/llvm/llvm/lib/Support/BLAKE3/README.md N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_dispatch.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_impl.h N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_neon.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_portable.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/llvm_blake3_prefix.h U src/gnu/llvm/llvm/lib/Support/Unix/COM.inc U src/gnu/llvm/llvm/lib/Support/Unix/DynamicLibrary.inc U src/gnu/llvm/llvm/lib/Support/Unix/Memory.inc U src/gnu/llvm/llvm/lib/Support/Unix/Path.inc C src/gnu/llvm/llvm/lib/Support/Unix/Process.inc U src/gnu/llvm/llvm/lib/Support/Unix/Program.inc U src/gnu/llvm/llvm/lib/Support/Unix/README.txt U src/gnu/llvm/llvm/lib/Support/Unix/Signals.inc U src/gnu/llvm/llvm/lib/Support/Unix/Threading.inc U src/gnu/llvm/llvm/lib/Support/Unix/Unix.h U src/gnu/llvm/llvm/lib/Support/Unix/Watchdog.inc U src/gnu/llvm/llvm/lib/Support/Windows/COM.inc U src/gnu/llvm/llvm/lib/Support/Windows/DynamicLibrary.inc U src/gnu/llvm/llvm/lib/Support/Windows/Memory.inc U src/gnu/llvm/llvm/lib/Support/Windows/Path.inc U src/gnu/llvm/llvm/lib/Support/Windows/Process.inc U src/gnu/llvm/llvm/lib/Support/Windows/Program.inc U src/gnu/llvm/llvm/lib/Support/Windows/Signals.inc U src/gnu/llvm/llvm/lib/Support/Windows/Threading.inc U src/gnu/llvm/llvm/lib/Support/Windows/Watchdog.inc U src/gnu/llvm/llvm/lib/Support/Windows/explicit_symbols.inc U src/gnu/llvm/llvm/lib/TableGen/CMakeLists.txt U src/gnu/llvm/llvm/lib/TableGen/DetailedRecordsBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/Error.cpp U src/gnu/llvm/llvm/lib/TableGen/JSONBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/Main.cpp N src/gnu/llvm/llvm/lib/TableGen/Parser.cpp U src/gnu/llvm/llvm/lib/TableGen/Record.cpp U src/gnu/llvm/llvm/lib/TableGen/SetTheory.cpp U src/gnu/llvm/llvm/lib/TableGen/StringMatcher.cpp U src/gnu/llvm/llvm/lib/TableGen/TGLexer.cpp U src/gnu/llvm/llvm/lib/TableGen/TGLexer.h U src/gnu/llvm/llvm/lib/TableGen/TGParser.cpp U src/gnu/llvm/llvm/lib/TableGen/TGParser.h U src/gnu/llvm/llvm/lib/TableGen/TableGenBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/TableGenBackendSkeleton.cpp U src/gnu/llvm/llvm/lib/Target/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/README.txt U src/gnu/llvm/llvm/lib/Target/Target.cpp U src/gnu/llvm/llvm/lib/Target/TargetIntrinsicInfo.cpp U src/gnu/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/TargetMachineC.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Combine.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandImm.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FastISel.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FrameLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrAtomics.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrGISel.td C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.h C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64KCFI.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MCInstLower.h N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineScheduler.cpp N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MacroFusion.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PfmCounters.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterBanks.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SLSHardening.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA53.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA55.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA57.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA64FX.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedAmpere1.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedCyclone.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM3.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM5.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedFalkor.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedFalkorDetails.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedKryo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedKryoDetails.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredAmpere.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredicates.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedTSV110.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Schedule.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StackTagging.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Subtarget.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Subtarget.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SystemOperands.td C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetMachine.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h C src/gnu/llvm/llvm/lib/Target/AArch64/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/AArch64/SMEABIPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/SMEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/SVEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.h U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h N src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.cpp N src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPU.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPU.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAttributes.def U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombine.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFeatures.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGISel.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibFunc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIDefines.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPromoteKernelArguments.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUReleaseVGPRs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURewriteUndefForPHI.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/BUFInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/CaymanInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/DSInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/EXPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/EvergreenInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/FLATInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNCreateVOPD.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNILPSched.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNPreRAOptimizations.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNProcessors.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSubtarget.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNVOPDUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/InstCombineTables.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/LDSDIRInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/MIMGInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600AsmPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ClauseMergePass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Defines.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600FrameLowering.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrFormats.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Instructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Schedule.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Subtarget.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Packetizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Processors.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Subtarget.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetMachine.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R700Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFixVGPRCopies.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIISelLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIModeRegister.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPostRABundler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIProgramInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIProgramInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SISchedule.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SMInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SOPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VIInstrFormats.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/VINTERPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP1Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP2Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP3Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP3PInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPCInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPDInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/ARC.h U src/gnu/llvm/llvm/lib/Target/ARC/ARC.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCBranchFinalize.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCCallingConv.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCExpandPseudos.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCFrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelLowering.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrFormats.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMCInstLower.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCOptAddrMode.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCSubtarget.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetMachine.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/ARCDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/A15SDOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARM.h U src/gnu/llvm/llvm/lib/Target/ARM/ARM.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBasicBlockInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBlockPlacement.cpp N src/gnu/llvm/llvm/lib/Target/ARM/ARMBranchTargets.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantPoolValue.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFastISel.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFeatures.h N src/gnu/llvm/llvm/lib/Target/ARM/ARMFixCortexA57AES1742098Pass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrCDE.td U src/gnu/llvm/llvm/lib/Target/ARM/README.txt U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrFormats.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrMVE.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrNEON.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrThumb.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrThumb2.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrVFP.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMacroFusion.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMParallelDSP.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMPerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMPredicates.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMSLSHardening.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSchedule.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA57.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA57WriteRes.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA8.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA9.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM4.td N src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM55.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM7.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleR52.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleSwift.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleV6.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSubtarget.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMSystemRegister.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetMachine.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/MLxExpansionPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVETPAndVPTOptimisationsPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVETailPredUtils.h U src/gnu/llvm/llvm/lib/Target/ARM/MVETailPredication.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVEVPTBlockPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/README-Thumb.txt U src/gnu/llvm/llvm/lib/Target/ARM/README-Thumb2.txt U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1FrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1InstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2InstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ThumbRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/AVR.h U src/gnu/llvm/llvm/lib/Target/AVR/AVR.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRCallingConv.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRDevices.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelLowering.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRMCInstLower.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRSubtarget.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRShiftExpand.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetMachine.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AVR/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/README.md U src/gnu/llvm/llvm/lib/Target/AVR/TODO.md U src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/BPF.h U src/gnu/llvm/llvm/lib/Target/BPF/BPF.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFAdjustOpt.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFCORE.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFCallingConv.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFFrameLowering.h N src/gnu/llvm/llvm/lib/Target/BPF/BPFIRPeephole.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelLowering.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrFormats.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BTF.def U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMCInstLower.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFMIChecking.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMIPeephole.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFPreserveDIType.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFSubtarget.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetMachine.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BTF.h U src/gnu/llvm/llvm/lib/Target/BPF/BTFDebug.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BTFDebug.h U src/gnu/llvm/llvm/lib/Target/BPF/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/CSKY/CSKY.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKY.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYAsmPrinter.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYCallingConv.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYCallingConv.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantIslandPass.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantPoolValue.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYFrameLowering.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYFrameLowering.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelLowering.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrAlias.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormats.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormats16Instr.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormatsF1.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormatsF2.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo16Instr.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfoF1.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfoF2.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMCInstLower.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYSubtarget.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetMachine.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetObjectFile.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/CSKYDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYBaseInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYFixupKinds.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/CBufferDataLayout.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/CBufferDataLayout.h N src/gnu/llvm/llvm/lib/Target/DirectX/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DXContainerGlobals.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXIL.td N src/gnu/llvm/llvm/lib/Target/DirectX/DXILConstants.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILMetadata.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILMetadata.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpBuilder.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpBuilder.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpLowering.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILPrepare.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResource.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResource.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResourceAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResourceAnalysis.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILStubs.td N src/gnu/llvm/llvm/lib/Target/DirectX/DXILShaderFlags.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILShaderFlags.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILTranslateMetadata.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectX.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectX.td N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXFrameLowering.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXInstrInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXSubtarget.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetLowering.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetMachine.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetTransformInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.h N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/DirectXTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/DirectXTargetInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXContainerObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXContainerObjectWriter.h N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Hexagon/BitTracker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/BitTracker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/Hexagon.h U src/gnu/llvm/llvm/lib/Target/Hexagon/Hexagon.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitTracker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBlockRanges.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCallingConv.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepArch.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepArch.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepIICHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepIICScalar.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepITypes.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepITypes.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrInfo.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrIntrinsics.inc U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMappings.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFCopy.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMask.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepOperands.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepTimingClasses.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenMux.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIICHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIICScalar.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLowering.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormatsV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsics.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFDeadCode.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV62.gen.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOperands.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatterns.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatternsHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatternsV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPeephole.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPseudo.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSchedule.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV5.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV55.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV62.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV66.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFCopy.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSubtarget.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV67.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV67T.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV68.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV69.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV71.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV71T.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV73.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVExtract.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFDeadCode.h U src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/Lanai.h U src/gnu/llvm/llvm/lib/Target/Lanai/Lanai.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiAluCode.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiCallingConv.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiCondCode.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelLowering.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMCInstLower.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSchedule.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSubtarget.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArch.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArch.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchCallingConv.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchExpandAtomicPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFrameLowering.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelLowering.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrFormats.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchSubtarget.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchTargetMachine.h N src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchFixupKinds.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchInstPrinter.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMatInt.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMatInt.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/M68k.h U src/gnu/llvm/llvm/lib/Target/M68k/M68k.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kCallingConv.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kCallingConv.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kCollapseMOVEMPass.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kFrameLowering.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelLowering.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrArithmetic.td N src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrAtomics.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrBits.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrCompiler.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrControl.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrData.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrFormats.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrShiftRotate.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kMCInstLower.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kMachineFunction.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kSchedule.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kSubtarget.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetMachine.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/M68k/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/Disassembler/M68kDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kCallLowering.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kBaseInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kFixupKinds.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/MSP430/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430CallingConv.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430FrameLowering.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelLowering.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrFormats.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MCInstLower.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430Subtarget.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430Subtarget.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430TargetMachine.h U src/gnu/llvm/llvm/lib/Target/MSP430/README.txt U src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.h C src/gnu/llvm/llvm/lib/Target/Mips/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/MSA.txt U src/gnu/llvm/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrFPU.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp C src/gnu/llvm/llvm/lib/Target/Mips/Mips.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16FrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloat.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloatInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloatInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips32r6InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips32r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips64InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips64r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsBranchExpansion.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCCState.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCCState.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallingConv.td N src/gnu/llvm/llvm/lib/Target/Mips/MipsCombine.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsCondMov.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsDSPInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsDSPInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsEVAInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsEVAInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsFastISel.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsFrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/Mips/MipsFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelDAGToDAG.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrFPU.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsMCInstLower.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsMSAInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMSAInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMTInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMTInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsMachineFunction.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/Mips/MipsMulMulBugPass.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsOptionRecord.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsOs16.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsPfmCounters.td N src/gnu/llvm/llvm/lib/Target/Mips/MipsPostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSchedule.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSERegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsScheduleGeneric.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsScheduleP5600.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSubtarget.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetTransformInfo.cpp N src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Relocation.txt U src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt C src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h C src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTX.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTX.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAtomicLower.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAtomicLower.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelLowering.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrFormats.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMCExpr.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXSubtarget.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXUtilities.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVVMReflect.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/cl_common_defines.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.h C src/gnu/llvm/llvm/lib/Target/PowerPC/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/PowerPC/P10InstrResources.td U src/gnu/llvm/llvm/lib/Target/PowerPC/P9InstrResources.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPC.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPC.td C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBack2BackFusion.def U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCCState.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCCState.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCTRLoopsVerify.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.td U src/gnu/llvm/llvm/lib/Target/PowerPC/README.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFastISel.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFrameLowering.h N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCGenScalarMASSEntries.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstr64Bit.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrHTM.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrAltivec.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFormats.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFuture.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.h C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrMMA.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrP10.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrSPE.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrVSX.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.def U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPfmCounters.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfoDMR.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfoMMA.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedPredicates.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedule.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedule440.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleA2.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE500.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE5500.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG3.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG4.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG5.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP10.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP7.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP8.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP9.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSubtarget.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSubtarget.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetMachine.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/README_ALTIVEC.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/README_P9.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/RISCV.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVCallingConv.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFeatures.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFrameLowering.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h C src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelLowering.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormats.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormatsC.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoA.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoC.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoD.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoF.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoM.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoXVentana.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZk.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMacroFusion.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMacroFusion.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVProcessors.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedRocket.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedSiFive7.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedule.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVScheduleV.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVScheduleZb.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVStripWSuffix.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSubtarget.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSystemOperands.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetMachine.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBanks.td N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCObjectFileInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCObjectFileInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRV.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRV.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVCallLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVFrameLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVISelLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrFormats.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVMCInstLower.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBanks.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetMachine.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetObjectFile.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetTransformInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVUtils.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVUtils.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVObjectTargetWriter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/DelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/LeonFeatures.td U src/gnu/llvm/llvm/lib/Target/Sparc/LeonPasses.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/LeonPasses.h U src/gnu/llvm/llvm/lib/Target/Sparc/README.txt U src/gnu/llvm/llvm/lib/Target/Sparc/Sparc.h U src/gnu/llvm/llvm/lib/Target/Sparc/Sparc.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcCallingConv.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelLowering.h C src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstr64Bit.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrAliases.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.h C src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrVIS.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSchedule.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSubtarget.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/README.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZ.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZ.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCopyPhysRegs.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFeatures.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFrameLowering.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelLowering.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrDFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrFormats.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrHFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrSystem.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrVector.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMCInstLower.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZOperands.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZOperators.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZPatterns.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZProcessors.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSchedule.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ15.td N src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ16.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSubtarget.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTDC.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetMachine.h N src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.h U src/gnu/llvm/llvm/lib/Target/VE/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/LVLGen.cpp U src/gnu/llvm/llvm/lib/Target/VE/VE.h U src/gnu/llvm/llvm/lib/Target/VE/VE.td U src/gnu/llvm/llvm/lib/Target/VE/VEAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/VE/VECallingConv.td N src/gnu/llvm/llvm/lib/Target/VE/VECustomDAG.cpp N src/gnu/llvm/llvm/lib/Target/VE/VECustomDAG.h U src/gnu/llvm/llvm/lib/Target/VE/VEFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEFrameLowering.h U src/gnu/llvm/llvm/lib/Target/VE/VEISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEISelLowering.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrVec.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrIntrinsicVL.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrPatternsVec.td U src/gnu/llvm/llvm/lib/Target/VE/VEMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.td U src/gnu/llvm/llvm/lib/Target/VE/VESubtarget.cpp U src/gnu/llvm/llvm/lib/Target/VE/VESubtarget.h U src/gnu/llvm/llvm/lib/Target/VE/VETargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/VE/VETargetMachine.h U src/gnu/llvm/llvm/lib/Target/VE/VETargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VVPInstrInfo.td N src/gnu/llvm/llvm/lib/Target/VE/VVPISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VVPInstrPatternsVec.td U src/gnu/llvm/llvm/lib/Target/VE/VVPNodes.def U src/gnu/llvm/llvm/lib/Target/VE/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/VE/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.h U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/VETargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/VETargetInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/README.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssembly.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssembly.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISD.def U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp N src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyNullifyDebugValueLists.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySortRegion.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySortRegion.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyFixupKinds.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.h C src/gnu/llvm/llvm/lib/Target/X86/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/ImmutableGraph.h U src/gnu/llvm/llvm/lib/Target/X86/README-FPStack.txt U src/gnu/llvm/llvm/lib/Target/X86/README-SSE.txt U src/gnu/llvm/llvm/lib/Target/X86/README-X86-64.txt U src/gnu/llvm/llvm/lib/Target/X86/README.txt C src/gnu/llvm/llvm/lib/Target/X86/X86.h C src/gnu/llvm/llvm/lib/Target/X86/X86.td U src/gnu/llvm/llvm/lib/Target/X86/X86AsmPrinter.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86AsmPrinter.h U src/gnu/llvm/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86AvoidTrailingCall.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallFrameOptimization.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.h U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.td U src/gnu/llvm/llvm/lib/Target/X86/X86CmovConversion.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86DomainReassignment.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86DynAllocaExpander.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86EvexToVex.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FastISel.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86FastPreTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FastTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupBWInsts.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupLEAs.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupSetCC.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86FrameLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FloatingPoint.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86GenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ISelLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86IndirectThunks.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InsertPrefetch.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InsertWait.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86Instr3DNow.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrAMX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrAVX512.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrArithmetic.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrBuilder.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrCMovSetCC.td N src/gnu/llvm/llvm/lib/Target/X86/X86KCFI.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86InstrCompiler.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrControl.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrExtension.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA3Info.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA3Info.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFPStack.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFoldTables.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFoldTables.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFormats.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrKL.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrMMX.td N src/gnu/llvm/llvm/lib/Target/X86/X86InstrRAOINT.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSGX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSNP.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSSE.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSVM.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrShiftRotate.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSystem.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrTDX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrTSX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrVMX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrVecCompiler.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrXOP.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InterleavedAccess.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86IntrinsicsInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86LegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerTileCopy.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86MacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86MacroFusion.h U src/gnu/llvm/llvm/lib/Target/X86/X86OptimizeLEAs.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PadShortFunction.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PartialReduction.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PfmCounters.td U src/gnu/llvm/llvm/lib/Target/X86/X86PreAMXConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PreTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBanks.td U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.h C src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.td N src/gnu/llvm/llvm/lib/Target/X86/X86ReturnThunks.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86SchedAlderlakeP.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedBroadwell.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedHaswell.td N src/gnu/llvm/llvm/lib/Target/X86/X86SchedIceLake.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedPredicates.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSandyBridge.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSkylakeClient.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSkylakeServer.td U src/gnu/llvm/llvm/lib/Target/X86/X86Schedule.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleAtom.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleBdVer2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleBtVer2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleSLM.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver1.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver3.td N src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver4.td U src/gnu/llvm/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86SelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h U src/gnu/llvm/llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86Subtarget.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86Subtarget.h C src/gnu/llvm/llvm/lib/Target/X86/X86TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetMachine.h U src/gnu/llvm/llvm/lib/Target/X86/X86TargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/X86/X86TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86TileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86VZeroUpper.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86WinEHState.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCA/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/X86/MCA/X86CustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86Operand.h U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h C src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstrRelaxTables.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstrRelaxTables.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCExpr.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MnemonicTables.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86TargetStreamer.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/README.txt U src/gnu/llvm/llvm/lib/Target/XCore/XCore.h U src/gnu/llvm/llvm/lib/Target/XCore/XCore.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreCallingConv.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameLowering.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelLowering.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrFormats.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMCInstLower.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSubtarget.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetMachine.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/Xtensa/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/Xtensa.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaInstrFormats.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaInstrInfo.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaOperands.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaTargetMachine.h N src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/XtensaDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaFixupKinds.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaInstPrinter.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/XtensaTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/XtensaTargetInfo.h N src/gnu/llvm/llvm/lib/TargetParser/AArch64TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/ARMTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/ARMTargetParserCommon.cpp N src/gnu/llvm/llvm/lib/TargetParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/TargetParser/CSKYTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Host.cpp N src/gnu/llvm/llvm/lib/TargetParser/LoongArchTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/RISCVTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Triple.cpp N src/gnu/llvm/llvm/lib/TargetParser/X86TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Unix/Host.inc N src/gnu/llvm/llvm/lib/TargetParser/Windows/Host.inc U src/gnu/llvm/llvm/lib/Testing/CMakeLists.txt N src/gnu/llvm/llvm/lib/Testing/Annotations/Annotations.cpp N src/gnu/llvm/llvm/lib/Testing/Annotations/CMakeLists.txt U src/gnu/llvm/llvm/lib/Testing/Support/CMakeLists.txt U src/gnu/llvm/llvm/lib/Testing/Support/Error.cpp U src/gnu/llvm/llvm/lib/Testing/Support/SupportHelpers.cpp U src/gnu/llvm/llvm/lib/TextAPI/Architecture.cpp U src/gnu/llvm/llvm/lib/TextAPI/ArchitectureSet.cpp U src/gnu/llvm/llvm/lib/TextAPI/CMakeLists.txt U src/gnu/llvm/llvm/lib/TextAPI/InterfaceFile.cpp U src/gnu/llvm/llvm/lib/TextAPI/PackedVersion.cpp U src/gnu/llvm/llvm/lib/TextAPI/Platform.cpp U src/gnu/llvm/llvm/lib/TextAPI/Symbol.cpp U src/gnu/llvm/llvm/lib/TextAPI/Target.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextAPIContext.h U src/gnu/llvm/llvm/lib/TextAPI/TextStub.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextStubCommon.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextStubCommon.h U src/gnu/llvm/llvm/lib/ToolDrivers/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/Options.td U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/Options.td U src/gnu/llvm/llvm/lib/Transforms/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/CFGuard/CFGuard.cpp U src/gnu/llvm/llvm/lib/Transforms/CFGuard/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp N src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroConditionalWrapper.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroEarly.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroElide.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroFrame.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroInstr.h U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroInternal.h U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/Coroutines.cpp U src/gnu/llvm/llvm/lib/Transforms/Hello/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Hello/Hello.cpp U src/gnu/llvm/llvm/lib/Transforms/Hello/Hello.exports U src/gnu/llvm/llvm/lib/Transforms/IPO/AlwaysInliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Annotation2Metadata.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Attributor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/AttributorAttributes.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/BlockExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ConstantMerge.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ExtractGV.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/IPO.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionImport.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalDCE.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/HotColdSplitting.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/IROutliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/InlineSimple.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Inliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Internalize.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/LoopExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/LowerTypeTests.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/MergeFunctions.cpp N src/gnu/llvm/llvm/lib/Transforms/IPO/ModuleInliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/OpenMPOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/PartialInlining.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SCCP.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleContextTracker.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleProfile.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/StripSymbols.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineInternal.h U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CFGMST.h U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CGProfile.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp N src/gnu/llvm/llvm/lib/Transforms/Instrumentation/KCFI.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp N src/gnu/llvm/llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/BlotMapVector.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARC.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/PtrState.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/PtrState.h U src/gnu/llvm/llvm/lib/Transforms/Scalar/ADCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/BDCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DivRemPairs.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/EarlyCSE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Float2Int.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVN.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVNHoist.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVNSink.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GuardWidening.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/JumpThreading.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LICM.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDeletion.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDistribute.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopFlatten.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopFuse.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopSink.cpp C src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopInterchange.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopPassManager.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopPredication.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopRotation.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp N src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerAtomicPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/NewGVN.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MergeICmps.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/NaryReassociate.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Reassociate.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Reg2Mem.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp C src/gnu/llvm/llvm/lib/Transforms/Scalar/SCCP.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SROA.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Scalar.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Scalarizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Sink.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp N src/gnu/llvm/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AddDiscriminators.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BuildLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Utils/CallGraphUpdater.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CloneFunction.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CloneModule.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/CodeLayout.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CodeExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CtorUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Debugify.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Evaluator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FixIrreducible.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FlattenCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FunctionComparator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/GlobalStatus.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/GuardUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/HelloWorld.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InjectTLIMappings.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InlineFunction.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InstructionNamer.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/IntegerDivision.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LCSSA.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Local.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopPeel.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnroll.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopVersioning.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerAtomic.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerGlobalDtors.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerIFunc.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerInvoke.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Mem2Reg.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerSwitch.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MatrixUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MemoryOpRemark.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MetaRenamer.cpp C src/gnu/llvm/llvm/lib/Transforms/Utils/MisExpect.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ModuleUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/PredicateInfo.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SCCPSolver.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SSAUpdater.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SSAUpdaterBulk.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/SampleProfileInference.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SanitizerStats.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Utils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SizeOpts.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SplitModule.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/StripGCRelocates.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SymbolRewriter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/VNCoercion.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ValueMapper.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlan.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlan.h N src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanCFG.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.h N src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanTransforms.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanValue.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanVerifier.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VectorCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/Vectorize.cpp N src/gnu/llvm/llvm/lib/WindowsDriver/CMakeLists.txt N src/gnu/llvm/llvm/lib/WindowsDriver/MSVCPaths.cpp U src/gnu/llvm/llvm/lib/WindowsManifest/CMakeLists.txt U src/gnu/llvm/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp U src/gnu/llvm/llvm/lib/XRay/BlockIndexer.cpp U src/gnu/llvm/llvm/lib/XRay/BlockPrinter.cpp U src/gnu/llvm/llvm/lib/XRay/BlockVerifier.cpp U src/gnu/llvm/llvm/lib/XRay/CMakeLists.txt U src/gnu/llvm/llvm/lib/XRay/FDRRecordProducer.cpp U src/gnu/llvm/llvm/lib/XRay/FDRRecords.cpp U src/gnu/llvm/llvm/lib/XRay/FDRTraceExpander.cpp U src/gnu/llvm/llvm/lib/XRay/FDRTraceWriter.cpp U src/gnu/llvm/llvm/lib/XRay/FileHeaderReader.cpp U src/gnu/llvm/llvm/lib/XRay/InstrumentationMap.cpp U src/gnu/llvm/llvm/lib/XRay/LogBuilderConsumer.cpp U src/gnu/llvm/llvm/lib/XRay/Profile.cpp U src/gnu/llvm/llvm/lib/XRay/RecordInitializer.cpp U src/gnu/llvm/llvm/lib/XRay/RecordPrinter.cpp U src/gnu/llvm/llvm/lib/XRay/Trace.cpp U src/gnu/llvm/llvm/projects/CMakeLists.txt U src/gnu/llvm/llvm/resources/windows_version_resource.rc U src/gnu/llvm/llvm/runtimes/CMakeLists.txt U src/gnu/llvm/llvm/tools/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint-passes/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint-passes/TestPasses.cpp U src/gnu/llvm/llvm/tools/bugpoint-passes/bugpoint.exports U src/gnu/llvm/llvm/tools/bugpoint/BugDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/BugDriver.h U src/gnu/llvm/llvm/tools/bugpoint/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint/CrashDebugger.cpp U src/gnu/llvm/llvm/tools/bugpoint/ExecutionDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/ExtractFunction.cpp U src/gnu/llvm/llvm/tools/bugpoint/FindBugs.cpp U src/gnu/llvm/llvm/tools/bugpoint/ListReducer.h U src/gnu/llvm/llvm/tools/bugpoint/Miscompilation.cpp U src/gnu/llvm/llvm/tools/bugpoint/OptimizerDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/ToolRunner.cpp U src/gnu/llvm/llvm/tools/bugpoint/ToolRunner.h U src/gnu/llvm/llvm/tools/bugpoint/bugpoint.cpp U src/gnu/llvm/llvm/tools/dsymutil/BinaryHolder.cpp U src/gnu/llvm/llvm/tools/dsymutil/BinaryHolder.h U src/gnu/llvm/llvm/tools/dsymutil/CFBundle.cpp U src/gnu/llvm/llvm/tools/dsymutil/CFBundle.h U src/gnu/llvm/llvm/tools/dsymutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/dsymutil/DebugMap.cpp U src/gnu/llvm/llvm/tools/dsymutil/DebugMap.h U src/gnu/llvm/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp U src/gnu/llvm/llvm/tools/dsymutil/DwarfLinkerForBinary.h U src/gnu/llvm/llvm/tools/dsymutil/LinkUtils.h U src/gnu/llvm/llvm/tools/dsymutil/MachODebugMapParser.cpp U src/gnu/llvm/llvm/tools/dsymutil/MachOUtils.cpp U src/gnu/llvm/llvm/tools/dsymutil/MachOUtils.h U src/gnu/llvm/llvm/tools/dsymutil/Options.td U src/gnu/llvm/llvm/tools/dsymutil/Reproducer.cpp U src/gnu/llvm/llvm/tools/dsymutil/Reproducer.h U src/gnu/llvm/llvm/tools/dsymutil/SymbolMap.cpp U src/gnu/llvm/llvm/tools/dsymutil/SymbolMap.h U src/gnu/llvm/llvm/tools/dsymutil/dsymutil.cpp U src/gnu/llvm/llvm/tools/dsymutil/dsymutil.h N src/gnu/llvm/llvm/tools/dxil-dis/CMakeLists.txt U src/gnu/llvm/llvm/tools/gold/CMakeLists.txt U src/gnu/llvm/llvm/tools/gold/README.txt U src/gnu/llvm/llvm/tools/gold/gold-plugin.cpp U src/gnu/llvm/llvm/tools/gold/gold.exports U src/gnu/llvm/llvm/tools/llc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llc/llc.cpp U src/gnu/llvm/llvm/tools/lli/CMakeLists.txt U src/gnu/llvm/llvm/tools/lli/ExecutionUtils.cpp U src/gnu/llvm/llvm/tools/lli/ExecutionUtils.h N src/gnu/llvm/llvm/tools/lli/ForwardingMemoryManager.h U src/gnu/llvm/llvm/tools/lli/lli.cpp U src/gnu/llvm/llvm/tools/lli/ChildTarget/CMakeLists.txt U src/gnu/llvm/llvm/tools/lli/ChildTarget/ChildTarget.cpp U src/gnu/llvm/llvm/tools/llvm-ar/CMakeLists.txt C src/gnu/llvm/llvm/tools/llvm-ar/llvm-ar.cpp U src/gnu/llvm/llvm/tools/llvm-as-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-as/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-as/llvm-as.cpp U src/gnu/llvm/llvm/tools/llvm-bcanalyzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp U src/gnu/llvm/llvm/tools/llvm-c-test/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-c-test/attributes.c U src/gnu/llvm/llvm/tools/llvm-c-test/calc.c U src/gnu/llvm/llvm/tools/llvm-c-test/debuginfo.c U src/gnu/llvm/llvm/tools/llvm-c-test/diagnostic.c U src/gnu/llvm/llvm/tools/llvm-c-test/disassemble.c U src/gnu/llvm/llvm/tools/llvm-c-test/echo.cpp U src/gnu/llvm/llvm/tools/llvm-c-test/helpers.c U src/gnu/llvm/llvm/tools/llvm-c-test/include-all.c U src/gnu/llvm/llvm/tools/llvm-c-test/llvm-c-test.h U src/gnu/llvm/llvm/tools/llvm-c-test/main.c U src/gnu/llvm/llvm/tools/llvm-c-test/metadata.c U src/gnu/llvm/llvm/tools/llvm-c-test/module.c U src/gnu/llvm/llvm/tools/llvm-c-test/object.c U src/gnu/llvm/llvm/tools/llvm-c-test/targets.c U src/gnu/llvm/llvm/tools/llvm-cat/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cat/llvm-cat.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h U src/gnu/llvm/llvm/tools/llvm-config/BuildVariables.inc.in U src/gnu/llvm/llvm/tools/llvm-config/CMakeLists.txt C src/gnu/llvm/llvm/tools/llvm-config/llvm-config.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cov/CodeCoverage.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporter.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterJson.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterJson.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterLcov.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterLcov.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageFilters.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageFilters.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageReport.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageReport.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageSummaryInfo.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageViewOptions.h U src/gnu/llvm/llvm/tools/llvm-cov/RenderingSupport.h U src/gnu/llvm/llvm/tools/llvm-cov/gcov.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageView.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageView.h U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewHTML.h U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewText.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewText.h U src/gnu/llvm/llvm/tools/llvm-cov/TestingSupport.cpp U src/gnu/llvm/llvm/tools/llvm-cov/llvm-cov.cpp U src/gnu/llvm/llvm/tools/llvm-cvtres/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cvtres/Opts.td U src/gnu/llvm/llvm/tools/llvm-cvtres/llvm-cvtres.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxdump/Error.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/Error.h U src/gnu/llvm/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/llvm-cxxdump.h U src/gnu/llvm/llvm/tools/llvm-cxxfilt/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxfilt/Opts.td U src/gnu/llvm/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp U src/gnu/llvm/llvm/tools/llvm-cxxmap/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxmap/llvm-cxxmap.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/Options.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/Options.h N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/llvm-debuginfo-analyzer.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfod/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfod-find/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp U src/gnu/llvm/llvm/tools/llvm-diff/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-diff/llvm-diff.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffConsumer.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffConsumer.h N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffLog.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffLog.h N src/gnu/llvm/llvm/tools/llvm-diff/lib/DifferenceEngine.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DifferenceEngine.h N src/gnu/llvm/llvm/tools/llvm-dis-fuzzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dis-fuzzer/llvm-dis-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-dis/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dis/llvm-dis.cpp N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/DummyDemanglerFuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/llvm-dlang-demangle-fuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-driver/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-driver/llvm-driver.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwarfdump/SectionSizes.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/Statistics.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h U src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-dwarfutil/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp N src/gnu/llvm/llvm/tools/llvm-dwarfutil/DebugInfoLinker.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Error.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Options.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Options.td N src/gnu/llvm/llvm/tools/llvm-dwarfutil/llvm-dwarfutil.cpp U src/gnu/llvm/llvm/tools/llvm-dwp/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwp/llvm-dwp.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/llvm-exegesis.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Analysis.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Analysis.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Assembler.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Assembler.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkCode.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Clustering.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Clustering.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CodeTemplate.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CodeTemplate.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Error.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Error.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LlvmState.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LlvmState.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PerfHelper.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PerfHelper.h N src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ProgressMeter.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterAliasing.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterValue.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterValue.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SchedClassResolution.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SchedClassResolution.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetFile.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetFile.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetRepetitor.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Target.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/TargetSelect.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/AArch64/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/X86Counter.h U src/gnu/llvm/llvm/tools/llvm-extract/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-extract/llvm-extract.cpp U src/gnu/llvm/llvm/tools/llvm-gsymutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp U src/gnu/llvm/llvm/tools/llvm-ifs/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-ifs/ErrorCollector.cpp U src/gnu/llvm/llvm/tools/llvm-ifs/ErrorCollector.h N src/gnu/llvm/llvm/tools/llvm-ifs/Opts.td U src/gnu/llvm/llvm/tools/llvm-ifs/llvm-ifs.cpp U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/llvm-itanium-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-coff.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-macho.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink.h U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp U src/gnu/llvm/llvm/tools/llvm-jitlistener/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-jitlistener/llvm-jitlistener.cpp U src/gnu/llvm/llvm/tools/llvm-libtool-darwin/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-libtool-darwin/DependencyInfo.h U src/gnu/llvm/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp U src/gnu/llvm/llvm/tools/llvm-link/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-link/llvm-link.cpp U src/gnu/llvm/llvm/tools/llvm-lipo/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lipo/LipoOpts.td U src/gnu/llvm/llvm/tools/llvm-lipo/llvm-lipo.cpp U src/gnu/llvm/llvm/tools/lto/CMakeLists.txt U src/gnu/llvm/llvm/tools/lto/LTODisassembler.cpp U src/gnu/llvm/llvm/tools/lto/lto.cpp U src/gnu/llvm/llvm/tools/lto/lto.exports U src/gnu/llvm/llvm/tools/llvm-lto/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lto/llvm-lto.cpp U src/gnu/llvm/llvm/tools/llvm-lto2/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lto2/llvm-lto2.cpp U src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-mc-disassemble-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-mc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc/Disassembler.cpp U src/gnu/llvm/llvm/tools/llvm-mc/Disassembler.h U src/gnu/llvm/llvm/tools/llvm-mc/llvm-mc.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegion.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegion.h U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegionGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegionGenerator.h U src/gnu/llvm/llvm/tools/llvm-mca/PipelinePrinter.cpp U src/gnu/llvm/llvm/tools/llvm-mca/PipelinePrinter.h U src/gnu/llvm/llvm/tools/llvm-mca/llvm-mca.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/BottleneckAnalysis.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/DispatchStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/DispatchStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionInfoView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionInfoView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/RegisterFileStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/ResourcePressureView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/ResourcePressureView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/SchedulerStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/SummaryView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/SummaryView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/TimelineView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/TimelineView.h U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/llvm-microsoft-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-ml/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-ml/Disassembler.cpp U src/gnu/llvm/llvm/tools/llvm-ml/Disassembler.h U src/gnu/llvm/llvm/tools/llvm-ml/Opts.td U src/gnu/llvm/llvm/tools/llvm-ml/llvm-ml.cpp U src/gnu/llvm/llvm/tools/llvm-modextract/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-modextract/llvm-modextract.cpp U src/gnu/llvm/llvm/tools/llvm-mt/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mt/Opts.td U src/gnu/llvm/llvm/tools/llvm-mt/llvm-mt.cpp U src/gnu/llvm/llvm/tools/llvm-nm/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-nm/Opts.td U src/gnu/llvm/llvm/tools/llvm-nm/llvm-nm.cpp U src/gnu/llvm/llvm/tools/llvm-objcopy/BitcodeStripOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-objcopy/CommonOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/InstallNameToolOpts.td N src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp N src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOptions.h U src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/StripOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/llvm-objcopy.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-objdump/COFFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/COFFDump.h C src/gnu/llvm/llvm/tools/llvm-objdump/ELFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/ELFDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/MachODump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/MachODump.h U src/gnu/llvm/llvm/tools/llvm-objdump/ObjdumpOptID.h U src/gnu/llvm/llvm/tools/llvm-objdump/ObjdumpOpts.td N src/gnu/llvm/llvm/tools/llvm-objdump/OffloadDump.cpp N src/gnu/llvm/llvm/tools/llvm-objdump/OffloadDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/OtoolOpts.td U src/gnu/llvm/llvm/tools/llvm-objdump/SourcePrinter.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/SourcePrinter.h U src/gnu/llvm/llvm/tools/llvm-objdump/WasmDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/WasmDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/XCOFFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/XCOFFDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/llvm-objdump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/llvm-objdump.h U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-opt-report/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-opt-report/OptReport.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/BytesOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/DumpOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/ExplainOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalTypeDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/OutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PdbYaml.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PdbYaml.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyEnumDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypeDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypeDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyVariableDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyVariableDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/StreamUtil.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/StreamUtil.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/TypeReferenceTracker.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/YAMLOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/llvm-pdbutil.h U src/gnu/llvm/llvm/tools/llvm-profdata/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-profdata/llvm-profdata.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-profgen/CSPreInliner.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/CSPreInliner.h U src/gnu/llvm/llvm/tools/llvm-profgen/CallContext.h U src/gnu/llvm/llvm/tools/llvm-profgen/ErrorHandling.h N src/gnu/llvm/llvm/tools/llvm-profgen/MissingFrameInferrer.cpp N src/gnu/llvm/llvm/tools/llvm-profgen/MissingFrameInferrer.h U src/gnu/llvm/llvm/tools/llvm-profgen/PerfReader.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/PerfReader.h U src/gnu/llvm/llvm/tools/llvm-profgen/ProfileGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/ProfileGenerator.h U src/gnu/llvm/llvm/tools/llvm-profgen/ProfiledBinary.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/ProfiledBinary.h U src/gnu/llvm/llvm/tools/llvm-profgen/llvm-profgen.cpp U src/gnu/llvm/llvm/tools/llvm-rc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rc/Opts.td U src/gnu/llvm/llvm/tools/llvm-rc/ResourceFileWriter.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceFileWriter.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptCppFilter.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptCppFilter.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptParser.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptParser.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptStmt.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptStmt.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptToken.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptToken.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptTokenList.def U src/gnu/llvm/llvm/tools/llvm-rc/ResourceVisitor.h U src/gnu/llvm/llvm/tools/llvm-rc/WindresOpts.td U src/gnu/llvm/llvm/tools/llvm-rc/llvm-rc.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ARMEHABIPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ARMWinEHPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-readobj/COFFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/COFFImportDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h C src/gnu/llvm/llvm/tools/llvm-readobj/ELFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/MachODumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ObjDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ObjDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/Opts.td U src/gnu/llvm/llvm/tools/llvm-readobj/StackMapPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/WasmDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/Win64EHDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/Win64EHDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/WindowsResourceDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/XCOFFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/llvm-readobj.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/llvm-readobj.h U src/gnu/llvm/llvm/tools/llvm-reduce/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-reduce/DeltaManager.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/DeltaManager.h N src/gnu/llvm/llvm/tools/llvm-reduce/ReducerWorkItem.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/ReducerWorkItem.h U src/gnu/llvm/llvm/tools/llvm-reduce/TestRunner.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/TestRunner.h U src/gnu/llvm/llvm/tools/llvm-reduce/llvm-reduce.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Delta.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Delta.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAliases.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceArguments.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceDIMetadata.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceDIMetadata.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceIRReferences.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceIRReferences.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInvokes.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInvokes.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMemoryOperations.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMemoryOperations.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceModuleData.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOpcodes.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperands.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/RunIRPasses.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterDefs.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterDefs.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterMasks.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterMasks.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterUses.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterUses.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceVirtualRegisters.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceVirtualRegisters.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/RunIRPasses.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/SimplifyInstructions.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/SimplifyInstructions.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/StripDebugInfo.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/StripDebugInfo.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Utils.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Utils.h N src/gnu/llvm/llvm/tools/llvm-remarkutil/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-remarkutil/RemarkUtil.cpp N src/gnu/llvm/llvm/tools/llvm-remark-size-diff/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp U src/gnu/llvm/llvm/tools/llvm-rtdyld/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/llvm-rust-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-shlib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-shlib/gen-msvc-exports.py U src/gnu/llvm/llvm/tools/llvm-shlib/libllvm.cpp U src/gnu/llvm/llvm/tools/llvm-shlib/simple_version_script.map.in U src/gnu/llvm/llvm/tools/llvm-sim/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-sim/llvm-sim.cpp U src/gnu/llvm/llvm/tools/llvm-size/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-size/Opts.td U src/gnu/llvm/llvm/tools/llvm-size/llvm-size.cpp U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/special-case-list-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-split/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-split/llvm-split.cpp U src/gnu/llvm/llvm/tools/llvm-stress/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-stress/llvm-stress.cpp U src/gnu/llvm/llvm/tools/llvm-strings/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-strings/Opts.td U src/gnu/llvm/llvm/tools/llvm-strings/llvm-strings.cpp U src/gnu/llvm/llvm/tools/llvm-symbolizer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-symbolizer/Opts.td U src/gnu/llvm/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp U src/gnu/llvm/llvm/tools/llvm-tapi-diff/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-tapi-diff/DiffEngine.cpp U src/gnu/llvm/llvm/tools/llvm-tapi-diff/DiffEngine.h U src/gnu/llvm/llvm/tools/llvm-tapi-diff/llvm-tapi-diff.cpp N src/gnu/llvm/llvm/tools/llvm-tli-checker/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-tli-checker/Opts.td N src/gnu/llvm/llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp U src/gnu/llvm/llvm/tools/llvm-undname/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-undname/llvm-undname.cpp U src/gnu/llvm/llvm/tools/llvm-xray/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-xray/func-id-helper.cpp U src/gnu/llvm/llvm/tools/llvm-xray/func-id-helper.h U src/gnu/llvm/llvm/tools/llvm-xray/llvm-xray.cpp U src/gnu/llvm/llvm/tools/llvm-xray/trie-node.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-account.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-account.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-color-helper.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-color-helper.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-converter.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-converter.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-extract.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-fdr-dump.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph-diff.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph-diff.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-registry.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-registry.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-stacks.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/DummyYAMLNumericParserFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/DummyYAMLParserFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/yaml-parser-fuzzer.cpp U src/gnu/llvm/llvm/tools/obj2yaml/CMakeLists.txt U src/gnu/llvm/llvm/tools/obj2yaml/archive2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/coff2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/dwarf2yaml.cpp N src/gnu/llvm/llvm/tools/obj2yaml/dxcontainer2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/elf2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/macho2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/minidump2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/obj2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/obj2yaml.h N src/gnu/llvm/llvm/tools/obj2yaml/offload2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/wasm2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/xcoff2yaml.cpp U src/gnu/llvm/llvm/tools/opt-viewer/CMakeLists.txt U src/gnu/llvm/llvm/tools/opt-viewer/opt-diff.py U src/gnu/llvm/llvm/tools/opt-viewer/opt-stats.py U src/gnu/llvm/llvm/tools/opt-viewer/opt-viewer.py U src/gnu/llvm/llvm/tools/opt-viewer/optpmap.py U src/gnu/llvm/llvm/tools/opt-viewer/optrecord.py U src/gnu/llvm/llvm/tools/opt-viewer/style.css U src/gnu/llvm/llvm/tools/opt/AnalysisWrappers.cpp U src/gnu/llvm/llvm/tools/opt/BreakpointPrinter.cpp U src/gnu/llvm/llvm/tools/opt/BreakpointPrinter.h U src/gnu/llvm/llvm/tools/opt/CMakeLists.txt U src/gnu/llvm/llvm/tools/opt/NewPMDriver.cpp U src/gnu/llvm/llvm/tools/opt/NewPMDriver.h U src/gnu/llvm/llvm/tools/opt/opt.cpp U src/gnu/llvm/llvm/tools/sancov/CMakeLists.txt U src/gnu/llvm/llvm/tools/sancov/coverage-report-server.py U src/gnu/llvm/llvm/tools/sancov/sancov.cpp U src/gnu/llvm/llvm/tools/remarks-shlib/CMakeLists.txt U src/gnu/llvm/llvm/tools/remarks-shlib/Remarks.exports U src/gnu/llvm/llvm/tools/remarks-shlib/libremarks.cpp U src/gnu/llvm/llvm/tools/sanstats/CMakeLists.txt U src/gnu/llvm/llvm/tools/sanstats/sanstats.cpp U src/gnu/llvm/llvm/tools/verify-uselistorder/CMakeLists.txt U src/gnu/llvm/llvm/tools/verify-uselistorder/verify-uselistorder.cpp U src/gnu/llvm/llvm/tools/vfabi-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp U src/gnu/llvm/llvm/tools/xcode-toolchain/CMakeLists.txt U src/gnu/llvm/llvm/tools/yaml2obj/CMakeLists.txt U src/gnu/llvm/llvm/tools/yaml2obj/yaml2obj.cpp U src/gnu/llvm/llvm/utils/DSAclean.py U src/gnu/llvm/llvm/utils/DSAextract.py U src/gnu/llvm/llvm/utils/GenLibDeps.pl U src/gnu/llvm/llvm/utils/GetSourceVersion U src/gnu/llvm/llvm/utils/UpdateCMakeLists.pl U src/gnu/llvm/llvm/utils/abtest.py U src/gnu/llvm/llvm/utils/add_argument_names.py U src/gnu/llvm/llvm/utils/bisect U src/gnu/llvm/llvm/utils/bisect-skip-count U src/gnu/llvm/llvm/utils/bugpoint_gisel_reducer.py U src/gnu/llvm/llvm/utils/check-each-file U src/gnu/llvm/llvm/utils/check_ninja_deps.py U src/gnu/llvm/llvm/utils/chunk-print-before-all.py U src/gnu/llvm/llvm/utils/clang-parse-diagnostics-file U src/gnu/llvm/llvm/utils/codegen-diff U src/gnu/llvm/llvm/utils/collect_and_build_with_pgo.py U src/gnu/llvm/llvm/utils/demangle_tree.py U src/gnu/llvm/llvm/utils/convert-constraint-log-to-z3.py U src/gnu/llvm/llvm/utils/create_ladder_graph.py U src/gnu/llvm/llvm/utils/extract-section.py U src/gnu/llvm/llvm/utils/extract_symbols.py U src/gnu/llvm/llvm/utils/extract_vplan.py U src/gnu/llvm/llvm/utils/findmisopt U src/gnu/llvm/llvm/utils/findoptdiff U src/gnu/llvm/llvm/utils/findsym.pl U src/gnu/llvm/llvm/utils/indirect_calls.py U src/gnu/llvm/llvm/utils/lldbDataFormatters.py U src/gnu/llvm/llvm/utils/llvm-compilers-check U src/gnu/llvm/llvm/utils/llvm-gisel-cov.py N src/gnu/llvm/llvm/utils/llvm-mca-compare.py U src/gnu/llvm/llvm/utils/llvm-native-gxx U src/gnu/llvm/llvm/utils/llvm-original-di-preservation.py U src/gnu/llvm/llvm/utils/llvm.grm U src/gnu/llvm/llvm/utils/merge-stats.py N src/gnu/llvm/llvm/utils/pipeline.py U src/gnu/llvm/llvm/utils/prepare-code-coverage-artifact.py N src/gnu/llvm/llvm/utils/reduce_pipeline.py N src/gnu/llvm/llvm/utils/relative_lines.py U src/gnu/llvm/llvm/utils/remote-exec.py U src/gnu/llvm/llvm/utils/revert_checker.py U src/gnu/llvm/llvm/utils/revert_checker_test.py N src/gnu/llvm/llvm/utils/rsp_bisect.py U src/gnu/llvm/llvm/utils/schedcover.py U src/gnu/llvm/llvm/utils/shuffle_fuzz.py U src/gnu/llvm/llvm/utils/shuffle_select_fuzz_tester.py U src/gnu/llvm/llvm/utils/sort_includes.py U src/gnu/llvm/llvm/utils/sysroot.py U src/gnu/llvm/llvm/utils/unicode-case-fold.py U src/gnu/llvm/llvm/utils/update_analyze_test_checks.py N src/gnu/llvm/llvm/utils/update_any_test_checks.py U src/gnu/llvm/llvm/utils/update_cc_test_checks.py U src/gnu/llvm/llvm/utils/wciia.py U src/gnu/llvm/llvm/utils/update_llc_test_checks.py U src/gnu/llvm/llvm/utils/update_mca_test_checks.py U src/gnu/llvm/llvm/utils/update_mir_test_checks.py U src/gnu/llvm/llvm/utils/update_test_checks.py U src/gnu/llvm/llvm/utils/update_test_prefix.py U src/gnu/llvm/llvm/utils/Misc/zkill U src/gnu/llvm/llvm/utils/FileCheck/CMakeLists.txt U src/gnu/llvm/llvm/utils/FileCheck/FileCheck.cpp U src/gnu/llvm/llvm/utils/KillTheDoctor/CMakeLists.txt U src/gnu/llvm/llvm/utils/KillTheDoctor/KillTheDoctor.cpp U src/gnu/llvm/llvm/utils/LLVMVisualizers/CMakeLists.txt U src/gnu/llvm/llvm/utils/LLVMVisualizers/llvm.natvis U src/gnu/llvm/llvm/utils/PerfectShuffle/CMakeLists.txt U src/gnu/llvm/llvm/utils/PerfectShuffle/PerfectShuffle.cpp U src/gnu/llvm/llvm/utils/Reviewing/find_interesting_reviews.py U src/gnu/llvm/llvm/utils/TableGen/AsmMatcherEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterInst.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterInst.h U src/gnu/llvm/llvm/utils/TableGen/Attributes.cpp U src/gnu/llvm/llvm/utils/TableGen/CMakeLists.txt U src/gnu/llvm/llvm/utils/TableGen/CTagsEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/CallingConvEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeEmitterGen.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenDAGPatterns.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenDAGPatterns.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenHwModes.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenHwModes.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenInstruction.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenInstruction.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenIntrinsics.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenTarget.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenMapTable.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenRegisters.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenRegisters.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenSchedule.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenSchedule.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenTarget.cpp N src/gnu/llvm/llvm/utils/TableGen/CompressInstEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcher.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcher.h U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherGen.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherOpt.cpp U src/gnu/llvm/llvm/utils/TableGen/DFAEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DFAEmitter.h U src/gnu/llvm/llvm/utils/TableGen/DFAPacketizerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/Types.h N src/gnu/llvm/llvm/utils/TableGen/DXILEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/DecoderEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DirectiveEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DisassemblerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/ExegesisEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/FastISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/GICombinerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/InfoByHwMode.cpp U src/gnu/llvm/llvm/utils/TableGen/InfoByHwMode.h U src/gnu/llvm/llvm/utils/TableGen/InstrDocsEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/InstrInfoEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/IntrinsicEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptEmitter.h U src/gnu/llvm/llvm/utils/TableGen/OptParserEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptRSTEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/Types.cpp U src/gnu/llvm/llvm/utils/TableGen/TableGen.cpp U src/gnu/llvm/llvm/utils/TableGen/PredicateExpander.cpp U src/gnu/llvm/llvm/utils/TableGen/PredicateExpander.h U src/gnu/llvm/llvm/utils/TableGen/PseudoLoweringEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/RISCVTargetDefEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/RegisterBankEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/RegisterInfoEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SDNodeProperties.cpp U src/gnu/llvm/llvm/utils/TableGen/SDNodeProperties.h U src/gnu/llvm/llvm/utils/TableGen/SearchableTableEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SequenceToOffsetTable.h U src/gnu/llvm/llvm/utils/TableGen/SubtargetEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SubtargetFeatureInfo.cpp U src/gnu/llvm/llvm/utils/TableGen/SubtargetFeatureInfo.h U src/gnu/llvm/llvm/utils/TableGen/TableGenBackends.h N src/gnu/llvm/llvm/utils/TableGen/VarLenCodeEmitterGen.cpp N src/gnu/llvm/llvm/utils/TableGen/VarLenCodeEmitterGen.h U src/gnu/llvm/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerShared.h U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerTables.cpp U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerTables.h U src/gnu/llvm/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/X86FoldTablesEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/X86MnemonicTables.cpp U src/gnu/llvm/llvm/utils/TableGen/X86ModRMFilters.cpp U src/gnu/llvm/llvm/utils/TableGen/X86ModRMFilters.h U src/gnu/llvm/llvm/utils/TableGen/X86RecognizableInstr.cpp U src/gnu/llvm/llvm/utils/TableGen/X86RecognizableInstr.h U src/gnu/llvm/llvm/utils/TableGen/tdtags U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CMakeLists.txt U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpander.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpander.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpansions.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDag.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDag.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchTree.h N src/gnu/llvm/llvm/utils/TableGen/jupyter/.gitignore N src/gnu/llvm/llvm/utils/TableGen/jupyter/LLVM_TableGen.ipynb N src/gnu/llvm/llvm/utils/TableGen/jupyter/LLVM_TableGen.md N src/gnu/llvm/llvm/utils/TableGen/jupyter/README.md N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/__init__.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/__main__.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/install.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/kernel.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/assets/kernel.json U src/gnu/llvm/llvm/utils/Target/ARM/analyze-match-table.py N src/gnu/llvm/llvm/utils/UnicodeData/CMakeLists.txt N src/gnu/llvm/llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp U src/gnu/llvm/llvm/utils/UpdateTestChecks/__init__.py U src/gnu/llvm/llvm/utils/UpdateTestChecks/asm.py U src/gnu/llvm/llvm/utils/UpdateTestChecks/common.py N src/gnu/llvm/llvm/utils/UpdateTestChecks/isel.py U src/gnu/llvm/llvm/utils/bugpoint/RemoteRunSafely.sh U src/gnu/llvm/llvm/utils/count/CMakeLists.txt U src/gnu/llvm/llvm/utils/count/count.c U src/gnu/llvm/llvm/utils/crosstool/create-snapshots.sh U src/gnu/llvm/llvm/utils/crosstool/ARM/README U src/gnu/llvm/llvm/utils/crosstool/ARM/build-install-linux.sh U src/gnu/llvm/llvm/utils/docker/README U src/gnu/llvm/llvm/utils/docker/build_docker_image.sh N src/gnu/llvm/llvm/utils/docker/debian10/Dockerfile U src/gnu/llvm/llvm/utils/docker/example/Dockerfile U src/gnu/llvm/llvm/utils/docker/nvidia-cuda/Dockerfile U src/gnu/llvm/llvm/utils/docker/scripts/build_install_llvm.sh U src/gnu/llvm/llvm/utils/docker/scripts/checkout.sh U src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/llvm_checksum.py U src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/project_tree.py U src/gnu/llvm/llvm/utils/emacs/README U src/gnu/llvm/llvm/utils/emacs/emacs.el U src/gnu/llvm/llvm/utils/emacs/llvm-mode.el U src/gnu/llvm/llvm/utils/emacs/tablegen-mode.el N src/gnu/llvm/llvm/utils/filecheck_lint/filecheck_lint.py N src/gnu/llvm/llvm/utils/filecheck_lint/filecheck_lint_test.py U src/gnu/llvm/llvm/utils/fpcmp/fpcmp.cpp U src/gnu/llvm/llvm/utils/git/arcfilter.sh N src/gnu/llvm/llvm/utils/git/github-automation.py U src/gnu/llvm/llvm/utils/git/pre-push.py N src/gnu/llvm/llvm/utils/git/requirements.txt N src/gnu/llvm/llvm/utils/git/requirements.txt.in U src/gnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py U src/gnu/llvm/llvm/utils/gn/.gitignore U src/gnu/llvm/llvm/utils/gn/.gn U src/gnu/llvm/llvm/utils/gn/README.rst U src/gnu/llvm/llvm/utils/gn/TODO.txt U src/gnu/llvm/llvm/utils/gn/get.py U src/gnu/llvm/llvm/utils/gn/gn.py U src/gnu/llvm/llvm/utils/gn/build/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/BUILDCONFIG.gn U src/gnu/llvm/llvm/utils/gn/build/buildflags.gni N src/gnu/llvm/llvm/utils/gn/build/compiled_action.gni N src/gnu/llvm/llvm/utils/gn/build/driver_executable.gni U src/gnu/llvm/llvm/utils/gn/build/fuzzer.gni U src/gnu/llvm/llvm/utils/gn/build/mac_sdk.gni N src/gnu/llvm/llvm/utils/gn/build/run_built_binary.py U src/gnu/llvm/llvm/utils/gn/build/symbol_exports.gni U src/gnu/llvm/llvm/utils/gn/build/symbol_exports.py U src/gnu/llvm/llvm/utils/gn/build/symlink_or_copy.gni U src/gnu/llvm/llvm/utils/gn/build/symlink_or_copy.py U src/gnu/llvm/llvm/utils/gn/build/sync_source_lists_from_cmake.py U src/gnu/llvm/llvm/utils/gn/build/sysroot.gni U src/gnu/llvm/llvm/utils/gn/build/write_cmake_config.gni U src/gnu/llvm/llvm/utils/gn/build/write_cmake_config.py N src/gnu/llvm/llvm/utils/gn/build/write_file.py U src/gnu/llvm/llvm/utils/gn/build/write_library_dependencies.py U src/gnu/llvm/llvm/utils/gn/build/write_vcsrevision.gni U src/gnu/llvm/llvm/utils/gn/build/write_vcsrevision.py U src/gnu/llvm/llvm/utils/gn/build/libs/atomic/BUILD.gn N src/gnu/llvm/llvm/utils/gn/build/libs/curl/BUILD.gn N src/gnu/llvm/llvm/utils/gn/build/libs/curl/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/edit/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/edit/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/pthread/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/pthread/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/terminfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/terminfo/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/xar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/xar/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/xml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/xml/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/zlib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/zlib/enable.gni U src/gnu/llvm/llvm/utils/gn/build/toolchain/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/toolchain/compiler.gni U src/gnu/llvm/llvm/utils/gn/build/toolchain/target_flags.gni U src/gnu/llvm/llvm/utils/gn/docs/deterministic.md U src/gnu/llvm/llvm/utils/gn/secondary/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/include/bolt/RuntimeLibs/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Passes/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Profile/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Rewrite/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/RuntimeLibs/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Target/AArch64/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Target/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Utils/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/test/bolt_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/bat-dump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/driver/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/heatmap/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/merge-fdata/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/plugin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-move/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-move/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-query/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-query/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-reorder-fields/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-reorder-fields/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/abseil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/altera/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/boost/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/darwin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/fuchsia/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/hicpp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/linuxkernel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvm/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvmlibc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/ConfusableTable/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/mpi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/objc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/openmp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/plugin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/zircon/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/indexer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/gen_decision_forest.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/clangd_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/xpc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/test-client/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/modularize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pp-trace/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/gen/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/include/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cli/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/grammar/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/clang_pseudo_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/test/clang_tools_extra_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-apply-replacements/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-change-namespace/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-move/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-query/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/resource_dir.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/runtimes.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Parse/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/StaticAnalyzer/Checkers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ARCMigrate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ASTMatchers/Dynamic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CrossTU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Edit/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Frontend/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/FrontendTool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Index/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Parse/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/enable.gni N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Testing/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/ASTDiff/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/DependencyScanning/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/DumpTool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/Stdlib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Refactoring/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Transformer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/test/clang_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/arcmt-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/c-arcmt-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/c-index-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-check/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-diff/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-extdef-mapping/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-fuzzer/dictionary/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-import-test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-linker-wrapper/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-bundler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-packager/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-refactor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-rename/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-repl/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/diagtool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/scan-build/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/ASTMatchers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/ASTMatchers/Dynamic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Analysis/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/CrossTU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Index/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Interpreter/ExceptionTests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Introspection/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Rename/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/libclang/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/libclang/CrashTests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/hmaptool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/gen_version_script.gni U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/target.gni U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/cfi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/scripts/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/lsan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan_minimal/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/test.gni N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/config.gni U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/utils/gen_link_script.py U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libunwind/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/COFF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/Common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/MachO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/MinGW/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/include/lld/Common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/test/lld_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/lld/tools/lld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Host/libedit.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Version/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/macosx/objcxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Initialization/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ABI/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/PPC64/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Disassembler/LLVMC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Static/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Windows-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Instruction/ARM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/JITLoader/GDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ClangCommon/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjCPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/BSD-Archive/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Breakpad/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/ELF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/JIT/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Mach-O/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PECOFF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/objcxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Linux/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/POSIX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/minidump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ScriptInterpreter/None/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/Breakpad/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/Symtab/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/ELF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/PECOFF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/TypeSystem/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/UnwindAssembly/InstEmulation/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/UnwindAssembly/x86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Version/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/test/lldb_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/argdumper/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/driver/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/TableGen/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/TableGen/lldb_tablegen.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/lit-cpuid/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/triples.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/version.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenACC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenMP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/write_extension_def.py N src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/TargetParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitcode/Reader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitcode/Writer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitstream/Reader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/MIRParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/SelectionDAG/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWARFLinker/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/MSF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/Symbolize/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Interpreter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/JITLink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/MCJIT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Extensions/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FileCheck/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/OpenACC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/OpenMP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IRPrinter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IRReader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/InterfaceStub/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/LineEditor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Linker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/MCDisassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/MCParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MCA/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ObjCopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Object/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Option/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/Coverage/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Remarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/BLAKE3/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_string.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_asm_parsers.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_disassemblers.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_exegesis.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_mcas.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCA/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/TargetInfo/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/AsmParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/MCTargetDesc/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/MCA/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/TargetInfo/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TargetParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Annotations/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ToolDrivers/llvm-dlltool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ToolDrivers/llvm-lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/AggressiveInstCombine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/CFGuard/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/ObjCARC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/WindowsDriver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/WindowsManifest/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/XRay/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/llvm_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/binutils_symlinks.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/cctools_symlinks.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lli/ChildTarget/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-as/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-bcanalyzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-c-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cfi-verify/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cfi-verify/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/write_extension_dependencies.py U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cov/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cvtres/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxdump/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxfilt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxmap/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfo-analyzer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod-find/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lto/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-diff/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-extract/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-gsymutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-isel-fuzzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/llvm-jitlink-executor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-libtool-darwin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-link/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lipo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lto/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lto2/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-modextract/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-nm/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-rc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objcopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-opt-fuzzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-opt-report/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-profdata/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-profgen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-remark-size-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-rtdyld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-sim/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-size/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-split/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-stress/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-strings/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-symbolizer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-tapi-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-tli-checker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-undname/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-xray/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/obj2yaml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/sancov/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/sanstats/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/verify-uselistorder/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/yaml2obj/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/BinaryFormat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Bitcode/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Bitstream/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/CodeGen/GlobalISel/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/DWARF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/MSF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/Symbolizer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Demangle/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/JITLink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/MCJIT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/FileCheck/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/FuzzMutate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/InterfaceStub/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/LineEditor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Linker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/SystemZ/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MIR/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ObjCopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Object/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Option/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ObjectYAML/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Support/DynamicLibrary/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/ARM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/LoongArch/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/WebAssembly/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TargetParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Annotations/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/IPO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Scalar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/XRay/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-cfi-verify/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/ARM/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-mca/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-mca/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profgen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/FileCheck/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/count/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/lit_path_function.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-locstats/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/not/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/split-file/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/yaml-bench/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/unittest.gni N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/UnitTestMain/BUILD.gn U src/gnu/llvm/llvm/utils/jedit/README U src/gnu/llvm/llvm/utils/jedit/tablegen.xml U src/gnu/llvm/llvm/utils/kate/README U src/gnu/llvm/llvm/utils/kate/llvm-tablegen.xml U src/gnu/llvm/llvm/utils/kate/llvm.xml U src/gnu/llvm/llvm/utils/lint/common_lint.py U src/gnu/llvm/llvm/utils/lint/cpp_lint.py U src/gnu/llvm/llvm/utils/lint/generic_lint.py U src/gnu/llvm/llvm/utils/lint/remove_trailing_whitespace.sh U src/gnu/llvm/llvm/utils/lit/CMakeLists.txt U src/gnu/llvm/llvm/utils/lit/LICENSE.TXT U src/gnu/llvm/llvm/utils/lit/MANIFEST.in N src/gnu/llvm/llvm/utils/lit/README.rst U src/gnu/llvm/llvm/utils/lit/lit.py N src/gnu/llvm/llvm/utils/lit/pyproject.toml U src/gnu/llvm/llvm/utils/lit/setup.py U src/gnu/llvm/llvm/utils/lit/examples/README.txt U src/gnu/llvm/llvm/utils/lit/examples/many-tests/ManyTests.py U src/gnu/llvm/llvm/utils/lit/examples/many-tests/README.txt U src/gnu/llvm/llvm/utils/lit/examples/many-tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/lit/BooleanExpression.py U src/gnu/llvm/llvm/utils/lit/lit/LitConfig.py U src/gnu/llvm/llvm/utils/lit/lit/LitTestCase.py U src/gnu/llvm/llvm/utils/lit/lit/ProgressBar.py U src/gnu/llvm/llvm/utils/lit/lit/ShCommands.py U src/gnu/llvm/llvm/utils/lit/lit/ShUtil.py U src/gnu/llvm/llvm/utils/lit/lit/Test.py U src/gnu/llvm/llvm/utils/lit/lit/TestRunner.py U src/gnu/llvm/llvm/utils/lit/lit/TestTimes.py U src/gnu/llvm/llvm/utils/lit/lit/TestingConfig.py U src/gnu/llvm/llvm/utils/lit/lit/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/cl_arguments.py U src/gnu/llvm/llvm/utils/lit/lit/discovery.py U src/gnu/llvm/llvm/utils/lit/lit/display.py U src/gnu/llvm/llvm/utils/lit/lit/main.py U src/gnu/llvm/llvm/utils/lit/lit/reports.py U src/gnu/llvm/llvm/utils/lit/lit/run.py U src/gnu/llvm/llvm/utils/lit/lit/util.py U src/gnu/llvm/llvm/utils/lit/lit/worker.py U src/gnu/llvm/llvm/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/cat.py U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/diff.py U src/gnu/llvm/llvm/utils/lit/lit/formats/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/formats/base.py U src/gnu/llvm/llvm/utils/lit/lit/formats/googletest.py U src/gnu/llvm/llvm/utils/lit/lit/formats/shtest.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/config.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/subst.py U src/gnu/llvm/llvm/utils/lit/tests/.coveragerc U src/gnu/llvm/llvm/utils/lit/tests/allow-retries.py U src/gnu/llvm/llvm/utils/lit/tests/boolean-parsing.py U src/gnu/llvm/llvm/utils/lit/tests/check-tested-lit-timeout-ability U src/gnu/llvm/llvm/utils/lit/tests/custom-result-category.py U src/gnu/llvm/llvm/utils/lit/tests/discovery.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-cmd-wrapper.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-crash.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-detect-duplicate.py U src/gnu/llvm/llvm/utils/lit/tests/googletest-discovery-failed.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-format-respect-gtest-sharding-env-vars.py U src/gnu/llvm/llvm/utils/lit/tests/googletest-format.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-sanitizer-error.py U src/gnu/llvm/llvm/utils/lit/tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/googletest-timeout.py U src/gnu/llvm/llvm/utils/lit/tests/ignore-fail.py U src/gnu/llvm/llvm/utils/lit/tests/lit-opts.py U src/gnu/llvm/llvm/utils/lit/tests/lit.site.cfg.in U src/gnu/llvm/llvm/utils/lit/tests/lld-features.py U src/gnu/llvm/llvm/utils/lit/tests/max-failures.py U src/gnu/llvm/llvm/utils/lit/tests/max-time.py U src/gnu/llvm/llvm/utils/lit/tests/parallelism-groups.py U src/gnu/llvm/llvm/utils/lit/tests/progress-bar.py U src/gnu/llvm/llvm/utils/lit/tests/reorder.py U src/gnu/llvm/llvm/utils/lit/tests/selecting.py U src/gnu/llvm/llvm/utils/lit/tests/shell-parsing.py U src/gnu/llvm/llvm/utils/lit/tests/show-result-codes.py U src/gnu/llvm/llvm/utils/lit/tests/show-used-features.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-define.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-encoding.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-env.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-format-argv0.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-not.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-format.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-if-else.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-inject.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-keyword-parse-errors.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-output-printing.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-pushd-popd.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-recursive-substitution.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-run-at-line.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-shell.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-timeout.py U src/gnu/llvm/llvm/utils/lit/tests/test-data-micro.py U src/gnu/llvm/llvm/utils/lit/tests/test-data.py N src/gnu/llvm/llvm/utils/lit/tests/test-output-micro-resultdb.py U src/gnu/llvm/llvm/utils/lit/tests/test-output-micro.py N src/gnu/llvm/llvm/utils/lit/tests/test-output-resultdb.py U src/gnu/llvm/llvm/utils/lit/tests/test-output.py U src/gnu/llvm/llvm/utils/lit/tests/unittest-adaptor.py U src/gnu/llvm/llvm/utils/lit/tests/unparsed-requirements.py U src/gnu/llvm/llvm/utils/lit/tests/usage.py U src/gnu/llvm/llvm/utils/lit/tests/use-llvm-tool.py U src/gnu/llvm/llvm/utils/lit/tests/xfail-cl.py U src/gnu/llvm/llvm/utils/lit/tests/xunit-output.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/does-not-succeed-within-limit.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/more-than-one-allow-retries-lines.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/not-a-valid-integer.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/succeeds-within-limit.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/driver.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/invalid-test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/tests/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/tests/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test.not-txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subdir/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subdir/test-three.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/test-one.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/cd U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/diff U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/env U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/export U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/fake_external.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/mkdir U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/rm N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-cmd-wrapper/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/DummySubDir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-detect-duplicate/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-detect-duplicate/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/subdir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/aaa.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/bbb.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/fff.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/lit_test_times U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/new-test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/subdir/ccc.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-timeout/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/unresolved.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/xpass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld.lld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld.lld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld64.lld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld64.lld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lld-link U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lld-link.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/wasm-ld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/wasm-ld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/fast.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/slow.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/py-config-discovery/lit.site.cfg.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/unsupported.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/mixed.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/requires.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/unsupported.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/xfail.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/expansion-order.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/line-number-substitutions.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/name-chars.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/recursiveExpansionLimit.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/shared-substs-0.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/shared-substs-1.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/value-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/value-escaped.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ws-and-continuations.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/location-range.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/no-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/before-name.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/between-name-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-dot.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-newline.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-number.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-ws.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/no-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/no-name.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/ws-only.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/end-in-double-backslash.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-bad-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-continuation.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-bad-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-continuation.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/ws-only.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-run-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-run-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-already-by-config.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-already-by-test.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-inside-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-multiple-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-multiple-once-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-prefixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-suffixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-inside-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-multiple-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-multiple-once-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-none.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-prefixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-suffixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/examples/param-subst.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-assign.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-u-arg.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-u.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-cd.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-colon.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-echo.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-env.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-export.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-mkdir.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-not-builtin.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-rm.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-u.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/mixed.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/argv0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/no-test-line.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-missing.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-present.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-star.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-triple.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-expr-false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-expr-true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-star.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-expr-false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-expr-true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-feature.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-target.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xpass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_control_chars.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/utf8_command.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/write-control-chars.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported_dir/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported_dir/some-test.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg1.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg2.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg3.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg4.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-empty.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-many.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/empty.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/multiple-allow-retries.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/unterminated-run.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-calls-external.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/fail.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/fail2.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-last-is-crash.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-cd.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-colon.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-echo.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-env-builtin.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/pass.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-fail2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-export.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-external.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-mkdir.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-rm.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/print_environment.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/metrics.ini N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-args.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-no-stack.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-popd-ok.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-too-many-args.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/escaping/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/escaping/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat_nonprinting.bin U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/check_args.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/colon-error.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/continuations.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/dev-null.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-b.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-6.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.bin U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-5.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-w.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/redirects.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-unicode-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/sequencing-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/sequencing-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/stdout-encoding.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/valid-shell.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/infinite_loop.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/short.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-suffixes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-suffixes/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/micro-tests.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test_retry_attempts/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test_retry_attempts/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unparsed-requirements/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/found U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/env-case1 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/env-case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case10 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case2 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case3 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case7 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case10 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case4 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case5 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case7 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search1/empty U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search2/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search3/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/false2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/true-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/test-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/test-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/bad&name.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/excluded.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/missing_feature.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/pass.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/unsupported.ini U src/gnu/llvm/llvm/utils/lit/tests/unit/ShUtil.py U src/gnu/llvm/llvm/utils/lit/tests/unit/TestRunner.py U src/gnu/llvm/llvm/utils/lit/utils/README.txt U src/gnu/llvm/llvm/utils/lit/utils/check-coverage U src/gnu/llvm/llvm/utils/lit/utils/check-sdist U src/gnu/llvm/llvm/utils/llvm-lit/CMakeLists.txt U src/gnu/llvm/llvm/utils/llvm-lit/llvm-lit.in U src/gnu/llvm/llvm/utils/llvm-locstats/CMakeLists.txt U src/gnu/llvm/llvm/utils/llvm-locstats/llvm-locstats.py U src/gnu/llvm/llvm/utils/not/CMakeLists.txt U src/gnu/llvm/llvm/utils/not/not.cpp N src/gnu/llvm/llvm/utils/phabricator/0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch N src/gnu/llvm/llvm/utils/release/build-docs.sh N src/gnu/llvm/llvm/utils/release/build_llvm_release.bat N src/gnu/llvm/llvm/utils/release/bump-version.py U src/gnu/llvm/llvm/utils/release/export.sh U src/gnu/llvm/llvm/utils/release/findRegressions-nightly.py U src/gnu/llvm/llvm/utils/release/findRegressions-simple.py U src/gnu/llvm/llvm/utils/release/github-upload-release.py U src/gnu/llvm/llvm/utils/release/merge-request.sh U src/gnu/llvm/llvm/utils/release/test-release.sh N src/gnu/llvm/llvm/utils/reduce_pipeline_test/fake_opt.py N src/gnu/llvm/llvm/utils/reduce_pipeline_test/test.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test_script.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test_script_inv.py N src/gnu/llvm/llvm/utils/sanitizers/ubsan_ignorelist.txt N src/gnu/llvm/llvm/utils/split-file/.clang-tidy N src/gnu/llvm/llvm/utils/split-file/CMakeLists.txt N src/gnu/llvm/llvm/utils/split-file/split-file.cpp U src/gnu/llvm/llvm/utils/testgen/mc-bundling-x86-gen.py U src/gnu/llvm/llvm/utils/textmate/README N src/gnu/llvm/llvm/utils/textmate/tablegen.json U src/gnu/llvm/llvm/utils/textmate/TableGen.tmbundle/info.plist U src/gnu/llvm/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage U src/gnu/llvm/llvm/utils/valgrind/i386-pc-linux-gnu.supp U src/gnu/llvm/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp U src/gnu/llvm/llvm/utils/vim/README U src/gnu/llvm/llvm/utils/vim/vimrc U src/gnu/llvm/llvm/utils/vim/ftdetect/llvm-lit.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/llvm.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/mir.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/tablegen.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/llvm.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/mir.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/tablegen.vim U src/gnu/llvm/llvm/utils/vim/indent/llvm.vim U src/gnu/llvm/llvm/utils/vim/syntax/llvm.vim U src/gnu/llvm/llvm/utils/vim/syntax/machine-ir.vim U src/gnu/llvm/llvm/utils/vim/syntax/mir.vim U src/gnu/llvm/llvm/utils/vim/syntax/tablegen.vim U src/gnu/llvm/llvm/utils/vscode/README U src/gnu/llvm/llvm/utils/vscode/llvm/.gitignore U src/gnu/llvm/llvm/utils/vscode/llvm/.vscodeignore U src/gnu/llvm/llvm/utils/vscode/llvm/CHANGELOG.md U src/gnu/llvm/llvm/utils/vscode/llvm/README.md U src/gnu/llvm/llvm/utils/vscode/llvm/language-configuration-tablegen.json U src/gnu/llvm/llvm/utils/vscode/llvm/language-configuration.json U src/gnu/llvm/llvm/utils/vscode/llvm/package-lock.json U src/gnu/llvm/llvm/utils/vscode/llvm/package.json U src/gnu/llvm/llvm/utils/vscode/llvm/tsconfig.json U src/gnu/llvm/llvm/utils/vscode/llvm/vsc-extension-quickstart.md U src/gnu/llvm/llvm/utils/vscode/llvm/src/extension.ts U src/gnu/llvm/llvm/utils/vscode/llvm/src/litTaskProvider.ts U src/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/TableGen.tmLanguage U src/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml U src/gnu/llvm/llvm/utils/yaml-bench/CMakeLists.txt U src/gnu/llvm/llvm/utils/yaml-bench/YAMLBench.cpp 67 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLVM:yesterday -jLLVM src/gnu/llvm/llvm CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 11:04:02 Modified files: devel/libofx : Makefile Log message: Don't clobber CXXFLAGS, append -std=gnu++14 instead Bad landry. :) CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:14:44 Modified files: gnu/llvm/llvm/cmake/modules: GetLibraryName.cmake gnu/llvm/llvm/include/llvm: InitializePasses.h gnu/llvm/llvm/include/llvm/BinaryFormat: Dwarf.def ELF.h gnu/llvm/llvm/include/llvm/CodeGen: AsmPrinter.h MachineFrameInfo.h Passes.h TargetFrameLowering.h gnu/llvm/llvm/lib/CodeGen: CMakeLists.txt PrologEpilogInserter.cpp TargetPassConfig.cpp gnu/llvm/llvm/lib/CodeGen/AsmPrinter: AsmPrinter.cpp gnu/llvm/llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp gnu/llvm/llvm/lib/MC: MCELFStreamer.cpp gnu/llvm/llvm/lib/MC/MCParser: AsmParser.cpp gnu/llvm/llvm/lib/Support/Unix: Process.inc gnu/llvm/llvm/lib/Target/AArch64: AArch64AsmPrinter.cpp AArch64FrameLowering.cpp AArch64FrameLowering.h AArch64ISelLowering.cpp AArch64InstrInfo.cpp AArch64InstrInfo.td AArch64Subtarget.h AArch64TargetMachine.cpp CMakeLists.txt gnu/llvm/llvm/lib/Target/Mips: CMakeLists.txt Mips.h MipsAsmPrinter.cpp MipsFrameLowering.h MipsISelLowering.cpp MipsInstrInfo.td MipsTargetMachine.cpp gnu/llvm/llvm/lib/Target/Mips/AsmParser: MipsAsmParser.cpp gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc: MipsABIInfo.cpp gnu/llvm/llvm/lib/Target/PowerPC: CMakeLists.txt PPCAsmPrinter.cpp PPCFrameLowering.cpp PPCFrameLowering.h PPCISelLowering.cpp PPCInstrInfo.td PPCSubtarget.h PPCTargetMachine.cpp gnu/llvm/llvm/lib/Target/RISCV: RISCVISelLowering.cpp gnu/llvm/llvm/lib/Target/Sparc: SparcISelLowering.cpp SparcInstr64Bit.td SparcInstrInfo.td gnu/llvm/llvm/lib/Target/X86: CMakeLists.txt X86.h X86.td X86AsmPrinter.h X86FixupGadgets.cpp X86FrameLowering.cpp X86FrameLowering.h X86IndirectThunks.cpp X86InstrCompiler.td X86MCInstLower.cpp X86MachineFunctionInfo.h X86RegisterInfo.td X86ReturnProtectorLowering.cpp X86Subtarget.h X86TargetMachine.cpp gnu/llvm/llvm/lib/Target/X86/MCTargetDesc: X86AsmBackend.cpp gnu/llvm/llvm/lib/Transforms/Scalar: LoopIdiomRecognize.cpp SCCP.cpp gnu/llvm/llvm/tools/llvm-ar: llvm-ar.cpp gnu/llvm/llvm/tools/llvm-config: llvm-config.cpp gnu/llvm/llvm/tools/llvm-objdump: ELFDump.cpp gnu/llvm/llvm/tools/llvm-readobj: ELFDumper.cpp gnu/llvm/llvm/tools/llvm-shlib: CMakeLists.txt Added files: gnu/llvm/llvm/include/llvm/Transforms/Utils: MisExpect.h gnu/llvm/llvm/lib/Transforms/Utils: MisExpect.cpp Removed files: gnu/llvm/llvm/bindings/go: README.txt build.sh conftest.go gnu/llvm/llvm/bindings/go/llvm: IRBindings.cpp IRBindings.h InstrumentationBindings.cpp InstrumentationBindings.h SupportBindings.cpp SupportBindings.h analysis.go bitreader.go bitwriter.go dibuilder.go executionengine.go executionengine_test.go ir.go ir_test.go linker.go llvm_config.go.in llvm_dep.go string.go string_test.go support.go target.go transforms_coroutines.go transforms_instrumentation.go transforms_ipo.go transforms_pmbuilder.go transforms_scalar.go version.go gnu/llvm/llvm/cmake/modules: AddLLVMDefinitions.cmake FindGRPC.cmake gnu/llvm/llvm/docs: Makefile.sphinx gnu/llvm/llvm/docs/AMDGPU: gfx1011_src32_0.rst gfx1011_src32_1.rst gfx1011_src32_2.rst gfx1011_src32_3.rst gfx1011_type_dev.rst gfx1011_vdst32_0.rst gfx1011_vsrc32_0.rst gfx10_addr_buf.rst gfx10_addr_ds.rst gfx10_addr_flat.rst gfx10_addr_mimg.rst gfx10_base_smem_addr.rst gfx10_base_smem_buf.rst gfx10_base_smem_scratch.rst gfx10_bimm16.rst gfx10_bimm32.rst gfx10_data_buf_atomic128.rst gfx10_data_buf_atomic32.rst gfx10_data_buf_atomic64.rst gfx10_data_mimg_atomic_cmp.rst gfx10_data_mimg_atomic_reg.rst gfx10_data_mimg_store.rst gfx10_data_mimg_store_d16.rst gfx10_data_smem_atomic128.rst gfx10_data_smem_atomic32.rst gfx10_data_smem_atomic64.rst gfx10_dst_buf_128.rst gfx10_dst_buf_32.rst gfx10_dst_buf_64.rst gfx10_dst_buf_96.rst gfx10_dst_buf_lds.rst gfx10_dst_flat_atomic32.rst gfx10_dst_flat_atomic64.rst gfx10_dst_mimg_gather4.rst gfx10_dst_mimg_regular.rst gfx10_dst_mimg_regular_d16.rst gfx10_fimm16.rst gfx10_fimm32.rst gfx10_mad_type_dev.rst gfx10_mod_dpp_sdwa_abs_neg.rst gfx10_mod_sdwa_sext.rst gfx10_mod_vop3_abs_neg.rst gfx10_offset_buf.rst gfx10_offset_smem_buf.rst gfx10_offset_smem_plain.rst gfx10_opt.rst gfx10_perm_smem.rst gfx10_ret.rst gfx10_rsrc_buf.rst gfx10_rsrc_mimg.rst gfx10_saddr_flat_global.rst gfx10_saddr_flat_scratch.rst gfx10_samp_mimg.rst gfx10_sdata128_0.rst gfx10_sdata32_0.rst gfx10_sdata64_0.rst gfx10_sdst128_0.rst gfx10_sdst256_0.rst gfx10_sdst32_0.rst gfx10_sdst32_1.rst gfx10_sdst32_2.rst gfx10_sdst512_0.rst gfx10_sdst64_0.rst gfx10_sdst64_1.rst gfx10_simm16.rst gfx10_src32_0.rst gfx10_src32_1.rst gfx10_src32_2.rst gfx10_src32_3.rst gfx10_src32_4.rst gfx10_src32_5.rst gfx10_src32_6.rst gfx10_src64_0.rst gfx10_src_exp.rst gfx10_ssrc32_0.rst gfx10_ssrc32_1.rst gfx10_ssrc32_2.rst gfx10_ssrc32_3.rst gfx10_ssrc32_4.rst gfx10_ssrc32_5.rst gfx10_ssrc64_0.rst gfx10_ssrc64_1.rst gfx10_type_dev.rst gfx10_uimm16.rst gfx10_vaddr_flat_global.rst gfx10_vaddr_flat_scratch.rst gfx10_vcc_32.rst gfx10_vdata128_0.rst gfx10_vdata32_0.rst gfx10_vdata64_0.rst gfx10_vdata96_0.rst gfx10_vdst128_0.rst gfx10_vdst32_0.rst gfx10_vdst64_0.rst gfx10_vdst96_0.rst gfx10_vsrc128_0.rst gfx10_vsrc32_0.rst gfx10_vsrc32_1.rst gfx10_vsrc64_0.rst gfx10_wsdst.rst gfx10_wssrc.rst gfx7_addr_buf.rst gfx7_addr_ds.rst gfx7_addr_flat.rst gfx7_addr_mimg.rst gfx7_base_smem_addr.rst gfx7_base_smem_buf.rst gfx7_bimm16.rst gfx7_bimm32.rst gfx7_data_buf_atomic128.rst gfx7_data_buf_atomic32.rst gfx7_data_buf_atomic64.rst gfx7_data_mimg_atomic_cmp.rst gfx7_data_mimg_atomic_reg.rst gfx7_data_mimg_store.rst gfx7_dst_buf_128.rst gfx7_dst_buf_32.rst gfx7_dst_buf_64.rst gfx7_dst_buf_96.rst gfx7_dst_buf_lds.rst gfx7_dst_flat_atomic32.rst gfx7_dst_flat_atomic64.rst gfx7_dst_mimg_gather4.rst gfx7_dst_mimg_regular.rst gfx7_fimm32.rst gfx7_mod.rst gfx7_offset_buf.rst gfx7_offset_smem.rst gfx7_opt.rst gfx7_ret.rst gfx7_rsrc_buf.rst gfx7_rsrc_mimg.rst gfx7_samp_mimg.rst gfx7_sdst128_0.rst gfx7_sdst256_0.rst gfx7_sdst32_0.rst gfx7_sdst32_1.rst gfx7_sdst32_2.rst gfx7_sdst512_0.rst gfx7_sdst64_0.rst gfx7_sdst64_1.rst gfx7_simm16.rst gfx7_src32_0.rst gfx7_src32_1.rst gfx7_src32_2.rst gfx7_src32_3.rst gfx7_src32_4.rst gfx7_src32_5.rst gfx7_src32_6.rst gfx7_src64_0.rst gfx7_src64_1.rst gfx7_src64_2.rst gfx7_src_exp.rst gfx7_ssrc32_0.rst gfx7_ssrc32_1.rst gfx7_ssrc32_2.rst gfx7_ssrc32_3.rst gfx7_ssrc32_4.rst gfx7_ssrc32_5.rst gfx7_ssrc32_6.rst gfx7_ssrc64_0.rst gfx7_ssrc64_1.rst gfx7_ssrc64_2.rst gfx7_ssrc64_3.rst gfx7_type_dev.rst gfx7_uimm16.rst gfx7_vcc_64.rst gfx7_vdata128_0.rst gfx7_vdata32_0.rst gfx7_vdata64_0.rst gfx7_vdata96_0.rst gfx7_vdst128_0.rst gfx7_vdst32_0.rst gfx7_vdst64_0.rst gfx7_vdst96_0.rst gfx7_vsrc128_0.rst gfx7_vsrc32_0.rst gfx7_vsrc32_1.rst gfx7_vsrc64_0.rst gfx8_addr_buf.rst gfx8_addr_ds.rst gfx8_addr_flat.rst gfx8_addr_mimg.rst gfx8_base_smem_addr.rst gfx8_base_smem_buf.rst gfx8_bimm16.rst gfx8_bimm32.rst gfx8_data_buf_atomic128.rst gfx8_data_buf_atomic32.rst gfx8_data_buf_atomic64.rst gfx8_data_buf_d16_128.rst gfx8_data_buf_d16_32.rst gfx8_data_buf_d16_64.rst gfx8_data_buf_d16_96.rst gfx8_data_mimg_atomic_cmp.rst gfx8_data_mimg_atomic_reg.rst gfx8_data_mimg_store.rst gfx8_data_mimg_store_d16.rst gfx8_dst_buf_128.rst gfx8_dst_buf_32.rst gfx8_dst_buf_64.rst gfx8_dst_buf_96.rst gfx8_dst_buf_d16_128.rst gfx8_dst_buf_d16_32.rst gfx8_dst_buf_d16_64.rst gfx8_dst_buf_d16_96.rst gfx8_dst_buf_lds.rst gfx8_dst_flat_atomic32.rst gfx8_dst_flat_atomic64.rst gfx8_dst_mimg_gather4.rst gfx8_dst_mimg_regular.rst gfx8_dst_mimg_regular_d16.rst gfx8_fimm16.rst gfx8_fimm32.rst gfx8_mod_dpp_sdwa_abs_neg.rst gfx8_mod_sdwa_sext.rst gfx8_mod_vop3_abs_neg.rst gfx8_offset_buf.rst gfx8_offset_smem_load.rst gfx8_offset_smem_store.rst gfx8_opt.rst gfx8_perm_smem.rst gfx8_ret.rst gfx8_rsrc_buf.rst gfx8_rsrc_mimg.rst gfx8_samp_mimg.rst gfx8_sdata128_0.rst gfx8_sdata32_0.rst gfx8_sdata64_0.rst gfx8_sdst128_0.rst gfx8_sdst256_0.rst gfx8_sdst32_0.rst gfx8_sdst32_1.rst gfx8_sdst32_2.rst gfx8_sdst512_0.rst gfx8_sdst64_0.rst gfx8_sdst64_1.rst gfx8_simm16.rst gfx8_src32_0.rst gfx8_src32_1.rst gfx8_src32_2.rst gfx8_src32_3.rst gfx8_src32_4.rst gfx8_src32_5.rst gfx8_src32_6.rst gfx8_src32_7.rst gfx8_src64_0.rst gfx8_src64_1.rst gfx8_src_exp.rst gfx8_ssrc32_0.rst gfx8_ssrc32_1.rst gfx8_ssrc32_2.rst gfx8_ssrc32_3.rst gfx8_ssrc32_4.rst gfx8_ssrc64_0.rst gfx8_ssrc64_1.rst gfx8_ssrc64_2.rst gfx8_ssrc64_3.rst gfx8_type_dev.rst gfx8_uimm16.rst gfx8_vcc_64.rst gfx8_vdata128_0.rst gfx8_vdata32_0.rst gfx8_vdata64_0.rst gfx8_vdata96_0.rst gfx8_vdst128_0.rst gfx8_vdst32_0.rst gfx8_vdst64_0.rst gfx8_vdst96_0.rst gfx8_vsrc128_0.rst gfx8_vsrc32_0.rst gfx8_vsrc32_1.rst gfx8_vsrc64_0.rst gfx900_mad_type_dev.rst gfx900_mod_vop3_abs_neg.rst gfx900_src32_0.rst gfx900_src32_1.rst gfx900_vdst32_0.rst gfx904_mad_type_dev.rst gfx904_mod_vop3_abs_neg.rst gfx904_src32_0.rst gfx904_src32_1.rst gfx904_vdst32_0.rst gfx906_mad_type_dev.rst gfx906_mod_dpp_sdwa_abs_neg.rst gfx906_mod_sdwa_sext.rst gfx906_mod_vop3_abs_neg.rst gfx906_src32_0.rst gfx906_src32_1.rst gfx906_src32_2.rst gfx906_src32_3.rst gfx906_src32_4.rst gfx906_type_dev.rst gfx906_vdst32_0.rst gfx906_vsrc32_0.rst gfx908_addr_buf.rst gfx908_adst1024_0.rst gfx908_adst128_0.rst gfx908_adst32_0.rst gfx908_adst512_0.rst gfx908_asrc1024_0.rst gfx908_asrc128_0.rst gfx908_asrc32_0.rst gfx908_asrc512_0.rst gfx908_data_buf_atomic32.rst gfx908_dst_flat_atomic32.rst gfx908_mad_type_dev.rst gfx908_mod_dpp_sdwa_abs_neg.rst gfx908_mod_sdwa_sext.rst gfx908_mod_vop3_abs_neg.rst gfx908_offset_buf.rst gfx908_opt.rst gfx908_ret.rst gfx908_rsrc_buf.rst gfx908_saddr_flat_global.rst gfx908_src32_0.rst gfx908_src32_1.rst gfx908_src32_2.rst gfx908_src32_3.rst gfx908_src32_4.rst gfx908_src32_5.rst gfx908_type_dev.rst gfx908_vaddr_flat_global.rst gfx908_vasrc32_0.rst gfx908_vasrc64_0.rst gfx908_vdata32_0.rst gfx908_vdst32_0.rst gfx908_vsrc32_0.rst gfx90a_imm16.rst gfx90a_imm16_1.rst gfx90a_imm16_2.rst gfx90a_m.rst gfx90a_m_1.rst gfx90a_opt.rst gfx90a_saddr.rst gfx90a_saddr_1.rst gfx90a_sbase.rst gfx90a_sbase_1.rst gfx90a_sbase_2.rst gfx90a_sdata.rst gfx90a_sdata_1.rst gfx90a_sdata_2.rst gfx90a_sdata_3.rst gfx90a_sdata_4.rst gfx90a_sdata_5.rst gfx90a_sdst.rst gfx90a_sdst_1.rst gfx90a_sdst_2.rst gfx90a_sdst_3.rst gfx90a_sdst_4.rst gfx90a_sdst_5.rst gfx90a_sdst_6.rst gfx90a_sdst_7.rst gfx90a_simm32.rst gfx90a_simm32_1.rst gfx90a_simm32_2.rst gfx90a_soffset.rst gfx90a_soffset_1.rst gfx90a_soffset_2.rst gfx90a_src.rst gfx90a_src_1.rst gfx90a_src_10.rst gfx90a_src_11.rst gfx90a_src_2.rst gfx90a_src_3.rst gfx90a_src_4.rst gfx90a_src_5.rst gfx90a_src_6.rst gfx90a_src_7.rst gfx90a_src_8.rst gfx90a_src_9.rst gfx90a_srsrc.rst gfx90a_srsrc_1.rst gfx90a_ssrc.rst gfx90a_ssrc_1.rst gfx90a_ssrc_2.rst gfx90a_ssrc_3.rst gfx90a_ssrc_4.rst gfx90a_ssrc_5.rst gfx90a_ssrc_6.rst gfx90a_ssrc_7.rst gfx90a_ssrc_8.rst gfx90a_vaddr.rst gfx90a_vaddr_1.rst gfx90a_vaddr_2.rst gfx90a_vaddr_3.rst gfx90a_vaddr_4.rst gfx90a_vaddr_5.rst gfx90a_vdata.rst gfx90a_vdata0.rst gfx90a_vdata0_1.rst gfx90a_vdata1.rst gfx90a_vdata1_1.rst gfx90a_vdata_1.rst gfx90a_vdata_10.rst gfx90a_vdata_2.rst gfx90a_vdata_3.rst gfx90a_vdata_4.rst gfx90a_vdata_5.rst gfx90a_vdata_6.rst gfx90a_vdata_7.rst gfx90a_vdata_8.rst gfx90a_vdata_9.rst gfx90a_vdst.rst gfx90a_vdst_1.rst gfx90a_vdst_10.rst gfx90a_vdst_11.rst gfx90a_vdst_12.rst gfx90a_vdst_13.rst gfx90a_vdst_14.rst gfx90a_vdst_15.rst gfx90a_vdst_16.rst gfx90a_vdst_17.rst gfx90a_vdst_18.rst gfx90a_vdst_19.rst gfx90a_vdst_2.rst gfx90a_vdst_3.rst gfx90a_vdst_4.rst gfx90a_vdst_5.rst gfx90a_vdst_6.rst gfx90a_vdst_7.rst gfx90a_vdst_8.rst gfx90a_vdst_9.rst gfx90a_vsrc.rst gfx90a_vsrc_1.rst gfx90a_vsrc_2.rst gfx90a_vsrc_3.rst gfx90a_vsrc_4.rst gfx90a_vsrc_5.rst gfx9_imm16.rst gfx9_imm16_1.rst gfx9_imm16_2.rst gfx9_m.rst gfx9_m_1.rst gfx9_opt.rst gfx9_saddr.rst gfx9_saddr_1.rst gfx9_sbase.rst gfx9_sbase_1.rst gfx9_sbase_2.rst gfx9_sdata.rst gfx9_sdata_1.rst gfx9_sdata_2.rst gfx9_sdata_3.rst gfx9_sdata_4.rst gfx9_sdata_5.rst gfx9_sdst.rst gfx9_sdst_1.rst gfx9_sdst_2.rst gfx9_sdst_3.rst gfx9_sdst_4.rst gfx9_sdst_5.rst gfx9_sdst_6.rst gfx9_sdst_7.rst gfx9_simm32.rst gfx9_simm32_1.rst gfx9_simm32_2.rst gfx9_soffset.rst gfx9_soffset_1.rst gfx9_soffset_2.rst gfx9_src.rst gfx9_src_1.rst gfx9_src_10.rst gfx9_src_2.rst gfx9_src_3.rst gfx9_src_4.rst gfx9_src_5.rst gfx9_src_6.rst gfx9_src_7.rst gfx9_src_8.rst gfx9_src_9.rst gfx9_srsrc.rst gfx9_srsrc_1.rst gfx9_ssrc.rst gfx9_ssrc_1.rst gfx9_ssrc_2.rst gfx9_ssrc_3.rst gfx9_ssrc_4.rst gfx9_ssrc_5.rst gfx9_ssrc_6.rst gfx9_ssrc_7.rst gfx9_ssrc_8.rst gfx9_vaddr.rst gfx9_vaddr_1.rst gfx9_vaddr_2.rst gfx9_vaddr_3.rst gfx9_vaddr_4.rst gfx9_vaddr_5.rst gfx9_vdata.rst gfx9_vdata0.rst gfx9_vdata0_1.rst gfx9_vdata1.rst gfx9_vdata1_1.rst gfx9_vdata_1.rst gfx9_vdata_10.rst gfx9_vdata_2.rst gfx9_vdata_3.rst gfx9_vdata_4.rst gfx9_vdata_5.rst gfx9_vdata_6.rst gfx9_vdata_7.rst gfx9_vdata_8.rst gfx9_vdata_9.rst gfx9_vdst.rst gfx9_vdst_1.rst gfx9_vdst_10.rst gfx9_vdst_11.rst gfx9_vdst_12.rst gfx9_vdst_13.rst gfx9_vdst_2.rst gfx9_vdst_3.rst gfx9_vdst_4.rst gfx9_vdst_5.rst gfx9_vdst_6.rst gfx9_vdst_7.rst gfx9_vdst_8.rst gfx9_vdst_9.rst gfx9_vsrc.rst gfx9_vsrc_1.rst gfx9_vsrc_2.rst gfx9_vsrc_3.rst gnu/llvm/llvm/docs/Proposals: LLVMLibC.rst gnu/llvm/llvm/examples/IRTransforms: InitializePasses.cpp InitializePasses.h SimplifyCFG.h gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl: CMakeLists.txt LLJITWithTargetProcessControl.cpp gnu/llvm/llvm/include/llvm/ADT: Waymarking.h gnu/llvm/llvm/include/llvm/Analysis: CFLAliasAnalysisUtils.h CFLAndersAliasAnalysis.h CFLSteensAliasAnalysis.h gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel: RegisterBank.h RegisterBankInfo.h gnu/llvm/llvm/include/llvm/DebugInfo/GSYM: Range.h gnu/llvm/llvm/include/llvm/ExecutionEngine: OrcMCJITReplacement.h OrcV1Deprecation.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc: LLVMSPSSerializers.h OrcRPCExecutorProcessControl.h OrcRemoteTargetClient.h OrcRemoteTargetRPCAPI.h OrcRemoteTargetServer.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared: FDRawByteChannel.h RPCUtils.h RawByteChannel.h Serialization.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess: OrcRPCTPCServer.h gnu/llvm/llvm/include/llvm/IR: GlobalIndirectSymbol.h gnu/llvm/llvm/include/llvm/LTO: Caching.h gnu/llvm/llvm/include/llvm/MC: MCFixedLenDisassembler.h gnu/llvm/llvm/include/llvm/Support: AArch64TargetParser.def ARMTargetParser.def RISCVTargetParser.def TargetRegistry.h ThreadLocal.h gnu/llvm/llvm/include/llvm/Testing/Support: Annotations.h gnu/llvm/llvm/include/llvm/Transforms: Coroutines.h gnu/llvm/llvm/include/llvm/Transforms/InstCombine: InstCombineWorklist.h gnu/llvm/llvm/include/llvm/Transforms/Scalar: LowerAtomic.h gnu/llvm/llvm/include/llvm-c/Transforms: AggressiveInstCombine.h Coroutines.h gnu/llvm/llvm/lib/Analysis: CFLAndersAliasAnalysis.cpp CFLGraph.h CFLSteensAliasAnalysis.cpp ReleaseModeModelRunner.cpp TFUtils.cpp gnu/llvm/llvm/lib/Analysis/models: generate_mock_model.py gnu/llvm/llvm/lib/Analysis/models/inlining: config.py gnu/llvm/llvm/lib/CodeGen/GlobalISel: RegisterBank.cpp RegisterBankInfo.cpp gnu/llvm/llvm/lib/DebugInfo/GSYM: Range.cpp gnu/llvm/llvm/lib/DebugInfo/Symbolize: SymbolizableObjectFile.h gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared: RPCError.cpp gnu/llvm/llvm/lib/IR: ConstantFold.h gnu/llvm/llvm/lib/LTO: Caching.cpp gnu/llvm/llvm/lib/Support: AArch64TargetParser.cpp ARMTargetParser.cpp Host.cpp TargetParser.cpp TargetRegistry.cpp ThreadLocal.cpp Triple.cpp X86TargetParser.cpp gnu/llvm/llvm/lib/Support/Unix: Host.inc ThreadLocal.inc gnu/llvm/llvm/lib/Support/Windows: Host.inc ThreadLocal.inc gnu/llvm/llvm/lib/Target/AArch64/GISel: select-saddo.mir select-ssubo.mir gnu/llvm/llvm/lib/Target/AMDGPU: AMDGPUFixFunctionBitcasts.cpp AMDILCFGStructurizer.cpp gnu/llvm/llvm/lib/Target/AMDGPU/Utils: AMDGPULDSUtils.cpp AMDGPULDSUtils.h gnu/llvm/llvm/lib/Target/AVR: AVRRelaxMemOperations.cpp gnu/llvm/llvm/lib/Target/Hexagon: HexagonArch.h gnu/llvm/llvm/lib/Target/M68k/GlSel: M68kCallLowering.cpp M68kCallLowering.h M68kInstructionSelector.cpp M68kLegalizerInfo.cpp M68kLegalizerInfo.h M68kRegisterBankInfo.cpp M68kRegisterBankInfo.h M68kRegisterBanks.td gnu/llvm/llvm/lib/Target/NVPTX: ManagedStringPool.h gnu/llvm/llvm/lib/Target/PowerPC: PPCInstrPrefix.td gnu/llvm/llvm/lib/Target/RISCV: RISCVCallLowering.cpp RISCVCallLowering.h RISCVInstrInfoB.td RISCVInstructionSelector.cpp RISCVLegalizerInfo.cpp RISCVLegalizerInfo.h RISCVRegisterBankInfo.cpp RISCVRegisterBankInfo.h RISCVRegisterBanks.td RISCVScheduleB.td gnu/llvm/llvm/lib/Target/WebAssembly: WebAssemblyLowerGlobalDtors.cpp WebAssemblyPrepareForLiveIntervals.cpp gnu/llvm/llvm/lib/Target/X86: X86InstrMPX.td X86WinAllocaExpander.cpp gnu/llvm/llvm/lib/Testing/Support: Annotations.cpp gnu/llvm/llvm/lib/Transforms/IPO: PruneEH.cpp gnu/llvm/llvm/lib/Transforms/Instrumentation: MaximumSpanningTree.h gnu/llvm/llvm/lib/Transforms/Scalar: LoopUnswitch.cpp LowerAtomic.cpp gnu/llvm/llvm/lib/Transforms/Vectorize: VPlanLoopInfo.h VPlanPredicator.cpp VPlanPredicator.h gnu/llvm/llvm/tools/lli: RemoteJITUtils.h gnu/llvm/llvm/tools/llvm-diff: DiffConsumer.cpp DiffConsumer.h DiffLog.cpp DiffLog.h DifferenceEngine.cpp DifferenceEngine.h gnu/llvm/llvm/tools/llvm-go: CMakeLists.txt llvm-go.go gnu/llvm/llvm/tools/llvm-mca/Views: View.cpp View.h gnu/llvm/llvm/tools/llvm-mca/lib: CMakeLists.txt gnu/llvm/llvm/tools/llvm-mca/lib/AMDGPU: AMDGPUCustomBehaviour.cpp AMDGPUCustomBehaviour.h CMakeLists.txt gnu/llvm/llvm/tools/llvm-objcopy: CommonConfig.h ConfigManager.cpp ConfigManager.h MultiFormatConfig.h llvm-objcopy.h gnu/llvm/llvm/tools/llvm-objcopy/COFF: COFFConfig.h COFFObjcopy.cpp COFFObjcopy.h Object.cpp Object.h Reader.cpp Reader.h Writer.cpp Writer.h gnu/llvm/llvm/tools/llvm-objcopy/ELF: ELFConfig.h ELFObjcopy.cpp ELFObjcopy.h Object.cpp Object.h gnu/llvm/llvm/tools/llvm-objcopy/MachO: MachOConfig.h MachOLayoutBuilder.cpp MachOLayoutBuilder.h MachOObjcopy.cpp MachOObjcopy.h MachOReader.cpp MachOReader.h MachOWriter.cpp MachOWriter.h Object.cpp Object.h gnu/llvm/llvm/tools/llvm-objcopy/wasm: Object.cpp Object.h Reader.cpp Reader.h WasmConfig.h WasmObjcopy.cpp WasmObjcopy.h Writer.cpp Writer.h gnu/llvm/llvm/tools/llvm-pdbutil: FormatUtil.cpp FormatUtil.h InputFile.cpp InputFile.h LinePrinter.cpp LinePrinter.h gnu/llvm/llvm/tools/llvm-profgen: PseudoProbe.cpp PseudoProbe.h gnu/llvm/llvm/tools/llvm-reduce/deltas: ReduceModuleInlineAsm.cpp ReduceModuleInlineAsm.h gnu/llvm/llvm/tools/msbuild: .gitignore LLVM.Cpp.Common.props LLVM.Cpp.Common.targets install.bat license.txt llvm-general.xml llvm.csproj llvm.sln source.extension.vsixmanifest uninstall.bat gnu/llvm/llvm/tools/msbuild/Platformx64: Toolset.props Toolset.targets gnu/llvm/llvm/tools/msbuild/Platformx86: Toolset.props Toolset.targets gnu/llvm/llvm/tools/opt: GraphPrinters.cpp PassPrinters.cpp PassPrinters.h PrintSCC.cpp gnu/llvm/llvm/tools/split-file: .clang-tidy CMakeLists.txt split-file.cpp gnu/llvm/llvm/unittests: CMakeLists.txt unittest.cfg.in gnu/llvm/llvm/unittests/ADT: APFixedPointTest.cpp APFloatTest.cpp APIntTest.cpp APSIntTest.cpp AnyTest.cpp ArrayRefTest.cpp BitFieldsTest.cpp BitVectorTest.cpp BitmaskEnumTest.cpp BreadthFirstIteratorTest.cpp BumpPtrListTest.cpp CMakeLists.txt CoalescingBitVectorTest.cpp DAGDeltaAlgorithmTest.cpp DeltaAlgorithmTest.cpp DenseMapTest.cpp DenseSetTest.cpp DepthFirstIteratorTest.cpp DirectedGraphTest.cpp EnumeratedArrayTest.cpp EquivalenceClassesTest.cpp FallibleIteratorTest.cpp FloatingPointMode.cpp FoldingSet.cpp FunctionExtrasTest.cpp FunctionRefTest.cpp HashingTest.cpp IListBaseTest.cpp IListIteratorTest.cpp IListNodeBaseTest.cpp IListNodeTest.cpp IListSentinelTest.cpp IListTest.cpp ImmutableListTest.cpp ImmutableMapTest.cpp ImmutableSetTest.cpp IntEqClassesTest.cpp IntervalMapTest.cpp IntrusiveRefCntPtrTest.cpp IteratorTest.cpp MapVectorTest.cpp MappedIteratorTest.cpp OptionalTest.cpp PackedVectorTest.cpp PointerEmbeddedIntTest.cpp PointerIntPairTest.cpp PointerSumTypeTest.cpp PointerUnionTest.cpp PostOrderIteratorTest.cpp PriorityWorklistTest.cpp RangeAdapterTest.cpp SCCIteratorTest.cpp STLExtrasTest.cpp STLForwardCompatTest.cpp ScopeExitTest.cpp SequenceTest.cpp SetVectorTest.cpp SimpleIListTest.cpp SmallPtrSetTest.cpp SmallSetTest.cpp SmallStringTest.cpp SmallVectorTest.cpp SparseBitVectorTest.cpp SparseMultiSetTest.cpp SparseSetTest.cpp StatisticTest.cpp StringExtrasTest.cpp StringMapTest.cpp StringRefTest.cpp StringSetTest.cpp StringSwitchTest.cpp TestGraph.h TinyPtrVectorTest.cpp TripleTest.cpp TwineTest.cpp TypeSwitchTest.cpp TypeTraitsTest.cpp WaymarkingTest.cpp gnu/llvm/llvm/unittests/Analysis: AliasAnalysisTest.cpp AliasSetTrackerTest.cpp AssumeBundleQueriesTest.cpp BasicAliasAnalysisTest.cpp BlockFrequencyInfoTest.cpp BranchProbabilityInfoTest.cpp CFGTest.cpp CGSCCPassManagerTest.cpp CMakeLists.txt CallGraphTest.cpp CaptureTrackingTest.cpp ConstraintSystemTest.cpp DDGTest.cpp DivergenceAnalysisTest.cpp DomTreeUpdaterTest.cpp FunctionPropertiesAnalysisTest.cpp GlobalsModRefTest.cpp IRSimilarityIdentifierTest.cpp IVDescriptorsTest.cpp InlineCostTest.cpp LazyCallGraphTest.cpp LoadsTest.cpp LoopInfoTest.cpp LoopNestTest.cpp MemoryBuiltinsTest.cpp MemorySSATest.cpp PhiValuesTest.cpp ProfileSummaryInfoTest.cpp ScalarEvolutionTest.cpp SparsePropagation.cpp TBAATest.cpp TFUtilsTest.cpp TargetLibraryInfoTest.cpp UnrollAnalyzerTest.cpp ValueLatticeTest.cpp ValueTrackingTest.cpp VectorFunctionABITest.cpp VectorUtilsTest.cpp gnu/llvm/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model: saved_model.pbtxt gnu/llvm/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/variables: variables.data-00000-of-00001 variables.index gnu/llvm/llvm/unittests/AsmParser: AsmParserTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/BinaryFormat: CMakeLists.txt DwarfTest.cpp MachOTest.cpp MsgPackDocumentTest.cpp MsgPackReaderTest.cpp MsgPackWriterTest.cpp TestFileMagic.cpp gnu/llvm/llvm/unittests/Bitcode: BitReaderTest.cpp CMakeLists.txt DataLayoutUpgradeTest.cpp gnu/llvm/llvm/unittests/Bitstream: BitstreamReaderTest.cpp BitstreamWriterTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/CodeGen: AArch64SelectionDAGTest.cpp AllocationOrderTest.cpp AsmPrinterDwarfTest.cpp CMakeLists.txt DIEHashTest.cpp DIETest.cpp LexicalScopesTest.cpp LowLevelTypeTest.cpp MFCommon.inc MachineInstrBundleIteratorTest.cpp MachineInstrTest.cpp MachineOperandTest.cpp PassManagerTest.cpp ScalableVectorMVTsTest.cpp SelectionDAGAddressAnalysisTest.cpp TargetOptionsTest.cpp TestAsmPrinter.cpp TestAsmPrinter.h TypeTraitsTest.cpp gnu/llvm/llvm/unittests/CodeGen/GlobalISel: CMakeLists.txt CSETest.cpp ConstantFoldingTest.cpp GISelMITest.cpp GISelMITest.h GISelUtilsTest.cpp KnownBitsTest.cpp KnownBitsVectorTest.cpp LegalizerHelperTest.cpp LegalizerInfoTest.cpp LegalizerTest.cpp MachineIRBuilderTest.cpp PatternMatchTest.cpp gnu/llvm/llvm/unittests/DebugInfo: CMakeLists.txt gnu/llvm/llvm/unittests/DebugInfo/CodeView: CMakeLists.txt GUIDFormatTest.cpp RandomAccessVisitorTest.cpp TypeHashingTest.cpp TypeIndexDiscoveryTest.cpp gnu/llvm/llvm/unittests/DebugInfo/DWARF: CMakeLists.txt DWARFAcceleratorTableTest.cpp DWARFDataExtractorTest.cpp DWARFDebugArangeSetTest.cpp DWARFDebugFrameTest.cpp DWARFDebugInfoTest.cpp DWARFDebugLineTest.cpp DWARFDieManualExtractTest.cpp DWARFDieTest.cpp DWARFExpressionCompactPrinterTest.cpp DWARFFormValueTest.cpp DWARFListTableTest.cpp DWARFLocationExpressionTest.cpp DwarfGenerator.cpp DwarfGenerator.h DwarfUtils.cpp DwarfUtils.h gnu/llvm/llvm/unittests/DebugInfo/GSYM: CMakeLists.txt GSYMTest.cpp gnu/llvm/llvm/unittests/DebugInfo/MSF: CMakeLists.txt MSFBuilderTest.cpp MSFCommonTest.cpp MappedBlockStreamTest.cpp gnu/llvm/llvm/unittests/DebugInfo/PDB: CMakeLists.txt HashTableTest.cpp NativeSessionTest.cpp NativeSymbolReuseTest.cpp PDBApiTest.cpp StringTableBuilderTest.cpp gnu/llvm/llvm/unittests/DebugInfo/PDB/Inputs: SimpleTest.cpp SimpleTest.pdb empty.pdb gnu/llvm/llvm/unittests/Demangle: CMakeLists.txt DemangleTest.cpp ItaniumDemangleTest.cpp PartialDemangleTest.cpp RustDemangleTest.cpp StringViewTest.cpp gnu/llvm/llvm/unittests/ExecutionEngine: CMakeLists.txt ExecutionEngineTest.cpp gnu/llvm/llvm/unittests/ExecutionEngine/JITLink: CMakeLists.txt LinkGraphTests.cpp gnu/llvm/llvm/unittests/ExecutionEngine/MCJIT: CMakeLists.txt MCJITCAPITest.cpp MCJITMemoryManagerTest.cpp MCJITMultipleModuleTest.cpp MCJITObjectCacheTest.cpp MCJITTest.cpp MCJITTestAPICommon.h MCJITTestBase.h MCJITTests.def gnu/llvm/llvm/unittests/ExecutionEngine/Orc: CMakeLists.txt CoreAPIsTest.cpp ExecutionSessionWrapperFunctionCallsTest.cpp IndirectionUtilsTest.cpp JITTargetMachineBuilderTest.cpp LazyCallThroughAndReexportsTest.cpp ObjectLinkingLayerTest.cpp OrcCAPITest.cpp OrcTestCommon.cpp OrcTestCommon.h QueueChannel.cpp QueueChannel.h RPCUtilsTest.cpp RTDyldObjectLinkingLayerTest.cpp ResourceTrackerTest.cpp SimplePackedSerializationTest.cpp SymbolStringPoolTest.cpp ThreadSafeModuleTest.cpp WrapperFunctionUtilsTest.cpp gnu/llvm/llvm/unittests/FileCheck: CMakeLists.txt FileCheckTest.cpp gnu/llvm/llvm/unittests/Frontend: CMakeLists.txt OpenACCTest.cpp OpenMPContextTest.cpp OpenMPIRBuilderTest.cpp OpenMPParsingTest.cpp gnu/llvm/llvm/unittests/FuzzMutate: CMakeLists.txt OperationsTest.cpp RandomIRBuilderTest.cpp ReservoirSamplerTest.cpp StrategiesTest.cpp gnu/llvm/llvm/unittests/IR: AbstractCallSiteTest.cpp AsmWriterTest.cpp AttributesTest.cpp BasicBlockTest.cpp CFGBuilder.cpp CFGBuilder.h CMakeLists.txt ConstantRangeTest.cpp ConstantsTest.cpp DataLayoutTest.cpp DebugInfoTest.cpp DebugTypeODRUniquingTest.cpp DemandedBitsTest.cpp DominatorTreeBatchUpdatesTest.cpp DominatorTreeTest.cpp FunctionTest.cpp IRBuilderTest.cpp InstructionsTest.cpp IntrinsicsTest.cpp LegacyPassManagerTest.cpp MDBuilderTest.cpp ManglerTest.cpp MetadataTest.cpp ModuleTest.cpp PassBuilderCallbacksTest.cpp PassManagerTest.cpp PatternMatch.cpp TimePassesTest.cpp TypesTest.cpp UseTest.cpp UserTest.cpp VPIntrinsicTest.cpp ValueHandleTest.cpp ValueMapTest.cpp ValueTest.cpp VectorTypesTest.cpp VerifierTest.cpp gnu/llvm/llvm/unittests/InterfaceStub: CMakeLists.txt ELFYAMLTest.cpp gnu/llvm/llvm/unittests/LineEditor: CMakeLists.txt LineEditor.cpp gnu/llvm/llvm/unittests/Linker: CMakeLists.txt LinkModulesTest.cpp gnu/llvm/llvm/unittests/MC: CMakeLists.txt Disassembler.cpp DwarfLineTables.cpp MCDisassemblerTest.cpp MCInstPrinter.cpp StringTableBuilderTest.cpp TargetRegistry.cpp gnu/llvm/llvm/unittests/MC/AMDGPU: CMakeLists.txt DwarfRegMappings.cpp gnu/llvm/llvm/unittests/MC/SystemZ: CMakeLists.txt SystemZAsmLexerTest.cpp gnu/llvm/llvm/unittests/MI: CMakeLists.txt LiveIntervalTest.cpp gnu/llvm/llvm/unittests/MIR: CMakeLists.txt MachineMetadata.cpp gnu/llvm/llvm/unittests/Object: ArchiveTest.cpp CMakeLists.txt ELFObjectFileTest.cpp ELFTest.cpp ELFTypesTest.cpp MinidumpTest.cpp ObjectFileTest.cpp SymbolSizeTest.cpp SymbolicFileTest.cpp XCOFFObjectFileTest.cpp gnu/llvm/llvm/unittests/ObjectYAML: CMakeLists.txt DWARFYAMLTest.cpp ELFYAMLTest.cpp MinidumpYAMLTest.cpp YAML2ObjTest.cpp YAMLTest.cpp gnu/llvm/llvm/unittests/Option: CMakeLists.txt OptionMarshallingTest.cpp OptionParsingTest.cpp Opts.td gnu/llvm/llvm/unittests/Passes: CMakeLists.txt DoublerPlugin.cpp PassBuilderBindingsTest.cpp PluginsTest.cpp TestPlugin.cpp TestPlugin.h gnu/llvm/llvm/unittests/ProfileData: CMakeLists.txt CoverageMappingTest.cpp InstrProfDataTest.cpp InstrProfTest.cpp SampleProfTest.cpp gnu/llvm/llvm/unittests/Remarks: BitstreamRemarksFormatTest.cpp BitstreamRemarksParsingTest.cpp BitstreamRemarksSerializerTest.cpp CMakeLists.txt RemarksAPITest.cpp RemarksLinkingTest.cpp RemarksStrTabParsingTest.cpp YAMLRemarksParsingTest.cpp YAMLRemarksSerializerTest.cpp gnu/llvm/llvm/unittests/Support: ARMAttributeParser.cpp AlignOfTest.cpp AlignmentTest.cpp AllocatorTest.cpp AnnotationsTest.cpp ArrayRecyclerTest.cpp Base64Test.cpp BinaryStreamTest.cpp BlockFrequencyTest.cpp BranchProbabilityTest.cpp CMakeLists.txt CRCTest.cpp CachePruningTest.cpp Casting.cpp CheckedArithmeticTest.cpp Chrono.cpp CommandLineTest.cpp CompressionTest.cpp ConvertUTFTest.cpp CrashRecoveryTest.cpp DJBTest.cpp DataExtractorTest.cpp DebugCounterTest.cpp DebugTest.cpp ELFAttributeParserTest.cpp EndianStreamTest.cpp EndianTest.cpp ErrnoTest.cpp ErrorOrTest.cpp ErrorTest.cpp ExtensibleRTTITest.cpp FSUniqueIDTest.cpp FileCollectorTest.cpp FileOutputBufferTest.cpp FileUtilitiesTest.cpp FormatVariadicTest.cpp GlobPatternTest.cpp Host.cpp IndexedAccessorTest.cpp InstructionCostTest.cpp ItaniumManglingCanonicalizerTest.cpp JSONTest.cpp KnownBitsTest.cpp KnownBitsTest.h LEB128Test.cpp LineIteratorTest.cpp LinearPolyBaseTest.cpp LockFileManagerTest.cpp MD5Test.cpp ManagedStatic.cpp MatchersTest.cpp MathExtrasTest.cpp MemoryBufferRefTest.cpp MemoryBufferTest.cpp MemoryTest.cpp NativeFormatTests.cpp OptimizedStructLayoutTest.cpp ParallelTest.cpp Path.cpp ProcessTest.cpp ProgramTest.cpp RISCVAttributeParserTest.cpp RegexTest.cpp ReplaceFileTest.cpp ReverseIterationTest.cpp SHA256.cpp ScaledNumberTest.cpp SourceMgrTest.cpp SpecialCaseListTest.cpp SuffixTreeTest.cpp SwapByteOrderTest.cpp SymbolRemappingReaderTest.cpp TarWriterTest.cpp TargetParserTest.cpp TaskQueueTest.cpp ThreadLocalTest.cpp ThreadPool.cpp Threading.cpp TimerTest.cpp ToolOutputFileTest.cpp TrailingObjectsTest.cpp TrigramIndexTest.cpp TypeNameTest.cpp TypeTraitsTest.cpp UnicodeTest.cpp VersionTupleTest.cpp VirtualFileSystemTest.cpp WithColorTest.cpp YAMLIOTest.cpp YAMLParserTest.cpp formatted_raw_ostream_test.cpp raw_fd_stream_test.cpp raw_ostream_test.cpp raw_pwrite_stream_test.cpp raw_sha1_ostream_test.cpp xxhashTest.cpp gnu/llvm/llvm/unittests/Support/DynamicLibrary: CMakeLists.txt DynamicLibraryTest.cpp ExportedFuncs.cpp PipSqueak.cpp PipSqueak.h gnu/llvm/llvm/unittests/TableGen: Automata.td AutomataTest.cpp CMakeLists.txt CodeExpanderTest.cpp gnu/llvm/llvm/unittests/Target: CMakeLists.txt gnu/llvm/llvm/unittests/Target/AArch64: CMakeLists.txt DecomposeStackOffsetTest.cpp InstSizes.cpp MatrixRegisterAliasing.cpp gnu/llvm/llvm/unittests/Target/AMDGPU: CMakeLists.txt DwarfRegMappings.cpp ExecMayBeModifiedBeforeAnyUse.cpp gnu/llvm/llvm/unittests/Target/ARM: CMakeLists.txt MachineInstrTest.cpp gnu/llvm/llvm/unittests/Target/PowerPC: AIXRelocModelTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/Target/WebAssembly: CMakeLists.txt WebAssemblyExceptionInfoTest.cpp gnu/llvm/llvm/unittests/Target/X86: CMakeLists.txt MachineSizeOptsTest.cpp gnu/llvm/llvm/unittests/TextAPI: CMakeLists.txt TextStubHelpers.h TextStubV1Tests.cpp TextStubV2Tests.cpp TextStubV3Tests.cpp TextStubV4Tests.cpp gnu/llvm/llvm/unittests/Transforms: CMakeLists.txt gnu/llvm/llvm/unittests/Transforms/IPO: AttributorTest.cpp AttributorTestBase.h CMakeLists.txt LowerTypeTests.cpp WholeProgramDevirt.cpp gnu/llvm/llvm/unittests/Transforms/Scalar: CMakeLists.txt LICMTest.cpp LoopPassManagerTest.cpp gnu/llvm/llvm/unittests/Transforms/Utils: ASanStackFrameLayoutTest.cpp BasicBlockUtilsTest.cpp CMakeLists.txt CallPromotionUtilsTest.cpp CloningTest.cpp CodeExtractorTest.cpp CodeMoverUtilsTest.cpp DebugifyTest.cpp FunctionComparatorTest.cpp IntegerDivisionTest.cpp LocalTest.cpp LoopRotationUtilsTest.cpp LoopUtilsTest.cpp ModuleUtilsTest.cpp SSAUpdaterBulkTest.cpp ScalarEvolutionExpanderTest.cpp SizeOptsTest.cpp UnrollLoopTest.cpp VFABIUtils.cpp ValueMapperTest.cpp gnu/llvm/llvm/unittests/Transforms/Vectorize: CMakeLists.txt VPlanDominatorTreeTest.cpp VPlanHCFGTest.cpp VPlanLoopInfoTest.cpp VPlanPredicatorTest.cpp VPlanSlpTest.cpp VPlanTest.cpp VPlanTestBase.h gnu/llvm/llvm/unittests/XRay: CMakeLists.txt FDRBlockIndexerTest.cpp FDRBlockVerifierTest.cpp FDRProducerConsumerTest.cpp FDRRecordPrinterTest.cpp FDRRecordsTest.cpp FDRTraceWriterTest.cpp GraphTest.cpp ProfileTest.cpp gnu/llvm/llvm/unittests/tools: CMakeLists.txt gnu/llvm/llvm/unittests/tools/llvm-cfi-verify: CMakeLists.txt FileAnalysis.cpp GraphBuilder.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis: BenchmarkRunnerTest.cpp CMakeLists.txt ClusteringTest.cpp PerfHelperTest.cpp RegisterValueTest.cpp SnippetGeneratorTest.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis/AArch64: CMakeLists.txt TargetTest.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis/ARM: AssemblerTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/tools/llvm-exegesis/Common: AssemblerUtils.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/Mips: BenchmarkResultTest.cpp CMakeLists.txt RegisterAliasingTest.cpp SnippetGeneratorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/PowerPC: AnalysisTest.cpp CMakeLists.txt SnippetGeneratorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/X86: AssemblerTest.cpp BenchmarkResultTest.cpp CMakeLists.txt RegisterAliasingTest.cpp SchedClassResolutionTest.cpp SnippetFileTest.cpp SnippetGeneratorTest.cpp SnippetRepetitorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-profgen: CMakeLists.txt ContextCompressionTest.cpp gnu/llvm/llvm/utils: countloc.sh getsrcs.sh llvmdo llvmgrep gnu/llvm/llvm/utils/TableGen: CodeBeadsGen.cpp FixedLenDecoderEmitter.cpp RISCVCompressInstEmitter.cpp gnu/llvm/llvm/utils/benchmark: AUTHORS CMakeLists.txt CONTRIBUTING.md CONTRIBUTORS LICENSE README.LLVM README.md WORKSPACE appveyor.yml mingw.py releasing.md gnu/llvm/llvm/utils/benchmark/cmake: AddCXXCompilerFlag.cmake CXXFeatureCheck.cmake Config.cmake.in GetGitVersion.cmake HandleGTest.cmake benchmark.pc.in gnu_posix_regex.cpp llvm-toolchain.cmake posix_regex.cpp split_list.cmake std_regex.cpp steady_clock.cpp thread_safety_attributes.cpp gnu/llvm/llvm/utils/benchmark/cmake/Modules: FindLLVMAr.cmake FindLLVMNm.cmake FindLLVMRanLib.cmake gnu/llvm/llvm/utils/benchmark/docs: AssemblyTests.md tools.md gnu/llvm/llvm/utils/benchmark/include/benchmark: benchmark.h gnu/llvm/llvm/utils/benchmark/src: CMakeLists.txt arraysize.h benchmark.cc benchmark_api_internal.h benchmark_main.cc benchmark_register.cc benchmark_register.h check.h colorprint.cc colorprint.h commandlineflags.cc commandlineflags.h complexity.cc complexity.h console_reporter.cc counter.cc counter.h csv_reporter.cc cycleclock.h internal_macros.h json_reporter.cc log.h mutex.h re.h reporter.cc sleep.cc sleep.h statistics.cc statistics.h string_util.cc string_util.h sysinfo.cc thread_manager.h thread_timer.h timers.cc timers.h gnu/llvm/llvm/utils/benchmark/test: AssemblyTests.cmake CMakeLists.txt basic_test.cc benchmark_gtest.cc benchmark_test.cc clobber_memory_assembly_test.cc complexity_test.cc cxx03_test.cc diagnostics_test.cc donotoptimize_assembly_test.cc donotoptimize_test.cc filter_test.cc fixture_test.cc link_main_test.cc map_test.cc multiple_ranges_test.cc options_test.cc output_test.h output_test_helper.cc register_benchmark_test.cc reporter_output_test.cc skip_with_error_test.cc state_assembly_test.cc statistics_gtest.cc templated_fixture_test.cc user_counters_tabular_test.cc user_counters_test.cc gnu/llvm/llvm/utils/benchmark/tools: compare.py strip_asm.py gnu/llvm/llvm/utils/benchmark/tools/gbench: __init__.py report.py util.py gnu/llvm/llvm/utils/benchmark/tools/gbench/Inputs: test1_run1.json test1_run2.json test2_run.json gnu/llvm/llvm/utils/docker/debian8: Dockerfile gnu/llvm/llvm/utils/gn/build: run_tablegen.py gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-wrapper: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/tsan: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/Core: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/Driver: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter/MachO: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter/YAML: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests/DriverTests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests/MachOTests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mca/lib/AMDGPU: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/tools/split-file: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/utils/benchmark: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/utils/unittest: BUILD.gn unittest.gni gnu/llvm/llvm/utils/gn/secondary/llvm/utils/unittest/UnitTestMain: BUILD.gn gnu/llvm/llvm/utils/lit: README.txt gnu/llvm/llvm/utils/lit/tests: googletest-upstream-format.py gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-upstream-format: lit.cfg gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir: OneTest.py gnu/llvm/llvm/utils/lit/tests/Inputs/reorder: .lit_test_times.txt gnu/llvm/llvm/utils/release: build_llvm_package.bat gnu/llvm/llvm/utils/sanitizers: ubsan_blacklist.txt gnu/llvm/llvm/utils/unittest: CMakeLists.txt gnu/llvm/llvm/utils/unittest/UnitTestMain: CMakeLists.txt TestMain.cpp gnu/llvm/llvm/utils/unittest/googlemock: LICENSE.txt README.LLVM gnu/llvm/llvm/utils/unittest/googlemock/include/gmock: gmock-actions.h gmock-cardinalities.h gmock-function-mocker.h gmock-generated-actions.h gmock-generated-function-mockers.h gmock-generated-matchers.h gmock-matchers.h gmock-more-actions.h gmock-more-matchers.h gmock-nice-strict.h gmock-spec-builders.h gmock.h gnu/llvm/llvm/utils/unittest/googlemock/include/gmock/internal: gmock-internal-utils.h gmock-port.h gmock-pp.h gnu/llvm/llvm/utils/unittest/googlemock/include/gmock/internal/custom: gmock-generated-actions.h gmock-matchers.h gmock-port.h gnu/llvm/llvm/utils/unittest/googlemock/src: gmock-all.cc gmock-cardinalities.cc gmock-internal-utils.cc gmock-matchers.cc gmock-spec-builders.cc gmock.cc gnu/llvm/llvm/utils/unittest/googletest: LICENSE.TXT README.LLVM gnu/llvm/llvm/utils/unittest/googletest/include/gtest: gtest-death-test.h gtest-matchers.h gtest-message.h gtest-param-test.h gtest-printers.h gtest-spi.h gtest-test-part.h gtest-typed-test.h gtest.h gtest_pred_impl.h gtest_prod.h gnu/llvm/llvm/utils/unittest/googletest/include/gtest/internal: gtest-death-test-internal.h gtest-filepath.h gtest-internal.h gtest-param-util.h gtest-port-arch.h gtest-port.h gtest-string.h gtest-type-util.h gnu/llvm/llvm/utils/unittest/googletest/include/gtest/internal/custom: gtest-port.h gtest-printers.h gtest.h raw-ostream.h gnu/llvm/llvm/utils/unittest/googletest/src: gtest-all.cc gtest-death-test.cc gtest-filepath.cc gtest-internal-inl.h gtest-matchers.cc gtest-port.cc gtest-printers.cc gtest-test-part.cc gtest-typed-test.cc gtest.cc Log message: merge llvm-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:17:38 Log message: import of clang from LLVM-16.0.6 Status: Vendor Tag: CLANG Release Tags: CLANG_16_0_6 U src/gnu/llvm/clang/.clang-format U src/gnu/llvm/clang/.clang-tidy U src/gnu/llvm/clang/.gitignore U src/gnu/llvm/clang/CMakeLists.txt N src/gnu/llvm/clang/CodeOwners.rst U src/gnu/llvm/clang/INSTALL.txt U src/gnu/llvm/clang/LICENSE.TXT U src/gnu/llvm/clang/ModuleInfo.txt U src/gnu/llvm/clang/NOTES.txt U src/gnu/llvm/clang/README.txt U src/gnu/llvm/clang/bindings/python/README.txt U src/gnu/llvm/clang/bindings/python/clang/__init__.py U src/gnu/llvm/clang/bindings/python/clang/cindex.py U src/gnu/llvm/clang/bindings/python/clang/enumerations.py U src/gnu/llvm/clang/bindings/python/examples/cindex/cindex-dump.py U src/gnu/llvm/clang/bindings/python/examples/cindex/cindex-includes.py U src/gnu/llvm/clang/bindings/python/tests/CMakeLists.txt U src/gnu/llvm/clang/bindings/python/tests/__init__.py U src/gnu/llvm/clang/bindings/python/tests/cindex/__init__.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_access_specifiers.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cdb.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_code_completion.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_comment.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cursor.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cursor_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_diagnostics.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_exception_specification_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_file.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_index.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_linkage.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_location.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_tls_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_token_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_tokens.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_type.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_translation_unit.py U src/gnu/llvm/clang/bindings/python/tests/cindex/util.py U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/compile_commands.json U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header1.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header2.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header3.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/hello.cpp U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/include.cpp U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/parse_arguments.c U src/gnu/llvm/clang/bindings/xml/comment-xml-schema.rng U src/gnu/llvm/clang/cmake/caches/3-stage-base.cmake U src/gnu/llvm/clang/cmake/caches/3-stage.cmake U src/gnu/llvm/clang/cmake/caches/Android-stage2.cmake U src/gnu/llvm/clang/cmake/caches/Android.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage1.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage2-ThinLTO.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage2.cmake N src/gnu/llvm/clang/cmake/caches/BOLT-PGO.cmake N src/gnu/llvm/clang/cmake/caches/BOLT.cmake U src/gnu/llvm/clang/cmake/caches/BaremetalARM.cmake U src/gnu/llvm/clang/cmake/caches/CrossWinToARMLinux.cmake U src/gnu/llvm/clang/cmake/caches/DistributionExample-stage2.cmake U src/gnu/llvm/clang/cmake/caches/DistributionExample.cmake U src/gnu/llvm/clang/cmake/caches/Fuchsia-stage2.cmake U src/gnu/llvm/clang/cmake/caches/Fuchsia.cmake N src/gnu/llvm/clang/cmake/caches/HLSL.cmake U src/gnu/llvm/clang/cmake/caches/PGO.cmake U src/gnu/llvm/clang/cmake/caches/MultiDistributionExample.cmake U src/gnu/llvm/clang/cmake/caches/PGO-stage2-instrumented.cmake U src/gnu/llvm/clang/cmake/caches/PGO-stage2.cmake U src/gnu/llvm/clang/cmake/caches/README.txt U src/gnu/llvm/clang/cmake/modules/AddClang.cmake N src/gnu/llvm/clang/cmake/modules/AddGRPC.cmake U src/gnu/llvm/clang/cmake/modules/CMakeLists.txt U src/gnu/llvm/clang/cmake/modules/ClangConfig.cmake.in N src/gnu/llvm/clang/cmake/modules/ClangConfigVersion.cmake.in U src/gnu/llvm/clang/cmake/modules/ProtobufMutator.cmake U src/gnu/llvm/clang/docs/APINotes.rst U src/gnu/llvm/clang/docs/AddressSanitizer.rst U src/gnu/llvm/clang/docs/AutomaticReferenceCounting.rst U src/gnu/llvm/clang/docs/Block-ABI-Apple.rst U src/gnu/llvm/clang/docs/BlockLanguageSpec.rst U src/gnu/llvm/clang/docs/CMakeLists.txt U src/gnu/llvm/clang/docs/ClangCheck.rst U src/gnu/llvm/clang/docs/ClangFormat.rst U src/gnu/llvm/clang/docs/ClangFormatStyleOptions.rst U src/gnu/llvm/clang/docs/ClangFormattedStatus.rst N src/gnu/llvm/clang/docs/ClangLinkerWrapper.rst U src/gnu/llvm/clang/docs/ClangOffloadBundler.rst N src/gnu/llvm/clang/docs/ClangOffloadPackager.rst U src/gnu/llvm/clang/docs/ClangPlugins.rst N src/gnu/llvm/clang/docs/ClangRepl.rst U src/gnu/llvm/clang/docs/ClangTools.rst N src/gnu/llvm/clang/docs/ClangRepl_design.png U src/gnu/llvm/clang/docs/ClangStaticAnalyzer.rst N src/gnu/llvm/clang/docs/ClangTransformerTutorial.rst N src/gnu/llvm/clang/docs/CodeOwners.rst U src/gnu/llvm/clang/docs/ConstantInterpreter.rst U src/gnu/llvm/clang/docs/ControlFlowIntegrity.rst U src/gnu/llvm/clang/docs/ControlFlowIntegrityDesign.rst U src/gnu/llvm/clang/docs/CrossCompilation.rst N src/gnu/llvm/clang/docs/DataFlowAnalysisIntro.md U src/gnu/llvm/clang/docs/DataFlowSanitizer.rst U src/gnu/llvm/clang/docs/DataFlowSanitizerDesign.rst N src/gnu/llvm/clang/docs/DebuggingCoroutines.rst U src/gnu/llvm/clang/docs/DriverArchitecture.png U src/gnu/llvm/clang/docs/FAQ.rst U src/gnu/llvm/clang/docs/DriverInternals.rst U src/gnu/llvm/clang/docs/InternalsManual.rst U src/gnu/llvm/clang/docs/ExternalClangExamples.rst U src/gnu/llvm/clang/docs/HardwareAssistedAddressSanitizerDesign.rst U src/gnu/llvm/clang/docs/HowToSetupToolingForLLVM.rst U src/gnu/llvm/clang/docs/IntroductionToTheClangAST.rst U src/gnu/llvm/clang/docs/ItaniumMangleAbiTags.rst U src/gnu/llvm/clang/docs/JSONCompilationDatabase.rst U src/gnu/llvm/clang/docs/LTOVisibility.rst U src/gnu/llvm/clang/docs/LanguageExtensions.rst U src/gnu/llvm/clang/docs/LeakSanitizer.rst U src/gnu/llvm/clang/docs/LibASTImporter.rst U src/gnu/llvm/clang/docs/LibASTMatchers.rst U src/gnu/llvm/clang/docs/LibASTMatchersReference.html U src/gnu/llvm/clang/docs/conf.py U src/gnu/llvm/clang/docs/LibASTMatchersTutorial.rst U src/gnu/llvm/clang/docs/LibFormat.rst U src/gnu/llvm/clang/docs/LibTooling.rst U src/gnu/llvm/clang/docs/MSVCCompatibility.rst U src/gnu/llvm/clang/docs/MatrixTypes.rst U src/gnu/llvm/clang/docs/MemorySanitizer.rst N src/gnu/llvm/clang/docs/MisExpect.rst U src/gnu/llvm/clang/docs/Modules.rst U src/gnu/llvm/clang/docs/ObjectiveCLiterals.rst N src/gnu/llvm/clang/docs/OffloadingDesign.rst U src/gnu/llvm/clang/docs/OpenCLSupport.rst U src/gnu/llvm/clang/docs/OpenMPSupport.rst U src/gnu/llvm/clang/docs/PCHInternals.rst U src/gnu/llvm/clang/docs/PCHLayout.graffle U src/gnu/llvm/clang/docs/PCHLayout.png U src/gnu/llvm/clang/docs/RAVFrontendAction.rst U src/gnu/llvm/clang/docs/README.txt U src/gnu/llvm/clang/docs/RefactoringEngine.rst U src/gnu/llvm/clang/docs/ReleaseNotes.rst U src/gnu/llvm/clang/docs/SYCLSupport.rst U src/gnu/llvm/clang/docs/SafeStack.rst U src/gnu/llvm/clang/docs/SanitizerCoverage.rst U src/gnu/llvm/clang/docs/SanitizerSpecialCaseList.rst U src/gnu/llvm/clang/docs/SanitizerStats.rst U src/gnu/llvm/clang/docs/ShadowCallStack.rst U src/gnu/llvm/clang/docs/SourceBasedCodeCoverage.rst N src/gnu/llvm/clang/docs/StandardCPlusPlusModules.rst U src/gnu/llvm/clang/docs/ThinLTO.rst U src/gnu/llvm/clang/docs/ThreadSafetyAnalysis.rst U src/gnu/llvm/clang/docs/ThreadSanitizer.rst U src/gnu/llvm/clang/docs/Toolchain.rst U src/gnu/llvm/clang/docs/Tooling.rst U src/gnu/llvm/clang/docs/UndefinedBehaviorSanitizer.rst U src/gnu/llvm/clang/docs/UsersManual.rst U src/gnu/llvm/clang/docs/index.rst U src/gnu/llvm/clang/docs/doxygen-mainpage.dox U src/gnu/llvm/clang/docs/doxygen.cfg.in U src/gnu/llvm/clang/docs/make.bat N src/gnu/llvm/clang/docs/HLSL/EntryFunctions.rst N src/gnu/llvm/clang/docs/HLSL/HLSLDocs.rst N src/gnu/llvm/clang/docs/HLSL/HLSLIRReference.rst N src/gnu/llvm/clang/docs/HLSL/HLSLSupport.rst N src/gnu/llvm/clang/docs/HLSL/ResourceTypes.rst C src/gnu/llvm/clang/docs/CommandGuide/clang.rst U src/gnu/llvm/clang/docs/CommandGuide/diagtool.rst U src/gnu/llvm/clang/docs/CommandGuide/index.rst N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/CFGExample.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/CFGJoinRule.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/DefinitiveInitializationLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/IntegerSetsFiniteLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/IntegerSetsInfiniteLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/OutputParameterIdentificationLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/UniquePtrLattice.svg N src/gnu/llvm/clang/docs/tools/clang-formatted-files.txt U src/gnu/llvm/clang/docs/tools/dump_ast_matchers.py N src/gnu/llvm/clang/docs/tools/dump_format_help.py U src/gnu/llvm/clang/docs/tools/dump_format_style.py U src/gnu/llvm/clang/docs/tools/generate_formatted_state.py N src/gnu/llvm/clang/docs/tools/plurals.txt U src/gnu/llvm/clang/docs/analyzer/checkers.rst U src/gnu/llvm/clang/docs/analyzer/conf.py U src/gnu/llvm/clang/docs/analyzer/developer-docs.rst U src/gnu/llvm/clang/docs/analyzer/make.bat U src/gnu/llvm/clang/docs/analyzer/user-docs.rst U src/gnu/llvm/clang/docs/analyzer/checkers/callandmessage_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/dealloc_example.m U src/gnu/llvm/clang/docs/analyzer/checkers/dividezero_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/mismatched_deallocator_example.cpp U src/gnu/llvm/clang/docs/analyzer/checkers/newdelete_example.cpp U src/gnu/llvm/clang/docs/analyzer/checkers/seckeychainapi_example.m U src/gnu/llvm/clang/docs/analyzer/checkers/unix_api_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/unix_malloc_example.c U src/gnu/llvm/clang/docs/analyzer/developer-docs/DebugChecks.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/IPA.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/InitializerLists.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/RegionStore.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/nullability.rst U src/gnu/llvm/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst N src/gnu/llvm/clang/docs/analyzer/user-docs/TaintAnalysisConfiguration.rst U src/gnu/llvm/clang/examples/CMakeLists.txt U src/gnu/llvm/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp U src/gnu/llvm/clang/examples/AnnotateFunctions/CMakeLists.txt U src/gnu/llvm/clang/examples/Attribute/Attribute.cpp U src/gnu/llvm/clang/examples/Attribute/CMakeLists.txt U src/gnu/llvm/clang/examples/CallSuperAttribute/CMakeLists.txt U src/gnu/llvm/clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp N src/gnu/llvm/clang/examples/PluginsOrder/CMakeLists.txt N src/gnu/llvm/clang/examples/PluginsOrder/PluginsOrder.cpp U src/gnu/llvm/clang/examples/PrintFunctionNames/CMakeLists.txt U src/gnu/llvm/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp U src/gnu/llvm/clang/examples/PrintFunctionNames/PrintFunctionNames.exports U src/gnu/llvm/clang/examples/PrintFunctionNames/README.txt U src/gnu/llvm/clang/include/CMakeLists.txt U src/gnu/llvm/clang/include/clang-c/BuildSystem.h U src/gnu/llvm/clang/include/clang-c/CXCompilationDatabase.h N src/gnu/llvm/clang/include/clang-c/CXDiagnostic.h U src/gnu/llvm/clang/include/clang-c/CXErrorCode.h N src/gnu/llvm/clang/include/clang-c/CXFile.h N src/gnu/llvm/clang/include/clang-c/CXSourceLocation.h U src/gnu/llvm/clang/include/clang-c/CXString.h U src/gnu/llvm/clang/include/clang-c/Documentation.h U src/gnu/llvm/clang/include/clang-c/ExternC.h U src/gnu/llvm/clang/include/clang-c/FatalErrorHandler.h U src/gnu/llvm/clang/include/clang-c/Index.h U src/gnu/llvm/clang/include/clang-c/Platform.h U src/gnu/llvm/clang/include/clang-c/Rewrite.h U src/gnu/llvm/clang/include/clang-c/module.modulemap U src/gnu/llvm/clang/include/clang/CMakeLists.txt U src/gnu/llvm/clang/include/clang/module.modulemap U src/gnu/llvm/clang/include/clang/APINotes/APINotesYAMLCompiler.h U src/gnu/llvm/clang/include/clang/APINotes/Types.h U src/gnu/llvm/clang/include/clang/ARCMigrate/ARCMT.h U src/gnu/llvm/clang/include/clang/ARCMigrate/ARCMTActions.h U src/gnu/llvm/clang/include/clang/ARCMigrate/FileRemapper.h U src/gnu/llvm/clang/include/clang/AST/APValue.h U src/gnu/llvm/clang/include/clang/AST/AST.h U src/gnu/llvm/clang/include/clang/AST/ASTConcept.h U src/gnu/llvm/clang/include/clang/AST/ASTConsumer.h U src/gnu/llvm/clang/include/clang/AST/ASTContext.h U src/gnu/llvm/clang/include/clang/AST/ASTContextAllocate.h U src/gnu/llvm/clang/include/clang/AST/ASTDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/ASTDumper.h U src/gnu/llvm/clang/include/clang/AST/ASTDumperUtils.h U src/gnu/llvm/clang/include/clang/AST/ASTFwd.h N src/gnu/llvm/clang/include/clang/AST/ASTImportError.h U src/gnu/llvm/clang/include/clang/AST/ASTImporter.h U src/gnu/llvm/clang/include/clang/AST/ASTImporterLookupTable.h U src/gnu/llvm/clang/include/clang/AST/ASTImporterSharedState.h U src/gnu/llvm/clang/include/clang/AST/ASTLambda.h U src/gnu/llvm/clang/include/clang/AST/ASTMutationListener.h U src/gnu/llvm/clang/include/clang/AST/ASTNodeTraverser.h U src/gnu/llvm/clang/include/clang/AST/ASTStructuralEquivalence.h U src/gnu/llvm/clang/include/clang/AST/Attr.h U src/gnu/llvm/clang/include/clang/AST/ASTTypeTraits.h U src/gnu/llvm/clang/include/clang/AST/ASTUnresolvedSet.h U src/gnu/llvm/clang/include/clang/AST/ASTVector.h U src/gnu/llvm/clang/include/clang/AST/AbstractBasicReader.h U src/gnu/llvm/clang/include/clang/AST/AbstractBasicWriter.h U src/gnu/llvm/clang/include/clang/AST/AbstractTypeReader.h U src/gnu/llvm/clang/include/clang/AST/AbstractTypeWriter.h U src/gnu/llvm/clang/include/clang/AST/AttrIterator.h U src/gnu/llvm/clang/include/clang/AST/AttrVisitor.h U src/gnu/llvm/clang/include/clang/AST/Availability.h U src/gnu/llvm/clang/include/clang/AST/BaseSubobject.h U src/gnu/llvm/clang/include/clang/AST/BuiltinTypes.def U src/gnu/llvm/clang/include/clang/AST/CMakeLists.txt U src/gnu/llvm/clang/include/clang/AST/CXXInheritance.h U src/gnu/llvm/clang/include/clang/AST/CXXRecordDeclDefinitionBits.def U src/gnu/llvm/clang/include/clang/AST/CanonicalType.h U src/gnu/llvm/clang/include/clang/AST/CharUnits.h U src/gnu/llvm/clang/include/clang/AST/Comment.h U src/gnu/llvm/clang/include/clang/AST/Decl.h U src/gnu/llvm/clang/include/clang/AST/CommentBriefParser.h U src/gnu/llvm/clang/include/clang/AST/CommentCommandTraits.h U src/gnu/llvm/clang/include/clang/AST/CommentCommands.td U src/gnu/llvm/clang/include/clang/AST/CommentDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.td U src/gnu/llvm/clang/include/clang/AST/CommentHTMLTags.td U src/gnu/llvm/clang/include/clang/AST/CommentLexer.h U src/gnu/llvm/clang/include/clang/AST/CommentParser.h U src/gnu/llvm/clang/include/clang/AST/CommentSema.h U src/gnu/llvm/clang/include/clang/AST/CommentVisitor.h U src/gnu/llvm/clang/include/clang/AST/ComparisonCategories.h U src/gnu/llvm/clang/include/clang/AST/ComputeDependence.h U src/gnu/llvm/clang/include/clang/AST/CurrentSourceLocExprScope.h U src/gnu/llvm/clang/include/clang/AST/DataCollection.h U src/gnu/llvm/clang/include/clang/AST/DeclAccessPair.h U src/gnu/llvm/clang/include/clang/AST/DeclBase.h U src/gnu/llvm/clang/include/clang/AST/DeclCXX.h U src/gnu/llvm/clang/include/clang/AST/DeclFriend.h U src/gnu/llvm/clang/include/clang/AST/DeclContextInternals.h U src/gnu/llvm/clang/include/clang/AST/DeclGroup.h U src/gnu/llvm/clang/include/clang/AST/DeclLookups.h U src/gnu/llvm/clang/include/clang/AST/DeclObjC.h U src/gnu/llvm/clang/include/clang/AST/DeclObjCCommon.h U src/gnu/llvm/clang/include/clang/AST/DeclOpenMP.h U src/gnu/llvm/clang/include/clang/AST/DeclTemplate.h U src/gnu/llvm/clang/include/clang/AST/DeclVisitor.h U src/gnu/llvm/clang/include/clang/AST/DeclarationName.h U src/gnu/llvm/clang/include/clang/AST/DependenceFlags.h U src/gnu/llvm/clang/include/clang/AST/DependentDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/EvaluatedExprVisitor.h U src/gnu/llvm/clang/include/clang/AST/Expr.h U src/gnu/llvm/clang/include/clang/AST/ExprCXX.h U src/gnu/llvm/clang/include/clang/AST/ExprConcepts.h U src/gnu/llvm/clang/include/clang/AST/ExprObjC.h U src/gnu/llvm/clang/include/clang/AST/ExprOpenMP.h U src/gnu/llvm/clang/include/clang/AST/ExternalASTMerger.h U src/gnu/llvm/clang/include/clang/AST/ExternalASTSource.h C src/gnu/llvm/clang/include/clang/AST/FormatString.h U src/gnu/llvm/clang/include/clang/AST/Mangle.h U src/gnu/llvm/clang/include/clang/AST/GlobalDecl.h U src/gnu/llvm/clang/include/clang/AST/IgnoreExpr.h U src/gnu/llvm/clang/include/clang/AST/JSONNodeDumper.h U src/gnu/llvm/clang/include/clang/AST/LambdaCapture.h U src/gnu/llvm/clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h U src/gnu/llvm/clang/include/clang/AST/LocInfoType.h U src/gnu/llvm/clang/include/clang/AST/MangleNumberingContext.h U src/gnu/llvm/clang/include/clang/AST/NSAPI.h U src/gnu/llvm/clang/include/clang/AST/NestedNameSpecifier.h U src/gnu/llvm/clang/include/clang/AST/NonTrivialTypeVisitor.h N src/gnu/llvm/clang/include/clang/AST/ODRDiagsEmitter.h U src/gnu/llvm/clang/include/clang/AST/ODRHash.h U src/gnu/llvm/clang/include/clang/AST/OSLog.h U src/gnu/llvm/clang/include/clang/AST/OpenMPClause.h U src/gnu/llvm/clang/include/clang/AST/OperationKinds.def U src/gnu/llvm/clang/include/clang/AST/OperationKinds.h U src/gnu/llvm/clang/include/clang/AST/OptionalDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/ParentMap.h U src/gnu/llvm/clang/include/clang/AST/ParentMapContext.h U src/gnu/llvm/clang/include/clang/AST/PrettyDeclStackTrace.h U src/gnu/llvm/clang/include/clang/AST/PrettyPrinter.h U src/gnu/llvm/clang/include/clang/AST/PropertiesBase.td U src/gnu/llvm/clang/include/clang/AST/QualTypeNames.h N src/gnu/llvm/clang/include/clang/AST/Randstruct.h U src/gnu/llvm/clang/include/clang/AST/RawCommentList.h U src/gnu/llvm/clang/include/clang/AST/RecordLayout.h U src/gnu/llvm/clang/include/clang/AST/RecursiveASTVisitor.h U src/gnu/llvm/clang/include/clang/AST/Redeclarable.h U src/gnu/llvm/clang/include/clang/AST/SelectorLocationsKind.h U src/gnu/llvm/clang/include/clang/AST/Stmt.h U src/gnu/llvm/clang/include/clang/AST/StmtCXX.h U src/gnu/llvm/clang/include/clang/AST/StmtDataCollectors.td U src/gnu/llvm/clang/include/clang/AST/StmtGraphTraits.h U src/gnu/llvm/clang/include/clang/AST/StmtIterator.h U src/gnu/llvm/clang/include/clang/AST/StmtObjC.h U src/gnu/llvm/clang/include/clang/AST/StmtOpenMP.h U src/gnu/llvm/clang/include/clang/AST/StmtVisitor.h U src/gnu/llvm/clang/include/clang/AST/Type.h U src/gnu/llvm/clang/include/clang/AST/TemplateArgumentVisitor.h U src/gnu/llvm/clang/include/clang/AST/TemplateBase.h U src/gnu/llvm/clang/include/clang/AST/TemplateName.h U src/gnu/llvm/clang/include/clang/AST/TextNodeDumper.h U src/gnu/llvm/clang/include/clang/AST/TypeLoc.h U src/gnu/llvm/clang/include/clang/AST/TypeLocNodes.def U src/gnu/llvm/clang/include/clang/AST/TypeLocVisitor.h U src/gnu/llvm/clang/include/clang/AST/TypeOrdering.h U src/gnu/llvm/clang/include/clang/AST/TypeProperties.td U src/gnu/llvm/clang/include/clang/AST/TypeVisitor.h U src/gnu/llvm/clang/include/clang/AST/UnresolvedSet.h U src/gnu/llvm/clang/include/clang/AST/VTTBuilder.h U src/gnu/llvm/clang/include/clang/AST/VTableBuilder.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchFinder.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchers.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchersInternal.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchersMacros.h U src/gnu/llvm/clang/include/clang/ASTMatchers/GtestMatchers.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Parser.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Registry.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h U src/gnu/llvm/clang/include/clang/Analysis/AnalysisDeclContext.h U src/gnu/llvm/clang/include/clang/Analysis/AnyCall.h U src/gnu/llvm/clang/include/clang/Analysis/BodyFarm.h U src/gnu/llvm/clang/include/clang/Analysis/CFG.h U src/gnu/llvm/clang/include/clang/Analysis/CFGStmtMap.h U src/gnu/llvm/clang/include/clang/Analysis/CallGraph.h U src/gnu/llvm/clang/include/clang/Analysis/CloneDetection.h U src/gnu/llvm/clang/include/clang/Analysis/CodeInjector.h U src/gnu/llvm/clang/include/clang/Analysis/ConstructionContext.h U src/gnu/llvm/clang/include/clang/Analysis/IssueHash.h U src/gnu/llvm/clang/include/clang/Analysis/MacroExpansionContext.h U src/gnu/llvm/clang/include/clang/Analysis/PathDiagnostic.h U src/gnu/llvm/clang/include/clang/Analysis/ProgramPoint.h U src/gnu/llvm/clang/include/clang/Analysis/RetainSummaryManager.h U src/gnu/llvm/clang/include/clang/Analysis/SelectorExtras.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/CalledOnceCheck.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/Consumed.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/Dominators.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/LiveVariables.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ReachableCode.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafety.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/UninitializedValues.h N src/gnu/llvm/clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h N src/gnu/llvm/clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def U src/gnu/llvm/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h U src/gnu/llvm/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ControlFlowContext.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h U src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowValues.h U src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DebugSupport.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/MapLattice.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/NoopAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Solver.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/StorageLocation.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Transfer.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Value.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h U src/gnu/llvm/clang/include/clang/Analysis/Support/BumpVector.h U src/gnu/llvm/clang/include/clang/Basic/AArch64SVEACLETypes.def U src/gnu/llvm/clang/include/clang/Basic/ABI.h U src/gnu/llvm/clang/include/clang/Basic/ASTNode.td U src/gnu/llvm/clang/include/clang/Basic/AddressSpaces.h U src/gnu/llvm/clang/include/clang/Basic/AlignedAllocation.h U src/gnu/llvm/clang/include/clang/Basic/AllDiagnostics.h U src/gnu/llvm/clang/include/clang/Basic/Attr.td U src/gnu/llvm/clang/include/clang/Basic/AttrDocs.td U src/gnu/llvm/clang/include/clang/Basic/AttrKinds.h U src/gnu/llvm/clang/include/clang/Basic/AttrSubjectMatchRules.h U src/gnu/llvm/clang/include/clang/Basic/AttributeCommonInfo.h U src/gnu/llvm/clang/include/clang/Basic/Attributes.h U src/gnu/llvm/clang/include/clang/Basic/BitmaskEnum.h N src/gnu/llvm/clang/include/clang/Basic/BuiltinHeaders.def U src/gnu/llvm/clang/include/clang/Basic/Builtins.def U src/gnu/llvm/clang/include/clang/Basic/Builtins.h U src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def U src/gnu/llvm/clang/include/clang/Basic/Cuda.h U src/gnu/llvm/clang/include/clang/Basic/BuiltinsAMDGPU.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsARM.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsBPF.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagon.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagonDep.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsLoongArch.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsMips.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsNEON.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsNVPTX.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsPPC.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsRISCV.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsRISCVVector.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsSVE.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsSystemZ.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsVE.def U src/gnu/llvm/clang/include/clang/Basic/LLVM.h N src/gnu/llvm/clang/include/clang/Basic/BuiltinsVEVL.gen.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsWebAssembly.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsX86.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsX86_64.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsXCore.def N src/gnu/llvm/clang/include/clang/Basic/CLWarnings.h U src/gnu/llvm/clang/include/clang/Basic/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Basic/CapturedStmt.h U src/gnu/llvm/clang/include/clang/Basic/CharInfo.h C src/gnu/llvm/clang/include/clang/Basic/CodeGenOptions.def U src/gnu/llvm/clang/include/clang/Basic/CodeGenOptions.h U src/gnu/llvm/clang/include/clang/Basic/CommentNodes.td U src/gnu/llvm/clang/include/clang/Basic/CommentOptions.h N src/gnu/llvm/clang/include/clang/Basic/CustomizableOptional.h U src/gnu/llvm/clang/include/clang/Basic/DarwinSDKInfo.h U src/gnu/llvm/clang/include/clang/Basic/DebugInfoOptions.h U src/gnu/llvm/clang/include/clang/Basic/DeclNodes.td U src/gnu/llvm/clang/include/clang/Basic/Diagnostic.h U src/gnu/llvm/clang/include/clang/Basic/Diagnostic.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAST.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticASTKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAnalysis.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAnalysisKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCategories.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCategories.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticComment.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCommentKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCommonKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCrossTU.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCrossTUKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDocs.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDriver.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDriverKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticError.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticFrontend.h C src/gnu/llvm/clang/include/clang/Basic/DiagnosticGroups.td C src/gnu/llvm/clang/include/clang/Basic/DiagnosticFrontendKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticIDs.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticLex.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticLexKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticOptions.def U src/gnu/llvm/clang/include/clang/Basic/DiagnosticOptions.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticParse.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticParseKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticRefactoring.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticRefactoringKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSema.h C src/gnu/llvm/clang/include/clang/Basic/DiagnosticSemaKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSerialization.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSerializationKinds.td U src/gnu/llvm/clang/include/clang/Basic/DirectoryEntry.h U src/gnu/llvm/clang/include/clang/Basic/ExceptionSpecificationType.h U src/gnu/llvm/clang/include/clang/Basic/ExpressionTraits.h U src/gnu/llvm/clang/include/clang/Basic/FPOptions.def U src/gnu/llvm/clang/include/clang/Basic/Features.def U src/gnu/llvm/clang/include/clang/Basic/FileEntry.h U src/gnu/llvm/clang/include/clang/Basic/FileManager.h U src/gnu/llvm/clang/include/clang/Basic/FileSystemOptions.h U src/gnu/llvm/clang/include/clang/Basic/FileSystemStatCache.h N src/gnu/llvm/clang/include/clang/Basic/HLSLRuntime.h N src/gnu/llvm/clang/include/clang/Basic/HeaderInclude.h U src/gnu/llvm/clang/include/clang/Basic/IdentifierTable.h U src/gnu/llvm/clang/include/clang/Basic/JsonSupport.h U src/gnu/llvm/clang/include/clang/Basic/Lambda.h C src/gnu/llvm/clang/include/clang/Basic/LangOptions.def U src/gnu/llvm/clang/include/clang/Basic/LangOptions.h U src/gnu/llvm/clang/include/clang/Basic/LangStandard.h U src/gnu/llvm/clang/include/clang/Basic/LangStandards.def U src/gnu/llvm/clang/include/clang/Basic/Linkage.h U src/gnu/llvm/clang/include/clang/Basic/MSP430Target.def U src/gnu/llvm/clang/include/clang/Basic/MacroBuilder.h N src/gnu/llvm/clang/include/clang/Basic/MakeSupport.h U src/gnu/llvm/clang/include/clang/Basic/Module.h U src/gnu/llvm/clang/include/clang/Basic/NoSanitizeList.h U src/gnu/llvm/clang/include/clang/Basic/ObjCRuntime.h U src/gnu/llvm/clang/include/clang/Basic/OpenCLExtensionTypes.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLExtensions.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLImageTypes.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLOptions.h U src/gnu/llvm/clang/include/clang/Basic/OpenMPKinds.def U src/gnu/llvm/clang/include/clang/Basic/OpenMPKinds.h U src/gnu/llvm/clang/include/clang/Basic/OperatorKinds.def U src/gnu/llvm/clang/include/clang/Basic/OperatorKinds.h U src/gnu/llvm/clang/include/clang/Basic/OperatorPrecedence.h U src/gnu/llvm/clang/include/clang/Basic/PPCTypes.def U src/gnu/llvm/clang/include/clang/Basic/PartialDiagnostic.h U src/gnu/llvm/clang/include/clang/Basic/PlistSupport.h U src/gnu/llvm/clang/include/clang/Basic/PragmaKinds.h U src/gnu/llvm/clang/include/clang/Basic/PrettyStackTrace.h U src/gnu/llvm/clang/include/clang/Basic/ProfileList.h U src/gnu/llvm/clang/include/clang/Basic/RISCVVTypes.def U src/gnu/llvm/clang/include/clang/Basic/SanitizerSpecialCaseList.h U src/gnu/llvm/clang/include/clang/Basic/Sanitizers.def U src/gnu/llvm/clang/include/clang/Basic/Sanitizers.h N src/gnu/llvm/clang/include/clang/Basic/Sarif.h U src/gnu/llvm/clang/include/clang/Basic/SourceLocation.h U src/gnu/llvm/clang/include/clang/Basic/SourceManager.h U src/gnu/llvm/clang/include/clang/Basic/SourceManagerInternals.h U src/gnu/llvm/clang/include/clang/Basic/Specifiers.h U src/gnu/llvm/clang/include/clang/Basic/Stack.h U src/gnu/llvm/clang/include/clang/Basic/StmtNodes.td U src/gnu/llvm/clang/include/clang/Basic/SyncScope.h U src/gnu/llvm/clang/include/clang/Basic/TargetBuiltins.h U src/gnu/llvm/clang/include/clang/Basic/TargetCXXABI.def U src/gnu/llvm/clang/include/clang/Basic/TargetCXXABI.h U src/gnu/llvm/clang/include/clang/Basic/TargetID.h C src/gnu/llvm/clang/include/clang/Basic/TargetInfo.h U src/gnu/llvm/clang/include/clang/Basic/TargetOptions.h U src/gnu/llvm/clang/include/clang/Basic/TemplateKinds.h U src/gnu/llvm/clang/include/clang/Basic/Thunk.h U src/gnu/llvm/clang/include/clang/Basic/TokenKinds.def U src/gnu/llvm/clang/include/clang/Basic/TokenKinds.h N src/gnu/llvm/clang/include/clang/Basic/TransformTypeTraits.def U src/gnu/llvm/clang/include/clang/Basic/TypeNodes.td U src/gnu/llvm/clang/include/clang/Basic/TypeTraits.h U src/gnu/llvm/clang/include/clang/Basic/Version.h U src/gnu/llvm/clang/include/clang/Basic/Version.inc.in U src/gnu/llvm/clang/include/clang/Basic/Visibility.h U src/gnu/llvm/clang/include/clang/Basic/XRayInstr.h U src/gnu/llvm/clang/include/clang/Basic/XRayLists.h U src/gnu/llvm/clang/include/clang/Basic/arm_bf16.td U src/gnu/llvm/clang/include/clang/Basic/arm_cde.td U src/gnu/llvm/clang/include/clang/Basic/arm_fp16.td U src/gnu/llvm/clang/include/clang/Basic/arm_mve.td U src/gnu/llvm/clang/include/clang/Basic/arm_mve_defs.td U src/gnu/llvm/clang/include/clang/Basic/arm_neon.td U src/gnu/llvm/clang/include/clang/Basic/arm_neon_incl.td U src/gnu/llvm/clang/include/clang/Basic/arm_sve.td U src/gnu/llvm/clang/include/clang/Basic/riscv_vector.td U src/gnu/llvm/clang/include/clang/CodeGen/BackendUtil.h U src/gnu/llvm/clang/include/clang/CodeGen/CGFunctionInfo.h U src/gnu/llvm/clang/include/clang/CodeGen/CodeGenABITypes.h U src/gnu/llvm/clang/include/clang/CodeGen/CodeGenAction.h U src/gnu/llvm/clang/include/clang/CodeGen/ConstantInitBuilder.h U src/gnu/llvm/clang/include/clang/CodeGen/ConstantInitFuture.h U src/gnu/llvm/clang/include/clang/CodeGen/ModuleBuilder.h U src/gnu/llvm/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h U src/gnu/llvm/clang/include/clang/CodeGen/SwiftCallingConv.h U src/gnu/llvm/clang/include/clang/Config/config.h.cmake U src/gnu/llvm/clang/include/clang/CrossTU/CrossTUDiagnostic.h U src/gnu/llvm/clang/include/clang/CrossTU/CrossTranslationUnit.h U src/gnu/llvm/clang/include/clang/DirectoryWatcher/DirectoryWatcher.h U src/gnu/llvm/clang/include/clang/Driver/Action.h U src/gnu/llvm/clang/include/clang/Driver/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Driver/ClangOptionDocs.td U src/gnu/llvm/clang/include/clang/Driver/Compilation.h U src/gnu/llvm/clang/include/clang/Driver/Distro.h U src/gnu/llvm/clang/include/clang/Driver/Driver.h U src/gnu/llvm/clang/include/clang/Driver/DriverDiagnostic.h U src/gnu/llvm/clang/include/clang/Driver/InputInfo.h U src/gnu/llvm/clang/include/clang/Driver/Job.h U src/gnu/llvm/clang/include/clang/Driver/Multilib.h N src/gnu/llvm/clang/include/clang/Driver/OffloadBundler.h U src/gnu/llvm/clang/include/clang/Driver/OptionUtils.h U src/gnu/llvm/clang/include/clang/Driver/Options.h C src/gnu/llvm/clang/include/clang/Driver/Options.td U src/gnu/llvm/clang/include/clang/Driver/Phases.h U src/gnu/llvm/clang/include/clang/Driver/SanitizerArgs.h U src/gnu/llvm/clang/include/clang/Driver/Tool.h U src/gnu/llvm/clang/include/clang/Driver/ToolChain.h U src/gnu/llvm/clang/include/clang/Driver/Types.def U src/gnu/llvm/clang/include/clang/Driver/Types.h U src/gnu/llvm/clang/include/clang/Driver/Util.h U src/gnu/llvm/clang/include/clang/Driver/XRayArgs.h U src/gnu/llvm/clang/include/clang/Edit/Commit.h U src/gnu/llvm/clang/include/clang/Edit/EditedSource.h U src/gnu/llvm/clang/include/clang/Edit/EditsReceiver.h U src/gnu/llvm/clang/include/clang/Edit/FileOffset.h U src/gnu/llvm/clang/include/clang/Edit/Rewriters.h N src/gnu/llvm/clang/include/clang/ExtractAPI/API.h N src/gnu/llvm/clang/include/clang/ExtractAPI/APIIgnoresList.h N src/gnu/llvm/clang/include/clang/ExtractAPI/AvailabilityInfo.h N src/gnu/llvm/clang/include/clang/ExtractAPI/DeclarationFragments.h N src/gnu/llvm/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h N src/gnu/llvm/clang/include/clang/ExtractAPI/FrontendActions.h N src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/SerializerBase.h N src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h N src/gnu/llvm/clang/include/clang/Format/.clang-format U src/gnu/llvm/clang/include/clang/Format/Format.h U src/gnu/llvm/clang/include/clang/Frontend/ASTConsumers.h U src/gnu/llvm/clang/include/clang/Frontend/ASTUnit.h U src/gnu/llvm/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h U src/gnu/llvm/clang/include/clang/Frontend/CommandLineSourceLoc.h U src/gnu/llvm/clang/include/clang/Frontend/CompilerInstance.h U src/gnu/llvm/clang/include/clang/Frontend/CompilerInvocation.h U src/gnu/llvm/clang/include/clang/Frontend/DependencyOutputOptions.h U src/gnu/llvm/clang/include/clang/Frontend/DiagnosticRenderer.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendAction.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendDiagnostic.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendOptions.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendPluginRegistry.h U src/gnu/llvm/clang/include/clang/Frontend/LayoutOverrideSource.h U src/gnu/llvm/clang/include/clang/Frontend/LogDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/Utils.h U src/gnu/llvm/clang/include/clang/Frontend/MigratorOptions.h U src/gnu/llvm/clang/include/clang/Frontend/MultiplexConsumer.h U src/gnu/llvm/clang/include/clang/Frontend/PCHContainerOperations.h U src/gnu/llvm/clang/include/clang/Frontend/PrecompiledPreamble.h U src/gnu/llvm/clang/include/clang/Frontend/PreprocessorOutputOptions.h N src/gnu/llvm/clang/include/clang/Frontend/SARIFDiagnostic.h N src/gnu/llvm/clang/include/clang/Frontend/SARIFDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnosticReader.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnostics.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnostic.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnosticBuffer.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h U src/gnu/llvm/clang/include/clang/FrontendTool/Utils.h U src/gnu/llvm/clang/include/clang/Index/CommentToXML.h U src/gnu/llvm/clang/include/clang/Index/DeclOccurrence.h U src/gnu/llvm/clang/include/clang/Index/IndexDataConsumer.h U src/gnu/llvm/clang/include/clang/Index/IndexSymbol.h U src/gnu/llvm/clang/include/clang/Index/IndexingAction.h U src/gnu/llvm/clang/include/clang/Index/IndexingOptions.h U src/gnu/llvm/clang/include/clang/Index/USRGeneration.h U src/gnu/llvm/clang/include/clang/IndexSerialization/SerializablePathCollection.h U src/gnu/llvm/clang/include/clang/Interpreter/Interpreter.h U src/gnu/llvm/clang/include/clang/Interpreter/PartialTranslationUnit.h U src/gnu/llvm/clang/include/clang/Lex/CodeCompletionHandler.h N src/gnu/llvm/clang/include/clang/Lex/DependencyDirectivesScanner.h U src/gnu/llvm/clang/include/clang/Lex/DirectoryLookup.h U src/gnu/llvm/clang/include/clang/Lex/ExternalPreprocessorSource.h U src/gnu/llvm/clang/include/clang/Lex/HeaderMap.h U src/gnu/llvm/clang/include/clang/Lex/HeaderMapTypes.h U src/gnu/llvm/clang/include/clang/Lex/HeaderSearch.h U src/gnu/llvm/clang/include/clang/Lex/HeaderSearchOptions.h U src/gnu/llvm/clang/include/clang/Lex/LexDiagnostic.h U src/gnu/llvm/clang/include/clang/Lex/Lexer.h U src/gnu/llvm/clang/include/clang/Lex/LiteralSupport.h U src/gnu/llvm/clang/include/clang/Lex/MacroArgs.h U src/gnu/llvm/clang/include/clang/Lex/MacroInfo.h U src/gnu/llvm/clang/include/clang/Lex/ModuleLoader.h U src/gnu/llvm/clang/include/clang/Lex/ModuleMap.h U src/gnu/llvm/clang/include/clang/Lex/MultipleIncludeOpt.h U src/gnu/llvm/clang/include/clang/Lex/PPCallbacks.h U src/gnu/llvm/clang/include/clang/Lex/Pragma.h U src/gnu/llvm/clang/include/clang/Lex/Token.h U src/gnu/llvm/clang/include/clang/Lex/PPConditionalDirectiveRecord.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessingRecord.h U src/gnu/llvm/clang/include/clang/Lex/Preprocessor.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessorLexer.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessorOptions.h U src/gnu/llvm/clang/include/clang/Lex/ScratchBuffer.h U src/gnu/llvm/clang/include/clang/Lex/TokenConcatenation.h U src/gnu/llvm/clang/include/clang/Lex/TokenLexer.h U src/gnu/llvm/clang/include/clang/Lex/VariadicMacroSupport.h U src/gnu/llvm/clang/include/clang/Parse/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Parse/LoopHint.h U src/gnu/llvm/clang/include/clang/Parse/ParseAST.h U src/gnu/llvm/clang/include/clang/Parse/ParseDiagnostic.h U src/gnu/llvm/clang/include/clang/Parse/Parser.h U src/gnu/llvm/clang/include/clang/Parse/RAIIObjectsForParser.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/DeltaTree.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/HTMLRewrite.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/RewriteBuffer.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/RewriteRope.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/Rewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/TokenRewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/ASTConsumers.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/FixItRewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/Rewriters.h U src/gnu/llvm/clang/include/clang/Sema/AnalysisBasedWarnings.h U src/gnu/llvm/clang/include/clang/Sema/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Sema/CXXFieldCollector.h U src/gnu/llvm/clang/include/clang/Sema/CleanupInfo.h U src/gnu/llvm/clang/include/clang/Sema/CodeCompleteConsumer.h U src/gnu/llvm/clang/include/clang/Sema/CodeCompleteOptions.h U src/gnu/llvm/clang/include/clang/Sema/DeclSpec.h U src/gnu/llvm/clang/include/clang/Sema/DelayedDiagnostic.h U src/gnu/llvm/clang/include/clang/Sema/Designator.h U src/gnu/llvm/clang/include/clang/Sema/ExternalSemaSource.h N src/gnu/llvm/clang/include/clang/Sema/HLSLExternalSemaSource.h U src/gnu/llvm/clang/include/clang/Sema/IdentifierResolver.h U src/gnu/llvm/clang/include/clang/Sema/Initialization.h U src/gnu/llvm/clang/include/clang/Sema/Lookup.h U src/gnu/llvm/clang/include/clang/Sema/MultiplexExternalSemaSource.h U src/gnu/llvm/clang/include/clang/Sema/ObjCMethodList.h U src/gnu/llvm/clang/include/clang/Sema/Scope.h U src/gnu/llvm/clang/include/clang/Sema/Overload.h U src/gnu/llvm/clang/include/clang/Sema/Ownership.h U src/gnu/llvm/clang/include/clang/Sema/ParsedAttr.h U src/gnu/llvm/clang/include/clang/Sema/ParsedTemplate.h N src/gnu/llvm/clang/include/clang/Sema/RISCVIntrinsicManager.h U src/gnu/llvm/clang/include/clang/Sema/ScopeInfo.h C src/gnu/llvm/clang/include/clang/Sema/Sema.h U src/gnu/llvm/clang/include/clang/Sema/SemaConcept.h U src/gnu/llvm/clang/include/clang/Sema/SemaConsumer.h U src/gnu/llvm/clang/include/clang/Sema/SemaDiagnostic.h U src/gnu/llvm/clang/include/clang/Sema/SemaFixItUtils.h U src/gnu/llvm/clang/include/clang/Sema/SemaInternal.h U src/gnu/llvm/clang/include/clang/Sema/SemaLambda.h U src/gnu/llvm/clang/include/clang/Sema/Template.h U src/gnu/llvm/clang/include/clang/Sema/TemplateDeduction.h U src/gnu/llvm/clang/include/clang/Sema/TemplateInstCallback.h U src/gnu/llvm/clang/include/clang/Sema/TypoCorrection.h U src/gnu/llvm/clang/include/clang/Sema/Weak.h U src/gnu/llvm/clang/include/clang/Serialization/ASTBitCodes.h U src/gnu/llvm/clang/include/clang/Serialization/ASTDeserializationListener.h U src/gnu/llvm/clang/include/clang/Serialization/ASTReader.h U src/gnu/llvm/clang/include/clang/Serialization/ASTRecordReader.h U src/gnu/llvm/clang/include/clang/Serialization/ASTRecordWriter.h U src/gnu/llvm/clang/include/clang/Serialization/ASTWriter.h U src/gnu/llvm/clang/include/clang/Serialization/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Serialization/ContinuousRangeMap.h U src/gnu/llvm/clang/include/clang/Serialization/GlobalModuleIndex.h U src/gnu/llvm/clang/include/clang/Serialization/InMemoryModuleCache.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleFile.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleFileExtension.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleManager.h U src/gnu/llvm/clang/include/clang/Serialization/PCHContainerOperations.h U src/gnu/llvm/clang/include/clang/Serialization/SerializationDiagnostic.h N src/gnu/llvm/clang/include/clang/Serialization/SourceLocationEncoding.h U src/gnu/llvm/clang/include/clang/Serialization/TypeBitCodes.def N src/gnu/llvm/clang/include/clang/Support/RISCVVIntrinsicUtils.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/CMakeLists.txt U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h N src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/Taint.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/Analyses.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/Checker.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h N src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h U src/gnu/llvm/clang/include/clang/Testing/CommandLineArgs.h N src/gnu/llvm/clang/include/clang/Testing/TestAST.h U src/gnu/llvm/clang/include/clang/Testing/TestClangConfig.h U src/gnu/llvm/clang/include/clang/Tooling/AllTUsExecution.h U src/gnu/llvm/clang/include/clang/Tooling/ArgumentsAdjusters.h U src/gnu/llvm/clang/include/clang/Tooling/CommonOptionsParser.h U src/gnu/llvm/clang/include/clang/Tooling/CompilationDatabase.h U src/gnu/llvm/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h U src/gnu/llvm/clang/include/clang/Tooling/DiagnosticsYaml.h U src/gnu/llvm/clang/include/clang/Tooling/Execution.h U src/gnu/llvm/clang/include/clang/Tooling/FileMatchTrie.h U src/gnu/llvm/clang/include/clang/Tooling/FixIt.h U src/gnu/llvm/clang/include/clang/Tooling/JSONCompilationDatabase.h U src/gnu/llvm/clang/include/clang/Tooling/NodeIntrospection.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring.h U src/gnu/llvm/clang/include/clang/Tooling/RefactoringCallbacks.h U src/gnu/llvm/clang/include/clang/Tooling/ReplacementsYaml.h U src/gnu/llvm/clang/include/clang/Tooling/StandaloneExecution.h U src/gnu/llvm/clang/include/clang/Tooling/ToolExecutorPluginRegistry.h U src/gnu/llvm/clang/include/clang/Tooling/Tooling.h U src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ASTDiff.h U src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h U src/gnu/llvm/clang/include/clang/Tooling/Core/Diagnostic.h U src/gnu/llvm/clang/include/clang/Tooling/Core/Replacement.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/CSymbolMap.inc N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/HeaderAnalysis.h U src/gnu/llvm/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h U src/gnu/llvm/clang/include/clang/Tooling/Inclusions/IncludeStyle.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/StandardLibrary.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/StdSymbolMap.inc U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ASTSelection.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/AtomicChange.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Lookup.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOption.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOptions.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/Extract.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/BuildTree.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Mutations.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Nodes.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Nodes.td U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Syntax.td N src/gnu/llvm/clang/include/clang/Tooling/Syntax/TokenBufferTokenManager.h N src/gnu/llvm/clang/include/clang/Tooling/Syntax/TokenManager.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Tokens.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Tree.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/MatchConsumer.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Parsing.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/RangeSelector.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/RewriteRule.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/SourceCode.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Stencil.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Transformer.h U src/gnu/llvm/clang/lib/CMakeLists.txt U src/gnu/llvm/clang/lib/APINotes/APINotesFormat.h U src/gnu/llvm/clang/lib/APINotes/APINotesTypes.cpp U src/gnu/llvm/clang/lib/APINotes/APINotesYAMLCompiler.cpp U src/gnu/llvm/clang/lib/APINotes/CMakeLists.txt U src/gnu/llvm/clang/lib/ARCMigrate/ARCMT.cpp U src/gnu/llvm/clang/lib/ARCMigrate/ARCMTActions.cpp U src/gnu/llvm/clang/lib/ARCMigrate/CMakeLists.txt U src/gnu/llvm/clang/lib/ARCMigrate/FileRemapper.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Internals.h U src/gnu/llvm/clang/lib/ARCMigrate/ObjCMT.cpp U src/gnu/llvm/clang/lib/ARCMigrate/PlistReporter.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransAPIUses.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransARCAssign.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransAutoreleasePool.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransGCAttrs.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransGCCalls.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransProperties.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransProtectedScope.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransformActions.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Transforms.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Transforms.h U src/gnu/llvm/clang/lib/AST/APValue.cpp U src/gnu/llvm/clang/lib/AST/ASTConcept.cpp U src/gnu/llvm/clang/lib/AST/ASTConsumer.cpp U src/gnu/llvm/clang/lib/AST/ASTContext.cpp U src/gnu/llvm/clang/lib/AST/ASTDiagnostic.cpp U src/gnu/llvm/clang/lib/AST/ASTDumper.cpp U src/gnu/llvm/clang/lib/AST/ASTImporter.cpp U src/gnu/llvm/clang/lib/AST/ASTImporterLookupTable.cpp U src/gnu/llvm/clang/lib/AST/ASTStructuralEquivalence.cpp U src/gnu/llvm/clang/lib/AST/ASTTypeTraits.cpp N src/gnu/llvm/clang/lib/AST/AttrDocTable.cpp U src/gnu/llvm/clang/lib/AST/AttrImpl.cpp U src/gnu/llvm/clang/lib/AST/CMakeLists.txt U src/gnu/llvm/clang/lib/AST/CXXABI.h U src/gnu/llvm/clang/lib/AST/CXXInheritance.cpp U src/gnu/llvm/clang/lib/AST/Comment.cpp U src/gnu/llvm/clang/lib/AST/CommentBriefParser.cpp U src/gnu/llvm/clang/lib/AST/CommentLexer.cpp U src/gnu/llvm/clang/lib/AST/CommentCommandTraits.cpp U src/gnu/llvm/clang/lib/AST/CommentParser.cpp U src/gnu/llvm/clang/lib/AST/CommentSema.cpp U src/gnu/llvm/clang/lib/AST/ComparisonCategories.cpp U src/gnu/llvm/clang/lib/AST/ComputeDependence.cpp U src/gnu/llvm/clang/lib/AST/DataCollection.cpp U src/gnu/llvm/clang/lib/AST/Decl.cpp U src/gnu/llvm/clang/lib/AST/DeclBase.cpp U src/gnu/llvm/clang/lib/AST/DeclCXX.cpp U src/gnu/llvm/clang/lib/AST/DeclFriend.cpp U src/gnu/llvm/clang/lib/AST/DeclGroup.cpp U src/gnu/llvm/clang/lib/AST/DeclObjC.cpp U src/gnu/llvm/clang/lib/AST/DeclOpenMP.cpp U src/gnu/llvm/clang/lib/AST/DeclPrinter.cpp U src/gnu/llvm/clang/lib/AST/DeclTemplate.cpp U src/gnu/llvm/clang/lib/AST/DeclarationName.cpp U src/gnu/llvm/clang/lib/AST/Expr.cpp U src/gnu/llvm/clang/lib/AST/ExprCXX.cpp U src/gnu/llvm/clang/lib/AST/ExprClassification.cpp U src/gnu/llvm/clang/lib/AST/ExprObjC.cpp U src/gnu/llvm/clang/lib/AST/ExprConcepts.cpp U src/gnu/llvm/clang/lib/AST/ExprConstant.cpp U src/gnu/llvm/clang/lib/AST/ExternalASTMerger.cpp U src/gnu/llvm/clang/lib/AST/ExternalASTSource.cpp C src/gnu/llvm/clang/lib/AST/FormatString.cpp U src/gnu/llvm/clang/lib/AST/FormatStringParsing.h U src/gnu/llvm/clang/lib/AST/InheritViz.cpp U src/gnu/llvm/clang/lib/AST/ItaniumCXXABI.cpp U src/gnu/llvm/clang/lib/AST/ItaniumMangle.cpp U src/gnu/llvm/clang/lib/AST/JSONNodeDumper.cpp U src/gnu/llvm/clang/lib/AST/Linkage.h U src/gnu/llvm/clang/lib/AST/Mangle.cpp U src/gnu/llvm/clang/lib/AST/MicrosoftCXXABI.cpp U src/gnu/llvm/clang/lib/AST/MicrosoftMangle.cpp U src/gnu/llvm/clang/lib/AST/NSAPI.cpp U src/gnu/llvm/clang/lib/AST/NestedNameSpecifier.cpp N src/gnu/llvm/clang/lib/AST/ODRDiagsEmitter.cpp U src/gnu/llvm/clang/lib/AST/ODRHash.cpp U src/gnu/llvm/clang/lib/AST/OSLog.cpp U src/gnu/llvm/clang/lib/AST/OpenMPClause.cpp U src/gnu/llvm/clang/lib/AST/ParentMap.cpp U src/gnu/llvm/clang/lib/AST/ParentMapContext.cpp U src/gnu/llvm/clang/lib/AST/PrintfFormatString.cpp U src/gnu/llvm/clang/lib/AST/QualTypeNames.cpp N src/gnu/llvm/clang/lib/AST/Randstruct.cpp U src/gnu/llvm/clang/lib/AST/RawCommentList.cpp U src/gnu/llvm/clang/lib/AST/RecordLayout.cpp U src/gnu/llvm/clang/lib/AST/RecordLayoutBuilder.cpp U src/gnu/llvm/clang/lib/AST/ScanfFormatString.cpp U src/gnu/llvm/clang/lib/AST/SelectorLocationsKind.cpp U src/gnu/llvm/clang/lib/AST/Stmt.cpp U src/gnu/llvm/clang/lib/AST/StmtCXX.cpp U src/gnu/llvm/clang/lib/AST/StmtIterator.cpp U src/gnu/llvm/clang/lib/AST/StmtObjC.cpp U src/gnu/llvm/clang/lib/AST/StmtOpenMP.cpp U src/gnu/llvm/clang/lib/AST/StmtPrinter.cpp U src/gnu/llvm/clang/lib/AST/StmtProfile.cpp U src/gnu/llvm/clang/lib/AST/StmtViz.cpp U src/gnu/llvm/clang/lib/AST/TemplateBase.cpp U src/gnu/llvm/clang/lib/AST/TemplateName.cpp U src/gnu/llvm/clang/lib/AST/TextNodeDumper.cpp U src/gnu/llvm/clang/lib/AST/Type.cpp U src/gnu/llvm/clang/lib/AST/TypeLoc.cpp U src/gnu/llvm/clang/lib/AST/TypePrinter.cpp U src/gnu/llvm/clang/lib/AST/VTTBuilder.cpp U src/gnu/llvm/clang/lib/AST/VTableBuilder.cpp U src/gnu/llvm/clang/lib/AST/Interp/Boolean.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeEmitter.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeEmitter.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeExprGen.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeExprGen.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeGenError.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeGenError.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeStmtGen.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeStmtGen.h U src/gnu/llvm/clang/lib/AST/Interp/Context.cpp U src/gnu/llvm/clang/lib/AST/Interp/Context.h U src/gnu/llvm/clang/lib/AST/Interp/Descriptor.cpp U src/gnu/llvm/clang/lib/AST/Interp/Descriptor.h U src/gnu/llvm/clang/lib/AST/Interp/Disasm.cpp U src/gnu/llvm/clang/lib/AST/Interp/EvalEmitter.cpp U src/gnu/llvm/clang/lib/AST/Interp/EvalEmitter.h U src/gnu/llvm/clang/lib/AST/Interp/Frame.cpp U src/gnu/llvm/clang/lib/AST/Interp/Frame.h U src/gnu/llvm/clang/lib/AST/Interp/Function.cpp U src/gnu/llvm/clang/lib/AST/Interp/Function.h U src/gnu/llvm/clang/lib/AST/Interp/Integral.h U src/gnu/llvm/clang/lib/AST/Interp/Interp.cpp U src/gnu/llvm/clang/lib/AST/Interp/Interp.h U src/gnu/llvm/clang/lib/AST/Interp/InterpBlock.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpBlock.h U src/gnu/llvm/clang/lib/AST/Interp/InterpFrame.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpFrame.h U src/gnu/llvm/clang/lib/AST/Interp/InterpStack.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpStack.h U src/gnu/llvm/clang/lib/AST/Interp/InterpState.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpState.h U src/gnu/llvm/clang/lib/AST/Interp/Opcode.h U src/gnu/llvm/clang/lib/AST/Interp/Opcodes.td U src/gnu/llvm/clang/lib/AST/Interp/Pointer.cpp U src/gnu/llvm/clang/lib/AST/Interp/Pointer.h U src/gnu/llvm/clang/lib/AST/Interp/PrimType.cpp U src/gnu/llvm/clang/lib/AST/Interp/PrimType.h U src/gnu/llvm/clang/lib/AST/Interp/Program.cpp U src/gnu/llvm/clang/lib/AST/Interp/Program.h U src/gnu/llvm/clang/lib/AST/Interp/Record.cpp U src/gnu/llvm/clang/lib/AST/Interp/Record.h U src/gnu/llvm/clang/lib/AST/Interp/Source.cpp U src/gnu/llvm/clang/lib/AST/Interp/State.h U src/gnu/llvm/clang/lib/AST/Interp/Source.h U src/gnu/llvm/clang/lib/AST/Interp/State.cpp U src/gnu/llvm/clang/lib/ASTMatchers/ASTMatchFinder.cpp U src/gnu/llvm/clang/lib/ASTMatchers/ASTMatchersInternal.cpp U src/gnu/llvm/clang/lib/ASTMatchers/CMakeLists.txt U src/gnu/llvm/clang/lib/ASTMatchers/GtestMatchers.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Marshallers.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Marshallers.h U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Parser.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Registry.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp U src/gnu/llvm/clang/lib/Analysis/AnalysisDeclContext.cpp U src/gnu/llvm/clang/lib/Analysis/BodyFarm.cpp U src/gnu/llvm/clang/lib/Analysis/CFG.cpp U src/gnu/llvm/clang/lib/Analysis/CFGReachabilityAnalysis.cpp U src/gnu/llvm/clang/lib/Analysis/CFGStmtMap.cpp U src/gnu/llvm/clang/lib/Analysis/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/CallGraph.cpp U src/gnu/llvm/clang/lib/Analysis/CalledOnceCheck.cpp U src/gnu/llvm/clang/lib/Analysis/CloneDetection.cpp U src/gnu/llvm/clang/lib/Analysis/CocoaConventions.cpp U src/gnu/llvm/clang/lib/Analysis/CodeInjector.cpp U src/gnu/llvm/clang/lib/Analysis/ConstructionContext.cpp U src/gnu/llvm/clang/lib/Analysis/Consumed.cpp U src/gnu/llvm/clang/lib/Analysis/Dominators.cpp U src/gnu/llvm/clang/lib/Analysis/ExprMutationAnalyzer.cpp U src/gnu/llvm/clang/lib/Analysis/IssueHash.cpp U src/gnu/llvm/clang/lib/Analysis/LiveVariables.cpp U src/gnu/llvm/clang/lib/Analysis/MacroExpansionContext.cpp U src/gnu/llvm/clang/lib/Analysis/ObjCNoReturn.cpp U src/gnu/llvm/clang/lib/Analysis/PathDiagnostic.cpp U src/gnu/llvm/clang/lib/Analysis/PostOrderCFGView.cpp U src/gnu/llvm/clang/lib/Analysis/ProgramPoint.cpp U src/gnu/llvm/clang/lib/Analysis/ReachableCode.cpp U src/gnu/llvm/clang/lib/Analysis/RetainSummaryManager.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafety.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyCommon.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyLogical.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyTIL.cpp U src/gnu/llvm/clang/lib/Analysis/UninitializedValues.cpp N src/gnu/llvm/clang/lib/Analysis/UnsafeBufferUsage.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/CMakeLists.txt N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DebugSupport.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Transfer.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Value.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/CMakeLists.txt N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ChromiumCheckModel.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Basic/Attributes.cpp N src/gnu/llvm/clang/lib/Basic/BuiltinTargetFeatures.h U src/gnu/llvm/clang/lib/Basic/Builtins.cpp N src/gnu/llvm/clang/lib/Basic/CLWarnings.cpp U src/gnu/llvm/clang/lib/Basic/CMakeLists.txt U src/gnu/llvm/clang/lib/Basic/CharInfo.cpp U src/gnu/llvm/clang/lib/Basic/CodeGenOptions.cpp U src/gnu/llvm/clang/lib/Basic/Cuda.cpp U src/gnu/llvm/clang/lib/Basic/DarwinSDKInfo.cpp U src/gnu/llvm/clang/lib/Basic/Diagnostic.cpp U src/gnu/llvm/clang/lib/Basic/DiagnosticIDs.cpp U src/gnu/llvm/clang/lib/Basic/DiagnosticOptions.cpp U src/gnu/llvm/clang/lib/Basic/ExpressionTraits.cpp U src/gnu/llvm/clang/lib/Basic/FileEntry.cpp U src/gnu/llvm/clang/lib/Basic/FileManager.cpp U src/gnu/llvm/clang/lib/Basic/FileSystemStatCache.cpp U src/gnu/llvm/clang/lib/Basic/IdentifierTable.cpp U src/gnu/llvm/clang/lib/Basic/LangOptions.cpp U src/gnu/llvm/clang/lib/Basic/LangStandards.cpp N src/gnu/llvm/clang/lib/Basic/MakeSupport.cpp U src/gnu/llvm/clang/lib/Basic/Module.cpp U src/gnu/llvm/clang/lib/Basic/NoSanitizeList.cpp U src/gnu/llvm/clang/lib/Basic/ObjCRuntime.cpp U src/gnu/llvm/clang/lib/Basic/OpenCLOptions.cpp U src/gnu/llvm/clang/lib/Basic/OpenMPKinds.cpp U src/gnu/llvm/clang/lib/Basic/OperatorPrecedence.cpp U src/gnu/llvm/clang/lib/Basic/ProfileList.cpp U src/gnu/llvm/clang/lib/Basic/SanitizerSpecialCaseList.cpp U src/gnu/llvm/clang/lib/Basic/Sanitizers.cpp N src/gnu/llvm/clang/lib/Basic/Sarif.cpp U src/gnu/llvm/clang/lib/Basic/SourceLocation.cpp U src/gnu/llvm/clang/lib/Basic/SourceManager.cpp U src/gnu/llvm/clang/lib/Basic/Stack.cpp U src/gnu/llvm/clang/lib/Basic/TargetID.cpp C src/gnu/llvm/clang/lib/Basic/TargetInfo.cpp U src/gnu/llvm/clang/lib/Basic/Targets.cpp U src/gnu/llvm/clang/lib/Basic/Targets.h U src/gnu/llvm/clang/lib/Basic/TokenKinds.cpp U src/gnu/llvm/clang/lib/Basic/TypeTraits.cpp U src/gnu/llvm/clang/lib/Basic/Version.cpp U src/gnu/llvm/clang/lib/Basic/Warnings.cpp U src/gnu/llvm/clang/lib/Basic/XRayInstr.cpp U src/gnu/llvm/clang/lib/Basic/XRayLists.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AArch64.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AArch64.h U src/gnu/llvm/clang/lib/Basic/Targets/AMDGPU.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AMDGPU.h U src/gnu/llvm/clang/lib/Basic/Targets/ARC.cpp U src/gnu/llvm/clang/lib/Basic/Targets/ARC.h U src/gnu/llvm/clang/lib/Basic/Targets/ARM.cpp U src/gnu/llvm/clang/lib/Basic/Targets/ARM.h U src/gnu/llvm/clang/lib/Basic/Targets/AVR.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AVR.h U src/gnu/llvm/clang/lib/Basic/Targets/BPF.cpp U src/gnu/llvm/clang/lib/Basic/Targets/BPF.h N src/gnu/llvm/clang/lib/Basic/Targets/CSKY.cpp N src/gnu/llvm/clang/lib/Basic/Targets/CSKY.h N src/gnu/llvm/clang/lib/Basic/Targets/DirectX.cpp N src/gnu/llvm/clang/lib/Basic/Targets/DirectX.h U src/gnu/llvm/clang/lib/Basic/Targets/Hexagon.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Hexagon.h U src/gnu/llvm/clang/lib/Basic/Targets/Lanai.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Lanai.h U src/gnu/llvm/clang/lib/Basic/Targets/Le64.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Le64.h N src/gnu/llvm/clang/lib/Basic/Targets/LoongArch.cpp N src/gnu/llvm/clang/lib/Basic/Targets/LoongArch.h U src/gnu/llvm/clang/lib/Basic/Targets/M68k.cpp U src/gnu/llvm/clang/lib/Basic/Targets/M68k.h U src/gnu/llvm/clang/lib/Basic/Targets/MSP430.cpp U src/gnu/llvm/clang/lib/Basic/Targets/MSP430.h U src/gnu/llvm/clang/lib/Basic/Targets/Mips.cpp C src/gnu/llvm/clang/lib/Basic/Targets/Mips.h U src/gnu/llvm/clang/lib/Basic/Targets/NVPTX.cpp U src/gnu/llvm/clang/lib/Basic/Targets/NVPTX.h U src/gnu/llvm/clang/lib/Basic/Targets/OSTargets.cpp C src/gnu/llvm/clang/lib/Basic/Targets/OSTargets.h U src/gnu/llvm/clang/lib/Basic/Targets/PNaCl.cpp U src/gnu/llvm/clang/lib/Basic/Targets/PNaCl.h U src/gnu/llvm/clang/lib/Basic/Targets/PPC.cpp U src/gnu/llvm/clang/lib/Basic/Targets/PPC.h C src/gnu/llvm/clang/lib/Basic/Targets/RISCV.cpp U src/gnu/llvm/clang/lib/Basic/Targets/RISCV.h U src/gnu/llvm/clang/lib/Basic/Targets/SPIR.cpp U src/gnu/llvm/clang/lib/Basic/Targets/SPIR.h U src/gnu/llvm/clang/lib/Basic/Targets/Sparc.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Sparc.h U src/gnu/llvm/clang/lib/Basic/Targets/SystemZ.cpp C src/gnu/llvm/clang/lib/Basic/Targets/SystemZ.h U src/gnu/llvm/clang/lib/Basic/Targets/TCE.cpp U src/gnu/llvm/clang/lib/Basic/Targets/TCE.h U src/gnu/llvm/clang/lib/Basic/Targets/VE.cpp U src/gnu/llvm/clang/lib/Basic/Targets/VE.h U src/gnu/llvm/clang/lib/Basic/Targets/WebAssembly.cpp U src/gnu/llvm/clang/lib/Basic/Targets/WebAssembly.h C src/gnu/llvm/clang/lib/Basic/Targets/X86.cpp C src/gnu/llvm/clang/lib/Basic/Targets/X86.h U src/gnu/llvm/clang/lib/Basic/Targets/XCore.cpp U src/gnu/llvm/clang/lib/Basic/Targets/XCore.h U src/gnu/llvm/clang/lib/CodeGen/ABIInfo.h U src/gnu/llvm/clang/lib/CodeGen/Address.h U src/gnu/llvm/clang/lib/CodeGen/BackendUtil.cpp U src/gnu/llvm/clang/lib/CodeGen/CGAtomic.cpp U src/gnu/llvm/clang/lib/CodeGen/CGBlocks.cpp U src/gnu/llvm/clang/lib/CodeGen/CGBlocks.h U src/gnu/llvm/clang/lib/CodeGen/CGBuilder.h U src/gnu/llvm/clang/lib/CodeGen/CGBuiltin.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDANV.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDARuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDARuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCXXABI.h C src/gnu/llvm/clang/lib/CodeGen/CGCall.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCall.h U src/gnu/llvm/clang/lib/CodeGen/CGClass.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCleanup.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCleanup.h U src/gnu/llvm/clang/lib/CodeGen/CGCoroutine.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDebugInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDecl.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDebugInfo.h U src/gnu/llvm/clang/lib/CodeGen/CGDeclCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGException.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExpr.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprAgg.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprComplex.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprConstant.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprScalar.cpp U src/gnu/llvm/clang/lib/CodeGen/CGGPUBuiltin.cpp N src/gnu/llvm/clang/lib/CodeGen/CGHLSLRuntime.cpp N src/gnu/llvm/clang/lib/CodeGen/CGHLSLRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGLoopInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/CGLoopInfo.h U src/gnu/llvm/clang/lib/CodeGen/CGNonTrivialStruct.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjC.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCGNU.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCMac.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenCLRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenCLRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h U src/gnu/llvm/clang/lib/CodeGen/CGRecordLayout.h U src/gnu/llvm/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/CGStmt.cpp U src/gnu/llvm/clang/lib/CodeGen/CGStmtOpenMP.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTT.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTables.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTables.h U src/gnu/llvm/clang/lib/CodeGen/CGValue.h U src/gnu/llvm/clang/lib/CodeGen/CMakeLists.txt U src/gnu/llvm/clang/lib/CodeGen/CodeGenABITypes.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenAction.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenFunction.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenFunction.h C src/gnu/llvm/clang/lib/CodeGen/CodeGenModule.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenModule.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenPGO.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenPGO.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTBAA.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenTBAA.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypeCache.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypes.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypes.h U src/gnu/llvm/clang/lib/CodeGen/ConstantEmitter.h U src/gnu/llvm/clang/lib/CodeGen/ConstantInitBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/CoverageMappingGen.cpp U src/gnu/llvm/clang/lib/CodeGen/CoverageMappingGen.h U src/gnu/llvm/clang/lib/CodeGen/EHScopeStack.h U src/gnu/llvm/clang/lib/CodeGen/ItaniumCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/MacroPPCallbacks.cpp U src/gnu/llvm/clang/lib/CodeGen/MacroPPCallbacks.h U src/gnu/llvm/clang/lib/CodeGen/README.txt U src/gnu/llvm/clang/lib/CodeGen/MicrosoftCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/ModuleBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp U src/gnu/llvm/clang/lib/CodeGen/PatternInit.cpp U src/gnu/llvm/clang/lib/CodeGen/PatternInit.h U src/gnu/llvm/clang/lib/CodeGen/SanitizerMetadata.cpp U src/gnu/llvm/clang/lib/CodeGen/SanitizerMetadata.h U src/gnu/llvm/clang/lib/CodeGen/SwiftCallingConv.cpp C src/gnu/llvm/clang/lib/CodeGen/TargetInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/TargetInfo.h U src/gnu/llvm/clang/lib/CodeGen/VarBypassDetector.cpp U src/gnu/llvm/clang/lib/CodeGen/VarBypassDetector.h U src/gnu/llvm/clang/lib/CrossTU/CMakeLists.txt U src/gnu/llvm/clang/lib/CrossTU/CrossTranslationUnit.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/CMakeLists.txt U src/gnu/llvm/clang/lib/DirectoryWatcher/DirectoryScanner.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/DirectoryScanner.h U src/gnu/llvm/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/windows/DirectoryWatcher-windows.cpp U src/gnu/llvm/clang/lib/Driver/Action.cpp U src/gnu/llvm/clang/lib/Driver/CMakeLists.txt U src/gnu/llvm/clang/lib/Driver/Compilation.cpp U src/gnu/llvm/clang/lib/Driver/Distro.cpp C src/gnu/llvm/clang/lib/Driver/Driver.cpp U src/gnu/llvm/clang/lib/Driver/DriverOptions.cpp U src/gnu/llvm/clang/lib/Driver/Job.cpp U src/gnu/llvm/clang/lib/Driver/Multilib.cpp N src/gnu/llvm/clang/lib/Driver/OffloadBundler.cpp U src/gnu/llvm/clang/lib/Driver/OptionUtils.cpp U src/gnu/llvm/clang/lib/Driver/Phases.cpp U src/gnu/llvm/clang/lib/Driver/SanitizerArgs.cpp U src/gnu/llvm/clang/lib/Driver/Tool.cpp U src/gnu/llvm/clang/lib/Driver/ToolChain.cpp U src/gnu/llvm/clang/lib/Driver/Types.cpp U src/gnu/llvm/clang/lib/Driver/XRayArgs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AIX.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AIX.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPU.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPU.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPUOpenMP.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AVR.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AVR.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Ananas.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Ananas.h U src/gnu/llvm/clang/lib/Driver/ToolChains/BareMetal.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/BareMetal.h N src/gnu/llvm/clang/lib/Driver/ToolChains/CSKYToolChain.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/CSKYToolChain.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Clang.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Clang.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CloudABI.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CloudABI.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CommonArgs.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Contiki.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Contiki.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Cuda.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CrossWindows.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CrossWindows.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Cuda.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Darwin.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Darwin.h U src/gnu/llvm/clang/lib/Driver/ToolChains/DragonFly.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/DragonFly.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Flang.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Flang.h U src/gnu/llvm/clang/lib/Driver/ToolChains/FreeBSD.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/FreeBSD.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Fuchsia.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Fuchsia.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Gnu.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Gnu.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPAMD.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPAMD.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPSPV.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPSPV.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPUtility.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPUtility.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HLSL.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HLSL.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Haiku.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Haiku.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Hexagon.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Hexagon.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Hurd.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Hurd.h U src/gnu/llvm/clang/lib/Driver/ToolChains/InterfaceStubs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/InterfaceStubs.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Lanai.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Linux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Linux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MSP430.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MSP430.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MSVC.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MSVC.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MinGW.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MinGW.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Minix.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Minix.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MipsLinux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MipsLinux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Myriad.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Myriad.h U src/gnu/llvm/clang/lib/Driver/ToolChains/NaCl.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/NaCl.h U src/gnu/llvm/clang/lib/Driver/ToolChains/NetBSD.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/NetBSD.h C src/gnu/llvm/clang/lib/Driver/ToolChains/OpenBSD.cpp C src/gnu/llvm/clang/lib/Driver/ToolChains/OpenBSD.h N src/gnu/llvm/clang/lib/Driver/ToolChains/PPCFreeBSD.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/PPCFreeBSD.h U src/gnu/llvm/clang/lib/Driver/ToolChains/PPCLinux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/PPCLinux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/PS4CPU.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/PS4CPU.h U src/gnu/llvm/clang/lib/Driver/ToolChains/RISCVToolchain.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/RISCVToolchain.h U src/gnu/llvm/clang/lib/Driver/ToolChains/ROCm.h N src/gnu/llvm/clang/lib/Driver/ToolChains/SPIRV.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/SPIRV.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Solaris.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Solaris.h U src/gnu/llvm/clang/lib/Driver/ToolChains/TCE.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/TCE.h U src/gnu/llvm/clang/lib/Driver/ToolChains/VEToolchain.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/VEToolchain.h U src/gnu/llvm/clang/lib/Driver/ToolChains/WebAssembly.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/WebAssembly.h U src/gnu/llvm/clang/lib/Driver/ToolChains/XCore.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/XCore.h U src/gnu/llvm/clang/lib/Driver/ToolChains/ZOS.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/ZOS.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/AArch64.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/AArch64.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ARM.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ARM.h N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/CSKY.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/CSKY.h N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/LoongArch.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/LoongArch.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/M68k.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/M68k.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Mips.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Mips.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/PPC.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/PPC.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/RISCV.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/RISCV.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Sparc.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Sparc.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/SystemZ.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/VE.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/VE.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/X86.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/X86.h U src/gnu/llvm/clang/lib/Edit/CMakeLists.txt U src/gnu/llvm/clang/lib/Edit/Commit.cpp U src/gnu/llvm/clang/lib/Edit/EditedSource.cpp U src/gnu/llvm/clang/lib/Edit/RewriteObjCFoundationAPI.cpp N src/gnu/llvm/clang/lib/ExtractAPI/API.cpp N src/gnu/llvm/clang/lib/ExtractAPI/APIIgnoresList.cpp N src/gnu/llvm/clang/lib/ExtractAPI/AvailabilityInfo.cpp N src/gnu/llvm/clang/lib/ExtractAPI/CMakeLists.txt N src/gnu/llvm/clang/lib/ExtractAPI/DeclarationFragments.cpp N src/gnu/llvm/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp N src/gnu/llvm/clang/lib/ExtractAPI/ExtractAPIVisitor.cpp N src/gnu/llvm/clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.cpp N src/gnu/llvm/clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.h N src/gnu/llvm/clang/lib/ExtractAPI/Serialization/SerializerBase.cpp N src/gnu/llvm/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp N src/gnu/llvm/clang/lib/Format/.clang-format U src/gnu/llvm/clang/lib/Format/AffectedRangeManager.cpp U src/gnu/llvm/clang/lib/Format/AffectedRangeManager.h U src/gnu/llvm/clang/lib/Format/BreakableToken.cpp U src/gnu/llvm/clang/lib/Format/BreakableToken.h U src/gnu/llvm/clang/lib/Format/CMakeLists.txt U src/gnu/llvm/clang/lib/Format/ContinuationIndenter.cpp U src/gnu/llvm/clang/lib/Format/ContinuationIndenter.h N src/gnu/llvm/clang/lib/Format/DefinitionBlockSeparator.cpp N src/gnu/llvm/clang/lib/Format/DefinitionBlockSeparator.h U src/gnu/llvm/clang/lib/Format/Encoding.h U src/gnu/llvm/clang/lib/Format/Format.cpp U src/gnu/llvm/clang/lib/Format/FormatInternal.h U src/gnu/llvm/clang/lib/Format/FormatToken.cpp U src/gnu/llvm/clang/lib/Format/FormatToken.h U src/gnu/llvm/clang/lib/Format/FormatTokenLexer.cpp U src/gnu/llvm/clang/lib/Format/Macros.h U src/gnu/llvm/clang/lib/Format/FormatTokenLexer.h N src/gnu/llvm/clang/lib/Format/IntegerLiteralSeparatorFixer.cpp N src/gnu/llvm/clang/lib/Format/IntegerLiteralSeparatorFixer.h N src/gnu/llvm/clang/lib/Format/MacroCallReconstructor.cpp U src/gnu/llvm/clang/lib/Format/MacroExpander.cpp U src/gnu/llvm/clang/lib/Format/NamespaceEndCommentsFixer.cpp U src/gnu/llvm/clang/lib/Format/NamespaceEndCommentsFixer.h N src/gnu/llvm/clang/lib/Format/QualifierAlignmentFixer.cpp N src/gnu/llvm/clang/lib/Format/QualifierAlignmentFixer.h U src/gnu/llvm/clang/lib/Format/SortJavaScriptImports.cpp U src/gnu/llvm/clang/lib/Format/SortJavaScriptImports.h U src/gnu/llvm/clang/lib/Format/TokenAnalyzer.cpp U src/gnu/llvm/clang/lib/Format/TokenAnalyzer.h U src/gnu/llvm/clang/lib/Format/TokenAnnotator.cpp U src/gnu/llvm/clang/lib/Format/TokenAnnotator.h U src/gnu/llvm/clang/lib/Format/UnwrappedLineFormatter.cpp U src/gnu/llvm/clang/lib/Format/UnwrappedLineFormatter.h U src/gnu/llvm/clang/lib/Format/UnwrappedLineParser.cpp U src/gnu/llvm/clang/lib/Format/UnwrappedLineParser.h U src/gnu/llvm/clang/lib/Format/UsingDeclarationsSorter.cpp U src/gnu/llvm/clang/lib/Format/UsingDeclarationsSorter.h U src/gnu/llvm/clang/lib/Format/WhitespaceManager.cpp U src/gnu/llvm/clang/lib/Format/WhitespaceManager.h U src/gnu/llvm/clang/lib/Frontend/ASTConsumers.cpp U src/gnu/llvm/clang/lib/Frontend/ASTMerge.cpp U src/gnu/llvm/clang/lib/Frontend/ASTUnit.cpp U src/gnu/llvm/clang/lib/Frontend/CMakeLists.txt U src/gnu/llvm/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/ChainedIncludesSource.cpp C src/gnu/llvm/clang/lib/Frontend/CompilerInstance.cpp C src/gnu/llvm/clang/lib/Frontend/CompilerInvocation.cpp U src/gnu/llvm/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp U src/gnu/llvm/clang/lib/Frontend/DependencyFile.cpp U src/gnu/llvm/clang/lib/Frontend/DependencyGraph.cpp U src/gnu/llvm/clang/lib/Frontend/DiagnosticRenderer.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendAction.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendActions.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendOptions.cpp U src/gnu/llvm/clang/lib/Frontend/HeaderIncludeGen.cpp U src/gnu/llvm/clang/lib/Frontend/InitPreprocessor.cpp U src/gnu/llvm/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/LayoutOverrideSource.cpp U src/gnu/llvm/clang/lib/Frontend/LogDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/ModuleDependencyCollector.cpp U src/gnu/llvm/clang/lib/Frontend/MultiplexConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/PrecompiledPreamble.cpp U src/gnu/llvm/clang/lib/Frontend/PrintPreprocessedOutput.cpp N src/gnu/llvm/clang/lib/Frontend/SARIFDiagnostic.cpp N src/gnu/llvm/clang/lib/Frontend/SARIFDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/SerializedDiagnosticReader.cpp U src/gnu/llvm/clang/lib/Frontend/TestModuleFileExtension.cpp U src/gnu/llvm/clang/lib/Frontend/TextDiagnostic.cpp U src/gnu/llvm/clang/lib/Frontend/TestModuleFileExtension.h U src/gnu/llvm/clang/lib/Frontend/TextDiagnosticBuffer.cpp U src/gnu/llvm/clang/lib/Frontend/TextDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/CMakeLists.txt U src/gnu/llvm/clang/lib/Frontend/Rewrite/FixItRewriter.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/FrontendActions.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/HTMLPrint.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteMacros.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteObjC.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteTest.cpp U src/gnu/llvm/clang/lib/FrontendTool/CMakeLists.txt U src/gnu/llvm/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp U src/gnu/llvm/clang/lib/Headers/CMakeLists.txt U src/gnu/llvm/clang/lib/Headers/__clang_cuda_builtin_vars.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_cmath.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_complex_builtins.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_device_functions.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_intrinsics.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_libdevice_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_math.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_math_forward_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_runtime_wrapper.h N src/gnu/llvm/clang/lib/Headers/__clang_cuda_texture_intrinsics.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_cmath.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_math.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_libdevice_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_runtime_wrapper.h N src/gnu/llvm/clang/lib/Headers/__clang_hip_stdlib.h U src/gnu/llvm/clang/lib/Headers/__stddef_max_align_t.h U src/gnu/llvm/clang/lib/Headers/__wmmintrin_aes.h U src/gnu/llvm/clang/lib/Headers/__wmmintrin_pclmul.h U src/gnu/llvm/clang/lib/Headers/adxintrin.h U src/gnu/llvm/clang/lib/Headers/altivec.h U src/gnu/llvm/clang/lib/Headers/ammintrin.h N src/gnu/llvm/clang/lib/Headers/amxfp16intrin.h U src/gnu/llvm/clang/lib/Headers/amxintrin.h U src/gnu/llvm/clang/lib/Headers/arm64intr.h U src/gnu/llvm/clang/lib/Headers/arm_acle.h U src/gnu/llvm/clang/lib/Headers/arm_cmse.h N src/gnu/llvm/clang/lib/Headers/arm_neon_sve_bridge.h U src/gnu/llvm/clang/lib/Headers/armintr.h U src/gnu/llvm/clang/lib/Headers/avx2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512bf16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512bitalgintrin.h U src/gnu/llvm/clang/lib/Headers/avxintrin.h U src/gnu/llvm/clang/lib/Headers/avx512bwintrin.h U src/gnu/llvm/clang/lib/Headers/avx512cdintrin.h U src/gnu/llvm/clang/lib/Headers/avx512dqintrin.h U src/gnu/llvm/clang/lib/Headers/avx512erintrin.h U src/gnu/llvm/clang/lib/Headers/avx512fintrin.h N src/gnu/llvm/clang/lib/Headers/avx512fp16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512ifmaintrin.h U src/gnu/llvm/clang/lib/Headers/avx512ifmavlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512pfintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmi2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmiintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmivlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbf16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbitalgintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbwintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlcdintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vldqintrin.h N src/gnu/llvm/clang/lib/Headers/avxifmaintrin.h N src/gnu/llvm/clang/lib/Headers/avx512vlfp16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvbmi2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvnniintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvp2intersectintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vnniintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vp2intersectintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vpopcntdqintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vpopcntdqvlintrin.h N src/gnu/llvm/clang/lib/Headers/avxneconvertintrin.h N src/gnu/llvm/clang/lib/Headers/avxvnniint8intrin.h U src/gnu/llvm/clang/lib/Headers/avxvnniintrin.h U src/gnu/llvm/clang/lib/Headers/bmi2intrin.h U src/gnu/llvm/clang/lib/Headers/bmiintrin.h U src/gnu/llvm/clang/lib/Headers/builtins.h U src/gnu/llvm/clang/lib/Headers/cet.h U src/gnu/llvm/clang/lib/Headers/cetintrin.h U src/gnu/llvm/clang/lib/Headers/cldemoteintrin.h U src/gnu/llvm/clang/lib/Headers/clflushoptintrin.h U src/gnu/llvm/clang/lib/Headers/clwbintrin.h U src/gnu/llvm/clang/lib/Headers/clzerointrin.h N src/gnu/llvm/clang/lib/Headers/cmpccxaddintrin.h U src/gnu/llvm/clang/lib/Headers/cpuid.h N src/gnu/llvm/clang/lib/Headers/crc32intrin.h U src/gnu/llvm/clang/lib/Headers/emmintrin.h U src/gnu/llvm/clang/lib/Headers/enqcmdintrin.h U src/gnu/llvm/clang/lib/Headers/f16cintrin.h U src/gnu/llvm/clang/lib/Headers/float.h U src/gnu/llvm/clang/lib/Headers/fma4intrin.h U src/gnu/llvm/clang/lib/Headers/fmaintrin.h U src/gnu/llvm/clang/lib/Headers/fxsrintrin.h U src/gnu/llvm/clang/lib/Headers/gfniintrin.h U src/gnu/llvm/clang/lib/Headers/hexagon_circ_brev_intrinsics.h U src/gnu/llvm/clang/lib/Headers/hexagon_protos.h U src/gnu/llvm/clang/lib/Headers/hexagon_types.h N src/gnu/llvm/clang/lib/Headers/hlsl.h U src/gnu/llvm/clang/lib/Headers/hresetintrin.h U src/gnu/llvm/clang/lib/Headers/htmintrin.h U src/gnu/llvm/clang/lib/Headers/htmxlintrin.h U src/gnu/llvm/clang/lib/Headers/hvx_hexagon_protos.h U src/gnu/llvm/clang/lib/Headers/ia32intrin.h U src/gnu/llvm/clang/lib/Headers/immintrin.h U src/gnu/llvm/clang/lib/Headers/intrin.h U src/gnu/llvm/clang/lib/Headers/inttypes.h U src/gnu/llvm/clang/lib/Headers/invpcidintrin.h U src/gnu/llvm/clang/lib/Headers/iso646.h U src/gnu/llvm/clang/lib/Headers/keylockerintrin.h N src/gnu/llvm/clang/lib/Headers/larchintrin.h U src/gnu/llvm/clang/lib/Headers/limits.h U src/gnu/llvm/clang/lib/Headers/lwpintrin.h U src/gnu/llvm/clang/lib/Headers/lzcntintrin.h U src/gnu/llvm/clang/lib/Headers/mm3dnow.h U src/gnu/llvm/clang/lib/Headers/mm_malloc.h U src/gnu/llvm/clang/lib/Headers/mmintrin.h U src/gnu/llvm/clang/lib/Headers/module.modulemap U src/gnu/llvm/clang/lib/Headers/movdirintrin.h U src/gnu/llvm/clang/lib/Headers/msa.h U src/gnu/llvm/clang/lib/Headers/mwaitxintrin.h U src/gnu/llvm/clang/lib/Headers/nmmintrin.h U src/gnu/llvm/clang/lib/Headers/opencl-c-base.h U src/gnu/llvm/clang/lib/Headers/opencl-c.h U src/gnu/llvm/clang/lib/Headers/pconfigintrin.h U src/gnu/llvm/clang/lib/Headers/pkuintrin.h U src/gnu/llvm/clang/lib/Headers/pmmintrin.h U src/gnu/llvm/clang/lib/Headers/popcntintrin.h N src/gnu/llvm/clang/lib/Headers/prfchiintrin.h U src/gnu/llvm/clang/lib/Headers/prfchwintrin.h U src/gnu/llvm/clang/lib/Headers/ptwriteintrin.h N src/gnu/llvm/clang/lib/Headers/raointintrin.h N src/gnu/llvm/clang/lib/Headers/rdpruintrin.h U src/gnu/llvm/clang/lib/Headers/rdseedintrin.h U src/gnu/llvm/clang/lib/Headers/rtmintrin.h U src/gnu/llvm/clang/lib/Headers/s390intrin.h U src/gnu/llvm/clang/lib/Headers/serializeintrin.h U src/gnu/llvm/clang/lib/Headers/sgxintrin.h U src/gnu/llvm/clang/lib/Headers/shaintrin.h U src/gnu/llvm/clang/lib/Headers/smmintrin.h U src/gnu/llvm/clang/lib/Headers/stdalign.h U src/gnu/llvm/clang/lib/Headers/stdarg.h U src/gnu/llvm/clang/lib/Headers/stdatomic.h U src/gnu/llvm/clang/lib/Headers/stdbool.h U src/gnu/llvm/clang/lib/Headers/stddef.h U src/gnu/llvm/clang/lib/Headers/stdint.h U src/gnu/llvm/clang/lib/Headers/stdnoreturn.h U src/gnu/llvm/clang/lib/Headers/tbmintrin.h U src/gnu/llvm/clang/lib/Headers/tgmath.h U src/gnu/llvm/clang/lib/Headers/tmmintrin.h U src/gnu/llvm/clang/lib/Headers/tsxldtrkintrin.h U src/gnu/llvm/clang/lib/Headers/uintrintrin.h U src/gnu/llvm/clang/lib/Headers/unwind.h U src/gnu/llvm/clang/lib/Headers/vadefs.h U src/gnu/llvm/clang/lib/Headers/vaesintrin.h U src/gnu/llvm/clang/lib/Headers/varargs.h U src/gnu/llvm/clang/lib/Headers/vecintrin.h N src/gnu/llvm/clang/lib/Headers/velintrin.h N src/gnu/llvm/clang/lib/Headers/velintrin_approx.h N src/gnu/llvm/clang/lib/Headers/velintrin_gen.h U src/gnu/llvm/clang/lib/Headers/vpclmulqdqintrin.h U src/gnu/llvm/clang/lib/Headers/waitpkgintrin.h U src/gnu/llvm/clang/lib/Headers/wasm_simd128.h U src/gnu/llvm/clang/lib/Headers/wbnoinvdintrin.h U src/gnu/llvm/clang/lib/Headers/wmmintrin.h U src/gnu/llvm/clang/lib/Headers/x86gprintrin.h U src/gnu/llvm/clang/lib/Headers/x86intrin.h U src/gnu/llvm/clang/lib/Headers/xmmintrin.h U src/gnu/llvm/clang/lib/Headers/xopintrin.h U src/gnu/llvm/clang/lib/Headers/xsavecintrin.h U src/gnu/llvm/clang/lib/Headers/xsaveintrin.h U src/gnu/llvm/clang/lib/Headers/xsaveoptintrin.h U src/gnu/llvm/clang/lib/Headers/xsavesintrin.h U src/gnu/llvm/clang/lib/Headers/xtestintrin.h N src/gnu/llvm/clang/lib/Headers/hlsl/hlsl_basic_types.h N src/gnu/llvm/clang/lib/Headers/hlsl/hlsl_intrinsics.h U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/algorithm N src/gnu/llvm/clang/lib/Headers/cuda_wrappers/cmath U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/complex U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/new U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/cmath U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex_cmath.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/math.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/new N src/gnu/llvm/clang/lib/Headers/openmp_wrappers/stdlib.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/time.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/bmi2intrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/bmiintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/emmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/immintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/mm_malloc.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/mmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/nmmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/pmmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/smmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/tmmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/x86gprintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/x86intrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/xmmintrin.h U src/gnu/llvm/clang/lib/Index/CMakeLists.txt U src/gnu/llvm/clang/lib/Index/CommentToXML.cpp U src/gnu/llvm/clang/lib/Index/FileIndexRecord.cpp U src/gnu/llvm/clang/lib/Index/FileIndexRecord.h U src/gnu/llvm/clang/lib/Index/IndexBody.cpp U src/gnu/llvm/clang/lib/Index/IndexDecl.cpp U src/gnu/llvm/clang/lib/Index/IndexSymbol.cpp U src/gnu/llvm/clang/lib/Index/IndexTypeSourceInfo.cpp U src/gnu/llvm/clang/lib/Index/IndexingAction.cpp U src/gnu/llvm/clang/lib/Index/IndexingContext.cpp U src/gnu/llvm/clang/lib/Index/IndexingContext.h U src/gnu/llvm/clang/lib/Index/USRGeneration.cpp U src/gnu/llvm/clang/lib/IndexSerialization/CMakeLists.txt U src/gnu/llvm/clang/lib/IndexSerialization/SerializablePathCollection.cpp U src/gnu/llvm/clang/lib/Interpreter/CMakeLists.txt U src/gnu/llvm/clang/lib/Interpreter/IncrementalExecutor.cpp U src/gnu/llvm/clang/lib/Interpreter/IncrementalExecutor.h U src/gnu/llvm/clang/lib/Interpreter/IncrementalParser.cpp U src/gnu/llvm/clang/lib/Interpreter/IncrementalParser.h U src/gnu/llvm/clang/lib/Interpreter/Interpreter.cpp U src/gnu/llvm/clang/lib/Lex/CMakeLists.txt N src/gnu/llvm/clang/lib/Lex/DependencyDirectivesScanner.cpp U src/gnu/llvm/clang/lib/Lex/HeaderMap.cpp U src/gnu/llvm/clang/lib/Lex/HeaderSearch.cpp N src/gnu/llvm/clang/lib/Lex/InitHeaderSearch.cpp U src/gnu/llvm/clang/lib/Lex/Lexer.cpp U src/gnu/llvm/clang/lib/Lex/LiteralSupport.cpp U src/gnu/llvm/clang/lib/Lex/MacroArgs.cpp U src/gnu/llvm/clang/lib/Lex/MacroInfo.cpp U src/gnu/llvm/clang/lib/Lex/ModuleMap.cpp U src/gnu/llvm/clang/lib/Lex/PPCaching.cpp U src/gnu/llvm/clang/lib/Lex/PPCallbacks.cpp U src/gnu/llvm/clang/lib/Lex/PPConditionalDirectiveRecord.cpp U src/gnu/llvm/clang/lib/Lex/PPDirectives.cpp U src/gnu/llvm/clang/lib/Lex/PPExpressions.cpp U src/gnu/llvm/clang/lib/Lex/PPLexerChange.cpp U src/gnu/llvm/clang/lib/Lex/PPMacroExpansion.cpp U src/gnu/llvm/clang/lib/Lex/Pragma.cpp U src/gnu/llvm/clang/lib/Lex/PreprocessingRecord.cpp U src/gnu/llvm/clang/lib/Lex/Preprocessor.cpp U src/gnu/llvm/clang/lib/Lex/PreprocessorLexer.cpp U src/gnu/llvm/clang/lib/Lex/ScratchBuffer.cpp U src/gnu/llvm/clang/lib/Lex/TokenConcatenation.cpp U src/gnu/llvm/clang/lib/Lex/TokenLexer.cpp U src/gnu/llvm/clang/lib/Lex/UnicodeCharSets.h U src/gnu/llvm/clang/lib/Parse/CMakeLists.txt U src/gnu/llvm/clang/lib/Parse/ParseAST.cpp U src/gnu/llvm/clang/lib/Parse/ParseCXXInlineMethods.cpp U src/gnu/llvm/clang/lib/Parse/ParseDecl.cpp U src/gnu/llvm/clang/lib/Parse/ParseDeclCXX.cpp U src/gnu/llvm/clang/lib/Parse/ParseExpr.cpp U src/gnu/llvm/clang/lib/Parse/ParseExprCXX.cpp N src/gnu/llvm/clang/lib/Parse/ParseHLSL.cpp U src/gnu/llvm/clang/lib/Parse/ParseInit.cpp U src/gnu/llvm/clang/lib/Parse/ParseObjc.cpp U src/gnu/llvm/clang/lib/Parse/ParseOpenMP.cpp U src/gnu/llvm/clang/lib/Parse/ParsePragma.cpp U src/gnu/llvm/clang/lib/Parse/ParseStmt.cpp U src/gnu/llvm/clang/lib/Parse/ParseStmtAsm.cpp U src/gnu/llvm/clang/lib/Parse/ParseTemplate.cpp U src/gnu/llvm/clang/lib/Parse/ParseTentative.cpp U src/gnu/llvm/clang/lib/Parse/Parser.cpp U src/gnu/llvm/clang/lib/Rewrite/CMakeLists.txt U src/gnu/llvm/clang/lib/Rewrite/DeltaTree.cpp U src/gnu/llvm/clang/lib/Rewrite/HTMLRewrite.cpp U src/gnu/llvm/clang/lib/Rewrite/RewriteRope.cpp U src/gnu/llvm/clang/lib/Rewrite/Rewriter.cpp U src/gnu/llvm/clang/lib/Rewrite/TokenRewriter.cpp U src/gnu/llvm/clang/lib/Sema/AnalysisBasedWarnings.cpp U src/gnu/llvm/clang/lib/Sema/CMakeLists.txt U src/gnu/llvm/clang/lib/Sema/CodeCompleteConsumer.cpp U src/gnu/llvm/clang/lib/Sema/CoroutineStmtBuilder.h U src/gnu/llvm/clang/lib/Sema/DeclSpec.cpp U src/gnu/llvm/clang/lib/Sema/DelayedDiagnostic.cpp N src/gnu/llvm/clang/lib/Sema/HLSLExternalSemaSource.cpp U src/gnu/llvm/clang/lib/Sema/IdentifierResolver.cpp U src/gnu/llvm/clang/lib/Sema/JumpDiagnostics.cpp U src/gnu/llvm/clang/lib/Sema/MultiplexExternalSemaSource.cpp U src/gnu/llvm/clang/lib/Sema/OpenCLBuiltins.td U src/gnu/llvm/clang/lib/Sema/ParsedAttr.cpp U src/gnu/llvm/clang/lib/Sema/Scope.cpp U src/gnu/llvm/clang/lib/Sema/ScopeInfo.cpp U src/gnu/llvm/clang/lib/Sema/Sema.cpp U src/gnu/llvm/clang/lib/Sema/SemaAccess.cpp U src/gnu/llvm/clang/lib/Sema/SemaAttr.cpp U src/gnu/llvm/clang/lib/Sema/SemaAvailability.cpp U src/gnu/llvm/clang/lib/Sema/SemaCUDA.cpp U src/gnu/llvm/clang/lib/Sema/SemaCXXScopeSpec.cpp U src/gnu/llvm/clang/lib/Sema/SemaCast.cpp C src/gnu/llvm/clang/lib/Sema/SemaChecking.cpp U src/gnu/llvm/clang/lib/Sema/SemaCodeComplete.cpp U src/gnu/llvm/clang/lib/Sema/SemaConcept.cpp U src/gnu/llvm/clang/lib/Sema/SemaConsumer.cpp U src/gnu/llvm/clang/lib/Sema/SemaCoroutine.cpp U src/gnu/llvm/clang/lib/Sema/SemaDecl.cpp C src/gnu/llvm/clang/lib/Sema/SemaDeclAttr.cpp C src/gnu/llvm/clang/lib/Sema/SemaDeclCXX.cpp U src/gnu/llvm/clang/lib/Sema/SemaDeclObjC.cpp U src/gnu/llvm/clang/lib/Sema/SemaExceptionSpec.cpp U src/gnu/llvm/clang/lib/Sema/SemaExpr.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprCXX.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprMember.cpp N src/gnu/llvm/clang/lib/Sema/SemaHLSL.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprObjC.cpp U src/gnu/llvm/clang/lib/Sema/SemaFixItUtils.cpp U src/gnu/llvm/clang/lib/Sema/SemaInit.cpp U src/gnu/llvm/clang/lib/Sema/SemaLambda.cpp U src/gnu/llvm/clang/lib/Sema/SemaLookup.cpp U src/gnu/llvm/clang/lib/Sema/SemaModule.cpp U src/gnu/llvm/clang/lib/Sema/SemaObjCProperty.cpp U src/gnu/llvm/clang/lib/Sema/SemaOpenMP.cpp U src/gnu/llvm/clang/lib/Sema/SemaOverload.cpp U src/gnu/llvm/clang/lib/Sema/SemaPseudoObject.cpp N src/gnu/llvm/clang/lib/Sema/SemaRISCVVectorLookup.cpp U src/gnu/llvm/clang/lib/Sema/SemaSYCL.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmt.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmtAsm.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmtAttr.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplate.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateDeduction.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateInstantiate.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateVariadic.cpp U src/gnu/llvm/clang/lib/Sema/SemaType.cpp U src/gnu/llvm/clang/lib/Sema/TreeTransform.h U src/gnu/llvm/clang/lib/Sema/TypeLocBuilder.cpp U src/gnu/llvm/clang/lib/Sema/TypeLocBuilder.h U src/gnu/llvm/clang/lib/Sema/UsedDeclVisitor.h U src/gnu/llvm/clang/lib/Serialization/ASTCommon.cpp U src/gnu/llvm/clang/lib/Serialization/ASTCommon.h U src/gnu/llvm/clang/lib/Serialization/ASTReader.cpp U src/gnu/llvm/clang/lib/Serialization/ASTReaderDecl.cpp U src/gnu/llvm/clang/lib/Serialization/ASTReaderInternals.h U src/gnu/llvm/clang/lib/Serialization/ASTReaderStmt.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriter.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriterDecl.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriterStmt.cpp U src/gnu/llvm/clang/lib/Serialization/CMakeLists.txt U src/gnu/llvm/clang/lib/Serialization/GeneratePCH.cpp U src/gnu/llvm/clang/lib/Serialization/GlobalModuleIndex.cpp U src/gnu/llvm/clang/lib/Serialization/InMemoryModuleCache.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleFile.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleFileExtension.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleManager.cpp U src/gnu/llvm/clang/lib/Serialization/MultiOnDiskHashTable.h U src/gnu/llvm/clang/lib/Serialization/PCHContainerOperations.cpp N src/gnu/llvm/clang/lib/Support/CMakeLists.txt N src/gnu/llvm/clang/lib/Support/RISCVVIntrinsicUtils.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/README.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AllocationState.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Iterator.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Iterator.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Move.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtr.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Taint.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StringChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Yaml.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TrustReturnsNonnullChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedNewArraySizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/APSIntType.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BugReporter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CMakeLists.txt N src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CallDescription.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CallEvent.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Checker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/DynamicType.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Environment.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/MemRegion.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ProgramState.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RegionStore.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SVals.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Store.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/WorkList.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h U src/gnu/llvm/clang/lib/Testing/CMakeLists.txt U src/gnu/llvm/clang/lib/Testing/CommandLineArgs.cpp N src/gnu/llvm/clang/lib/Testing/TestAST.cpp U src/gnu/llvm/clang/lib/Tooling/AllTUsExecution.cpp U src/gnu/llvm/clang/lib/Tooling/ArgumentsAdjusters.cpp U src/gnu/llvm/clang/lib/Tooling/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/CommonOptionsParser.cpp U src/gnu/llvm/clang/lib/Tooling/CompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/EmptyNodeIntrospection.inc.in U src/gnu/llvm/clang/lib/Tooling/Execution.cpp U src/gnu/llvm/clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/FileMatchTrie.cpp U src/gnu/llvm/clang/lib/Tooling/FixIt.cpp U src/gnu/llvm/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring.cpp U src/gnu/llvm/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/JSONCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/NodeIntrospection.cpp U src/gnu/llvm/clang/lib/Tooling/RefactoringCallbacks.cpp U src/gnu/llvm/clang/lib/Tooling/StandaloneExecution.cpp U src/gnu/llvm/clang/lib/Tooling/Tooling.cpp U src/gnu/llvm/clang/lib/Tooling/ASTDiff/ASTDiff.cpp U src/gnu/llvm/clang/lib/Tooling/ASTDiff/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Core/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Core/Diagnostic.cpp U src/gnu/llvm/clang/lib/Tooling/Core/Replacement.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/APIData.h U src/gnu/llvm/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h U src/gnu/llvm/clang/lib/Tooling/DumpTool/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py U src/gnu/llvm/clang/lib/Tooling/Inclusions/CMakeLists.txt N src/gnu/llvm/clang/lib/Tooling/Inclusions/HeaderAnalysis.cpp U src/gnu/llvm/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp U src/gnu/llvm/clang/lib/Tooling/Inclusions/IncludeStyle.cpp N src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/CMakeLists.txt N src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/ASTSelection.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/AtomicChange.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Refactoring/Lookup.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/RefactoringActions.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/Extract.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/BuildTree.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Syntax/ComputeReplacements.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Mutations.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Nodes.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Synthesis.cpp N src/gnu/llvm/clang/lib/Tooling/Syntax/TokenBufferTokenManager.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Tokens.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Tree.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Transformer/Parsing.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/RangeSelector.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/RewriteRule.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/SourceCode.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/Stencil.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/Transformer.cpp U src/gnu/llvm/clang/runtime/CMakeLists.txt U src/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c U src/gnu/llvm/clang/tools/CMakeLists.txt U src/gnu/llvm/clang/tools/amdgpu-arch/AMDGPUArch.cpp U src/gnu/llvm/clang/tools/amdgpu-arch/CMakeLists.txt U src/gnu/llvm/clang/tools/apinotes-test/APINotesTest.cpp U src/gnu/llvm/clang/tools/apinotes-test/CMakeLists.txt U src/gnu/llvm/clang/tools/arcmt-test/CMakeLists.txt U src/gnu/llvm/clang/tools/arcmt-test/arcmt-test.cpp U src/gnu/llvm/clang/tools/c-arcmt-test/CMakeLists.txt U src/gnu/llvm/clang/tools/c-arcmt-test/c-arcmt-test.c U src/gnu/llvm/clang/tools/c-index-test/CMakeLists.txt U src/gnu/llvm/clang/tools/c-index-test/c-index-test.c U src/gnu/llvm/clang/tools/c-index-test/core_main.cpp U src/gnu/llvm/clang/tools/clang-check/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-check/ClangCheck.cpp U src/gnu/llvm/clang/tools/clang-diff/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-diff/ClangDiff.cpp U src/gnu/llvm/clang/tools/clang-extdef-mapping/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp U src/gnu/llvm/clang/tools/clang-format-vs/.gitignore U src/gnu/llvm/clang/tools/clang-format-vs/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat.sln U src/gnu/llvm/clang/tools/clang-format-vs/README.txt U src/gnu/llvm/clang/tools/clang-format-vs/source.extension.vsixmanifest.in U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormat.vsct U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Guids.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources.Designer.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources.resx U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/VSPackage.resx U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Vsix.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/license.txt U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/packages.config U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Properties/AssemblyInfo.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources/Images_32bit.bmp U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources/Package.ico N src/gnu/llvm/clang/tools/clang-format/.clang-format U src/gnu/llvm/clang/tools/clang-format/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format/ClangFormat.cpp U src/gnu/llvm/clang/tools/clang-format/clang-format-bbedit.applescript U src/gnu/llvm/clang/tools/clang-format/clang-format-diff.py U src/gnu/llvm/clang/tools/clang-format/clang-format-sublime.py U src/gnu/llvm/clang/tools/clang-format/clang-format-test.el U src/gnu/llvm/clang/tools/clang-format/clang-format.el U src/gnu/llvm/clang/tools/clang-format/clang-format.py U src/gnu/llvm/clang/tools/clang-format/git-clang-format U src/gnu/llvm/clang/tools/clang-format/fuzzer/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/ClangFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/Dockerfile U src/gnu/llvm/clang/tools/clang-fuzzer/DummyClangFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangLLVMProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/README.txt U src/gnu/llvm/clang/tools/clang-fuzzer/cxx_loop_proto.proto U src/gnu/llvm/clang/tools/clang-fuzzer/cxx_proto.proto U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/BasicClass.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m N src/gnu/llvm/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-fuzzer/dictionary/dictionary.c U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/input_arrays.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx_main.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx_main.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm_main.cpp U src/gnu/llvm/clang/tools/clang-import-test/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-import-test/clang-import-test.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td N src/gnu/llvm/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/OffloadWrapper.h U src/gnu/llvm/clang/tools/clang-offload-bundler/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp N src/gnu/llvm/clang/tools/clang-offload-packager/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-offload-packager/ClangOffloadPackager.cpp U src/gnu/llvm/clang/tools/clang-refactor/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-refactor/ClangRefactor.cpp U src/gnu/llvm/clang/tools/clang-refactor/TestSupport.cpp U src/gnu/llvm/clang/tools/clang-refactor/TestSupport.h U src/gnu/llvm/clang/tools/clang-refactor/ToolRefactoringResultConsumer.h U src/gnu/llvm/clang/tools/clang-rename/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-rename/ClangRename.cpp U src/gnu/llvm/clang/tools/clang-rename/clang-rename.el U src/gnu/llvm/clang/tools/clang-rename/clang-rename.py U src/gnu/llvm/clang/tools/clang-repl/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-repl/ClangRepl.cpp U src/gnu/llvm/clang/tools/driver/CMakeLists.txt U src/gnu/llvm/clang/tools/driver/Info.plist.in U src/gnu/llvm/clang/tools/driver/cc1_main.cpp U src/gnu/llvm/clang/tools/driver/cc1as_main.cpp U src/gnu/llvm/clang/tools/driver/cc1gen_reproducer_main.cpp U src/gnu/llvm/clang/tools/driver/driver.cpp U src/gnu/llvm/clang/tools/clang-scan-deps/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-scan-deps/ClangScanDeps.cpp U src/gnu/llvm/clang/tools/clang-shlib/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-shlib/clang-shlib.cpp U src/gnu/llvm/clang/tools/diag-build/diag-build.sh U src/gnu/llvm/clang/tools/diagtool/CMakeLists.txt U src/gnu/llvm/clang/tools/diagtool/DiagTool.cpp U src/gnu/llvm/clang/tools/diagtool/DiagTool.h U src/gnu/llvm/clang/tools/diagtool/DiagnosticNames.cpp U src/gnu/llvm/clang/tools/diagtool/DiagnosticNames.h U src/gnu/llvm/clang/tools/diagtool/FindDiagnosticID.cpp U src/gnu/llvm/clang/tools/diagtool/ListWarnings.cpp U src/gnu/llvm/clang/tools/diagtool/ShowEnabledWarnings.cpp U src/gnu/llvm/clang/tools/diagtool/TreeView.cpp U src/gnu/llvm/clang/tools/diagtool/diagtool_main.cpp N src/gnu/llvm/clang/tools/include-mapping/cppreference_parser.py N src/gnu/llvm/clang/tools/include-mapping/gen_std.py N src/gnu/llvm/clang/tools/include-mapping/test.py U src/gnu/llvm/clang/tools/libclang/ARCMigrate.cpp U src/gnu/llvm/clang/tools/libclang/BuildSystem.cpp U src/gnu/llvm/clang/tools/libclang/CIndex.cpp U src/gnu/llvm/clang/tools/libclang/CIndexCXX.cpp U src/gnu/llvm/clang/tools/libclang/CIndexCodeCompletion.cpp U src/gnu/llvm/clang/tools/libclang/CIndexDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CIndexDiagnostic.h U src/gnu/llvm/clang/tools/libclang/CIndexHigh.cpp U src/gnu/llvm/clang/tools/libclang/CIndexInclusionStack.cpp U src/gnu/llvm/clang/tools/libclang/CIndexUSRs.cpp U src/gnu/llvm/clang/tools/libclang/CIndexer.cpp U src/gnu/llvm/clang/tools/libclang/CIndexer.h U src/gnu/llvm/clang/tools/libclang/CLog.h U src/gnu/llvm/clang/tools/libclang/CMakeLists.txt U src/gnu/llvm/clang/tools/libclang/CXComment.cpp U src/gnu/llvm/clang/tools/libclang/CXComment.h U src/gnu/llvm/clang/tools/libclang/CXCompilationDatabase.cpp U src/gnu/llvm/clang/tools/libclang/CXCursor.cpp U src/gnu/llvm/clang/tools/libclang/CXCursor.h N src/gnu/llvm/clang/tools/libclang/CXExtractAPI.cpp U src/gnu/llvm/clang/tools/libclang/CXIndexDataConsumer.cpp U src/gnu/llvm/clang/tools/libclang/CXIndexDataConsumer.h U src/gnu/llvm/clang/tools/libclang/CXLoadedDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CXLoadedDiagnostic.h U src/gnu/llvm/clang/tools/libclang/CXSourceLocation.cpp U src/gnu/llvm/clang/tools/libclang/CXSourceLocation.h U src/gnu/llvm/clang/tools/libclang/CXStoredDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CXString.cpp U src/gnu/llvm/clang/tools/libclang/CXString.h U src/gnu/llvm/clang/tools/libclang/CXTranslationUnit.h U src/gnu/llvm/clang/tools/libclang/CXType.cpp U src/gnu/llvm/clang/tools/libclang/CXType.h U src/gnu/llvm/clang/tools/libclang/CursorVisitor.h U src/gnu/llvm/clang/tools/libclang/FatalErrorHandler.cpp U src/gnu/llvm/clang/tools/libclang/Index_Internal.h U src/gnu/llvm/clang/tools/libclang/Indexing.cpp U src/gnu/llvm/clang/tools/libclang/Rewrite.cpp U src/gnu/llvm/clang/tools/libclang/libclang.map U src/gnu/llvm/clang/tools/libclang/linker-script-to-export-list.py N src/gnu/llvm/clang/tools/nvptx-arch/CMakeLists.txt N src/gnu/llvm/clang/tools/nvptx-arch/NVPTXArch.cpp U src/gnu/llvm/clang/tools/scan-build-py/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build-py/README.md U src/gnu/llvm/clang/tools/scan-build-py/bin/analyze-build U src/gnu/llvm/clang/tools/scan-build-py/bin/intercept-build U src/gnu/llvm/clang/tools/scan-build-py/bin/scan-build U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/config.h.in U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/ear.c U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/analyze.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/arguments.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/clang.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/compilation.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/intercept.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/report.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/shell.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/scanview.css U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/selectable.js U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/sorttable.js U src/gnu/llvm/clang/tools/scan-build-py/libexec/analyze-c++ U src/gnu/llvm/clang/tools/scan-build-py/libexec/analyze-cc U src/gnu/llvm/clang/tools/scan-build-py/libexec/intercept-c++ U src/gnu/llvm/clang/tools/scan-build-py/libexec/intercept-cc U src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/sorttable.js U src/gnu/llvm/clang/tools/scan-build-py/tests/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_create_cdb.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_exec_anatomy.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_from_cdb.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_from_cmd.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/config.h.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/main.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/broken-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/broken-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/clean-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/clean-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/emit-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/emit-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/main.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/build/Makefile U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_broken.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_clean.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_regular.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/include/clean-one.h U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_analyze.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_clang.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_compilation.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_intercept.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_libear.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_report.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_shell.py U src/gnu/llvm/clang/tools/scan-build/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build/bin/scan-build U src/gnu/llvm/clang/tools/scan-build/bin/scan-build.bat U src/gnu/llvm/clang/tools/scan-build/bin/set-xcode-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/c++-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/c++-analyzer.bat U src/gnu/llvm/clang/tools/scan-build/libexec/ccc-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/ccc-analyzer.bat U src/gnu/llvm/clang/tools/scan-build/man/scan-build.1 U src/gnu/llvm/clang/tools/scan-build/share/scan-build/scanview.css U src/gnu/llvm/clang/tools/scan-build/share/scan-build/sorttable.js U src/gnu/llvm/clang/tools/scan-view/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-view/bin/scan-view U src/gnu/llvm/clang/tools/scan-view/share/Reporter.py U src/gnu/llvm/clang/tools/scan-view/share/ScanView.py U src/gnu/llvm/clang/tools/scan-view/share/bugcatcher.ico U src/gnu/llvm/clang/tools/scan-view/share/startfile.py U src/gnu/llvm/clang/utils/CaptureCmd U src/gnu/llvm/clang/utils/ClangDataFormat.py U src/gnu/llvm/clang/utils/CmpDriver U src/gnu/llvm/clang/utils/FindSpecRefs U src/gnu/llvm/clang/utils/FuzzTest U src/gnu/llvm/clang/utils/bash-autocomplete.sh U src/gnu/llvm/clang/utils/builtin-defines.c U src/gnu/llvm/clang/utils/clangdiag.py U src/gnu/llvm/clang/utils/convert_arm_neon.py U src/gnu/llvm/clang/utils/creduce-clang-crash.py U src/gnu/llvm/clang/utils/find-unused-diagnostics.sh U src/gnu/llvm/clang/utils/make-ast-dump-check.sh U src/gnu/llvm/clang/utils/modfuzz.py U src/gnu/llvm/clang/utils/module-deps-to-rsp.py U src/gnu/llvm/clang/utils/token-delta.py U src/gnu/llvm/clang/utils/ABITest/ABITestGen.py U src/gnu/llvm/clang/utils/ABITest/Enumeration.py U src/gnu/llvm/clang/utils/ABITest/Makefile.test.common U src/gnu/llvm/clang/utils/ABITest/TypeGen.py U src/gnu/llvm/clang/utils/ABITest/build-and-summarize-all.sh U src/gnu/llvm/clang/utils/ABITest/build-and-summarize.sh U src/gnu/llvm/clang/utils/ABITest/build.sh U src/gnu/llvm/clang/utils/ABITest/summarize.sh U src/gnu/llvm/clang/utils/ABITest/layout/Makefile U src/gnu/llvm/clang/utils/ABITest/return-types-32/Makefile U src/gnu/llvm/clang/utils/ABITest/return-types-64/Makefile U src/gnu/llvm/clang/utils/ABITest/single-args-32/Makefile U src/gnu/llvm/clang/utils/ABITest/single-args-64/Makefile U src/gnu/llvm/clang/utils/CIndex/completion_logger_server.py U src/gnu/llvm/clang/utils/ClangVisualizers/CMakeLists.txt U src/gnu/llvm/clang/utils/ClangVisualizers/clang.natvis U src/gnu/llvm/clang/utils/TableGen/ASTTableGen.cpp U src/gnu/llvm/clang/utils/TableGen/ASTTableGen.h U src/gnu/llvm/clang/utils/TableGen/CMakeLists.txt U src/gnu/llvm/clang/utils/TableGen/ClangASTNodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangAttrEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOpcodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOptionDocEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangSACheckersEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangSyntaxEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangTypeNodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/MveEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/NeonEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/RISCVVEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/SveEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/TableGen.cpp U src/gnu/llvm/clang/utils/TableGen/TableGenBackends.h U src/gnu/llvm/clang/utils/TestUtils/deep-stack.py U src/gnu/llvm/clang/utils/TestUtils/pch-test.pl U src/gnu/llvm/clang/utils/VtableTest/check-zti U src/gnu/llvm/clang/utils/VtableTest/check-ztt U src/gnu/llvm/clang/utils/VtableTest/check-zvt U src/gnu/llvm/clang/utils/VtableTest/gen.cc U src/gnu/llvm/clang/utils/analyzer/.dockerignore U src/gnu/llvm/clang/utils/analyzer/CmpRuns.py U src/gnu/llvm/clang/utils/analyzer/Dockerfile U src/gnu/llvm/clang/utils/analyzer/ProjectMap.py U src/gnu/llvm/clang/utils/analyzer/SATest.py U src/gnu/llvm/clang/utils/analyzer/SATestAdd.py U src/gnu/llvm/clang/utils/analyzer/SATestBenchmark.py U src/gnu/llvm/clang/utils/analyzer/SATestBuild.py U src/gnu/llvm/clang/utils/analyzer/SATestUpdateDiffs.py U src/gnu/llvm/clang/utils/analyzer/SATestUtils.py U src/gnu/llvm/clang/utils/analyzer/SumTimerInfo.py U src/gnu/llvm/clang/utils/analyzer/entrypoint.py U src/gnu/llvm/clang/utils/analyzer/exploded-graph-rewriter.py U src/gnu/llvm/clang/utils/analyzer/reducer.pl U src/gnu/llvm/clang/utils/analyzer/requirements.txt U src/gnu/llvm/clang/utils/analyzer/update_plist_test.pl U src/gnu/llvm/clang/utils/analyzer/projects/projects.json U src/gnu/llvm/clang/utils/analyzer/projects/box2d/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/capnproto/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/capnproto/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/cppcheck/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/cppcheck/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/cxxopts/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/cxxopts/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/drogon/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/drogon/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/duckdb/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/duckdb/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/faiss/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/faiss/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/fmt/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/fmt/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/harfbuzz/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/harfbuzz/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/libsoundio/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/libsoundio/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/oatpp/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/oatpp/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/re2/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/re2/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/simbody/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/simbody/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/symengine/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/symengine/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/termbox/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/termbox/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyexpr/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyexpr/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyspline/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyspline/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyvm/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyvm/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tmux/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/zstd/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/check_cfc/check_cfc.cfg U src/gnu/llvm/clang/utils/check_cfc/check_cfc.py U src/gnu/llvm/clang/utils/check_cfc/obj_diff.py U src/gnu/llvm/clang/utils/check_cfc/setup.py U src/gnu/llvm/clang/utils/check_cfc/test_check_cfc.py U src/gnu/llvm/clang/utils/hmaptool/CMakeLists.txt U src/gnu/llvm/clang/utils/hmaptool/hmaptool U src/gnu/llvm/clang/utils/perf-training/CMakeLists.txt U src/gnu/llvm/clang/utils/perf-training/README.txt U src/gnu/llvm/clang/utils/perf-training/lit.cfg U src/gnu/llvm/clang/utils/perf-training/lit.site.cfg.in U src/gnu/llvm/clang/utils/perf-training/order-files.lit.cfg U src/gnu/llvm/clang/utils/perf-training/order-files.lit.site.cfg.in U src/gnu/llvm/clang/utils/perf-training/perf-helper.py U src/gnu/llvm/clang/utils/perf-training/cxx/hello_world.cpp U src/gnu/llvm/clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp U src/gnu/llvm/clang/www/OpenProjects.html U src/gnu/llvm/clang/www/UniversalDriver.html U src/gnu/llvm/clang/www/builtins.py N src/gnu/llvm/clang/www/c_dr_status.html U src/gnu/llvm/clang/www/c_status.html U src/gnu/llvm/clang/www/carbon-compile.png U src/gnu/llvm/clang/www/clang_video-05-25-2007.html U src/gnu/llvm/clang/www/clang_video-07-25-2007.html U src/gnu/llvm/clang/www/compatibility.html U src/gnu/llvm/clang/www/content.css U src/gnu/llvm/clang/www/cxx_compatibility.html U src/gnu/llvm/clang/www/cxx_dr_status.html U src/gnu/llvm/clang/www/cxx_status.html U src/gnu/llvm/clang/www/diagnostics.html U src/gnu/llvm/clang/www/favicon.ico U src/gnu/llvm/clang/www/feature-compile1.png U src/gnu/llvm/clang/www/feature-compile2.png U src/gnu/llvm/clang/www/feature-memory1.png U src/gnu/llvm/clang/www/features.html U src/gnu/llvm/clang/www/get_involved.html U src/gnu/llvm/clang/www/get_started.html U src/gnu/llvm/clang/www/hacking.html U src/gnu/llvm/clang/www/index.html U src/gnu/llvm/clang/www/libstdc++4.4-clang0x.patch U src/gnu/llvm/clang/www/libstdc++4.6-clang11.patch U src/gnu/llvm/clang/www/libstdc++4.7-clang11.patch U src/gnu/llvm/clang/www/make_cxx_dr_status U src/gnu/llvm/clang/www/menu.css U src/gnu/llvm/clang/www/menu.html.incl U src/gnu/llvm/clang/www/related.html U src/gnu/llvm/clang/www/robots.txt U src/gnu/llvm/clang/www/analyzer/alpha_checks.html U src/gnu/llvm/clang/www/analyzer/annotations.html U src/gnu/llvm/clang/www/analyzer/available_checks.html U src/gnu/llvm/clang/www/analyzer/checker_dev_manual.html U src/gnu/llvm/clang/www/analyzer/codechecker.html U src/gnu/llvm/clang/www/analyzer/command-line.html U src/gnu/llvm/clang/www/analyzer/content.css U src/gnu/llvm/clang/www/analyzer/faq.html U src/gnu/llvm/clang/www/analyzer/filing_bugs.html U src/gnu/llvm/clang/www/analyzer/implicit_checks.html U src/gnu/llvm/clang/www/analyzer/index.html U src/gnu/llvm/clang/www/analyzer/installation.html U src/gnu/llvm/clang/www/analyzer/latest_checker.html.incl U src/gnu/llvm/clang/www/analyzer/menu.css U src/gnu/llvm/clang/www/analyzer/menu.html.incl U src/gnu/llvm/clang/www/analyzer/open_projects.html U src/gnu/llvm/clang/www/analyzer/potential_checkers.html U src/gnu/llvm/clang/www/analyzer/release_notes.html U src/gnu/llvm/clang/www/analyzer/scan-build.html U src/gnu/llvm/clang/www/analyzer/xcode.html U src/gnu/llvm/clang/www/analyzer/images/analyzer_html.png U src/gnu/llvm/clang/www/analyzer/images/analyzer_xcode.png U src/gnu/llvm/clang/www/analyzer/images/example_attribute_nonnull.png U src/gnu/llvm/clang/www/analyzer/images/example_cf_returns_retained.png U src/gnu/llvm/clang/www/analyzer/images/example_custom_assert.png U src/gnu/llvm/clang/www/analyzer/images/example_ns_returns_retained.png U src/gnu/llvm/clang/www/analyzer/images/example_null_pointer.png U src/gnu/llvm/clang/www/analyzer/images/example_use_assert.png U src/gnu/llvm/clang/www/analyzer/images/scan_build_cmd.png U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/arrows_dark.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/arrows_light.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/ellipses_dark.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/ellipses_light.gif U src/gnu/llvm/clang/www/analyzer/scripts/expandcollapse.js U src/gnu/llvm/clang/www/analyzer/scripts/menu.js U src/gnu/llvm/clang/www/demo/DemoInfo.html U src/gnu/llvm/clang/www/demo/cathead.png U src/gnu/llvm/clang/www/demo/index.cgi U src/gnu/llvm/clang/www/demo/syntax.css U src/gnu/llvm/clang/www/demo/what is this directory.txt 33 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCLANG:yesterday -jCLANG src/gnu/llvm/clang CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 11:19:55 Modified files: devel/log4cplus: Makefile Log message: update comment; same stall at exit with kea 2.5.3 and newer log4cplus CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:20:24 Modified files: gnu/llvm/clang/docs/CommandGuide: clang.rst gnu/llvm/clang/include/clang/AST: FormatString.h gnu/llvm/clang/include/clang/Basic: CodeGenOptions.def DiagnosticFrontendKinds.td DiagnosticGroups.td DiagnosticSemaKinds.td LangOptions.def TargetInfo.h gnu/llvm/clang/include/clang/Driver: Options.td gnu/llvm/clang/include/clang/Sema: Sema.h gnu/llvm/clang/lib/AST: FormatString.cpp gnu/llvm/clang/lib/Basic: TargetInfo.cpp gnu/llvm/clang/lib/Basic/Targets: Mips.h OSTargets.h RISCV.cpp SystemZ.h X86.cpp X86.h gnu/llvm/clang/lib/CodeGen: CGCall.cpp CodeGenModule.cpp TargetInfo.cpp gnu/llvm/clang/lib/Driver: Driver.cpp gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Gnu.cpp OpenBSD.cpp OpenBSD.h gnu/llvm/clang/lib/Driver/ToolChains/Arch: RISCV.cpp X86.cpp gnu/llvm/clang/lib/Frontend: CompilerInstance.cpp CompilerInvocation.cpp gnu/llvm/clang/lib/Sema: SemaChecking.cpp SemaDeclAttr.cpp SemaDeclCXX.cpp gnu/llvm/clang/tools/clang-shlib: CMakeLists.txt Removed files: gnu/llvm/clang : CODE_OWNERS.TXT gnu/llvm/clang/INPUTS: Cocoa_h.m all-std-headers.cpp c99-intconst-1.c carbon_h.c cfg-big-switch.c cfg-long-chain1.c cfg-long-chain2.c cfg-long-chain3.c cfg-nested-switches.c cfg-nested-var-scopes.cpp iostream.cc macro_pounder_fn.c macro_pounder_obj.c stpcpy-test.c gnu/llvm/clang/docs: Block-ABI-Apple.txt ClangCommandLineReference.rst Makefile.sphinx gnu/llvm/clang/examples/clang-interpreter: CMakeLists.txt README.txt Test.cxx main.cpp gnu/llvm/clang/include/clang/Analysis: AnalysisDiagnostic.h gnu/llvm/clang/include/clang/Basic: X86Target.def gnu/llvm/clang/include/clang/Lex: DependencyDirectivesSourceMinimizer.h PreprocessorExcludedConditionalDirectiveSkipMapping.h gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers: LocalCheckers.h gnu/llvm/clang/lib/CodeGen: CGOpenMPRuntimeAMDGCN.cpp CGOpenMPRuntimeAMDGCN.h CGOpenMPRuntimeNVPTX.cpp CGOpenMPRuntimeNVPTX.h gnu/llvm/clang/lib/Driver/ToolChains: HIP.cpp HIP.h MSVCSetupApi.h gnu/llvm/clang/lib/Frontend: InitHeaderSearch.cpp gnu/llvm/clang/lib/Lex: DependencyDirectivesSourceMinimizer.cpp gnu/llvm/clang/lib/StaticAnalyzer/Checkers: Taint.h gnu/llvm/clang/tools/clang-offload-wrapper: CMakeLists.txt ClangOffloadWrapper.cpp gnu/llvm/clang/unittests: CMakeLists.txt gnu/llvm/clang/unittests/AST: ASTContextParentMapTest.cpp ASTImporterFixtures.cpp ASTImporterFixtures.h ASTImporterGenericRedeclTest.cpp ASTImporterODRStrategiesTest.cpp ASTImporterObjCTest.cpp ASTImporterTest.cpp ASTImporterVisibilityTest.cpp ASTPrint.h ASTTraverserTest.cpp ASTTypeTraitsTest.cpp ASTVectorTest.cpp CMakeLists.txt CommentLexer.cpp CommentParser.cpp CommentTextTest.cpp DataCollectionTest.cpp DeclMatcher.h DeclPrinterTest.cpp DeclTest.cpp EvaluateAsRValueTest.cpp ExternalASTSourceTest.cpp MatchVerifier.h NamedDeclPrinterTest.cpp RecursiveASTVisitorTest.cpp SizelessTypesTest.cpp SourceLocationTest.cpp StmtPrinterTest.cpp StructuralEquivalenceTest.cpp TypePrinterTest.cpp gnu/llvm/clang/unittests/ASTMatchers: ASTMatchersInternalTest.cpp ASTMatchersNarrowingTest.cpp ASTMatchersNodeTest.cpp ASTMatchersTest.h ASTMatchersTraversalTest.cpp CMakeLists.txt GtestMatchersTest.cpp gnu/llvm/clang/unittests/ASTMatchers/Dynamic: CMakeLists.txt ParserTest.cpp RegistryTest.cpp VariantValueTest.cpp gnu/llvm/clang/unittests/Analysis: CFGBuildResult.h CFGDominatorTree.cpp CFGTest.cpp CMakeLists.txt CloneDetectionTest.cpp ExprMutationAnalyzerTest.cpp MacroExpansionContextTest.cpp gnu/llvm/clang/unittests/Basic: CMakeLists.txt CharInfoTest.cpp DarwinSDKInfoTest.cpp DiagnosticTest.cpp FileEntryTest.cpp FileManagerTest.cpp LineOffsetMappingTest.cpp SanitizersTest.cpp SourceManagerTest.cpp gnu/llvm/clang/unittests/CodeGen: BufferSourceTest.cpp CMakeLists.txt CheckTargetFeaturesTest.cpp CodeGenExternalTest.cpp IRMatchers.h TBAAMetadataTest.cpp TestCompiler.h gnu/llvm/clang/unittests/CrossTU: CMakeLists.txt CrossTranslationUnitTest.cpp gnu/llvm/clang/unittests/DirectoryWatcher: CMakeLists.txt DirectoryWatcherTest.cpp gnu/llvm/clang/unittests/Driver: CMakeLists.txt DistroTest.cpp ModuleCacheTest.cpp MultilibTest.cpp SanitizerArgsTest.cpp ToolChainTest.cpp gnu/llvm/clang/unittests/Format: CMakeLists.txt CleanupTest.cpp FormatTest.cpp FormatTestCSharp.cpp FormatTestComments.cpp FormatTestJS.cpp FormatTestJava.cpp FormatTestJson.cpp FormatTestObjC.cpp FormatTestProto.cpp FormatTestRawStrings.cpp FormatTestSelective.cpp FormatTestTableGen.cpp FormatTestTextProto.cpp FormatTestUtils.h MacroExpanderTest.cpp NamespaceEndCommentsFixerTest.cpp SortImportsTestJS.cpp SortImportsTestJava.cpp SortIncludesTest.cpp TestLexer.h TokenAnnotatorTest.cpp UsingDeclarationsSorterTest.cpp gnu/llvm/clang/unittests/Frontend: ASTUnitTest.cpp CMakeLists.txt CodeGenActionTest.cpp CompilerInstanceTest.cpp CompilerInvocationTest.cpp FixedPointString.cpp FrontendActionTest.cpp OutputStreamTest.cpp PCHPreambleTest.cpp ParsedSourceLocationTest.cpp TextDiagnosticTest.cpp gnu/llvm/clang/unittests/Index: CMakeLists.txt IndexTests.cpp gnu/llvm/clang/unittests/Interpreter: CMakeLists.txt IncrementalProcessingTest.cpp InterpreterTest.cpp gnu/llvm/clang/unittests/Introspection: CMakeLists.txt IntrospectionTest.cpp gnu/llvm/clang/unittests/Lex: CMakeLists.txt DependencyDirectivesSourceMinimizerTest.cpp HeaderMapTest.cpp HeaderMapTestUtils.h HeaderSearchTest.cpp LexerTest.cpp PPCallbacksTest.cpp PPConditionalDirectiveRecordTest.cpp gnu/llvm/clang/unittests/Rename: CMakeLists.txt ClangRenameTest.h RenameAliasTest.cpp RenameClassTest.cpp RenameEnumTest.cpp RenameFunctionTest.cpp RenameMemberTest.cpp gnu/llvm/clang/unittests/Rewrite: CMakeLists.txt RewriteBufferTest.cpp RewriterTest.cpp gnu/llvm/clang/unittests/Sema: CMakeLists.txt CodeCompleteTest.cpp ExternalSemaSourceTest.cpp GslOwnerPointerInference.cpp gnu/llvm/clang/unittests/Serialization: CMakeLists.txt InMemoryModuleCacheTest.cpp ModuleCacheTest.cpp gnu/llvm/clang/unittests/StaticAnalyzer: AnalyzerOptionsTest.cpp BugReportInterestingnessTest.cpp CMakeLists.txt CallDescriptionTest.cpp CallEventTest.cpp CheckerRegistration.h FalsePositiveRefutationBRVisitorTest.cpp ParamRegionTest.cpp RangeSetTest.cpp RegisterCustomCheckersTest.cpp Reusables.h SValTest.cpp StoreTest.cpp SymbolReaperTest.cpp TestReturnValueUnderConstruction.cpp gnu/llvm/clang/unittests/Tooling: ASTSelectionTest.cpp CMakeLists.txt CastExprTest.cpp CommentHandlerTest.cpp CompilationDatabaseTest.cpp DependencyScannerTest.cpp DiagnosticsYamlTest.cpp ExecutionTest.cpp FixItTest.cpp HeaderIncludesTest.cpp LexicallyOrderedRecursiveASTVisitorTest.cpp LookupTest.cpp QualTypeNamesTest.cpp RangeSelectorTest.cpp RecursiveASTVisitorTestDeclVisitor.cpp RecursiveASTVisitorTestPostOrderVisitor.cpp RecursiveASTVisitorTestTypeLocVisitor.cpp RefactoringActionRulesTest.cpp RefactoringCallbacksTest.cpp RefactoringTest.cpp ReplacementTest.h ReplacementsYamlTest.cpp RewriterTest.cpp RewriterTestContext.h SourceCodeBuildersTest.cpp SourceCodeTest.cpp StencilTest.cpp TestVisitor.h ToolingTest.cpp TransformerTest.cpp gnu/llvm/clang/unittests/Tooling/RecursiveASTVisitorTests: Attr.cpp CXXBoolLiteralExpr.cpp CXXMemberCall.cpp CXXMethodDecl.cpp CXXOperatorCallExprTraverser.cpp CallbacksBinaryOperator.cpp CallbacksCallExpr.cpp CallbacksCommon.h CallbacksCompoundAssignOperator.cpp CallbacksLeaf.cpp CallbacksUnaryOperator.cpp Class.cpp Concept.cpp ConstructExpr.cpp DeclRefExpr.cpp ImplicitCtor.cpp ImplicitCtorInitializer.cpp InitListExprPostOrder.cpp InitListExprPostOrderNoQueue.cpp InitListExprPreOrder.cpp InitListExprPreOrderNoQueue.cpp IntegerLiteral.cpp LambdaDefaultCapture.cpp LambdaExpr.cpp LambdaTemplateParams.cpp MemberPointerTypeLoc.cpp NestedNameSpecifiers.cpp ParenExpr.cpp TemplateArgumentLocTraverser.cpp TraversalScope.cpp gnu/llvm/clang/unittests/Tooling/Syntax: BuildTreeTest.cpp CMakeLists.txt MutationsTest.cpp SynthesisTest.cpp TokensTest.cpp TreeTest.cpp TreeTestBase.cpp TreeTestBase.h gnu/llvm/clang/unittests/libclang: CMakeLists.txt LibclangTest.cpp TestUtils.h gnu/llvm/clang/unittests/libclang/CrashTests: CMakeLists.txt LibclangCrashTest.cpp Log message: merge clang-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:21:13 Log message: import of lld from LLVM-16.0.6 Status: Vendor Tag: LLD Release Tags: LLD_16_0_6 U src/gnu/llvm/lld/.clang-format U src/gnu/llvm/lld/.clang-tidy U src/gnu/llvm/lld/.gitignore U src/gnu/llvm/lld/CMakeLists.txt U src/gnu/llvm/lld/CODE_OWNERS.TXT U src/gnu/llvm/lld/LICENSE.TXT U src/gnu/llvm/lld/README.md U src/gnu/llvm/lld/COFF/CMakeLists.txt N src/gnu/llvm/lld/COFF/COFFLinkerContext.cpp N src/gnu/llvm/lld/COFF/COFFLinkerContext.h U src/gnu/llvm/lld/COFF/CallGraphSort.cpp U src/gnu/llvm/lld/COFF/CallGraphSort.h U src/gnu/llvm/lld/COFF/Chunks.cpp U src/gnu/llvm/lld/COFF/Chunks.h U src/gnu/llvm/lld/COFF/Config.h U src/gnu/llvm/lld/COFF/DLL.cpp U src/gnu/llvm/lld/COFF/DLL.h U src/gnu/llvm/lld/COFF/DebugTypes.cpp U src/gnu/llvm/lld/COFF/DebugTypes.h U src/gnu/llvm/lld/COFF/Driver.cpp U src/gnu/llvm/lld/COFF/Driver.h U src/gnu/llvm/lld/COFF/DriverUtils.cpp U src/gnu/llvm/lld/COFF/ICF.cpp U src/gnu/llvm/lld/COFF/ICF.h U src/gnu/llvm/lld/COFF/InputFiles.cpp U src/gnu/llvm/lld/COFF/InputFiles.h U src/gnu/llvm/lld/COFF/LLDMapFile.cpp U src/gnu/llvm/lld/COFF/LLDMapFile.h U src/gnu/llvm/lld/COFF/LTO.cpp U src/gnu/llvm/lld/COFF/LTO.h U src/gnu/llvm/lld/COFF/MapFile.cpp U src/gnu/llvm/lld/COFF/MapFile.h U src/gnu/llvm/lld/COFF/MarkLive.cpp U src/gnu/llvm/lld/COFF/MarkLive.h U src/gnu/llvm/lld/COFF/MinGW.cpp U src/gnu/llvm/lld/COFF/MinGW.h U src/gnu/llvm/lld/COFF/Options.td U src/gnu/llvm/lld/COFF/PDB.cpp U src/gnu/llvm/lld/COFF/PDB.h U src/gnu/llvm/lld/COFF/README.md U src/gnu/llvm/lld/COFF/SymbolTable.cpp U src/gnu/llvm/lld/COFF/SymbolTable.h U src/gnu/llvm/lld/COFF/Symbols.cpp U src/gnu/llvm/lld/COFF/Symbols.h U src/gnu/llvm/lld/COFF/TypeMerger.h U src/gnu/llvm/lld/COFF/Writer.cpp U src/gnu/llvm/lld/COFF/Writer.h U src/gnu/llvm/lld/Common/Args.cpp U src/gnu/llvm/lld/Common/CMakeLists.txt N src/gnu/llvm/lld/Common/CommonLinkerContext.cpp U src/gnu/llvm/lld/Common/DWARF.cpp U src/gnu/llvm/lld/Common/ErrorHandler.cpp U src/gnu/llvm/lld/Common/Filesystem.cpp U src/gnu/llvm/lld/Common/Memory.cpp U src/gnu/llvm/lld/Common/Reproduce.cpp U src/gnu/llvm/lld/Common/Strings.cpp U src/gnu/llvm/lld/Common/TargetOptionsCommandFlags.cpp U src/gnu/llvm/lld/Common/Timer.cpp U src/gnu/llvm/lld/Common/Version.cpp U src/gnu/llvm/lld/ELF/AArch64ErrataFix.cpp U src/gnu/llvm/lld/ELF/AArch64ErrataFix.h U src/gnu/llvm/lld/ELF/ARMErrataFix.cpp U src/gnu/llvm/lld/ELF/ARMErrataFix.h U src/gnu/llvm/lld/ELF/CMakeLists.txt U src/gnu/llvm/lld/ELF/CallGraphSort.cpp U src/gnu/llvm/lld/ELF/CallGraphSort.h C src/gnu/llvm/lld/ELF/Config.h U src/gnu/llvm/lld/ELF/DWARF.cpp U src/gnu/llvm/lld/ELF/DWARF.h C src/gnu/llvm/lld/ELF/Driver.cpp U src/gnu/llvm/lld/ELF/Driver.h C src/gnu/llvm/lld/ELF/DriverUtils.cpp U src/gnu/llvm/lld/ELF/EhFrame.cpp U src/gnu/llvm/lld/ELF/EhFrame.h U src/gnu/llvm/lld/ELF/ICF.cpp U src/gnu/llvm/lld/ELF/ICF.h C src/gnu/llvm/lld/ELF/InputFiles.cpp C src/gnu/llvm/lld/ELF/InputFiles.h C src/gnu/llvm/lld/ELF/InputSection.cpp U src/gnu/llvm/lld/ELF/LTO.cpp U src/gnu/llvm/lld/ELF/InputSection.h U src/gnu/llvm/lld/ELF/LTO.h C src/gnu/llvm/lld/ELF/LinkerScript.cpp U src/gnu/llvm/lld/ELF/LinkerScript.h U src/gnu/llvm/lld/ELF/MapFile.cpp U src/gnu/llvm/lld/ELF/MapFile.h U src/gnu/llvm/lld/ELF/MarkLive.cpp U src/gnu/llvm/lld/ELF/MarkLive.h C src/gnu/llvm/lld/ELF/Options.td U src/gnu/llvm/lld/ELF/OutputSections.cpp U src/gnu/llvm/lld/ELF/OutputSections.h U src/gnu/llvm/lld/ELF/README.md C src/gnu/llvm/lld/ELF/Relocations.cpp U src/gnu/llvm/lld/ELF/Relocations.h U src/gnu/llvm/lld/ELF/ScriptLexer.cpp U src/gnu/llvm/lld/ELF/ScriptLexer.h C src/gnu/llvm/lld/ELF/ScriptParser.cpp U src/gnu/llvm/lld/ELF/ScriptParser.h C src/gnu/llvm/lld/ELF/SymbolTable.cpp U src/gnu/llvm/lld/ELF/SymbolTable.h C src/gnu/llvm/lld/ELF/Symbols.cpp C src/gnu/llvm/lld/ELF/Symbols.h C src/gnu/llvm/lld/ELF/SyntheticSections.cpp C src/gnu/llvm/lld/ELF/SyntheticSections.h U src/gnu/llvm/lld/ELF/Target.cpp U src/gnu/llvm/lld/ELF/Target.h U src/gnu/llvm/lld/ELF/Thunks.cpp U src/gnu/llvm/lld/ELF/Thunks.h C src/gnu/llvm/lld/ELF/Writer.cpp C src/gnu/llvm/lld/ELF/Writer.h C src/gnu/llvm/lld/ELF/Arch/AArch64.cpp U src/gnu/llvm/lld/ELF/Arch/AMDGPU.cpp U src/gnu/llvm/lld/ELF/Arch/ARM.cpp U src/gnu/llvm/lld/ELF/Arch/AVR.cpp U src/gnu/llvm/lld/ELF/Arch/Hexagon.cpp U src/gnu/llvm/lld/ELF/Arch/MSP430.cpp U src/gnu/llvm/lld/ELF/Arch/Mips.cpp U src/gnu/llvm/lld/ELF/Arch/MipsArchTree.cpp C src/gnu/llvm/lld/ELF/Arch/PPC.cpp C src/gnu/llvm/lld/ELF/Arch/PPC64.cpp U src/gnu/llvm/lld/ELF/Arch/PPCInsns.def C src/gnu/llvm/lld/ELF/Arch/RISCV.cpp U src/gnu/llvm/lld/ELF/Arch/SPARCV9.cpp U src/gnu/llvm/lld/ELF/Arch/X86.cpp C src/gnu/llvm/lld/ELF/Arch/X86_64.cpp U src/gnu/llvm/lld/MachO/CMakeLists.txt U src/gnu/llvm/lld/MachO/ConcatOutputSection.cpp U src/gnu/llvm/lld/MachO/ConcatOutputSection.h U src/gnu/llvm/lld/MachO/Config.h U src/gnu/llvm/lld/MachO/Driver.cpp U src/gnu/llvm/lld/MachO/Driver.h U src/gnu/llvm/lld/MachO/DriverUtils.cpp U src/gnu/llvm/lld/MachO/Dwarf.cpp U src/gnu/llvm/lld/MachO/Dwarf.h N src/gnu/llvm/lld/MachO/EhFrame.cpp N src/gnu/llvm/lld/MachO/EhFrame.h U src/gnu/llvm/lld/MachO/ExportTrie.cpp U src/gnu/llvm/lld/MachO/ExportTrie.h U src/gnu/llvm/lld/MachO/ICF.cpp U src/gnu/llvm/lld/MachO/ICF.h U src/gnu/llvm/lld/MachO/InputFiles.cpp U src/gnu/llvm/lld/MachO/InputFiles.h U src/gnu/llvm/lld/MachO/InputSection.cpp U src/gnu/llvm/lld/MachO/InputSection.h U src/gnu/llvm/lld/MachO/LTO.cpp U src/gnu/llvm/lld/MachO/LTO.h U src/gnu/llvm/lld/MachO/ObjC.h U src/gnu/llvm/lld/MachO/MachOStructs.h U src/gnu/llvm/lld/MachO/MapFile.cpp U src/gnu/llvm/lld/MachO/MapFile.h U src/gnu/llvm/lld/MachO/MarkLive.cpp U src/gnu/llvm/lld/MachO/MarkLive.h U src/gnu/llvm/lld/MachO/ObjC.cpp U src/gnu/llvm/lld/MachO/Options.td U src/gnu/llvm/lld/MachO/OutputSection.cpp U src/gnu/llvm/lld/MachO/OutputSection.h U src/gnu/llvm/lld/MachO/OutputSegment.cpp U src/gnu/llvm/lld/MachO/OutputSegment.h U src/gnu/llvm/lld/MachO/Relocations.cpp U src/gnu/llvm/lld/MachO/Relocations.h N src/gnu/llvm/lld/MachO/SectionPriorities.cpp N src/gnu/llvm/lld/MachO/SectionPriorities.h U src/gnu/llvm/lld/MachO/SymbolTable.cpp U src/gnu/llvm/lld/MachO/SymbolTable.h U src/gnu/llvm/lld/MachO/Symbols.cpp U src/gnu/llvm/lld/MachO/Symbols.h U src/gnu/llvm/lld/MachO/SyntheticSections.cpp U src/gnu/llvm/lld/MachO/SyntheticSections.h U src/gnu/llvm/lld/MachO/Target.cpp U src/gnu/llvm/lld/MachO/Target.h U src/gnu/llvm/lld/MachO/UnwindInfoSection.cpp U src/gnu/llvm/lld/MachO/UnwindInfoSection.h U src/gnu/llvm/lld/MachO/Writer.cpp U src/gnu/llvm/lld/MachO/Writer.h U src/gnu/llvm/lld/MachO/Arch/ARM.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64Common.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64Common.h U src/gnu/llvm/lld/MachO/Arch/ARM64_32.cpp U src/gnu/llvm/lld/MachO/Arch/X86_64.cpp U src/gnu/llvm/lld/MinGW/CMakeLists.txt U src/gnu/llvm/lld/MinGW/Driver.cpp U src/gnu/llvm/lld/MinGW/Options.td U src/gnu/llvm/lld/cmake/modules/AddLLD.cmake U src/gnu/llvm/lld/cmake/modules/CMakeLists.txt U src/gnu/llvm/lld/cmake/modules/FindVTune.cmake U src/gnu/llvm/lld/cmake/modules/LLDConfig.cmake.in N src/gnu/llvm/lld/cmake/modules/LLDConfigVersion.cmake.in U src/gnu/llvm/lld/docs/CMakeLists.txt U src/gnu/llvm/lld/docs/NewLLD.rst U src/gnu/llvm/lld/docs/Partitions.rst U src/gnu/llvm/lld/docs/README.txt U src/gnu/llvm/lld/docs/ReleaseNotes.rst U src/gnu/llvm/lld/docs/WebAssembly.rst U src/gnu/llvm/lld/docs/conf.py U src/gnu/llvm/lld/docs/error_handling_script.rst U src/gnu/llvm/lld/docs/hello.png U src/gnu/llvm/lld/docs/index.rst C src/gnu/llvm/lld/docs/ld.lld.1 U src/gnu/llvm/lld/docs/make.bat U src/gnu/llvm/lld/docs/missingkeyfunction.rst U src/gnu/llvm/lld/docs/partitions.dot U src/gnu/llvm/lld/docs/partitions.svg U src/gnu/llvm/lld/docs/windows_support.rst U src/gnu/llvm/lld/docs/ELF/linker_script.rst N src/gnu/llvm/lld/docs/ELF/start-stop-gc.rst U src/gnu/llvm/lld/docs/ELF/warn_backrefs.rst N src/gnu/llvm/lld/docs/MachO/index.rst N src/gnu/llvm/lld/docs/MachO/ld64-vs-lld.rst U src/gnu/llvm/lld/docs/_static/favicon.ico U src/gnu/llvm/lld/docs/_templates/indexsidebar.html U src/gnu/llvm/lld/docs/_templates/layout.html U src/gnu/llvm/lld/docs/llvm-theme/layout.html U src/gnu/llvm/lld/docs/llvm-theme/theme.conf U src/gnu/llvm/lld/docs/llvm-theme/static/contents.png U src/gnu/llvm/lld/docs/llvm-theme/static/llvm.css U src/gnu/llvm/lld/docs/llvm-theme/static/logo.png U src/gnu/llvm/lld/docs/llvm-theme/static/navigation.png U src/gnu/llvm/lld/include/lld/Common/Args.h U src/gnu/llvm/lld/include/lld/Common/Arrays.h N src/gnu/llvm/lld/include/lld/Common/CommonLinkerContext.h U src/gnu/llvm/lld/include/lld/Common/DWARF.h U src/gnu/llvm/lld/include/lld/Common/Driver.h U src/gnu/llvm/lld/include/lld/Common/ErrorHandler.h U src/gnu/llvm/lld/include/lld/Common/Filesystem.h U src/gnu/llvm/lld/include/lld/Common/LLVM.h U src/gnu/llvm/lld/include/lld/Common/Memory.h U src/gnu/llvm/lld/include/lld/Common/Reproduce.h U src/gnu/llvm/lld/include/lld/Common/Strings.h U src/gnu/llvm/lld/include/lld/Common/TargetOptionsCommandFlags.h U src/gnu/llvm/lld/include/lld/Common/Timer.h U src/gnu/llvm/lld/include/lld/Common/Version.h U src/gnu/llvm/lld/include/lld/Common/Version.inc.in U src/gnu/llvm/lld/tools/lld/CMakeLists.txt C src/gnu/llvm/lld/tools/lld/lld.cpp U src/gnu/llvm/lld/utils/benchmark.py U src/gnu/llvm/lld/utils/link.yaml U src/gnu/llvm/lld/wasm/CMakeLists.txt U src/gnu/llvm/lld/wasm/Config.h U src/gnu/llvm/lld/wasm/Driver.cpp U src/gnu/llvm/lld/wasm/InputChunks.cpp U src/gnu/llvm/lld/wasm/InputChunks.h U src/gnu/llvm/lld/wasm/InputElement.h U src/gnu/llvm/lld/wasm/InputFiles.cpp U src/gnu/llvm/lld/wasm/InputFiles.h U src/gnu/llvm/lld/wasm/LTO.cpp U src/gnu/llvm/lld/wasm/LTO.h U src/gnu/llvm/lld/wasm/MapFile.cpp U src/gnu/llvm/lld/wasm/MapFile.h U src/gnu/llvm/lld/wasm/MarkLive.cpp U src/gnu/llvm/lld/wasm/MarkLive.h U src/gnu/llvm/lld/wasm/Options.td U src/gnu/llvm/lld/wasm/OutputSections.cpp U src/gnu/llvm/lld/wasm/OutputSections.h U src/gnu/llvm/lld/wasm/OutputSegment.cpp U src/gnu/llvm/lld/wasm/OutputSegment.h U src/gnu/llvm/lld/wasm/Relocations.cpp U src/gnu/llvm/lld/wasm/Relocations.h U src/gnu/llvm/lld/wasm/SymbolTable.cpp U src/gnu/llvm/lld/wasm/SymbolTable.h U src/gnu/llvm/lld/wasm/Symbols.cpp U src/gnu/llvm/lld/wasm/Symbols.h U src/gnu/llvm/lld/wasm/SyntheticSections.cpp U src/gnu/llvm/lld/wasm/SyntheticSections.h U src/gnu/llvm/lld/wasm/Writer.cpp U src/gnu/llvm/lld/wasm/Writer.h U src/gnu/llvm/lld/wasm/WriterUtils.cpp U src/gnu/llvm/lld/wasm/WriterUtils.h 24 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLD:yesterday -jLLD src/gnu/llvm/lld CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:22:11 Modified files: gnu/llvm/lld : CMakeLists.txt gnu/llvm/lld/ELF: Config.h Driver.cpp DriverUtils.cpp InputFiles.cpp InputFiles.h InputSection.cpp LinkerScript.cpp Options.td Relocations.cpp ScriptParser.cpp SymbolTable.cpp Symbols.cpp Symbols.h SyntheticSections.cpp SyntheticSections.h Writer.cpp Writer.h gnu/llvm/lld/ELF/Arch: AArch64.cpp PPC.cpp PPC64.cpp RISCV.cpp X86_64.cpp gnu/llvm/lld/docs: ld.lld.1 gnu/llvm/lld/tools/lld: CMakeLists.txt lld.cpp Removed files: gnu/llvm/lld/docs: AtomLLD.rst Driver.rst Readers.rst design.rst development.rst getting_started.rst open_projects.rst sphinx_intro.rst gnu/llvm/lld/include/lld/Core: AbsoluteAtom.h ArchiveLibraryFile.h Atom.h DefinedAtom.h Error.h File.h Instrumentation.h LinkingContext.h Node.h Pass.h PassManager.h Reader.h Reference.h Resolver.h SharedLibraryAtom.h SharedLibraryFile.h Simple.h SymbolTable.h UndefinedAtom.h Writer.h gnu/llvm/lld/include/lld/ReaderWriter: MachOLinkingContext.h YamlContext.h gnu/llvm/lld/lib: CMakeLists.txt gnu/llvm/lld/lib/Core: CMakeLists.txt DefinedAtom.cpp Error.cpp File.cpp LinkingContext.cpp Reader.cpp Resolver.cpp SymbolTable.cpp Writer.cpp gnu/llvm/lld/lib/Driver: CMakeLists.txt DarwinLdDriver.cpp DarwinLdOptions.td gnu/llvm/lld/lib/ReaderWriter: CMakeLists.txt FileArchive.cpp gnu/llvm/lld/lib/ReaderWriter/MachO: ArchHandler.cpp ArchHandler.h ArchHandler_arm.cpp ArchHandler_arm64.cpp ArchHandler_x86.cpp ArchHandler_x86_64.cpp Atoms.h CMakeLists.txt CompactUnwindPass.cpp DebugInfo.h ExecutableAtoms.h File.h FlatNamespaceFile.h GOTPass.cpp LayoutPass.cpp LayoutPass.h MachOLinkingContext.cpp MachONormalizedFile.h MachONormalizedFileBinaryReader.cpp MachONormalizedFileBinaryUtils.h MachONormalizedFileBinaryWriter.cpp MachONormalizedFileFromAtoms.cpp MachONormalizedFileToAtoms.cpp MachONormalizedFileYAML.cpp MachOPasses.h ObjCPass.cpp SectCreateFile.h ShimPass.cpp StubsPass.cpp TLVPass.cpp WriterMachO.cpp gnu/llvm/lld/lib/ReaderWriter/YAML: CMakeLists.txt ReaderWriterYAML.cpp gnu/llvm/lld/unittests: CMakeLists.txt gnu/llvm/lld/unittests/DriverTests: CMakeLists.txt DarwinLdDriverTest.cpp gnu/llvm/lld/unittests/MachOTests: CMakeLists.txt MachONormalizedFileBinaryReaderTests.cpp MachONormalizedFileBinaryWriterTests.cpp MachONormalizedFileToAtomsTests.cpp MachONormalizedFileYAMLTests.cpp empty_obj_x86_armv7.txt Log message: merge lld-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:23:18 Log message: import lldb from LLVM-16.0.6 Status: Vendor Tag: LLDB Release Tags: LLDB_16_0_6 U src/gnu/llvm/lldb/.clang-format U src/gnu/llvm/lldb/.clang-tidy U src/gnu/llvm/lldb/.gitignore U src/gnu/llvm/lldb/CMakeLists.txt U src/gnu/llvm/lldb/CODE_OWNERS.txt U src/gnu/llvm/lldb/LICENSE.TXT U src/gnu/llvm/lldb/use_lldb_suite_root.py U src/gnu/llvm/lldb/bindings/CMakeLists.txt U src/gnu/llvm/lldb/bindings/headers.swig U src/gnu/llvm/lldb/bindings/interfaces.swig U src/gnu/llvm/lldb/bindings/macros.swig U src/gnu/llvm/lldb/bindings/interface/SBAddress.i U src/gnu/llvm/lldb/bindings/interface/SBAttachInfo.i U src/gnu/llvm/lldb/bindings/interface/SBBlock.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpoint.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpointLocation.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpointName.i U src/gnu/llvm/lldb/bindings/interface/SBBroadcaster.i U src/gnu/llvm/lldb/bindings/interface/SBCommandInterpreter.i U src/gnu/llvm/lldb/bindings/interface/SBCommandInterpreterRunOptions.i U src/gnu/llvm/lldb/bindings/interface/SBCommandReturnObject.i U src/gnu/llvm/lldb/bindings/interface/SBCommunication.i U src/gnu/llvm/lldb/bindings/interface/SBCompileUnit.i U src/gnu/llvm/lldb/bindings/interface/SBData.i U src/gnu/llvm/lldb/bindings/interface/SBDebugger.i U src/gnu/llvm/lldb/bindings/interface/SBDeclaration.i U src/gnu/llvm/lldb/bindings/interface/SBEnvironment.i U src/gnu/llvm/lldb/bindings/interface/SBError.i U src/gnu/llvm/lldb/bindings/interface/SBEvent.i U src/gnu/llvm/lldb/bindings/interface/SBFile.i U src/gnu/llvm/lldb/bindings/interface/SBExecutionContext.i U src/gnu/llvm/lldb/bindings/interface/SBExpressionOptions.i U src/gnu/llvm/lldb/bindings/interface/SBFileSpec.i U src/gnu/llvm/lldb/bindings/interface/SBFileSpecList.i U src/gnu/llvm/lldb/bindings/interface/SBFrame.i U src/gnu/llvm/lldb/bindings/interface/SBFunction.i U src/gnu/llvm/lldb/bindings/interface/SBHostOS.i U src/gnu/llvm/lldb/bindings/interface/SBInstruction.i U src/gnu/llvm/lldb/bindings/interface/SBInstructionList.i U src/gnu/llvm/lldb/bindings/interface/SBLanguageRuntime.i U src/gnu/llvm/lldb/bindings/interface/SBLaunchInfo.i U src/gnu/llvm/lldb/bindings/interface/SBLineEntry.i U src/gnu/llvm/lldb/bindings/interface/SBListener.i U src/gnu/llvm/lldb/bindings/interface/SBMemoryRegionInfo.i U src/gnu/llvm/lldb/bindings/interface/SBMemoryRegionInfoList.i U src/gnu/llvm/lldb/bindings/interface/SBModule.i U src/gnu/llvm/lldb/bindings/interface/SBModuleSpec.i U src/gnu/llvm/lldb/bindings/interface/SBPlatform.i U src/gnu/llvm/lldb/bindings/interface/SBProcess.i U src/gnu/llvm/lldb/bindings/interface/SBProcessInfo.i U src/gnu/llvm/lldb/bindings/interface/SBQueue.i U src/gnu/llvm/lldb/bindings/interface/SBQueueItem.i U src/gnu/llvm/lldb/bindings/interface/SBReproducer.i U src/gnu/llvm/lldb/bindings/interface/SBSection.i U src/gnu/llvm/lldb/bindings/interface/SBSourceManager.i U src/gnu/llvm/lldb/bindings/interface/SBStream.i U src/gnu/llvm/lldb/bindings/interface/SBStringList.i U src/gnu/llvm/lldb/bindings/interface/SBStructuredData.i U src/gnu/llvm/lldb/bindings/interface/SBSymbol.i U src/gnu/llvm/lldb/bindings/interface/SBSymbolContext.i U src/gnu/llvm/lldb/bindings/interface/SBSymbolContextList.i U src/gnu/llvm/lldb/bindings/interface/SBTarget.i U src/gnu/llvm/lldb/bindings/interface/SBThread.i U src/gnu/llvm/lldb/bindings/interface/SBThreadCollection.i U src/gnu/llvm/lldb/bindings/interface/SBThreadPlan.i U src/gnu/llvm/lldb/bindings/interface/SBTrace.i N src/gnu/llvm/lldb/bindings/interface/SBTraceCursor.i U src/gnu/llvm/lldb/bindings/interface/SBType.i U src/gnu/llvm/lldb/bindings/interface/SBTypeCategory.i U src/gnu/llvm/lldb/bindings/interface/SBTypeEnumMember.i U src/gnu/llvm/lldb/bindings/interface/SBTypeFilter.i U src/gnu/llvm/lldb/bindings/interface/SBTypeFormat.i U src/gnu/llvm/lldb/bindings/interface/SBTypeNameSpecifier.i U src/gnu/llvm/lldb/bindings/interface/SBTypeSummary.i U src/gnu/llvm/lldb/bindings/interface/SBTypeSynthetic.i U src/gnu/llvm/lldb/bindings/interface/SBUnixSignals.i U src/gnu/llvm/lldb/bindings/interface/SBValue.i U src/gnu/llvm/lldb/bindings/interface/SBValueList.i U src/gnu/llvm/lldb/bindings/interface/SBVariablesOptions.i U src/gnu/llvm/lldb/bindings/interface/SBWatchpoint.i U src/gnu/llvm/lldb/bindings/lua/CMakeLists.txt U src/gnu/llvm/lldb/bindings/lua/lua-swigsafecast.swig U src/gnu/llvm/lldb/bindings/lua/lua-typemaps.swig U src/gnu/llvm/lldb/bindings/lua/lua-wrapper.swig U src/gnu/llvm/lldb/bindings/lua/lua.swig U src/gnu/llvm/lldb/bindings/python/CMakeLists.txt U src/gnu/llvm/lldb/bindings/python/createPythonInit.py N src/gnu/llvm/lldb/bindings/python/get-python-config.py N src/gnu/llvm/lldb/bindings/python/lldb-python U src/gnu/llvm/lldb/bindings/python/python-extensions.swig U src/gnu/llvm/lldb/bindings/python/python-swigsafecast.swig U src/gnu/llvm/lldb/bindings/python/python-typemaps.h U src/gnu/llvm/lldb/bindings/python/python-typemaps.swig U src/gnu/llvm/lldb/bindings/python/python-wrapper.swig U src/gnu/llvm/lldb/bindings/python/python.swig U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-Linux.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-Xcode.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-base.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-macOS.cmake U src/gnu/llvm/lldb/cmake/modules/AddLLDB.cmake U src/gnu/llvm/lldb/cmake/modules/FindCursesAndPanel.cmake U src/gnu/llvm/lldb/cmake/modules/FindLuaAndSwig.cmake U src/gnu/llvm/lldb/cmake/modules/FindPythonAndSwig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBConfig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBFramework.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBGenerateConfig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBStandalone.cmake U src/gnu/llvm/lldb/cmake/modules/debugserverConfig.cmake U src/gnu/llvm/lldb/docs/.htaccess U src/gnu/llvm/lldb/docs/CMakeLists.txt U src/gnu/llvm/lldb/docs/conf.py U src/gnu/llvm/lldb/docs/doxygen-mainpage.dox U src/gnu/llvm/lldb/docs/doxygen.cfg.in U src/gnu/llvm/lldb/docs/index.rst U src/gnu/llvm/lldb/docs/lldb-for-gdb-users.txt U src/gnu/llvm/lldb/docs/lldb-gdb-remote.txt U src/gnu/llvm/lldb/docs/lldb-platform-packets.txt U src/gnu/llvm/lldb/docs/python_api.rst U src/gnu/llvm/lldb/docs/python_api_enums.rst U src/gnu/llvm/lldb/docs/_lldb/__init__.py U src/gnu/llvm/lldb/docs/_static/lldb.css U src/gnu/llvm/lldb/docs/design/overview.rst U src/gnu/llvm/lldb/docs/design/sbapi.rst U src/gnu/llvm/lldb/docs/man/lldb-server.rst C src/gnu/llvm/lldb/docs/man/lldb.rst U src/gnu/llvm/lldb/docs/resources/bots.rst U src/gnu/llvm/lldb/docs/resources/build.rst U src/gnu/llvm/lldb/docs/resources/caveats.rst U src/gnu/llvm/lldb/docs/resources/contributing.rst N src/gnu/llvm/lldb/docs/resources/fuzzing.rst U src/gnu/llvm/lldb/docs/resources/test.rst U src/gnu/llvm/lldb/docs/status/features.rst U src/gnu/llvm/lldb/docs/status/goals.rst U src/gnu/llvm/lldb/docs/status/projects.rst U src/gnu/llvm/lldb/docs/status/releases.rst U src/gnu/llvm/lldb/docs/status/status.rst U src/gnu/llvm/lldb/docs/testsuite/a-detailed-walkthrough.txt N src/gnu/llvm/lldb/docs/use/extensions.rst U src/gnu/llvm/lldb/docs/use/formatting.rst N src/gnu/llvm/lldb/docs/use/intel_pt.rst N src/gnu/llvm/lldb/docs/use/links.rst U src/gnu/llvm/lldb/docs/use/map.rst N src/gnu/llvm/lldb/docs/use/ondemand.rst U src/gnu/llvm/lldb/docs/use/python-reference.rst U src/gnu/llvm/lldb/docs/use/python.rst U src/gnu/llvm/lldb/docs/use/qemu-testing.rst U src/gnu/llvm/lldb/docs/use/remote.rst U src/gnu/llvm/lldb/docs/use/symbolication.rst U src/gnu/llvm/lldb/docs/use/symbols.rst U src/gnu/llvm/lldb/docs/use/troubleshooting.rst U src/gnu/llvm/lldb/docs/use/tutorial.rst U src/gnu/llvm/lldb/docs/use/variable.rst U src/gnu/llvm/lldb/examples/customization/bin-utils/.lldbinit U src/gnu/llvm/lldb/examples/customization/bin-utils/README U src/gnu/llvm/lldb/examples/customization/bin-utils/binutils.py U src/gnu/llvm/lldb/examples/customization/import-python/README U src/gnu/llvm/lldb/examples/customization/import-python/importcmd.py U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/.lldbinit U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/README U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/utils.py U src/gnu/llvm/lldb/examples/darwin/heap_find/heap.py U src/gnu/llvm/lldb/examples/darwin/heap_find/heap/Makefile U src/gnu/llvm/lldb/examples/darwin/heap_find/heap/heap_find.cpp U src/gnu/llvm/lldb/examples/functions/Makefile U src/gnu/llvm/lldb/examples/functions/main.cpp U src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp U src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/Makefile U src/gnu/llvm/lldb/examples/lookup/Makefile U src/gnu/llvm/lldb/examples/lookup/main.cpp U src/gnu/llvm/lldb/examples/plugins/commands/fooplugin.cpp U src/gnu/llvm/lldb/examples/python/armv7_cortex_m_target_defintion.py U src/gnu/llvm/lldb/examples/python/bsd.py U src/gnu/llvm/lldb/examples/python/cmdtemplate.py U src/gnu/llvm/lldb/examples/python/crashlog.py U src/gnu/llvm/lldb/examples/python/delta.py U src/gnu/llvm/lldb/examples/python/diagnose_nsstring.py U src/gnu/llvm/lldb/examples/python/diagnose_unwind.py U src/gnu/llvm/lldb/examples/python/dict_utils.py U src/gnu/llvm/lldb/examples/python/disasm-stress-test.py U src/gnu/llvm/lldb/examples/python/disasm.py U src/gnu/llvm/lldb/examples/python/disassembly_mode.py U src/gnu/llvm/lldb/examples/python/file_extract.py U src/gnu/llvm/lldb/examples/python/gdb_disassemble.py U src/gnu/llvm/lldb/examples/python/gdbremote.py U src/gnu/llvm/lldb/examples/python/globals.py U src/gnu/llvm/lldb/examples/python/in_call_stack.py U src/gnu/llvm/lldb/examples/python/jump.py U src/gnu/llvm/lldb/examples/python/lldb_module_utils.py U src/gnu/llvm/lldb/examples/python/lldbtk.py U src/gnu/llvm/lldb/examples/python/mach_o.py U src/gnu/llvm/lldb/examples/python/memory.py U src/gnu/llvm/lldb/examples/python/operating_system.py U src/gnu/llvm/lldb/examples/python/performance.py U src/gnu/llvm/lldb/examples/python/process_events.py U src/gnu/llvm/lldb/examples/python/pytracer.py U src/gnu/llvm/lldb/examples/python/sbvalue.py U src/gnu/llvm/lldb/examples/python/scripted_step.py U src/gnu/llvm/lldb/examples/python/shadow.py U src/gnu/llvm/lldb/examples/python/sources.py U src/gnu/llvm/lldb/examples/python/stacks.py U src/gnu/llvm/lldb/examples/python/step_and_print.py U src/gnu/llvm/lldb/examples/python/symbolication.py U src/gnu/llvm/lldb/examples/python/types.py U src/gnu/llvm/lldb/examples/python/x86_64_linux_target_definition.py U src/gnu/llvm/lldb/examples/python/x86_64_qemu_target_definition.py U src/gnu/llvm/lldb/examples/python/x86_64_target_definition.py N src/gnu/llvm/lldb/examples/python/scripted_process/crashlog_scripted_process.py N src/gnu/llvm/lldb/examples/python/scripted_process/scripted_platform.py U src/gnu/llvm/lldb/examples/python/scripted_process/scripted_process.py U src/gnu/llvm/lldb/examples/scripting/dictionary.c U src/gnu/llvm/lldb/examples/scripting/tree_utils.py U src/gnu/llvm/lldb/examples/summaries/essentials U src/gnu/llvm/lldb/examples/summaries/lldb U src/gnu/llvm/lldb/examples/summaries/objc.py U src/gnu/llvm/lldb/examples/summaries/pysummary.py U src/gnu/llvm/lldb/examples/summaries/sp_cp.py U src/gnu/llvm/lldb/examples/summaries/synth.py U src/gnu/llvm/lldb/examples/summaries/unicode_strings.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFArray.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBag.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBitVector.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFDictionary.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFString.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Class.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Logger.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSBundle.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSData.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSDate.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSException.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSIndexSet.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSMachPort.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSNotification.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSNumber.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSSet.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSURL.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Selector.py U src/gnu/llvm/lldb/examples/summaries/cocoa/attrib_fromdict.py U src/gnu/llvm/lldb/examples/summaries/cocoa/cache.py U src/gnu/llvm/lldb/examples/summaries/cocoa/metrics.py U src/gnu/llvm/lldb/examples/summaries/cocoa/objc_runtime.py U src/gnu/llvm/lldb/examples/synthetic/gnu_libstdcpp.py U src/gnu/llvm/lldb/examples/synthetic/libcxx.py U src/gnu/llvm/lldb/examples/synthetic/unordered_multi.py U src/gnu/llvm/lldb/examples/synthetic/bitfield/example.py U src/gnu/llvm/lldb/examples/synthetic/bitfield/program.cpp N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/example.py N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/lldb-commands N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/program.cpp U src/gnu/llvm/lldb/examples/test/.lldb-loggings U src/gnu/llvm/lldb/examples/test/.lldb-pre-post-flight U src/gnu/llvm/lldb/examples/test/.lldb-pre-post-flight.bad U src/gnu/llvm/lldb/examples/test/.lldbtest-config U src/gnu/llvm/lldb/examples/test/.lldbtest-config2 U src/gnu/llvm/lldb/examples/test/lldbtest-stderr U src/gnu/llvm/lldb/examples/test/lldbtest-stdout U src/gnu/llvm/lldb/examples/test/usage-config U src/gnu/llvm/lldb/examples/test/usage-lldb-loggings U src/gnu/llvm/lldb/examples/test/usage-pre-post-flight U src/gnu/llvm/lldb/examples/test/tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt U src/gnu/llvm/lldb/examples/test/tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt U src/gnu/llvm/lldb/include/lldb/lldb-defines.h U src/gnu/llvm/lldb/include/lldb/lldb-enumerations.h U src/gnu/llvm/lldb/include/lldb/lldb-forward.h U src/gnu/llvm/lldb/include/lldb/lldb-private-enumerations.h U src/gnu/llvm/lldb/include/lldb/lldb-private-forward.h U src/gnu/llvm/lldb/include/lldb/lldb-private-interfaces.h U src/gnu/llvm/lldb/include/lldb/lldb-private-types.h U src/gnu/llvm/lldb/include/lldb/lldb-private.h U src/gnu/llvm/lldb/include/lldb/lldb-public.h U src/gnu/llvm/lldb/include/lldb/lldb-types.h U src/gnu/llvm/lldb/include/lldb/lldb-versioning.h U src/gnu/llvm/lldb/include/lldb/module.modulemap U src/gnu/llvm/lldb/include/lldb/API/LLDB.h U src/gnu/llvm/lldb/include/lldb/API/SBAddress.h U src/gnu/llvm/lldb/include/lldb/API/SBAttachInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBBlock.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpoint.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpointLocation.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpointName.h U src/gnu/llvm/lldb/include/lldb/API/SBBroadcaster.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandInterpreter.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandInterpreterRunOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandReturnObject.h U src/gnu/llvm/lldb/include/lldb/API/SBCommunication.h U src/gnu/llvm/lldb/include/lldb/API/SBCompileUnit.h U src/gnu/llvm/lldb/include/lldb/API/SBData.h U src/gnu/llvm/lldb/include/lldb/API/SBDebugger.h U src/gnu/llvm/lldb/include/lldb/API/SBDeclaration.h U src/gnu/llvm/lldb/include/lldb/API/SBDefines.h U src/gnu/llvm/lldb/include/lldb/API/SBEnvironment.h U src/gnu/llvm/lldb/include/lldb/API/SBError.h U src/gnu/llvm/lldb/include/lldb/API/SBEvent.h U src/gnu/llvm/lldb/include/lldb/API/SBExecutionContext.h U src/gnu/llvm/lldb/include/lldb/API/SBExpressionOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBFile.h U src/gnu/llvm/lldb/include/lldb/API/SBFileSpec.h U src/gnu/llvm/lldb/include/lldb/API/SBFileSpecList.h U src/gnu/llvm/lldb/include/lldb/API/SBFrame.h U src/gnu/llvm/lldb/include/lldb/API/SBFunction.h U src/gnu/llvm/lldb/include/lldb/API/SBHostOS.h U src/gnu/llvm/lldb/include/lldb/API/SBInstruction.h U src/gnu/llvm/lldb/include/lldb/API/SBInstructionList.h U src/gnu/llvm/lldb/include/lldb/API/SBLanguageRuntime.h U src/gnu/llvm/lldb/include/lldb/API/SBLaunchInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBLineEntry.h U src/gnu/llvm/lldb/include/lldb/API/SBListener.h U src/gnu/llvm/lldb/include/lldb/API/SBMemoryRegionInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBMemoryRegionInfoList.h U src/gnu/llvm/lldb/include/lldb/API/SBModule.h U src/gnu/llvm/lldb/include/lldb/API/SBModuleSpec.h U src/gnu/llvm/lldb/include/lldb/API/SBPlatform.h U src/gnu/llvm/lldb/include/lldb/API/SBProcess.h U src/gnu/llvm/lldb/include/lldb/API/SBProcessInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBQueue.h U src/gnu/llvm/lldb/include/lldb/API/SBQueueItem.h U src/gnu/llvm/lldb/include/lldb/API/SBReproducer.h U src/gnu/llvm/lldb/include/lldb/API/SBSection.h U src/gnu/llvm/lldb/include/lldb/API/SBSourceManager.h U src/gnu/llvm/lldb/include/lldb/API/SBStream.h U src/gnu/llvm/lldb/include/lldb/API/SBStringList.h U src/gnu/llvm/lldb/include/lldb/API/SBStructuredData.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbol.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbolContext.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbolContextList.h U src/gnu/llvm/lldb/include/lldb/API/SBTarget.h U src/gnu/llvm/lldb/include/lldb/API/SBThread.h U src/gnu/llvm/lldb/include/lldb/API/SBThreadCollection.h U src/gnu/llvm/lldb/include/lldb/API/SBThreadPlan.h U src/gnu/llvm/lldb/include/lldb/API/SBTrace.h N src/gnu/llvm/lldb/include/lldb/API/SBTraceCursor.h U src/gnu/llvm/lldb/include/lldb/API/SBType.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeCategory.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeEnumMember.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeFilter.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeFormat.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeNameSpecifier.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeSummary.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeSynthetic.h U src/gnu/llvm/lldb/include/lldb/API/SBUnixSignals.h U src/gnu/llvm/lldb/include/lldb/API/SBValue.h U src/gnu/llvm/lldb/include/lldb/API/SBValueList.h U src/gnu/llvm/lldb/include/lldb/API/SBVariablesOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBWatchpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Breakpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointID.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointIDList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocation.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocationList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointName.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointOptions.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolver.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Stoppoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverName.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointSite.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointSiteList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointHitCounter.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointSite.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Watchpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/WatchpointList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/WatchpointOptions.h U src/gnu/llvm/lldb/include/lldb/Core/Address.h U src/gnu/llvm/lldb/include/lldb/Core/AddressRange.h U src/gnu/llvm/lldb/include/lldb/Core/AddressResolver.h U src/gnu/llvm/lldb/include/lldb/Core/AddressResolverFileLine.h U src/gnu/llvm/lldb/include/lldb/Core/Architecture.h U src/gnu/llvm/lldb/include/lldb/Core/Communication.h N src/gnu/llvm/lldb/include/lldb/Core/DataFileCache.h U src/gnu/llvm/lldb/include/lldb/Core/Debugger.h N src/gnu/llvm/lldb/include/lldb/Core/DebuggerEvents.h U src/gnu/llvm/lldb/include/lldb/Core/Declaration.h U src/gnu/llvm/lldb/include/lldb/Core/Disassembler.h U src/gnu/llvm/lldb/include/lldb/Core/DumpDataExtractor.h U src/gnu/llvm/lldb/include/lldb/Core/DumpRegisterValue.h U src/gnu/llvm/lldb/include/lldb/Core/EmulateInstruction.h U src/gnu/llvm/lldb/include/lldb/Core/FileLineResolver.h U src/gnu/llvm/lldb/include/lldb/Core/FileSpecList.h U src/gnu/llvm/lldb/include/lldb/Core/FormatEntity.h U src/gnu/llvm/lldb/include/lldb/Core/Highlighter.h U src/gnu/llvm/lldb/include/lldb/Core/IOHandler.h U src/gnu/llvm/lldb/include/lldb/Core/IOHandlerCursesGUI.h U src/gnu/llvm/lldb/include/lldb/Core/IOStreamMacros.h U src/gnu/llvm/lldb/include/lldb/Core/LoadedModuleInfoList.h U src/gnu/llvm/lldb/include/lldb/Core/Mangled.h U src/gnu/llvm/lldb/include/lldb/Core/MappedHash.h U src/gnu/llvm/lldb/include/lldb/Core/Module.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleChild.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleList.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleSpec.h U src/gnu/llvm/lldb/include/lldb/Core/Opcode.h U src/gnu/llvm/lldb/include/lldb/Core/PluginInterface.h U src/gnu/llvm/lldb/include/lldb/Core/PluginManager.h U src/gnu/llvm/lldb/include/lldb/Core/Progress.h U src/gnu/llvm/lldb/include/lldb/Core/PropertiesBase.td U src/gnu/llvm/lldb/include/lldb/Core/RichManglingContext.h U src/gnu/llvm/lldb/include/lldb/Core/SearchFilter.h U src/gnu/llvm/lldb/include/lldb/Core/Section.h U src/gnu/llvm/lldb/include/lldb/Core/SourceLocationSpec.h U src/gnu/llvm/lldb/include/lldb/Core/SourceManager.h U src/gnu/llvm/lldb/include/lldb/Core/StreamAsynchronousIO.h U src/gnu/llvm/lldb/include/lldb/Core/StreamBuffer.h U src/gnu/llvm/lldb/include/lldb/Core/StreamFile.h U src/gnu/llvm/lldb/include/lldb/Core/StructuredDataImpl.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeDenseMap.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeDenseSet.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeValue.h N src/gnu/llvm/lldb/include/lldb/Core/ThreadedCommunication.h U src/gnu/llvm/lldb/include/lldb/Core/UniqueCStringMap.h U src/gnu/llvm/lldb/include/lldb/Core/UserSettingsController.h U src/gnu/llvm/lldb/include/lldb/Core/Value.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObject.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectCast.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectChild.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResult.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultCast.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultChild.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectList.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultImpl.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectDynamicValue.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectMemory.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectRegister.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectUpdater.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectVariable.h U src/gnu/llvm/lldb/include/lldb/Core/dwarf.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/DataVisualization.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatCache.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatClasses.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatManager.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormattersContainer.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormattersHelpers.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/LanguageCategory.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/StringPrinter.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeCategory.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeCategoryMap.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeFormat.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeSummary.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeSynthetic.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/VectorIterator.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/VectorType.h U src/gnu/llvm/lldb/include/lldb/Expression/DWARFExpression.h N src/gnu/llvm/lldb/include/lldb/Expression/DWARFExpressionList.h U src/gnu/llvm/lldb/include/lldb/Expression/DiagnosticManager.h U src/gnu/llvm/lldb/include/lldb/Expression/DynamicCheckerFunctions.h U src/gnu/llvm/lldb/include/lldb/Expression/Expression.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionParser.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionSourceCode.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionVariable.h U src/gnu/llvm/lldb/include/lldb/Expression/FunctionCaller.h U src/gnu/llvm/lldb/include/lldb/Expression/IRExecutionUnit.h U src/gnu/llvm/lldb/include/lldb/Expression/IRInterpreter.h U src/gnu/llvm/lldb/include/lldb/Expression/IRMemoryMap.h U src/gnu/llvm/lldb/include/lldb/Expression/LLVMUserExpression.h U src/gnu/llvm/lldb/include/lldb/Expression/Materializer.h U src/gnu/llvm/lldb/include/lldb/Expression/REPL.h U src/gnu/llvm/lldb/include/lldb/Expression/UserExpression.h U src/gnu/llvm/lldb/include/lldb/Expression/UtilityFunction.h U src/gnu/llvm/lldb/include/lldb/Host/Config.h.cmake U src/gnu/llvm/lldb/include/lldb/Host/ConnectionFileDescriptor.h U src/gnu/llvm/lldb/include/lldb/Host/Debug.h U src/gnu/llvm/lldb/include/lldb/Host/Editline.h U src/gnu/llvm/lldb/include/lldb/Host/File.h U src/gnu/llvm/lldb/include/lldb/Host/FileAction.h U src/gnu/llvm/lldb/include/lldb/Host/FileCache.h U src/gnu/llvm/lldb/include/lldb/Host/FileSystem.h U src/gnu/llvm/lldb/include/lldb/Host/Host.h U src/gnu/llvm/lldb/include/lldb/Host/HostGetOpt.h U src/gnu/llvm/lldb/include/lldb/Host/HostInfo.h U src/gnu/llvm/lldb/include/lldb/Host/HostInfoBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeProcess.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeProcessBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThread.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThreadBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThreadForward.h U src/gnu/llvm/lldb/include/lldb/Host/HostProcess.h U src/gnu/llvm/lldb/include/lldb/Host/HostThread.h U src/gnu/llvm/lldb/include/lldb/Host/LZMA.h U src/gnu/llvm/lldb/include/lldb/Host/LockFile.h U src/gnu/llvm/lldb/include/lldb/Host/LockFileBase.h U src/gnu/llvm/lldb/include/lldb/Host/MainLoop.h U src/gnu/llvm/lldb/include/lldb/Host/MainLoopBase.h U src/gnu/llvm/lldb/include/lldb/Host/MonitoringProcessLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/OptionParser.h U src/gnu/llvm/lldb/include/lldb/Host/Pipe.h U src/gnu/llvm/lldb/include/lldb/Host/PipeBase.h U src/gnu/llvm/lldb/include/lldb/Host/PosixApi.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessLaunchInfo.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessRunLock.h U src/gnu/llvm/lldb/include/lldb/Host/PseudoTerminal.h U src/gnu/llvm/lldb/include/lldb/Host/SafeMachO.h U src/gnu/llvm/lldb/include/lldb/Host/Socket.h U src/gnu/llvm/lldb/include/lldb/Host/SocketAddress.h U src/gnu/llvm/lldb/include/lldb/Host/Terminal.h U src/gnu/llvm/lldb/include/lldb/Host/ThreadLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/Time.h U src/gnu/llvm/lldb/include/lldb/Host/XML.h U src/gnu/llvm/lldb/include/lldb/Host/android/HostInfoAndroid.h U src/gnu/llvm/lldb/include/lldb/Host/common/GetOptInc.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeBreakpointList.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeProcessProtocol.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeRegisterContext.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeThreadProtocol.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeWatchpointList.h U src/gnu/llvm/lldb/include/lldb/Host/common/TCPSocket.h U src/gnu/llvm/lldb/include/lldb/Host/common/UDPSocket.h U src/gnu/llvm/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h U src/gnu/llvm/lldb/include/lldb/Host/linux/AbstractSocket.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Host.h U src/gnu/llvm/lldb/include/lldb/Host/linux/HostInfoLinux.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Ptrace.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Support.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Uio.h U src/gnu/llvm/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h U src/gnu/llvm/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h U src/gnu/llvm/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h C src/gnu/llvm/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h U src/gnu/llvm/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/DomainSocket.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostInfoPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostProcessPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostThreadPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/LockFilePosix.h N src/gnu/llvm/lldb/include/lldb/Host/posix/MainLoopPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/PipePosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h U src/gnu/llvm/lldb/include/lldb/Host/windows/AutoHandle.h U src/gnu/llvm/lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostInfoWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostProcessWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostThreadWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/LockFileWindows.h N src/gnu/llvm/lldb/include/lldb/Host/windows/MainLoopWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/PipeWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/PosixApi.h U src/gnu/llvm/lldb/include/lldb/Host/windows/ProcessLauncherWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/windows.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemInitializer.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemInitializerCommon.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemLifetimeManager.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandAlias.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandCompletions.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandHistory.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandInterpreter.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandObject.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandObjectMultiword.h N src/gnu/llvm/lldb/include/lldb/Interpreter/CommandOptionArgumentTable.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandOptionValidators.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandReturnObject.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionArgParser.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupBoolean.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupFile.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupFormat.h N src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupMemoryTag.h U src/gnu/llvm/lldb/include/lldb/Interpreter/Options.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupPlatform.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupString.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupUInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupUUID.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupVariable.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValue.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArch.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArgs.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArray.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueBoolean.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueChar.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFormat.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueDictionary.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueEnumeration.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileColonLine.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileSpec.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueLanguage.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValuePathMappings.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueProperties.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueRegex.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueSInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueString.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueUInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueUUID.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValues.h U src/gnu/llvm/lldb/include/lldb/Interpreter/Property.h U src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptInterpreter.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedInterface.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedMetadata.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedPlatformInterface.h U src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h U src/gnu/llvm/lldb/include/lldb/Symbol/ArmUnwindInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/Block.h U src/gnu/llvm/lldb/include/lldb/Symbol/CallFrameInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompactUnwindInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompileUnit.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerDecl.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerDeclContext.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerType.h U src/gnu/llvm/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/DebugMacros.h U src/gnu/llvm/lldb/include/lldb/Symbol/DeclVendor.h U src/gnu/llvm/lldb/include/lldb/Symbol/FuncUnwinders.h U src/gnu/llvm/lldb/include/lldb/Symbol/Function.h U src/gnu/llvm/lldb/include/lldb/Symbol/LineEntry.h U src/gnu/llvm/lldb/include/lldb/Symbol/LineTable.h U src/gnu/llvm/lldb/include/lldb/Symbol/LocateSymbolFile.h U src/gnu/llvm/lldb/include/lldb/Symbol/ObjectContainer.h U src/gnu/llvm/lldb/include/lldb/Symbol/ObjectFile.h U src/gnu/llvm/lldb/include/lldb/Symbol/PostfixExpression.h U src/gnu/llvm/lldb/include/lldb/Symbol/Symbol.h U src/gnu/llvm/lldb/include/lldb/Symbol/SourceModule.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolContext.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolContextScope.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolFile.h N src/gnu/llvm/lldb/include/lldb/Symbol/SymbolFileOnDemand.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolVendor.h U src/gnu/llvm/lldb/include/lldb/Symbol/Symtab.h U src/gnu/llvm/lldb/include/lldb/Symbol/TaggedASTType.h U src/gnu/llvm/lldb/include/lldb/Symbol/Type.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeList.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeMap.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeSystem.h U src/gnu/llvm/lldb/include/lldb/Symbol/UnwindPlan.h U src/gnu/llvm/lldb/include/lldb/Symbol/UnwindTable.h U src/gnu/llvm/lldb/include/lldb/Symbol/Variable.h U src/gnu/llvm/lldb/include/lldb/Symbol/VariableList.h U src/gnu/llvm/lldb/include/lldb/Target/ABI.h N src/gnu/llvm/lldb/include/lldb/Target/AppleArm64ExceptionClass.def N src/gnu/llvm/lldb/include/lldb/Target/AppleArm64ExceptionClass.h U src/gnu/llvm/lldb/include/lldb/Target/AssertFrameRecognizer.h U src/gnu/llvm/lldb/include/lldb/Target/DynamicLoader.h N src/gnu/llvm/lldb/include/lldb/Target/DynamicRegisterInfo.h U src/gnu/llvm/lldb/include/lldb/Target/ExecutionContext.h U src/gnu/llvm/lldb/include/lldb/Target/ExecutionContextScope.h U src/gnu/llvm/lldb/include/lldb/Target/InstrumentationRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h U src/gnu/llvm/lldb/include/lldb/Target/JITLoader.h U src/gnu/llvm/lldb/include/lldb/Target/JITLoaderList.h U src/gnu/llvm/lldb/include/lldb/Target/Language.h U src/gnu/llvm/lldb/include/lldb/Target/LanguageRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/Memory.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryHistory.h U src/gnu/llvm/lldb/include/lldb/Target/Platform.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryRegionInfo.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryTagManager.h N src/gnu/llvm/lldb/include/lldb/Target/MemoryTagMap.h U src/gnu/llvm/lldb/include/lldb/Target/ModuleCache.h U src/gnu/llvm/lldb/include/lldb/Target/OperatingSystem.h U src/gnu/llvm/lldb/include/lldb/Target/PathMappingList.h U src/gnu/llvm/lldb/include/lldb/Target/PostMortemProcess.h U src/gnu/llvm/lldb/include/lldb/Target/Process.h U src/gnu/llvm/lldb/include/lldb/Target/ProcessStructReader.h U src/gnu/llvm/lldb/include/lldb/Target/ProcessTrace.h U src/gnu/llvm/lldb/include/lldb/Target/Queue.h U src/gnu/llvm/lldb/include/lldb/Target/QueueItem.h U src/gnu/llvm/lldb/include/lldb/Target/QueueList.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterCheckpoint.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterContext.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterContextUnwind.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterNumber.h U src/gnu/llvm/lldb/include/lldb/Target/RemoteAwarePlatform.h U src/gnu/llvm/lldb/include/lldb/Target/Runtime.h U src/gnu/llvm/lldb/include/lldb/Target/StackID.h U src/gnu/llvm/lldb/include/lldb/Target/SectionLoadList.h U src/gnu/llvm/lldb/include/lldb/Target/SectionLoadHistory.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrame.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrameList.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrameRecognizer.h N src/gnu/llvm/lldb/include/lldb/Target/Statistics.h U src/gnu/llvm/lldb/include/lldb/Target/StopInfo.h U src/gnu/llvm/lldb/include/lldb/Target/StructuredDataPlugin.h U src/gnu/llvm/lldb/include/lldb/Target/SystemRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/Target.h U src/gnu/llvm/lldb/include/lldb/Target/TargetList.h U src/gnu/llvm/lldb/include/lldb/Target/Thread.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadCollection.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadList.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlan.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanBase.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallFunction.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h U src/gnu/llvm/lldb/include/lldb/Target/Trace.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanPython.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanRunToAddress.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStack.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepInRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepInstruction.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOut.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOverRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepThrough.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepUntil.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanTracer.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadSpec.h U src/gnu/llvm/lldb/include/lldb/Target/TraceCursor.h N src/gnu/llvm/lldb/include/lldb/Target/TraceDumper.h U src/gnu/llvm/lldb/include/lldb/Target/TraceExporter.h U src/gnu/llvm/lldb/include/lldb/Target/UnixSignals.h U src/gnu/llvm/lldb/include/lldb/Target/Unwind.h U src/gnu/llvm/lldb/include/lldb/Target/UnwindAssembly.h U src/gnu/llvm/lldb/include/lldb/Target/UnwindLLDB.h U src/gnu/llvm/lldb/include/lldb/Utility/AnsiTerminal.h C src/gnu/llvm/lldb/include/lldb/Utility/ArchSpec.h U src/gnu/llvm/lldb/include/lldb/Utility/Args.h U src/gnu/llvm/lldb/include/lldb/Utility/Baton.h U src/gnu/llvm/lldb/include/lldb/Utility/Broadcaster.h U src/gnu/llvm/lldb/include/lldb/Utility/Cloneable.h U src/gnu/llvm/lldb/include/lldb/Utility/CompletionRequest.h U src/gnu/llvm/lldb/include/lldb/Utility/Connection.h U src/gnu/llvm/lldb/include/lldb/Utility/ConstString.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBuffer.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBufferHeap.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBufferLLVM.h U src/gnu/llvm/lldb/include/lldb/Utility/DataEncoder.h U src/gnu/llvm/lldb/include/lldb/Utility/DataExtractor.h N src/gnu/llvm/lldb/include/lldb/Utility/Diagnostics.h U src/gnu/llvm/lldb/include/lldb/Utility/Endian.h U src/gnu/llvm/lldb/include/lldb/Utility/Environment.h U src/gnu/llvm/lldb/include/lldb/Utility/Event.h U src/gnu/llvm/lldb/include/lldb/Utility/FileSpec.h U src/gnu/llvm/lldb/include/lldb/Utility/Flags.h U src/gnu/llvm/lldb/include/lldb/Utility/GDBRemote.h U src/gnu/llvm/lldb/include/lldb/Utility/IOObject.h N src/gnu/llvm/lldb/include/lldb/Utility/Instrumentation.h U src/gnu/llvm/lldb/include/lldb/Utility/Iterable.h U src/gnu/llvm/lldb/include/lldb/Utility/LLDBAssert.h N src/gnu/llvm/lldb/include/lldb/Utility/LLDBLog.h U src/gnu/llvm/lldb/include/lldb/Utility/Listener.h U src/gnu/llvm/lldb/include/lldb/Utility/Log.h U src/gnu/llvm/lldb/include/lldb/Utility/NameMatches.h U src/gnu/llvm/lldb/include/lldb/Utility/OptionDefinition.h U src/gnu/llvm/lldb/include/lldb/Utility/Predicate.h U src/gnu/llvm/lldb/include/lldb/Utility/ProcessInfo.h U src/gnu/llvm/lldb/include/lldb/Utility/RangeMap.h U src/gnu/llvm/lldb/include/lldb/Utility/RegisterValue.h U src/gnu/llvm/lldb/include/lldb/Utility/RegularExpression.h U src/gnu/llvm/lldb/include/lldb/Utility/Scalar.h U src/gnu/llvm/lldb/include/lldb/Utility/SelectHelper.h U src/gnu/llvm/lldb/include/lldb/Utility/SharedCluster.h U src/gnu/llvm/lldb/include/lldb/Utility/State.h U src/gnu/llvm/lldb/include/lldb/Utility/Status.h U src/gnu/llvm/lldb/include/lldb/Utility/Stream.h U src/gnu/llvm/lldb/include/lldb/Utility/StreamString.h U src/gnu/llvm/lldb/include/lldb/Utility/StreamTee.h U src/gnu/llvm/lldb/include/lldb/Utility/StringExtractor.h U src/gnu/llvm/lldb/include/lldb/Utility/Timeout.h U src/gnu/llvm/lldb/include/lldb/Utility/StringExtractorGDBRemote.h U src/gnu/llvm/lldb/include/lldb/Utility/StringLexer.h U src/gnu/llvm/lldb/include/lldb/Utility/StringList.h U src/gnu/llvm/lldb/include/lldb/Utility/StructuredData.h U src/gnu/llvm/lldb/include/lldb/Utility/TildeExpressionResolver.h U src/gnu/llvm/lldb/include/lldb/Utility/Timer.h U src/gnu/llvm/lldb/include/lldb/Utility/TraceGDBRemotePackets.h U src/gnu/llvm/lldb/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h U src/gnu/llvm/lldb/include/lldb/Utility/UUID.h U src/gnu/llvm/lldb/include/lldb/Utility/UnimplementedError.h U src/gnu/llvm/lldb/include/lldb/Utility/UriParser.h U src/gnu/llvm/lldb/include/lldb/Utility/UserID.h U src/gnu/llvm/lldb/include/lldb/Utility/UserIDResolver.h U src/gnu/llvm/lldb/include/lldb/Utility/VASPrintf.h U src/gnu/llvm/lldb/include/lldb/Utility/VMRange.h U src/gnu/llvm/lldb/include/lldb/Utility/XcodeSDK.h N src/gnu/llvm/lldb/include/lldb/Version/Version.h N src/gnu/llvm/lldb/include/lldb/Version/Version.inc.in U src/gnu/llvm/lldb/packages/Python/lldbsuite/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/encoded_file.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/funcutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/gmodules.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/seven.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/README-TestSuite U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/bench.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/concurrent_base.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/configuration.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/decorators.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/dotest.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/dotest_args.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/gdbclientutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldb_pylint_helper.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbbench.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbdwarf.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbgdbclient.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbinline.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbpexpect.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbplatform.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbutil.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbtest_config.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_categories.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_result.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/builder.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/darwin.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/Android.rules U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/Makefile.rules U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/dylib.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/entitlements-simulator.plist U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/entitlements.plist U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/pseudo_barrier.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/test_common.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/thread.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/README.txt U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/intelpt_testcase.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/fork_testbase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test_event/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test_event/build_exception.py U src/gnu/llvm/lldb/resources/LLDB-Info.plist.in U src/gnu/llvm/lldb/resources/debugserver-macosx-entitlements.plist U src/gnu/llvm/lldb/scripts/analyze-project-deps.py U src/gnu/llvm/lldb/scripts/disasm-gdb-remote.pl U src/gnu/llvm/lldb/scripts/framework-header-fix.sh U src/gnu/llvm/lldb/scripts/install_custom_python.py U src/gnu/llvm/lldb/scripts/macos-setup-codesign.sh U src/gnu/llvm/lldb/scripts/reproducer-replay.py U src/gnu/llvm/lldb/scripts/use_lldb_suite.py U src/gnu/llvm/lldb/scripts/verify_api.py U src/gnu/llvm/lldb/scripts/android/host_art_bt.py U src/gnu/llvm/lldb/scripts/lldb-test-qemu/rootfs.sh U src/gnu/llvm/lldb/scripts/lldb-test-qemu/run-qemu.sh U src/gnu/llvm/lldb/scripts/lldb-test-qemu/setup.sh U src/gnu/llvm/lldb/source/CMakeLists.txt U src/gnu/llvm/lldb/source/API/CMakeLists.txt U src/gnu/llvm/lldb/source/API/SBAddress.cpp U src/gnu/llvm/lldb/source/API/SBAttachInfo.cpp U src/gnu/llvm/lldb/source/API/SBBlock.cpp U src/gnu/llvm/lldb/source/API/SBBreakpoint.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointLocation.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointName.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointOptionCommon.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointOptionCommon.h U src/gnu/llvm/lldb/source/API/SBBroadcaster.cpp U src/gnu/llvm/lldb/source/API/SBCommandInterpreter.cpp U src/gnu/llvm/lldb/source/API/SBCommandInterpreterRunOptions.cpp U src/gnu/llvm/lldb/source/API/SBCommandReturnObject.cpp U src/gnu/llvm/lldb/source/API/SBCommunication.cpp U src/gnu/llvm/lldb/source/API/SBCompileUnit.cpp U src/gnu/llvm/lldb/source/API/SBData.cpp U src/gnu/llvm/lldb/source/API/SBDebugger.cpp U src/gnu/llvm/lldb/source/API/SBDeclaration.cpp U src/gnu/llvm/lldb/source/API/SBEnvironment.cpp U src/gnu/llvm/lldb/source/API/SBError.cpp U src/gnu/llvm/lldb/source/API/SBEvent.cpp U src/gnu/llvm/lldb/source/API/SBExecutionContext.cpp U src/gnu/llvm/lldb/source/API/SBExpressionOptions.cpp U src/gnu/llvm/lldb/source/API/SBFile.cpp U src/gnu/llvm/lldb/source/API/SBFileSpec.cpp U src/gnu/llvm/lldb/source/API/SBFileSpecList.cpp U src/gnu/llvm/lldb/source/API/SBFrame.cpp U src/gnu/llvm/lldb/source/API/SBFunction.cpp U src/gnu/llvm/lldb/source/API/SBHostOS.cpp U src/gnu/llvm/lldb/source/API/SBInstruction.cpp U src/gnu/llvm/lldb/source/API/SBInstructionList.cpp U src/gnu/llvm/lldb/source/API/SBLanguageRuntime.cpp U src/gnu/llvm/lldb/source/API/SBLaunchInfo.cpp U src/gnu/llvm/lldb/source/API/SBLineEntry.cpp U src/gnu/llvm/lldb/source/API/SBListener.cpp U src/gnu/llvm/lldb/source/API/SBQueue.cpp U src/gnu/llvm/lldb/source/API/SBMemoryRegionInfo.cpp U src/gnu/llvm/lldb/source/API/SBMemoryRegionInfoList.cpp U src/gnu/llvm/lldb/source/API/SBModule.cpp U src/gnu/llvm/lldb/source/API/SBModuleSpec.cpp U src/gnu/llvm/lldb/source/API/SBPlatform.cpp U src/gnu/llvm/lldb/source/API/SBProcess.cpp U src/gnu/llvm/lldb/source/API/SBProcessInfo.cpp U src/gnu/llvm/lldb/source/API/SBQueueItem.cpp U src/gnu/llvm/lldb/source/API/SBReproducer.cpp U src/gnu/llvm/lldb/source/API/SBSection.cpp U src/gnu/llvm/lldb/source/API/SBSourceManager.cpp U src/gnu/llvm/lldb/source/API/SBStream.cpp U src/gnu/llvm/lldb/source/API/SBStringList.cpp U src/gnu/llvm/lldb/source/API/SBStructuredData.cpp U src/gnu/llvm/lldb/source/API/SBSymbol.cpp U src/gnu/llvm/lldb/source/API/SBSymbolContext.cpp U src/gnu/llvm/lldb/source/API/SBSymbolContextList.cpp U src/gnu/llvm/lldb/source/API/SBTarget.cpp U src/gnu/llvm/lldb/source/API/SBTrace.cpp U src/gnu/llvm/lldb/source/API/SBThread.cpp U src/gnu/llvm/lldb/source/API/SBThreadCollection.cpp U src/gnu/llvm/lldb/source/API/SBThreadPlan.cpp N src/gnu/llvm/lldb/source/API/SBTraceCursor.cpp U src/gnu/llvm/lldb/source/API/SBType.cpp U src/gnu/llvm/lldb/source/API/SBTypeCategory.cpp U src/gnu/llvm/lldb/source/API/SBTypeEnumMember.cpp U src/gnu/llvm/lldb/source/API/SBTypeFilter.cpp U src/gnu/llvm/lldb/source/API/SBTypeFormat.cpp U src/gnu/llvm/lldb/source/API/SBTypeNameSpecifier.cpp U src/gnu/llvm/lldb/source/API/SBTypeSummary.cpp U src/gnu/llvm/lldb/source/API/SBTypeSynthetic.cpp U src/gnu/llvm/lldb/source/API/SBUnixSignals.cpp U src/gnu/llvm/lldb/source/API/SBValue.cpp U src/gnu/llvm/lldb/source/API/SBValueList.cpp U src/gnu/llvm/lldb/source/API/SBVariablesOptions.cpp U src/gnu/llvm/lldb/source/API/SBWatchpoint.cpp U src/gnu/llvm/lldb/source/API/Utils.h U src/gnu/llvm/lldb/source/API/SystemInitializerFull.cpp U src/gnu/llvm/lldb/source/API/SystemInitializerFull.h U src/gnu/llvm/lldb/source/API/liblldb-private.exports U src/gnu/llvm/lldb/source/API/liblldb.exports U src/gnu/llvm/lldb/source/Breakpoint/Breakpoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointID.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointIDList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocation.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocationCollection.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocationList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointName.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointOptions.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointPrecondition.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolver.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverAddress.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverName.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverScripted.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointSite.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointSiteList.cpp U src/gnu/llvm/lldb/source/Breakpoint/CMakeLists.txt U src/gnu/llvm/lldb/source/Breakpoint/Stoppoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/StoppointCallbackContext.cpp U src/gnu/llvm/lldb/source/Breakpoint/StoppointSite.cpp U src/gnu/llvm/lldb/source/Breakpoint/Watchpoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/WatchpointList.cpp U src/gnu/llvm/lldb/source/Breakpoint/WatchpointOptions.cpp U src/gnu/llvm/lldb/source/Commands/CMakeLists.txt U src/gnu/llvm/lldb/source/Commands/CommandCompletions.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectApropos.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectApropos.h U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpoint.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpoint.h U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpointCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpointCommand.h U src/gnu/llvm/lldb/source/Commands/CommandObjectCommands.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectCommands.h N src/gnu/llvm/lldb/source/Commands/CommandObjectDWIMPrint.cpp N src/gnu/llvm/lldb/source/Commands/CommandObjectDWIMPrint.h N src/gnu/llvm/lldb/source/Commands/CommandObjectDiagnostics.cpp U src/gnu/llvm/lldb/source/Commands/Options.td N src/gnu/llvm/lldb/source/Commands/CommandObjectDiagnostics.h U src/gnu/llvm/lldb/source/Commands/CommandObjectDisassemble.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectDisassemble.h U src/gnu/llvm/lldb/source/Commands/CommandObjectExpression.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectExpression.h U src/gnu/llvm/lldb/source/Commands/CommandObjectFrame.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectFrame.h U src/gnu/llvm/lldb/source/Commands/CommandObjectGUI.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectGUI.h U src/gnu/llvm/lldb/source/Commands/CommandObjectHelp.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectHelp.h U src/gnu/llvm/lldb/source/Commands/CommandObjectLanguage.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectLanguage.h U src/gnu/llvm/lldb/source/Commands/CommandObjectLog.cpp U src/gnu/llvm/lldb/source/Commands/OptionsBase.td U src/gnu/llvm/lldb/source/Commands/CommandObjectLog.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMemory.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectMemory.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMemoryTag.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectMemoryTag.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMultiword.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlatform.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlatform.h U src/gnu/llvm/lldb/source/Commands/CommandObjectPlugin.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlugin.h U src/gnu/llvm/lldb/source/Commands/CommandObjectProcess.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectProcess.h U src/gnu/llvm/lldb/source/Commands/CommandObjectQuit.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectQuit.h U src/gnu/llvm/lldb/source/Commands/CommandObjectRegexCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectRegexCommand.h U src/gnu/llvm/lldb/source/Commands/CommandObjectRegister.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectRegister.h U src/gnu/llvm/lldb/source/Commands/CommandObjectScript.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectScript.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSession.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSession.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSettings.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSettings.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSource.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSource.h U src/gnu/llvm/lldb/source/Commands/CommandObjectStats.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectStats.h U src/gnu/llvm/lldb/source/Commands/CommandObjectTarget.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectTarget.h U src/gnu/llvm/lldb/source/Commands/CommandObjectThread.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectThread.h U src/gnu/llvm/lldb/source/Commands/CommandObjectThreadUtil.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectThreadUtil.h U src/gnu/llvm/lldb/source/Commands/CommandObjectTrace.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectTrace.h U src/gnu/llvm/lldb/source/Commands/CommandObjectType.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectType.h U src/gnu/llvm/lldb/source/Commands/CommandObjectVersion.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectVersion.h U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpoint.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpoint.h U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpointCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpointCommand.h N src/gnu/llvm/lldb/source/Commands/CommandOptionArgumentTable.cpp U src/gnu/llvm/lldb/source/Commands/CommandOptionsProcessLaunch.cpp U src/gnu/llvm/lldb/source/Commands/CommandOptionsProcessLaunch.h U src/gnu/llvm/lldb/source/Core/Address.cpp U src/gnu/llvm/lldb/source/Core/AddressRange.cpp U src/gnu/llvm/lldb/source/Core/AddressResolver.cpp U src/gnu/llvm/lldb/source/Core/AddressResolverFileLine.cpp U src/gnu/llvm/lldb/source/Core/CMakeLists.txt U src/gnu/llvm/lldb/source/Core/Communication.cpp U src/gnu/llvm/lldb/source/Core/CoreProperties.td N src/gnu/llvm/lldb/source/Core/DataFileCache.cpp U src/gnu/llvm/lldb/source/Core/Debugger.cpp N src/gnu/llvm/lldb/source/Core/DebuggerEvents.cpp U src/gnu/llvm/lldb/source/Core/Declaration.cpp U src/gnu/llvm/lldb/source/Core/Disassembler.cpp U src/gnu/llvm/lldb/source/Core/DumpDataExtractor.cpp U src/gnu/llvm/lldb/source/Core/DumpRegisterValue.cpp U src/gnu/llvm/lldb/source/Core/DynamicLoader.cpp U src/gnu/llvm/lldb/source/Core/EmulateInstruction.cpp U src/gnu/llvm/lldb/source/Core/FileSpecList.cpp U src/gnu/llvm/lldb/source/Core/FileLineResolver.cpp C src/gnu/llvm/lldb/source/Core/FormatEntity.cpp U src/gnu/llvm/lldb/source/Core/Highlighter.cpp U src/gnu/llvm/lldb/source/Core/IOHandler.cpp U src/gnu/llvm/lldb/source/Core/IOHandlerCursesGUI.cpp U src/gnu/llvm/lldb/source/Core/Mangled.cpp U src/gnu/llvm/lldb/source/Core/Module.cpp U src/gnu/llvm/lldb/source/Core/ModuleChild.cpp U src/gnu/llvm/lldb/source/Core/ModuleList.cpp U src/gnu/llvm/lldb/source/Core/Opcode.cpp U src/gnu/llvm/lldb/source/Core/PluginManager.cpp U src/gnu/llvm/lldb/source/Core/Progress.cpp U src/gnu/llvm/lldb/source/Core/RichManglingContext.cpp U src/gnu/llvm/lldb/source/Core/SearchFilter.cpp U src/gnu/llvm/lldb/source/Core/Section.cpp U src/gnu/llvm/lldb/source/Core/SourceLocationSpec.cpp U src/gnu/llvm/lldb/source/Core/SourceManager.cpp U src/gnu/llvm/lldb/source/Core/StreamAsynchronousIO.cpp U src/gnu/llvm/lldb/source/Core/StreamFile.cpp N src/gnu/llvm/lldb/source/Core/ThreadedCommunication.cpp U src/gnu/llvm/lldb/source/Core/UserSettingsController.cpp U src/gnu/llvm/lldb/source/Core/Value.cpp U src/gnu/llvm/lldb/source/Core/ValueObject.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectCast.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectChild.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResult.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultCast.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultChild.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultImpl.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectDynamicValue.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectList.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectMemory.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectRegister.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectSyntheticFilter.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectUpdater.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectVariable.cpp U src/gnu/llvm/lldb/source/DataFormatters/CMakeLists.txt U src/gnu/llvm/lldb/source/DataFormatters/CXXFunctionPointer.cpp U src/gnu/llvm/lldb/source/DataFormatters/DataVisualization.cpp U src/gnu/llvm/lldb/source/DataFormatters/DumpValueObjectOptions.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatCache.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatClasses.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatManager.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormattersHelpers.cpp U src/gnu/llvm/lldb/source/DataFormatters/LanguageCategory.cpp U src/gnu/llvm/lldb/source/DataFormatters/StringPrinter.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeCategory.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeCategoryMap.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeFormat.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeSummary.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeSynthetic.cpp U src/gnu/llvm/lldb/source/DataFormatters/ValueObjectPrinter.cpp U src/gnu/llvm/lldb/source/DataFormatters/VectorType.cpp U src/gnu/llvm/lldb/source/Expression/CMakeLists.txt U src/gnu/llvm/lldb/source/Expression/DWARFExpression.cpp N src/gnu/llvm/lldb/source/Expression/DWARFExpressionList.cpp U src/gnu/llvm/lldb/source/Expression/DiagnosticManager.cpp U src/gnu/llvm/lldb/source/Expression/Expression.cpp U src/gnu/llvm/lldb/source/Expression/ExpressionVariable.cpp U src/gnu/llvm/lldb/source/Expression/FunctionCaller.cpp U src/gnu/llvm/lldb/source/Expression/IRExecutionUnit.cpp U src/gnu/llvm/lldb/source/Expression/IRInterpreter.cpp U src/gnu/llvm/lldb/source/Expression/IRMemoryMap.cpp U src/gnu/llvm/lldb/source/Expression/LLVMUserExpression.cpp U src/gnu/llvm/lldb/source/Expression/Materializer.cpp U src/gnu/llvm/lldb/source/Expression/REPL.cpp U src/gnu/llvm/lldb/source/Expression/UserExpression.cpp U src/gnu/llvm/lldb/source/Expression/UtilityFunction.cpp U src/gnu/llvm/lldb/source/Host/CMakeLists.txt U src/gnu/llvm/lldb/source/Host/android/HostInfoAndroid.cpp U src/gnu/llvm/lldb/source/Host/android/LibcGlue.cpp U src/gnu/llvm/lldb/source/Host/common/Editline.cpp U src/gnu/llvm/lldb/source/Host/common/File.cpp U src/gnu/llvm/lldb/source/Host/common/FileAction.cpp U src/gnu/llvm/lldb/source/Host/common/FileCache.cpp U src/gnu/llvm/lldb/source/Host/common/FileSystem.cpp U src/gnu/llvm/lldb/source/Host/common/GetOptInc.cpp U src/gnu/llvm/lldb/source/Host/common/Host.cpp U src/gnu/llvm/lldb/source/Host/common/HostInfoBase.cpp U src/gnu/llvm/lldb/source/Host/common/HostNativeThreadBase.cpp U src/gnu/llvm/lldb/source/Host/common/HostProcess.cpp U src/gnu/llvm/lldb/source/Host/common/HostThread.cpp U src/gnu/llvm/lldb/source/Host/common/LZMA.cpp U src/gnu/llvm/lldb/source/Host/common/LockFileBase.cpp N src/gnu/llvm/lldb/source/Host/common/MainLoopBase.cpp U src/gnu/llvm/lldb/source/Host/common/MonitoringProcessLauncher.cpp U src/gnu/llvm/lldb/source/Host/common/NativeProcessProtocol.cpp U src/gnu/llvm/lldb/source/Host/common/NativeRegisterContext.cpp U src/gnu/llvm/lldb/source/Host/common/XML.cpp U src/gnu/llvm/lldb/source/Host/common/OptionParser.cpp U src/gnu/llvm/lldb/source/Host/common/NativeThreadProtocol.cpp U src/gnu/llvm/lldb/source/Host/common/NativeWatchpointList.cpp U src/gnu/llvm/lldb/source/Host/common/PipeBase.cpp U src/gnu/llvm/lldb/source/Host/common/ProcessLaunchInfo.cpp U src/gnu/llvm/lldb/source/Host/common/ProcessRunLock.cpp U src/gnu/llvm/lldb/source/Host/common/PseudoTerminal.cpp U src/gnu/llvm/lldb/source/Host/common/Socket.cpp U src/gnu/llvm/lldb/source/Host/common/SocketAddress.cpp U src/gnu/llvm/lldb/source/Host/common/TCPSocket.cpp U src/gnu/llvm/lldb/source/Host/common/Terminal.cpp U src/gnu/llvm/lldb/source/Host/common/ThreadLauncher.cpp U src/gnu/llvm/lldb/source/Host/common/UDPSocket.cpp U src/gnu/llvm/lldb/source/Host/freebsd/Host.cpp U src/gnu/llvm/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp U src/gnu/llvm/lldb/source/Host/linux/AbstractSocket.cpp U src/gnu/llvm/lldb/source/Host/linux/Host.cpp U src/gnu/llvm/lldb/source/Host/linux/HostInfoLinux.cpp U src/gnu/llvm/lldb/source/Host/linux/LibcGlue.cpp U src/gnu/llvm/lldb/source/Host/linux/Support.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCBundle.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCBundle.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCData.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCData.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCReleaser.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCString.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCString.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CoreFoundationCPP.h U src/gnu/llvm/lldb/source/Host/macosx/objcxx/CMakeLists.txt U src/gnu/llvm/lldb/source/Host/macosx/objcxx/Host.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/HostThreadMacOSX.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h U src/gnu/llvm/lldb/source/Host/netbsd/HostInfoNetBSD.cpp U src/gnu/llvm/lldb/source/Host/netbsd/HostNetBSD.cpp U src/gnu/llvm/lldb/source/Host/openbsd/Host.cpp C src/gnu/llvm/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp U src/gnu/llvm/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp C src/gnu/llvm/lldb/source/Host/posix/DomainSocket.cpp U src/gnu/llvm/lldb/source/Host/posix/FileSystemPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostInfoPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostProcessPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostThreadPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/LockFilePosix.cpp N src/gnu/llvm/lldb/source/Host/posix/MainLoopPosix.cpp C src/gnu/llvm/lldb/source/Host/posix/PipePosix.cpp U src/gnu/llvm/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp U src/gnu/llvm/lldb/source/Host/windows/ConnectionGenericFileWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/FileSystem.cpp U src/gnu/llvm/lldb/source/Host/windows/Host.cpp U src/gnu/llvm/lldb/source/Host/windows/HostInfoWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/HostProcessWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/HostThreadWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/LockFileWindows.cpp N src/gnu/llvm/lldb/source/Host/windows/MainLoopWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/PipeWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/ProcessLauncherWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/ProcessRunLock.cpp U src/gnu/llvm/lldb/source/Initialization/CMakeLists.txt U src/gnu/llvm/lldb/source/Initialization/SystemInitializer.cpp C src/gnu/llvm/lldb/source/Initialization/SystemInitializerCommon.cpp U src/gnu/llvm/lldb/source/Initialization/SystemLifetimeManager.cpp U src/gnu/llvm/lldb/source/Interpreter/CMakeLists.txt U src/gnu/llvm/lldb/source/Interpreter/CommandAlias.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandHistory.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandInterpreter.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandObject.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandOptionValidators.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandReturnObject.cpp U src/gnu/llvm/lldb/source/Interpreter/InterpreterProperties.td U src/gnu/llvm/lldb/source/Interpreter/OptionArgParser.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupArchitecture.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupBoolean.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupFile.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupFormat.cpp N src/gnu/llvm/lldb/source/Interpreter/OptionGroupMemoryTag.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupOutputFile.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupPlatform.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupString.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupUInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupUUID.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupVariable.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupWatchpoint.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValue.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArch.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArgs.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArray.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueBoolean.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueChar.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueDictionary.cpp U src/gnu/llvm/lldb/source/Interpreter/Options.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueEnumeration.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileColonLine.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileSpec.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileSpecList.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFormat.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFormatEntity.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueLanguage.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValuePathMappings.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueProperties.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueRegex.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueSInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueString.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueUInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueUUID.cpp U src/gnu/llvm/lldb/source/Interpreter/Property.cpp U src/gnu/llvm/lldb/source/Interpreter/ScriptInterpreter.cpp U src/gnu/llvm/lldb/source/Interpreter/embedded_interpreter.py U src/gnu/llvm/lldb/source/Plugins/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Plugins.def.in U src/gnu/llvm/lldb/source/Plugins/ABI/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h C src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ABISysV_arc.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIARM.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIARM.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABIMips.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABIMips.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_64.h N src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_i386.cpp N src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.h U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt C src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h C src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h N src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionUtil.cpp N src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionUtil.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h U src/gnu/llvm/lldb/source/Plugins/Instruction/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.cpp N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.h U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h U src/gnu/llvm/lldb/source/Plugins/JITLoader/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td U src/gnu/llvm/lldb/source/Plugins/Language/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Coroutines.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Generic.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxSpan.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CF.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CF.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CFBasicHash.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/Cocoa.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/Cocoa.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CoreMedia.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSArray.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSDictionary.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSError.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSException.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSSet.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSSet.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSString.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSString.h N src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCConstants.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.h U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h C src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFProperties.td U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h U src/gnu/llvm/lldb/source/Plugins/Platform/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Android/AdbClient.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/AdbClient.h U src/gnu/llvm/lldb/source/Plugins/Platform/Android/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroid.h U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/PlatformLinux.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h N src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.cpp N src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/CMakeLists.txt C src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp C src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.h N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/PlatformWindows.h U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h C src/gnu/llvm/lldb/source/Plugins/Process/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTCollector.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTPerThreadProcessTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTPerThreadProcessTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTProcessTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTThreadTraceCollection.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTThreadTraceCollection.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Perf.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Perf.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Procfs.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/Procfs.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/SingleStepCheck.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CrashReason.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CrashReason.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/NativeProcessELF.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessMessage.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ARMDefines.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ARMUtils.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/AuxVector.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/AuxVector.h C src/gnu/llvm/lldb/source/Plugins/Process/Utility/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryThread.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryThread.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryUnwind.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InstructionUtils.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NetBSDSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ThreadMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoAndSetInterface.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/StopInfoMachException.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-riscv-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ExceptionRecord.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ForwardDecl.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/IDebugDelegate.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NtStructures.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h C src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteErrno.def U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpParser.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpTypes.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/NtStructures.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ProcessMinidump.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ThreadMinidump.h U src/gnu/llvm/lldb/source/Plugins/Process/scripted/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp U src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedProcess.h N src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedThread.cpp N src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedThread.h N src/gnu/llvm/lldb/source/Plugins/REPL/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ClangREPL.cpp N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ClangREPL.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/StructuredData/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td U src/gnu/llvm/lldb/source/Plugins/Trace/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/common/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/common/ThreadPostMortemTrace.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/common/ThreadPostMortemTrace.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/DecodedThread.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/PerfContextSwitchDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/PerfContextSwitchDecoder.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TaskTimer.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TaskTimer.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ThreadDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ThreadDecoder.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleSaver.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleSaver.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTMultiCpuDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTMultiCpuDecoder.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTOptions.td N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTProperties.td U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h N src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/TraceHTR.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFOptions.td N src/gnu/llvm/lldb/source/Plugins/TraceExporter/docs/htr.rst U src/gnu/llvm/lldb/source/Plugins/TypeSystem/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h C src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h U src/gnu/llvm/lldb/source/Symbol/ArmUnwindInfo.cpp U src/gnu/llvm/lldb/source/Symbol/Block.cpp U src/gnu/llvm/lldb/source/Symbol/CMakeLists.txt U src/gnu/llvm/lldb/source/Symbol/CompactUnwindInfo.cpp U src/gnu/llvm/lldb/source/Symbol/CompileUnit.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerDecl.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerDeclContext.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerType.cpp U src/gnu/llvm/lldb/source/Symbol/DWARFCallFrameInfo.cpp U src/gnu/llvm/lldb/source/Symbol/DebugMacros.cpp U src/gnu/llvm/lldb/source/Symbol/DeclVendor.cpp U src/gnu/llvm/lldb/source/Symbol/FuncUnwinders.cpp U src/gnu/llvm/lldb/source/Symbol/Function.cpp U src/gnu/llvm/lldb/source/Symbol/LineEntry.cpp U src/gnu/llvm/lldb/source/Symbol/LineTable.cpp U src/gnu/llvm/lldb/source/Symbol/LocateSymbolFile.cpp U src/gnu/llvm/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp U src/gnu/llvm/lldb/source/Symbol/ObjectFile.cpp N src/gnu/llvm/lldb/source/Symbol/ObjectContainer.cpp U src/gnu/llvm/lldb/source/Symbol/PostfixExpression.cpp U src/gnu/llvm/lldb/source/Symbol/Symbol.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolContext.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolFile.cpp N src/gnu/llvm/lldb/source/Symbol/SymbolFileOnDemand.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolVendor.cpp U src/gnu/llvm/lldb/source/Symbol/Symtab.cpp U src/gnu/llvm/lldb/source/Symbol/Type.cpp U src/gnu/llvm/lldb/source/Symbol/TypeList.cpp U src/gnu/llvm/lldb/source/Symbol/TypeMap.cpp U src/gnu/llvm/lldb/source/Symbol/TypeSystem.cpp U src/gnu/llvm/lldb/source/Symbol/UnwindPlan.cpp U src/gnu/llvm/lldb/source/Symbol/UnwindTable.cpp U src/gnu/llvm/lldb/source/Symbol/Variable.cpp U src/gnu/llvm/lldb/source/Symbol/VariableList.cpp U src/gnu/llvm/lldb/source/Target/ABI.cpp U src/gnu/llvm/lldb/source/Target/AssertFrameRecognizer.cpp U src/gnu/llvm/lldb/source/Target/CMakeLists.txt N src/gnu/llvm/lldb/source/Target/DynamicRegisterInfo.cpp U src/gnu/llvm/lldb/source/Target/ExecutionContext.cpp U src/gnu/llvm/lldb/source/Target/InstrumentationRuntime.cpp U src/gnu/llvm/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp U src/gnu/llvm/lldb/source/Target/JITLoader.cpp U src/gnu/llvm/lldb/source/Target/JITLoaderList.cpp U src/gnu/llvm/lldb/source/Target/Language.cpp U src/gnu/llvm/lldb/source/Target/LanguageRuntime.cpp U src/gnu/llvm/lldb/source/Target/Memory.cpp U src/gnu/llvm/lldb/source/Target/MemoryHistory.cpp U src/gnu/llvm/lldb/source/Target/MemoryRegionInfo.cpp N src/gnu/llvm/lldb/source/Target/MemoryTagMap.cpp U src/gnu/llvm/lldb/source/Target/ModuleCache.cpp U src/gnu/llvm/lldb/source/Target/Process.cpp U src/gnu/llvm/lldb/source/Target/OperatingSystem.cpp U src/gnu/llvm/lldb/source/Target/PathMappingList.cpp U src/gnu/llvm/lldb/source/Target/Platform.cpp U src/gnu/llvm/lldb/source/Target/ProcessTrace.cpp U src/gnu/llvm/lldb/source/Target/Queue.cpp U src/gnu/llvm/lldb/source/Target/QueueItem.cpp U src/gnu/llvm/lldb/source/Target/QueueList.cpp U src/gnu/llvm/lldb/source/Target/RegisterContext.cpp U src/gnu/llvm/lldb/source/Target/RegisterContextUnwind.cpp U src/gnu/llvm/lldb/source/Target/RegisterNumber.cpp U src/gnu/llvm/lldb/source/Target/RemoteAwarePlatform.cpp U src/gnu/llvm/lldb/source/Target/SectionLoadHistory.cpp U src/gnu/llvm/lldb/source/Target/SectionLoadList.cpp U src/gnu/llvm/lldb/source/Target/StackFrame.cpp U src/gnu/llvm/lldb/source/Target/StackFrameList.cpp U src/gnu/llvm/lldb/source/Target/StackFrameRecognizer.cpp U src/gnu/llvm/lldb/source/Target/StackID.cpp N src/gnu/llvm/lldb/source/Target/Statistics.cpp U src/gnu/llvm/lldb/source/Target/Target.cpp U src/gnu/llvm/lldb/source/Target/StopInfo.cpp U src/gnu/llvm/lldb/source/Target/StructuredDataPlugin.cpp U src/gnu/llvm/lldb/source/Target/SystemRuntime.cpp U src/gnu/llvm/lldb/source/Target/TargetList.cpp U src/gnu/llvm/lldb/source/Target/TargetProperties.td U src/gnu/llvm/lldb/source/Target/Thread.cpp U src/gnu/llvm/lldb/source/Target/ThreadCollection.cpp U src/gnu/llvm/lldb/source/Target/ThreadList.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlan.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanBase.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallFunction.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallUserExpression.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanPython.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanRunToAddress.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanShouldStopHere.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStack.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepInRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepInstruction.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOut.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOverRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepThrough.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepUntil.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanTracer.cpp U src/gnu/llvm/lldb/source/Target/ThreadSpec.cpp U src/gnu/llvm/lldb/source/Target/Trace.cpp U src/gnu/llvm/lldb/source/Target/TraceCursor.cpp N src/gnu/llvm/lldb/source/Target/TraceDumper.cpp U src/gnu/llvm/lldb/source/Target/TraceExporter.cpp C src/gnu/llvm/lldb/source/Target/UnixSignals.cpp U src/gnu/llvm/lldb/source/Target/UnwindAssembly.cpp U src/gnu/llvm/lldb/source/Target/UnwindLLDB.cpp U src/gnu/llvm/lldb/source/Utility/ARM64_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM64_ehframe_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM_ehframe_Registers.h C src/gnu/llvm/lldb/source/Utility/ArchSpec.cpp U src/gnu/llvm/lldb/source/Utility/Args.cpp U src/gnu/llvm/lldb/source/Utility/Baton.cpp U src/gnu/llvm/lldb/source/Utility/Broadcaster.cpp U src/gnu/llvm/lldb/source/Utility/CMakeLists.txt U src/gnu/llvm/lldb/source/Utility/CompletionRequest.cpp U src/gnu/llvm/lldb/source/Utility/Connection.cpp U src/gnu/llvm/lldb/source/Utility/ConstString.cpp U src/gnu/llvm/lldb/source/Utility/DataBufferHeap.cpp U src/gnu/llvm/lldb/source/Utility/DataBufferLLVM.cpp U src/gnu/llvm/lldb/source/Utility/DataEncoder.cpp U src/gnu/llvm/lldb/source/Utility/DataExtractor.cpp N src/gnu/llvm/lldb/source/Utility/Diagnostics.cpp U src/gnu/llvm/lldb/source/Utility/Event.cpp U src/gnu/llvm/lldb/source/Utility/Environment.cpp U src/gnu/llvm/lldb/source/Utility/FileSpec.cpp U src/gnu/llvm/lldb/source/Utility/GDBRemote.cpp U src/gnu/llvm/lldb/source/Utility/IOObject.cpp N src/gnu/llvm/lldb/source/Utility/Instrumentation.cpp U src/gnu/llvm/lldb/source/Utility/LLDBAssert.cpp N src/gnu/llvm/lldb/source/Utility/LLDBLog.cpp U src/gnu/llvm/lldb/source/Utility/Listener.cpp U src/gnu/llvm/lldb/source/Utility/Log.cpp N src/gnu/llvm/lldb/source/Utility/LoongArch_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/NameMatches.cpp U src/gnu/llvm/lldb/source/Utility/PPC64LE_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/PPC64_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ProcessInfo.cpp N src/gnu/llvm/lldb/source/Utility/RISCV_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/RegisterValue.cpp U src/gnu/llvm/lldb/source/Utility/RegularExpression.cpp U src/gnu/llvm/lldb/source/Utility/Scalar.cpp U src/gnu/llvm/lldb/source/Utility/SelectHelper.cpp U src/gnu/llvm/lldb/source/Utility/State.cpp U src/gnu/llvm/lldb/source/Utility/Status.cpp U src/gnu/llvm/lldb/source/Utility/Stream.cpp U src/gnu/llvm/lldb/source/Utility/StreamString.cpp U src/gnu/llvm/lldb/source/Utility/StringExtractor.cpp U src/gnu/llvm/lldb/source/Utility/StringExtractorGDBRemote.cpp U src/gnu/llvm/lldb/source/Utility/StringLexer.cpp U src/gnu/llvm/lldb/source/Utility/StringList.cpp U src/gnu/llvm/lldb/source/Utility/StructuredData.cpp U src/gnu/llvm/lldb/source/Utility/TildeExpressionResolver.cpp U src/gnu/llvm/lldb/source/Utility/Timer.cpp U src/gnu/llvm/lldb/source/Utility/TraceGDBRemotePackets.cpp U src/gnu/llvm/lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp U src/gnu/llvm/lldb/source/Utility/UUID.cpp U src/gnu/llvm/lldb/source/Utility/UnimplementedError.cpp U src/gnu/llvm/lldb/source/Utility/UriParser.cpp U src/gnu/llvm/lldb/source/Utility/UserID.cpp U src/gnu/llvm/lldb/source/Utility/UserIDResolver.cpp U src/gnu/llvm/lldb/source/Utility/VMRange.cpp U src/gnu/llvm/lldb/source/Utility/UuidCompatibility.h U src/gnu/llvm/lldb/source/Utility/VASprintf.cpp U src/gnu/llvm/lldb/source/Utility/XcodeSDK.cpp N src/gnu/llvm/lldb/source/Version/CMakeLists.txt N src/gnu/llvm/lldb/source/Version/Version.cpp U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/.gitignore U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/.travis.yml U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/DEVELOPERS.rst U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/LICENSE U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/MANIFEST.in U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/README.rst U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/setup.cfg U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/setup.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ANSI.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/FSM.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/_async.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/bashrc.sh U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/exceptions.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/expect.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/popen_spawn.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/pxssh.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/replwrap.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/run.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/screen.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/utils.py U src/gnu/llvm/lldb/third_party/Python/module/progress/progress.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/.gitignore U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/.travis.yml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/LICENSE U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/README.rst U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/pyproject.toml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/readthedocs.yml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/_fork_pty.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ptyprocess.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/util.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/__main__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/case.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/collector.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/compatibility.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/loader.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/main.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/result.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/runner.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/signals.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/suite.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/util.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/dummy.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/support.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_assertions.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_break.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_case.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_discovery.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_functiontestcase.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_loader.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_new_tests.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_program.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_result.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_runner.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_setups.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_skipping.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_suite.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_unittest2_with.py C src/gnu/llvm/lldb/tools/CMakeLists.txt U src/gnu/llvm/lldb/tools/argdumper/CMakeLists.txt U src/gnu/llvm/lldb/tools/argdumper/argdumper.cpp U src/gnu/llvm/lldb/tools/compact-unwind/compact-unwind-dumper.c U src/gnu/llvm/lldb/tools/darwin-debug/CMakeLists.txt U src/gnu/llvm/lldb/tools/darwin-debug/darwin-debug.cpp U src/gnu/llvm/lldb/tools/darwin-threads/examine-threads.c U src/gnu/llvm/lldb/tools/debugserver/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-macosx-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-macosx-private-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist U src/gnu/llvm/lldb/tools/debugserver/scripts/diagnose-termination.d U src/gnu/llvm/lldb/tools/debugserver/source/ARM_DWARF_Registers.h U src/gnu/llvm/lldb/tools/debugserver/source/ARM_ehframe_Registers.h U src/gnu/llvm/lldb/tools/debugserver/source/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/source/ChangeLog U src/gnu/llvm/lldb/tools/debugserver/source/DNB.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNB.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBArch.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBArch.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBBreakpoint.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBBreakpoint.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBDataRef.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBDataRef.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBDefs.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBError.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBError.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBLog.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBLog.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBRegisterInfo.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBRegisterInfo.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBRuntimeAction.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBTimer.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBThreadResumeActions.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBThreadResumeActions.h U src/gnu/llvm/lldb/tools/debugserver/source/JSON.cpp U src/gnu/llvm/lldb/tools/debugserver/source/JSON.h U src/gnu/llvm/lldb/tools/debugserver/source/JSONGenerator.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadCondition.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadEvent.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PThreadEvent.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadMutex.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PThreadMutex.h U src/gnu/llvm/lldb/tools/debugserver/source/PseudoTerminal.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PseudoTerminal.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBContext.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBContext.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBDefs.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBRemote.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBRemote.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBServices.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBServices.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBSocket.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBSocket.h U src/gnu/llvm/lldb/tools/debugserver/source/StdStringExtractor.cpp U src/gnu/llvm/lldb/tools/debugserver/source/StdStringExtractor.h N src/gnu/llvm/lldb/tools/debugserver/source/StringConvert.cpp N src/gnu/llvm/lldb/tools/debugserver/source/StringConvert.h U src/gnu/llvm/lldb/tools/debugserver/source/SysSignal.cpp U src/gnu/llvm/lldb/tools/debugserver/source/SysSignal.h U src/gnu/llvm/lldb/tools/debugserver/source/TTYState.cpp U src/gnu/llvm/lldb/tools/debugserver/source/TTYState.h U src/gnu/llvm/lldb/tools/debugserver/source/debugserver.cpp U src/gnu/llvm/lldb/tools/debugserver/source/debugserver_vers.c.in U src/gnu/llvm/lldb/tools/debugserver/source/libdebugserver.cpp U src/gnu/llvm/lldb/tools/debugserver/source/libdebugserver.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFBundle.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFBundle.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFString.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFString.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFUtils.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/Genealogy.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/Genealogy.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachException.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachException.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachProcess.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachProcess.mm U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachTask.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachTask.mm U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThread.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThread.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThreadList.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/OsLogger.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/OsLogger.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/dbgnub-mig.defs U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/stack_logging.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h U src/gnu/llvm/lldb/tools/driver/CMakeLists.txt C src/gnu/llvm/lldb/tools/driver/Driver.cpp U src/gnu/llvm/lldb/tools/driver/Driver.h U src/gnu/llvm/lldb/tools/driver/Options.td U src/gnu/llvm/lldb/tools/driver/Platform.cpp U src/gnu/llvm/lldb/tools/driver/Platform.h U src/gnu/llvm/lldb/tools/driver/lldb-Info.plist.in U src/gnu/llvm/lldb/tools/intel-features/CMakeLists.txt U src/gnu/llvm/lldb/tools/intel-features/README.txt U src/gnu/llvm/lldb/tools/intel-features/cli-wrapper.cpp U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/CMakeLists.txt U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/Makefile U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/README.txt U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/main.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/inputdictionary.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/lldb-commandinterpreter-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/lldb-expression-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/lldb-target-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/TempFile.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/TempFile.h U src/gnu/llvm/lldb/tools/lldb-instr/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-instr/Instrument.cpp U src/gnu/llvm/lldb/tools/lldb-server/Acceptor.cpp U src/gnu/llvm/lldb/tools/lldb-server/Acceptor.h C src/gnu/llvm/lldb/tools/lldb-server/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-server/LLDBServerUtilities.cpp U src/gnu/llvm/lldb/tools/lldb-server/LLDBServerUtilities.h U src/gnu/llvm/lldb/tools/lldb-server/LLGSOptions.td U src/gnu/llvm/lldb/tools/lldb-server/SystemInitializerLLGS.cpp U src/gnu/llvm/lldb/tools/lldb-server/SystemInitializerLLGS.h C src/gnu/llvm/lldb/tools/lldb-server/lldb-gdbserver.cpp U src/gnu/llvm/lldb/tools/lldb-server/lldb-platform.cpp U src/gnu/llvm/lldb/tools/lldb-server/lldb-server.cpp U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-Info.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-mig.defs U src/gnu/llvm/lldb/tools/lldb-test/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-test/FormatUtil.cpp U src/gnu/llvm/lldb/tools/lldb-test/FormatUtil.h U src/gnu/llvm/lldb/tools/lldb-test/SystemInitializerTest.cpp U src/gnu/llvm/lldb/tools/lldb-test/SystemInitializerTest.h U src/gnu/llvm/lldb/tools/lldb-test/lldb-test.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/BreakpointBase.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/BreakpointBase.h U src/gnu/llvm/lldb/tools/lldb-vscode/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/ExceptionBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/FifoFiles.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/FifoFiles.h U src/gnu/llvm/lldb/tools/lldb-vscode/FunctionBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/FunctionBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/IOStream.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/IOStream.h U src/gnu/llvm/lldb/tools/lldb-vscode/JSONUtils.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/JSONUtils.h U src/gnu/llvm/lldb/tools/lldb-vscode/LLDBUtils.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/LLDBUtils.h U src/gnu/llvm/lldb/tools/lldb-vscode/Options.td U src/gnu/llvm/lldb/tools/lldb-vscode/OutputRedirector.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/OutputRedirector.h U src/gnu/llvm/lldb/tools/lldb-vscode/ProgressEvent.h U src/gnu/llvm/lldb/tools/lldb-vscode/ProgressEvent.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/README.md U src/gnu/llvm/lldb/tools/lldb-vscode/RunInTerminal.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/RunInTerminal.h U src/gnu/llvm/lldb/tools/lldb-vscode/SourceBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/SourceBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/SourceReference.h U src/gnu/llvm/lldb/tools/lldb-vscode/VSCode.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/VSCode.h U src/gnu/llvm/lldb/tools/lldb-vscode/VSCodeForward.h U src/gnu/llvm/lldb/tools/lldb-vscode/lldb-vscode-Info.plist.in U src/gnu/llvm/lldb/tools/lldb-vscode/lldb-vscode.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/package.json U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/arm.disasm U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/arm64.disasm U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/disassembly.json U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/x86.disasm U src/gnu/llvm/lldb/utils/CMakeLists.txt U src/gnu/llvm/lldb/utils/TableGen/CMakeLists.txt U src/gnu/llvm/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGen.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenBackends.h U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenUtils.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenUtils.h U src/gnu/llvm/lldb/utils/lit-cpuid/CMakeLists.txt U src/gnu/llvm/lldb/utils/lit-cpuid/lit-cpuid.cpp U src/gnu/llvm/lldb/utils/lldb-dotest/CMakeLists.txt U src/gnu/llvm/lldb/utils/lldb-dotest/lldb-dotest.in U src/gnu/llvm/lldb/utils/lldb-repro/CMakeLists.txt U src/gnu/llvm/lldb/utils/lldb-repro/lldb-repro.py U src/gnu/llvm/lldb/utils/lui/Readme U src/gnu/llvm/lldb/utils/lui/breakwin.py U src/gnu/llvm/lldb/utils/lui/commandwin.py U src/gnu/llvm/lldb/utils/lui/cui.py U src/gnu/llvm/lldb/utils/lui/debuggerdriver.py U src/gnu/llvm/lldb/utils/lui/eventwin.py U src/gnu/llvm/lldb/utils/lui/lldbutil.py U src/gnu/llvm/lldb/utils/lui/lui.py U src/gnu/llvm/lldb/utils/lui/sandbox.py U src/gnu/llvm/lldb/utils/lui/sourcewin.py U src/gnu/llvm/lldb/utils/lui/statuswin.py 24 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLDB:yesterday -jLLDB src/gnu/llvm/lldb CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:24:46 Modified files: gnu/llvm/lldb/docs/man: lldb.rst gnu/llvm/lldb/include/lldb/Host/openbsd: HostInfoOpenBSD.h gnu/llvm/lldb/include/lldb/Utility: ArchSpec.h gnu/llvm/lldb/source/Core: FormatEntity.cpp gnu/llvm/lldb/source/Host/openbsd: HostInfoOpenBSD.cpp gnu/llvm/lldb/source/Host/posix: DomainSocket.cpp PipePosix.cpp gnu/llvm/lldb/source/Initialization: SystemInitializerCommon.cpp gnu/llvm/lldb/source/Plugins/ABI/AArch64: ABISysV_arm64.cpp gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD: DYLDRendezvous.cpp DynamicLoaderPOSIXDYLD.cpp gnu/llvm/lldb/source/Plugins/ObjectFile/ELF: ObjectFileELF.cpp gnu/llvm/lldb/source/Plugins/Platform/OpenBSD: PlatformOpenBSD.cpp PlatformOpenBSD.h gnu/llvm/lldb/source/Plugins/Process: CMakeLists.txt gnu/llvm/lldb/source/Plugins/Process/OpenBSD: NativeProcessOpenBSD.cpp NativeRegisterContextOpenBSD_arm64.cpp NativeRegisterContextOpenBSD_arm64.h NativeRegisterContextOpenBSD_x86_64.cpp NativeRegisterContextOpenBSD_x86_64.h NativeThreadOpenBSD.cpp gnu/llvm/lldb/source/Plugins/Process/Utility: CMakeLists.txt gnu/llvm/lldb/source/Plugins/Process/gdb-remote: GDBRemoteCommunicationServerCommon.cpp gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86: x86AssemblyInspectionEngine.cpp gnu/llvm/lldb/source/Target: UnixSignals.cpp gnu/llvm/lldb/source/Utility: ArchSpec.cpp gnu/llvm/lldb/tools: CMakeLists.txt gnu/llvm/lldb/tools/driver: Driver.cpp gnu/llvm/lldb/tools/lldb-server: CMakeLists.txt lldb-gdbserver.cpp Removed files: gnu/llvm/lldb/cmake/modules: FindLibEdit.cmake gnu/llvm/lldb/docs/design: reproducers.rst gnu/llvm/lldb/docs/testsuite: best-practices.txt gnu/llvm/lldb/docs/use: links.md gnu/llvm/lldb/examples/python/scripted_process: my_scripted_process.py gnu/llvm/lldb/include/lldb: lldb-private-defines.h gnu/llvm/lldb/include/lldb/Host: StringConvert.h gnu/llvm/lldb/include/lldb/Host/posix: Fcntl.h gnu/llvm/lldb/include/lldb/Target: TraceInstructionDumper.h gnu/llvm/lldb/include/lldb/Utility: Logging.h Reproducer.h ReproducerInstrumentation.h ReproducerProvider.h StreamCallback.h gnu/llvm/lldb/packages/Python/lldbconfig: __init__.py gnu/llvm/lldb/source: lldb.cpp gnu/llvm/lldb/source/API: SBReproducerPrivate.h liblldb.xcode.exports gnu/llvm/lldb/source/Commands: CommandObjectReproducer.cpp CommandObjectReproducer.h gnu/llvm/lldb/source/Host/common: MainLoop.cpp StringConvert.cpp gnu/llvm/lldb/source/Host/windows: Windows.cpp gnu/llvm/lldb/source/Plugins/Language/CPlusPlus: LibCxxBitset.cpp LibCxxOptional.cpp gnu/llvm/lldb/source/Plugins/Process/Linux: IntelPTManager.cpp IntelPTManager.h gnu/llvm/lldb/source/Plugins/Process/Utility: DynamicRegisterInfo.cpp DynamicRegisterInfo.h gnu/llvm/lldb/source/Plugins/Process/gdb-remote: GDBRemoteCommunicationReplayServer.cpp GDBRemoteCommunicationReplayServer.h gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python: SWIGPythonBridge.cpp gnu/llvm/lldb/source/Plugins/Trace/common: TraceSessionFileParser.cpp TraceSessionFileParser.h gnu/llvm/lldb/source/Plugins/Trace/intel-pt: IntelPTDecoder.cpp IntelPTDecoder.h TraceIntelPTSessionFileParser.cpp TraceIntelPTSessionFileParser.h gnu/llvm/lldb/source/Target: TraceInstructionDumper.cpp gnu/llvm/lldb/source/Utility: Logging.cpp Reproducer.cpp ReproducerInstrumentation.cpp ReproducerProvider.cpp StreamCallback.cpp gnu/llvm/lldb/third_party/Python/module/six: LICENSE six.py gnu/llvm/lldb/tools/argdumper: argdumper.exports gnu/llvm/lldb/tools/lldb-server: lldb-server.exports gnu/llvm/lldb/unittests: CMakeLists.txt gtest_common.h gnu/llvm/lldb/unittests/API: CMakeLists.txt SBCommandInterpreterTest.cpp SBStructuredDataTest.cpp gnu/llvm/lldb/unittests/Breakpoint: BreakpointIDTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Core: CMakeLists.txt CommunicationTest.cpp DumpDataExtractorTest.cpp FormatEntityTest.cpp MangledTest.cpp ModuleSpecTest.cpp RichManglingContextTest.cpp SourceLocationSpecTest.cpp SourceManagerTest.cpp StreamCallbackTest.cpp UniqueCStringMapTest.cpp gnu/llvm/lldb/unittests/DataFormatter: CMakeLists.txt FormatManagerTests.cpp FormattersContainerTest.cpp StringPrinterTests.cpp gnu/llvm/lldb/unittests/Disassembler: CMakeLists.txt TestArm64Disassembly.cpp TestArmv7Disassembly.cpp gnu/llvm/lldb/unittests/Editline: CMakeLists.txt EditlineTest.cpp gnu/llvm/lldb/unittests/Expression: CMakeLists.txt ClangExpressionDeclMapTest.cpp ClangParserTest.cpp CppModuleConfigurationTest.cpp DWARFExpressionTest.cpp DiagnosticManagerTest.cpp gnu/llvm/lldb/unittests/Host: CMakeLists.txt ConnectionFileDescriptorTest.cpp FileActionTest.cpp FileSystemTest.cpp FileTest.cpp HostInfoTest.cpp HostTest.cpp MainLoopTest.cpp NativeProcessProtocolTest.cpp PipeTest.cpp ProcessLaunchInfoTest.cpp SocketAddressTest.cpp SocketTest.cpp SocketTestUtilities.cpp SocketTestUtilities.h gnu/llvm/lldb/unittests/Host/linux: HostTest.cpp SupportTest.cpp gnu/llvm/lldb/unittests/Instruction: CMakeLists.txt TestAArch64Emulator.cpp gnu/llvm/lldb/unittests/Interpreter: CMakeLists.txt TestCompletion.cpp TestOptionArgParser.cpp TestOptionValue.cpp TestOptionValueFileColonLine.cpp gnu/llvm/lldb/unittests/Language: CMakeLists.txt gnu/llvm/lldb/unittests/Language/CLanguages: CLanguagesTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Language/CPlusPlus: CMakeLists.txt CPlusPlusLanguageTest.cpp gnu/llvm/lldb/unittests/Language/Highlighting: CMakeLists.txt HighlighterTest.cpp gnu/llvm/lldb/unittests/ObjectFile: CMakeLists.txt gnu/llvm/lldb/unittests/ObjectFile/Breakpad: BreakpadRecordsTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/ObjectFile/ELF: CMakeLists.txt TestObjectFileELF.cpp gnu/llvm/lldb/unittests/ObjectFile/MachO: CMakeLists.txt TestObjectFileMachO.cpp gnu/llvm/lldb/unittests/ObjectFile/PECOFF: CMakeLists.txt TestPECallFrameInfo.cpp gnu/llvm/lldb/unittests/Platform: CMakeLists.txt PlatformAppleSimulatorTest.cpp PlatformDarwinTest.cpp gnu/llvm/lldb/unittests/Platform/Android: AdbClientTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Process: CMakeLists.txt ProcessEventDataTest.cpp gnu/llvm/lldb/unittests/Process/Linux: CMakeLists.txt IntelPTManagerTests.cpp gnu/llvm/lldb/unittests/Process/POSIX: CMakeLists.txt NativeProcessELFTest.cpp gnu/llvm/lldb/unittests/Process/Utility: CMakeLists.txt LinuxProcMapsTest.cpp MemoryTagManagerAArch64MTETest.cpp RegisterContextFreeBSDTest.cpp RegisterContextNetBSDTest_i386.cpp RegisterContextNetBSDTest_x86_64.cpp RegisterContextTest.cpp gnu/llvm/lldb/unittests/Process/gdb-remote: CMakeLists.txt GDBRemoteClientBaseTest.cpp GDBRemoteCommunicationClientTest.cpp GDBRemoteCommunicationServerTest.cpp GDBRemoteCommunicationTest.cpp GDBRemoteTestUtils.cpp GDBRemoteTestUtils.h PortMapTest.cpp gnu/llvm/lldb/unittests/Process/minidump: CMakeLists.txt MinidumpParserTest.cpp RegisterContextMinidumpTest.cpp gnu/llvm/lldb/unittests/Process/minidump/Inputs: fizzbuzz_no_heap.dmp fizzbuzz_wow64.dmp linux-x86_64.cpp linux-x86_64.dmp regions-memlist64.dmp gnu/llvm/lldb/unittests/ScriptInterpreter: CMakeLists.txt gnu/llvm/lldb/unittests/ScriptInterpreter/Lua: CMakeLists.txt LuaTests.cpp ScriptInterpreterTests.cpp gnu/llvm/lldb/unittests/ScriptInterpreter/Python: CMakeLists.txt PythonDataObjectsTests.cpp PythonTestSuite.cpp PythonTestSuite.h gnu/llvm/lldb/unittests/Signals: CMakeLists.txt UnixSignalsTest.cpp gnu/llvm/lldb/unittests/Symbol: CMakeLists.txt LocateSymbolFileTest.cpp PostfixExpressionTest.cpp TestClangASTImporter.cpp TestDWARFCallFrameInfo.cpp TestLineEntry.cpp TestType.cpp TestTypeSystem.cpp TestTypeSystemClang.cpp gnu/llvm/lldb/unittests/Symbol/Inputs: inlined-functions.yaml gnu/llvm/lldb/unittests/SymbolFile: CMakeLists.txt gnu/llvm/lldb/unittests/SymbolFile/DWARF: CMakeLists.txt DWARFASTParserClangTests.cpp DWARFDIETest.cpp DWARFUnitTest.cpp SymbolFileDWARFTests.cpp XcodeSDKModuleTests.cpp gnu/llvm/lldb/unittests/SymbolFile/DWARF/Inputs: test-dwarf.cpp gnu/llvm/lldb/unittests/SymbolFile/NativePDB: CMakeLists.txt PdbFPOProgramToDWARFExpressionTests.cpp gnu/llvm/lldb/unittests/SymbolFile/PDB: CMakeLists.txt SymbolFilePDBTests.cpp gnu/llvm/lldb/unittests/SymbolFile/PDB/Inputs: test-pdb-alt.cpp test-pdb-nested.h test-pdb-types.cpp test-pdb-types.pdb test-pdb.cpp test-pdb.h test-pdb.pdb gnu/llvm/lldb/unittests/Target: ABITest.cpp CMakeLists.txt ExecutionContextTest.cpp MemoryRegionInfoTest.cpp ModuleCacheTest.cpp PathMappingListTest.cpp RemoteAwarePlatformTest.cpp StackFrameRecognizerTest.cpp gnu/llvm/lldb/unittests/Target/Inputs: TestModule.c gnu/llvm/lldb/unittests/TestingSupport: CMakeLists.txt MockTildeExpressionResolver.cpp MockTildeExpressionResolver.h SubsystemRAII.h TestUtilities.cpp TestUtilities.h module.modulemap gnu/llvm/lldb/unittests/TestingSupport/Host: NativeProcessTestUtils.h gnu/llvm/lldb/unittests/TestingSupport/Symbol: CMakeLists.txt ClangTestUtils.h YAMLModuleTester.cpp YAMLModuleTester.h gnu/llvm/lldb/unittests/Thread: CMakeLists.txt ThreadTest.cpp gnu/llvm/lldb/unittests/UnwindAssembly: CMakeLists.txt gnu/llvm/lldb/unittests/UnwindAssembly/ARM64: CMakeLists.txt TestArm64InstEmulation.cpp gnu/llvm/lldb/unittests/UnwindAssembly/PPC64: CMakeLists.txt TestPPC64InstEmulation.cpp gnu/llvm/lldb/unittests/UnwindAssembly/x86: CMakeLists.txt Testx86AssemblyInspectionEngine.cpp gnu/llvm/lldb/unittests/Utility: AnsiTerminalTest.cpp ArchSpecTest.cpp ArgsTest.cpp BroadcasterTest.cpp CMakeLists.txt CompletionRequestTest.cpp ConstStringTest.cpp DataExtractorTest.cpp EnvironmentTest.cpp EventTest.cpp FileSpecTest.cpp FlagsTest.cpp ListenerTest.cpp LogTest.cpp NameMatchesTest.cpp OptionsWithRawTest.cpp PredicateTest.cpp ProcessInfoTest.cpp ProcessInstanceInfoTest.cpp RangeMapTest.cpp RangeTest.cpp RegisterValueTest.cpp RegularExpressionTest.cpp ReproducerInstrumentationTest.cpp ReproducerTest.cpp ScalarTest.cpp SharedClusterTest.cpp StateTest.cpp StatusTest.cpp StreamTeeTest.cpp StreamTest.cpp StringExtractorGDBRemoteTest.cpp StringExtractorTest.cpp StringLexerTest.cpp StringListTest.cpp StructuredDataTest.cpp SubsystemRAIITest.cpp TildeExpressionResolverTest.cpp TimeoutTest.cpp TimerTest.cpp UUIDTest.cpp UriParserTest.cpp UserIDResolverTest.cpp VASprintfTest.cpp VMRangeTest.cpp XcodeSDKTest.cpp gnu/llvm/lldb/unittests/Utility/Inputs: StructuredData-basic.json gnu/llvm/lldb/unittests/debugserver: CMakeLists.txt JSONTest.cpp RNBSocketTest.cpp debugserver_LogCallback.cpp gnu/llvm/lldb/unittests/tools: CMakeLists.txt gnu/llvm/lldb/unittests/tools/lldb-server: CMakeLists.txt gnu/llvm/lldb/unittests/tools/lldb-server/inferior: environment_check.cpp thread_inferior.cpp gnu/llvm/lldb/unittests/tools/lldb-server/tests: CMakeLists.txt LLGSTest.cpp MessageObjects.cpp MessageObjects.h TestBase.cpp TestBase.h TestClient.cpp TestClient.h ThreadIdsInJstopinfoTest.cpp Log message: merge lldb-16.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:26:00 Log message: Import xdg-desktop-portal-xapp-1.0.3 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of Cinnamon/MATE/Xfce4 infrastructure. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_202311 N ports/sysutils/flatpak/xdg-desktop-portal-xapp/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-xapp/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-xapp/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-xapp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:26:24 Modified files: sysutils/flatpak: Makefile Log message: +xdg-desktop-portal-xapp CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMDebuginfod Update of /cvs/src/gnu/usr.bin/clang/libLLVMDebuginfod In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMDebuginfod Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMDebuginfod added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMFrontendHLSL Update of /cvs/src/gnu/usr.bin/clang/libLLVMFrontendHLSL In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMFrontendHLSL Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMFrontendHLSL added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMIRPrinter Update of /cvs/src/gnu/usr.bin/clang/libLLVMIRPrinter In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMIRPrinter Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMIRPrinter added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMObjCopy Update of /cvs/src/gnu/usr.bin/clang/libLLVMObjCopy In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMObjCopy Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMObjCopy added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMTargetParser Update of /cvs/src/gnu/usr.bin/clang/libLLVMTargetParser In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMTargetParser Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMTargetParser added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMWindowsDriver Update of /cvs/src/gnu/usr.bin/clang/libLLVMWindowsDriver In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMWindowsDriver Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMWindowsDriver added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libclangASTMatchers Update of /cvs/src/gnu/usr.bin/clang/libclangASTMatchers In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangASTMatchers Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangASTMatchers added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libclangExtractAPI Update of /cvs/src/gnu/usr.bin/clang/libclangExtractAPI In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangExtractAPI Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangExtractAPI added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/libclangIndex Update of /cvs/src/gnu/usr.bin/clang/libclangIndex In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangIndex Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangIndex added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/libclangSupport Update of /cvs/src/gnu/usr.bin/clang/libclangSupport In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangSupport Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangSupport added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/lldb/Version Update of /cvs/src/gnu/usr.bin/clang/include/lldb/Version In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/lldb/Version Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/lldb/Version added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/llvm/ExecutionEngine Update of /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/llvm/ExecutionEngine Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/llvm/TargetParser Update of /cvs/src/gnu/usr.bin/clang/include/llvm/TargetParser In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/llvm/TargetParser Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/TargetParser added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:27 src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink Update of /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink In directory cvs.openbsd.org:/tmp/cvs-serv16075/include/llvm/ExecutionEngine/JITLink Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:35:40 Modified files: gnu/usr.bin/clang: Makefile Makefile.inc gnu/usr.bin/clang/clang: Makefile clang.1 gnu/usr.bin/clang/clang-tblgen: Makefile gnu/usr.bin/clang/include/clang/AST: Makefile gnu/usr.bin/clang/include/clang/Basic: Makefile Version.inc gnu/usr.bin/clang/include/clang/Config: config.h gnu/usr.bin/clang/include/clang/intrin: Makefile gnu/usr.bin/clang/include/lld/Common: Version.inc gnu/usr.bin/clang/include/lldb/Host: Config.h gnu/usr.bin/clang/include/lldb/Plugins: Makefile gnu/usr.bin/clang/include/llvm/Config: config.h llvm-config.h.in gnu/usr.bin/clang/include/llvm/IR: Makefile gnu/usr.bin/clang/include/llvm/Mips: Makefile gnu/usr.bin/clang/include/llvm/RISCV: Makefile gnu/usr.bin/clang/include/llvm/X86: Makefile gnu/usr.bin/clang/libLLVM: Makefile shlib_version gnu/usr.bin/clang/libLLVMAArch64CodeGen: Makefile gnu/usr.bin/clang/libLLVMAArch64Utils: Makefile gnu/usr.bin/clang/libLLVMAMDGPUCodeGen: Makefile gnu/usr.bin/clang/libLLVMAMDGPUDesc: Makefile gnu/usr.bin/clang/libLLVMAMDGPUUtils: Makefile gnu/usr.bin/clang/libLLVMARMCodeGen: Makefile gnu/usr.bin/clang/libLLVMAnalysis: Makefile gnu/usr.bin/clang/libLLVMAsmPrinter: Makefile gnu/usr.bin/clang/libLLVMBinaryFormat: Makefile gnu/usr.bin/clang/libLLVMCodeGen: Makefile gnu/usr.bin/clang/libLLVMCore: Makefile gnu/usr.bin/clang/libLLVMCoroutines: Makefile gnu/usr.bin/clang/libLLVMDebugInfoCodeView: Makefile gnu/usr.bin/clang/libLLVMDebugInfoDWARF: Makefile gnu/usr.bin/clang/libLLVMDebugInfoPDB: Makefile gnu/usr.bin/clang/libLLVMDemangle: Makefile gnu/usr.bin/clang/libLLVMExecutionEngine: Makefile gnu/usr.bin/clang/libLLVMGlobalISel: Makefile gnu/usr.bin/clang/libLLVMInstrumentation: Makefile gnu/usr.bin/clang/libLLVMLTO: Makefile gnu/usr.bin/clang/libLLVMMC: Makefile gnu/usr.bin/clang/libLLVMMCParser: Makefile gnu/usr.bin/clang/libLLVMMipsCodeGen: Makefile gnu/usr.bin/clang/libLLVMObject: Makefile gnu/usr.bin/clang/libLLVMPasses: Makefile gnu/usr.bin/clang/libLLVMPowerPCCodeGen: Makefile gnu/usr.bin/clang/libLLVMProfileData: Makefile gnu/usr.bin/clang/libLLVMRISCVCodeGen: Makefile gnu/usr.bin/clang/libLLVMRISCVDesc: Makefile gnu/usr.bin/clang/libLLVMScalarOpts: Makefile gnu/usr.bin/clang/libLLVMSupport: Makefile Makefile.shared gnu/usr.bin/clang/libLLVMSymbolize: Makefile gnu/usr.bin/clang/libLLVMTableGen: Makefile gnu/usr.bin/clang/libLLVMTransformUtils: Makefile gnu/usr.bin/clang/libLLVMVectorize: Makefile gnu/usr.bin/clang/libLLVMX86CodeGen: Makefile gnu/usr.bin/clang/libLLVMX86Desc: Makefile gnu/usr.bin/clang/libLLVMipo: Makefile gnu/usr.bin/clang/libclangAST: Makefile gnu/usr.bin/clang/libclangAnalysis: Makefile gnu/usr.bin/clang/libclangBasic: Makefile gnu/usr.bin/clang/libclangBasicTargets: Makefile gnu/usr.bin/clang/libclangCodeGen: Makefile gnu/usr.bin/clang/libclangDriver: Makefile gnu/usr.bin/clang/libclangFrontend: Makefile gnu/usr.bin/clang/libclangLex: Makefile gnu/usr.bin/clang/libclangParse: Makefile gnu/usr.bin/clang/libclangSema: Makefile gnu/usr.bin/clang/liblldCommon: Makefile gnu/usr.bin/clang/liblldELF: Makefile gnu/usr.bin/clang/liblldbABI: Makefile gnu/usr.bin/clang/liblldbAPI: Makefile gnu/usr.bin/clang/liblldbCommands: Makefile gnu/usr.bin/clang/liblldbCore: Makefile gnu/usr.bin/clang/liblldbExpression: Makefile gnu/usr.bin/clang/liblldbHostCommon: Makefile gnu/usr.bin/clang/liblldbHostPOSIX: Makefile gnu/usr.bin/clang/liblldbInterpreter: Makefile gnu/usr.bin/clang/liblldbPluginExpressionParser: Makefile gnu/usr.bin/clang/liblldbPluginLanguage: Makefile gnu/usr.bin/clang/liblldbPluginObjectFile: Makefile gnu/usr.bin/clang/liblldbPluginPlatform: Makefile gnu/usr.bin/clang/liblldbPluginProcess: Makefile gnu/usr.bin/clang/liblldbPluginScriptInterpreter: Makefile gnu/usr.bin/clang/liblldbPluginSymbolFile: Makefile gnu/usr.bin/clang/liblldbPluginSymbolVendor: Makefile gnu/usr.bin/clang/liblldbSymbol: Makefile gnu/usr.bin/clang/liblldbTarget: Makefile gnu/usr.bin/clang/liblldbUtility: Makefile gnu/usr.bin/clang/lld: Makefile gnu/usr.bin/clang/lldb: Makefile gnu/usr.bin/clang/lldb-server: Makefile gnu/usr.bin/clang/llvm-ar: Makefile ar.1 ranlib.1 gnu/usr.bin/clang/llvm-config: BuildVariables.inc.def ExtensionDependencies.inc LibraryDependencies.inc.AArch64 LibraryDependencies.inc.ARM LibraryDependencies.inc.Mips LibraryDependencies.inc.PowerPC LibraryDependencies.inc.RISCV LibraryDependencies.inc.Sparc LibraryDependencies.inc.X86 Makefile llvm-config.1 gnu/usr.bin/clang/llvm-cov: llvm-cov.1 gnu/usr.bin/clang/llvm-objcopy: Makefile strip.1 gnu/usr.bin/clang/llvm-objdump: Makefile llvm-objdump.1 gnu/usr.bin/clang/llvm-profdata: Makefile llvm-profdata.1 gnu/usr.bin/clang/llvm-readobj: Makefile llvm-readelf.1 llvm-readobj.1 gnu/usr.bin/clang/llvm-tblgen: Makefile Added files: gnu/usr.bin/clang/include/lldb/Version: Version.inc gnu/usr.bin/clang/include/llvm/Config: TargetMCAs.def gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink: Makefile gnu/usr.bin/clang/include/llvm/TargetParser: Makefile gnu/usr.bin/clang/libLLVMDebuginfod: Makefile gnu/usr.bin/clang/libLLVMFrontendHLSL: Makefile gnu/usr.bin/clang/libLLVMIRPrinter: Makefile gnu/usr.bin/clang/libLLVMObjCopy: Makefile gnu/usr.bin/clang/libLLVMTargetParser: Makefile gnu/usr.bin/clang/libLLVMWindowsDriver: Makefile gnu/usr.bin/clang/libclangASTMatchers: Makefile gnu/usr.bin/clang/libclangExtractAPI: Makefile gnu/usr.bin/clang/libclangIndex: Makefile gnu/usr.bin/clang/libclangSupport: Makefile Log message: update build infrastructure for llvm-16.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:37:52 Modified files: sysutils/flatpak: Makefile Log message: Add a few commented out entries: xdg-desktop-portal-hyprland # needs wayland xdg-desktop-portal-kde # x11/kde-plasma/xdg-desktop-portal-kde xdg-desktop-portal-luminous # needs wayland xdg-desktop-portal-lxqt # requires libfm-qt>=1.4.0 xdg-desktop-portal-wlr # needs wayland CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/11 11:47:02 Modified files: sys/arch/amd64/include: atomic.h Log message: Fix variable name in comment Mostly a dummy commit so that the last llvm commit ends up in the git export. (No idea whether it's actually/still needed but it can't hurt.) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 12:03:52 Log message: Import xdg-dbus-proxy-0.1.5 xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpak/xdg-dbus-proxy/Makefile N ports/sysutils/flatpak/xdg-dbus-proxy/distinfo N ports/sysutils/flatpak/xdg-dbus-proxy/pkg/DESCR N ports/sysutils/flatpak/xdg-dbus-proxy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 12:04:17 Modified files: sysutils/flatpak: Makefile Log message: +xdg-dbus-proxy CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2023/11/11 12:07:11 Modified files: . : want.html Log message: a nanopi r6c woudl be useful for rk3588 development CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:21:40 Modified files: telephony/asterisk/20/patches: patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:21:50 Modified files: telephony/asterisk/18/patches: patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:33:55 Modified files: telephony/asterisk: Makefile.inc telephony/asterisk/16: Makefile telephony/asterisk/16/pkg: PLIST-main telephony/asterisk/18: Makefile telephony/asterisk/18/pkg: PLIST-main telephony/asterisk/20: Makefile telephony/asterisk/20/pkg: PLIST-main Added files: telephony/asterisk/16/pkg: DESCR-fax PLIST-fax telephony/asterisk/18/pkg: DESCR-fax PLIST-fax telephony/asterisk/20/pkg: DESCR-fax PLIST-fax Log message: move asterisk's fax support (back) to a subpackage, removing the dep on spandsp away from the main thing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 14:42:36 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-8.3.0. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/11 15:06:47 Modified files: devel/cabal : cabal.port.mk Log message: Suppress colored output from GHC much easier to review in logs OK kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 21:07:08 Modified files: devel/log4cplus: Makefile Log message: lib/log4cplus: SHARED_LIBS were bumped but REVISION wasn't. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:07:27 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.66.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:08:08 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: Update to vaultwarden-web-2023.10.0 Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2023.10.0 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:08:41 Modified files: security/vaultwarden: Makefile crates.inc distinfo Log message: Update to vaultwarden-1.30.0 Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/12 00:07:21 Modified files: x11/qt5 : Makefile.inc Makefile.version qt5.port.mk x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-src_network_ssl_qsslcontext_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h x11/qt5/qtbase/pkg: PLIST-main x11/qt5/qtconnectivity: Makefile distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtdeclarative/pkg: PLIST-main x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtlocation/pkg: PLIST-main x11/qt5/qtmultimedia: Makefile distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtspeech: Makefile distinfo x11/qt5/qtsvg : Makefile distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: Makefile x11/qt5/qtwayland: Makefile distinfo x11/qt5/qtwebchannel: Makefile distinfo x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/pkg: PLIST x11/qt5/qtwebsockets: Makefile distinfo meta/qt5 : Makefile Removed files: x11/qt5/qtbase/patches: patch-src_gui_configure_json patch-src_platformsupport_eglconvenience_qt_egl_p_h patch-src_platformsupport_input_xkbcommon_qxkbcommon_cpp x11/qt5/qtlocation/patches: patch-src_3rdparty_mapbox-gl-native_include_mbgl_util_unique_any_hpp patch-src_3rdparty_mapbox-gl-native_platform_default_thread_cpp Log message: Introduce KDE Qt5 Patch Collection KDE provides security fixes, crash fixes, and other functional defects atop the Qt5 code-base, in particular Qt 5.15 LTS. KDE_COMMIT is the invent.kde.org and KDE_VERSION is the number of patches committed from KDE. This versions pattern uses FreeBSD and ArchLinux nd probably more. I set KDE_VERSION as pl, for example: qtbase-5.15.11pl138. Port changes: - Upstream Qt project ships which a "includes" directory in the tarball. Qt*/KDE repository does not contain the include directory. We have to run syncqt.pl so I added QT5_GEN_INCLUDES. - Looks like mapbox-gl-native is an Qt upstream tarball thing. It's not present in the source code. A lot has changed here. But only on the plugin side. - I went through all shared libs and adjusted them. - Some cosmetic corrections. Survived a amd64 bulk build by tb@, meta tweaks by sthen@, thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 02:04:35 Modified files: geo/geos : Makefile distinfo Log message: geo/geos: update to 3.12.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:11:25 Modified files: multimedia/pipewire/wireplumber: Makefile Log message: Missing BDEP on textproc/py-lxml. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:18:10 Modified files: sysutils/flatpak/xdg-dbus-proxy: Makefile Log message: Missing BDEP on textproc/libxslt. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:19:06 Modified files: meta/gnome : Makefile Log message: Missing sysutils. reported by tb@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 02:21:36 Modified files: share/man/man4 : wscons.4 Log message: the ws in wscons is short for workstation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:21:52 Modified files: multimedia/pipewire/wireplumber: Makefile multimedia/pipewire/wireplumber/pkg: DESCR Log message: Fix DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:36:35 Modified files: devel/appstream: Makefile devel/appstream/patches: patch-src_as-system-info_c Log message: Simplify patch. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 02:59:30 Modified files: sysutils/beats : Makefile sysutils/beats/hwsensorsbeat: Makefile Log message: have sqlports see hwsensorsbeat CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:08:03 Modified files: sysutils/flatpak/xdg-desktop-portal-xapp: Makefile Log message: Missing BDEP on sysutils/flatpak/xdg-desktop-portal. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:16:11 Modified files: devel/appstream: Makefile distinfo devel/appstream/patches: patch-src_as-system-info_c devel/appstream/pkg: DESCR-main PLIST-main Added files: devel/appstream/pkg: DESCR-qt6 PLIST-qt6 Removed files: devel/appstream/patches: patch-compose_asc-globals_c devel/appstream/pkg: DESCR-qt5 PLIST-qt5 Log message: Update to appstream-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:16:52 Added files: x11/gnome/libadwaita/patches: patch-src_adw-about-window_c Log message: Fix build with new appstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 03:31:36 Modified files: mail/thunderbird-i18n: Makefile Makefile.inc distinfo Removed files: mail/thunderbird-i18n/bn-BD: Makefile mail/thunderbird-i18n/ta-LK: Makefile Log message: mail/thunderbird-i18n: relink pa-IN langpack, resurrected upstream while here drop bn-BD and ta-LK, found by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:36:26 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/patches: patch-CMakeLists_txt graphics/jpeg/pkg: PLIST Log message: Update to jpeg-3.0.1. Survived a bulk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:36:49 Added files: graphics/GraphicsMagick/patches: patch-coders_jpeg_c Log message: Fix build with recent jpeg(-turbo). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:39:15 Log message: Import rapidjson-1.1.0.20230928 RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231112 N ports/textproc/rapidjson/Makefile N ports/textproc/rapidjson/distinfo N ports/textproc/rapidjson/pkg/DESCR N ports/textproc/rapidjson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:39:43 Modified files: textproc : Makefile Log message: +rapidjson CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:41:50 Modified files: graphics : Makefile graphics/fcft : Makefile Log message: start tagging UNLINKED=wayland on wayland ports so they appear in sqlports, as discussed with matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:44:03 Modified files: sysutils : Makefile sysutils/seatd : Makefile Log message: UNLINKED=wayland CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:46:11 Modified files: wayland : Makefile wayland/foot : Makefile wayland/libevdev-openbsd: Makefile wayland/libinput-openbsd: Makefile wayland/sway : Makefile wayland/wev : Makefile wayland/wlroots: Makefile wayland/xwayland: Makefile Log message: UNLINKED=wayland CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 03:49:27 Modified files: lib/libcrypto : Makefile Symbols.list Added files: lib/libcrypto/arch/amd64: Symbols.list lib/libcrypto/arch/i386: Symbols.list Log message: split the Symbols.list up so that arch specific symbols do not end up everywhere ok tb@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:54:12 Modified files: x11 : Makefile x11/libindicator: Makefile x11/libappindicator: Makefile Log message: libindicator/libappindicator may be properly added "any time now" in the meantime, UNLINKED = indicator CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/12 04:01:04 Modified files: devel/py-tabulate/pkg: PLIST Log message: oops, forgot to regen plist after changing to MODPY_PYBUILD reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/12 04:19:39 Log message: Import gallery-dl 1.26.2 from grodzio1 $ cat pkg/DESCR gallery-dl is a command-line program for downloading image galleries and collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities. MAINTAINER: grodzio1 With help from sdk, sthen OK sdk@ bentley@ Status: Vendor Tag: sdk Release Tags: sdk_20231112 N ports/www/gallery-dl/Makefile N ports/www/gallery-dl/distinfo N ports/www/gallery-dl/pkg/DESCR N ports/www/gallery-dl/pkg/PLIST N ports/www/gallery-dl/pkg/README N ports/www/gallery-dl/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:20:04 Modified files: x11/gnome/builder: Makefile x11/gnome/builder/patches: patch-src_libide_io_ide-path_c Log message: Stop cargo culting wordexp(3) patches; juke nuke it. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/12 04:20:33 Modified files: www : Makefile Log message: Add dir for gallery-dl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:27:28 Modified files: astro/celestia : Makefile astro/celestia/patches: patch-src_celutil_unixdirectory_cpp Log message: Stop cargo culting patches for wordexp(3); just nuke it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:33:05 Modified files: www/firefox-i18n: Makefile.inc distinfo Removed files: www/firefox-i18n/ku: Makefile www/firefox-i18n/zu: Makefile Log message: www/firefox-i18n: relink be langpack, drop ku & zu (already unlinked) reported by espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:33:56 Modified files: www/seamonkey-i18n: Makefile Makefile.inc distinfo Removed files: www/seamonkey-i18n/be: Makefile www/seamonkey-i18n/ca: Makefile www/seamonkey-i18n/gl: Makefile www/seamonkey-i18n/tr: Makefile www/seamonkey-i18n/uk: Makefile Log message: www/seamonkey-i18n: relink fi langpack, drop be/ca/gl/tr/uk (already unlinked) reported by espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:36:22 Removed files: www/firefox-esr-i18n/ak: Makefile www/firefox-esr-i18n/csb: Makefile www/firefox-esr-i18n/nso: Makefile www/firefox-esr-i18n/pkg: Makefile www/firefox-esr-i18n/zu: Makefile Log message: www/firefox-esr-i18n: drop unlinked langpacks ak/csb/nso/zu (and drop wrong Makefile while here, 'pkg' was never a langpack) reported by espie@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 04:43:04 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: flip the ignoreFunctionAddressEquality flag; lost in merging changes from llvm-13 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:52:51 Log message: Import wayland/grim a command-line utility to grab images from wayland. ok landry@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231112 N ports/wayland/grim/distinfo N ports/wayland/grim/Makefile N ports/wayland/grim/patches/patch-meson_build N ports/wayland/grim/patches/patch-main_c N ports/wayland/grim/pkg/PLIST N ports/wayland/grim/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:54:11 Log message: Import slurp a tool to select a region in a Wayland compositor. ok landry@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231112 N ports/wayland/slurp/distinfo N ports/wayland/slurp/Makefile N ports/wayland/slurp/patches/patch-meson_build N ports/wayland/slurp/pkg/PLIST N ports/wayland/slurp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:57:08 Modified files: wayland/slurp : Makefile Log message: mark slurp as unlinked. it requires libinput-openbsd CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:58:17 Modified files: wayland : Makefile Log message: +grim, +slurp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:58:31 Modified files: devel/indi : Makefile devel/indi/patches: patch-drivers_dome_scopedome_dome_cpp patch-libs_indibase_indidome_cpp patch-libs_indibase_inditelescope_cpp Log message: Simplify wordexp(3) patches. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 05:05:50 Modified files: databases/sqlports/files: TreeWalker.pm Log message: beautify CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/12 05:38:46 Modified files: devel/sccache : Makefile Log message: devel/sccache: add NOT_FOR_ARCHS because of rust-ring Pointed out by and OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/12 05:41:43 Modified files: sys/dev/fdt : fanpwr.c Log message: Add support for the Rockchip RK8602 and RK8603 voltage regulators. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 05:55:08 Modified files: infrastructure/mk: pkgpath.mk Log message: show the fullsubdir with flavors and multi in case the directory doesn't exist. Allow (parent) to show up in case of flavored missing dependencies! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:23:51 Modified files: multimedia/pipewire: Makefile.inc multimedia/pipewire/helvum: Makefile multimedia/pipewire/pipewire: Makefile multimedia/pipewire/wireplumber: Makefile Log message: Merge audio CATEGORIES into Makefile.inc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:42:28 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in Added files: x11/wxWidgets/patches: patch-src_unix_glegl_cpp Log message: Update to wxWidgets-gtk3-3.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:52:17 Modified files: devel/libpeas2 : Makefile Log message: Missing BDEP on vala. thanks naddy@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 07:03:31 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile patch-source_rltiles_Makefile games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Added files: games/stone-soup/patches: patch-source_xdg-data_org_develz_Crawl_tiles_desktop Removed files: games/stone-soup/patches: patch-source_debian_crawl-tiles_desktop Log message: update to stone soup 0.30.1. From Stefan Moran Stefan Moran ( ssm AT howdoesmycode ! work ) who also takes MAINTAINER - thanks! CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 07:06:37 Modified files: fonts/juliamono: Makefile distinfo Log message: update to juliamono 0.051, ok Laurence Tratt (maintainer) CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 07:25:40 Modified files: gnu/usr.bin/clang/include/llvm/Config: Makefile Removed files: gnu/usr.bin/clang/include/llvm/Config: TargetMCAs.def Log message: TargetMCAs.def is required to be installed in the llvm include dir so instead of shipping the file internally, let's generate it and install it with the rest of the headers; unbreaks xenocara build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 07:32:46 Modified files: sysutils/beats : Makefile Log message: remove it until jasper can tell me how this should actually be handled CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 07:41:41 Modified files: etc/etc.amd64 : login.conf etc/etc.arm64 : login.conf Log message: bump datasize to 1536M for the default login class to allow the build user to generate the AMDGPU includes in llvm-16 discussed with deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/12 07:46:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/beats : Makefile Removed files: sysutils/beats/hwsensorsbeat: Makefile distinfo sysutils/beats/hwsensorsbeat/patches: patch-beater_hwsensorsbeat_go sysutils/beats/hwsensorsbeat/pkg: DESCR PLIST hwsensorsbeat.rc Log message: just remove hwsensorsbeat. unmaintained upstream and in fact i forgot i even wrote this ok espie@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/12 08:02:45 Modified files: x11/kde-plasma : Makefile x11/kde-plasma/kactivitymanagerd: Makefile x11/kde-plasma/kde-cli-tools: Makefile x11/kde-plasma/kde-gtk-config: Makefile x11/kde-plasma/kdeplasma-addons: Makefile x11/kde-plasma/kgamma5: Makefile x11/kde-plasma/khotkeys: Makefile x11/kde-plasma/kinfocenter: Makefile x11/kde-plasma/kmenuedit: Makefile x11/kde-plasma/kscreen: Makefile x11/kde-plasma/kscreenlocker: Makefile x11/kde-plasma/ksshaskpass: Makefile x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: Makefile x11/kde-plasma/kwayland-integration: Makefile x11/kde-plasma/kwin: Makefile x11/kde-plasma/kwrited: Makefile x11/kde-plasma/layer-shell-qt: Makefile x11/kde-plasma/libkscreen: Makefile x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/milou: Makefile x11/kde-plasma/oxygen-sounds: Makefile x11/kde-plasma/plasma-desktop: Makefile x11/kde-plasma/plasma-nano: Makefile x11/kde-plasma/plasma-pa: Makefile x11/kde-plasma/plasma-sdk: Makefile x11/kde-plasma/plasma-workspace: Makefile x11/kde-plasma/plasma-workspace-wallpapers: Makefile x11/kde-plasma/polkit-kde-agent-1: Makefile x11/kde-plasma/qqc2-breeze-style: Makefile x11/kde-plasma/systemsettings: Makefile x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Set UNLINKED = kde-plasma Noticed by espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:18:04 Modified files: sbin/pflogd : pflogd.c Log message: fix the signal numbers passed to siginterrupt. from dhill@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/12 08:38:05 Modified files: devel/shellcheck: Makefile distinfo Log message: Update shelcheck to a ghc-9.6 compatible version from git I asked for a formal release, but it would be good to be ready should we choose to move with 9.6 sooner. OK caspar@ cluebat by semarie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:42:05 Modified files: sys/net : route.c Log message: rt_setgate performs a series of tweaks to an rtable and the routes in the rtable which should be serialised to ensure they're consistent. unfortunately, rt_setgate is called from the network stack while it's only holding shared NET_LOCK. this uses the [X] protections as described in route.h to serialise the changes, and reworks the code to try and keep enough stuff linked up properly during the changes that it will still work if another cpu is still using the rtentry structs while they still have shared net lock. tested by and ok bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:42:54 Modified files: sys/net : route.h Log message: rt_gateway and rt_gwroute use X protections now. pointed out by bluhm@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 09:03:41 Modified files: usr.sbin/snmpd : application.h application_internal.c parse.y Log message: Move snmpd.conf's oid keyword into application_internal.c. These objects get registered under their own backend name, so that they can't overlap with the internal regions. This removes the last consumer of mps.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 09:07:34 Modified files: usr.sbin/snmpd : Makefile application.c application.h snmpd.h Removed files: usr.sbin/snmpd : application_legacy.c mps.c Log message: Now that the last consumer of mps.c is gone, remove it and its application_legacy.c companion. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 09:10:46 Modified files: sys/net : rtsock.c Log message: Do not modify route info sockaddr in rtm_xaddrs(). The rti_info array is used to describe routes that should be found by lookup. Modifying the addreses in it is not a good idea. There were places where rtm_xaddrs() tried to fix the address family instead of validating it. Replace the modification with a check and error out with EAFNOSUPPORT on failure. Route labels always have AF_UNSPEC and the other types are not used anyway. OK kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:14:08 Modified files: multimedia/pipewire/pipewire: Makefile Added files: multimedia/pipewire/pipewire/pkg: DESCR-libs DESCR-main PLIST-libs PLIST-main Removed files: multimedia/pipewire/pipewire/pkg: DESCR PLIST Log message: Split into -main and -libs so that -main can depend on wireplumber. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/12 09:14:21 Modified files: security/libgsasl: Makefile distinfo Removed files: security/libgsasl/patches: patch-configure Log message: update to libgsasl 1.10.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:14:25 Modified files: multimedia/pipewire/helvum: Makefile multimedia/pipewire/wireplumber: Makefile sysutils/flatpak/xdg-desktop-portal: Makefile x11/gnome/shell: Makefile Log message: Adapt after pipewire split. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/12 09:33:23 Modified files: gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Log message: Fix parsing of branch target protection options on arm64 to enable BTI and PAC again by default on OpenBSD. ok robert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/12 09:37:28 Modified files: sys/arch/armv7/include: vmparam.h Log message: Bump MAXDSIZ to 2G on armv7. Needed for llvm-16. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:53:52 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/pkg: PLIST-main Log message: Install some more sample subdirectories. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:09:41 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: sync (libLLVM bump) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:10:17 Modified files: distrib/sets/lists/comp: clang.amd64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/12 10:17:17 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_lib_Driver_ToolChains_Clang_cpp Log message: Fix parsing of branch target protection options on arm64 to enable BTI and PAC again by default on OpenBSD. ok robert@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:22:43 Modified files: distrib/sets/lists/comp: clang.amd64 Log message: +/usr/include/llvm/Config/TargetMCAs.def CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:25:08 Modified files: distrib/sets/lists/comp: clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: Mechanical lib/clang/13.0.0/include -> lib/clang/16/include The actual headers list still needs to be fixed on !(amd64) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:29:04 Modified files: gnu/lib/libclang_rt/profile: Makefile gnu/lib/libclang_rt/ubsan_minimal: Makefile Log message: Fix install path, reminded by otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 10:30:28 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_modules_module-netjack2_peer_c multimedia/pipewire/pipewire/pkg: PLIST-main Added files: multimedia/pipewire/pipewire/pkg: DESCR-gst PLIST-gst Log message: Tweak patch. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:38:24 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync path to libclang_rt*.a CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 10:44:56 Modified files: x11/gtk+4 : Makefile Log message: Tweak TEST_DEPENDS. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 10:51:41 Modified files: sys/net : if_dl.h route.c route.h rtable.c rtable.h rtsock.c Log message: Use constant sockaddr in route lookup. In rtalloc() and rtalloc_mpath() declare the parameter dst as const sockaddr. This makes MP safe route lookup easier as the destination address is definitely not modified during the operation. Array rti_info, the central data structure with addresses for route matching, contains constant sockaddr now. OK mvs@ dlg@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 10:52:59 Modified files: games/dsda-doom: Makefile Log message: disable picking up audio/dumb, a hidden dependency found and reported by tb@. Enabling it by default would come with the headaches of managing bumping a statically linked library, as audio/dumb doesn't have a .so.M.m shared library. Therefore disable it at this point. ok tb@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 10:58:31 Modified files: games/mvdsv : Makefile distinfo games/mvdsv/patches: patch-src_server_h Removed files: games/mvdsv/patches: patch-CMakeLists_txt Log message: update to mvdsv 0.36, by maintainer Tom Murphy. Tested with brief playsession CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 11:02:58 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_modules_module-netjack2_peer_c multimedia/pipewire/pipewire/pkg: PLIST-main x11/gtk+4 : Makefile Removed files: multimedia/pipewire/pipewire/pkg: DESCR-gst PLIST-gst Log message: Revert previous. Something wasn't quite right. This is what you get when working with multiple trees... CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 11:09:22 Modified files: editors/emacs : Makefile Added files: editors/emacs/patches: patch-src_dispnew_c Log message: unsetenv the DISPLAY variable in the no_x11 flavor so that xdg-open will not open URLs in a GUI browser CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/12 11:53:22 Modified files: usr.sbin/rdate : ntp.c rdate.8 Log message: Bump NTP era if the offset we receive is small, in a similar manner as ntpd. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 12:14:27 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 12:22:32 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-data_freedesktop_org_xml_in patch-src_update-mime-database_cpp Log message: Update to shared-mime-info-2.4. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 12:30:04 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: revert https://reviews.llvm.org/D135402 for now to shut lld up until we fix all the symbol lists CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/12 12:47:18 Modified files: editors/emacs : Makefile Removed files: editors/emacs/patches: patch-src_dispnew_c Log message: Revert previous, such changes should be discussed with the port maintainer Also I depend on this very feature. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 12:58:15 Modified files: usr.sbin/snmpd : trap.c Log message: No reason to call (error-prone) smi_scalar_oidlen when we include the scalar .0 ourselves. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 12:59:56 Modified files: usr.sbin/snmpd : snmpe.c Log message: Printing all known objects inside smi when build with -DDEBUG has no benefit. Remove it and the last consumer of smi_foreach(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:02:05 Modified files: usr.sbin/snmpd : trap.c Log message: No need to use struct oid to compare two struct ber_oids. Just call ober_oid_cmp() directly. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:04:35 Modified files: usr.sbin/snmpd : parse.y smi.c snmpd.h Log message: Now that smi.c is basically an oid/name translator, let smi_insert() create the struct oid and let parse.y supply the arguments. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:06:53 Modified files: usr.sbin/snmpd : snmpd.h Log message: Let MIBDECL() make use of OID(). This gives use bo_n for free and we won't have to rely on error-prone smi_oidlen. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:07:48 Modified files: usr.sbin/snmpd : smi.c Log message: Now that MIBDECL() fills in bo_n, no need to call smi_oidlen() anymore. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:10:13 Modified files: usr.sbin/snmpd : smi.c Log message: Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing fancy is using it, we can simply rely on ober_oid_cmp(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:12:01 Modified files: usr.sbin/snmpd : smi.c snmpd.h Log message: Remove a bunch of unused smi_ functions and move a couple of definitions out of snmpd.h, which aren't used outside of smi.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:14:39 Modified files: usr.sbin/snmpd : smi.c snmpd.h Log message: Move struct oid from snmpd.h into smi.c and trim a lot of the now unused fat. This includes all the o_flags member related defines. if it compiles ship it/OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 13:15:48 Modified files: x11/obmenu : Makefile distinfo x11/obmenu/pkg : PLIST Added files: x11/obmenu/patches: patch-setup_py Removed files: x11/obmenu/patches: patch-obmenu patch-obmenu_glade patch-pipes_obm-nav Log message: x11/obmenu: switch from the dead pygtk2 to the new py3/gobject-introspection/gtk4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 13:23:03 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to 0.6.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:29:32 Modified files: x11/ruby-dbus : Makefile distinfo x11/ruby-dbus/pkg: PLIST Log message: Update to ruby32-dbus-0.23.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/12 13:46:35 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/jailkit: Makefile distinfo security/jailkit/patches: patch-Makefile_in patch-ini_jk_init_ini patch-man_Makefile_in patch-man_jailkit_8 patch-man_jk_check_8 patch-man_jk_chrootlaunch_8 patch-man_jk_chrootsh_8 patch-man_jk_cp_8 patch-man_jk_init_8 patch-man_jk_jailuser_8 patch-man_jk_lsh_8 patch-man_jk_socketd_8 patch-man_jk_uchroot_8 patch-man_jk_update_8 patch-py_jk_lib_py patch-src_jk_procmailwrapper_c security/jailkit/pkg: DESCR MESSAGE PLIST Log message: remove security/jailkit; OK aisha gnezdo jca jasper Old outdated unmaintained Python 2 setuid/chroot/etc. wrapper scripts... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:54:31 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-man_icewm-preferences_pod patch-src_default_h Log message: Update to icewm-3.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:56:04 Modified files: x11/greybird : Makefile distinfo Log message: Update to greybird-3.23.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:01:46 Modified files: sysutils/salt : Makefile distinfo Log message: update to 3006.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:02:12 Modified files: productivity/workrave: Makefile distinfo productivity/workrave/patches: patch-configure Log message: Update to workrave-1.10.52. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:06:05 Modified files: x11/mate/libmateweather: Makefile distinfo x11/mate/libmateweather/pkg: PLIST Log message: update to 1.26.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:12:18 Modified files: audio/py-audio : Makefile distinfo Removed files: audio/py-audio/patches: patch-pyproject_toml Log message: Update to py3-audio-0.2.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:14:38 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/pkg: PLIST-main Log message: Update to ibus-1.5.29rc2. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 14:17:48 Modified files: gnu/usr.bin/clang/llvm-config: Makefile Log message: append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:19:05 Modified files: devel/appstream: Makefile Log message: Missing BDEP on textproc/gi-docgen. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:23:15 Modified files: x11/mate/caja : Makefile distinfo x11/mate/caja/pkg: PLIST Log message: update to 1.26.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:06:32 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.27.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:13:37 Modified files: x11/xchm : Makefile distinfo Log message: Update to xchm-1.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:17:06 Modified files: graphics/tesseract/tesseract: Makefile distinfo Log message: Update to tesseract-5.3.3. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 16:15:56 Modified files: etc/etc.riscv64: login.conf Log message: Also bump the default limit on riscv64 Reported by jsing@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 16:19:15 Modified files: sys/netinet : in_pcb.c in_pcb.h Log message: Declare global variable zeroin46_addr as const. OK mvs@ jca@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 16:50:57 Modified files: etc/etc.sparc64: login.conf Log message: Bump datasize for the default login class, needed to build clang-16 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/12 22:58:04 Modified files: editors/scintilla: Makefile distinfo Log message: editors/scintilla: update to 5.3.8 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/12 22:59:50 Modified files: editors/scite : Makefile distinfo editors/scite/pkg: PLIST Log message: editors/scite: update to 5.3.9 ok landry@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 00:33:55 Modified files: sysutils/bat : Makefile crates.inc distinfo Removed files: sysutils/bat/patches: patch-modcargo-crates_libgit2-sys-0_14_2+1_5_1_build_rs Log message: Update bat to 0.24.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/13 02:09:17 Modified files: emulators/retroarch: Makefile Log message: emulators/retroarch: make sure libudev isnt picked up if present CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/13 02:18:19 Modified files: usr.bin/ssh : sftp-client.c Log message: Make sure sftp_get_limits() only returns 0 if 'limits' was initialized. This fixes a potential uninitialized use of 'limits' in sftp_init() if sftp_get_limits() returned early because of an unexpected message type. ok djm@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:28:28 Modified files: wayland/foot : Makefile Log message: foot build depends on the libinput header. no pkg change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:30:21 Modified files: net/unifi : Makefile net/unifi/snappy-java: Makefile Log message: UNLINKED bootstrap CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:34:24 ports/lang/ghc-8.10.7/pkg Update of /cvs/ports/lang/ghc-8.10.7/pkg In directory cvs.openbsd.org:/tmp/cvs-serv59442/pkg Log Message: Directory /cvs/ports/lang/ghc-8.10.7/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:35:02 Modified files: lang/ghc-8.10.7: Makefile Added files: lang/ghc-8.10.7/pkg: DESCR Log message: give an actual DESCR for what's going on, even though there's never going to be a package CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:35:34 ports/sysutils/libudev-openbsd/patches Update of /cvs/ports/sysutils/libudev-openbsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv85887/patches Log Message: Directory /cvs/ports/sysutils/libudev-openbsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:36:32 Modified files: sysutils/libudev-openbsd: Makefile Added files: sysutils/libudev-openbsd/patches: patch-udev-monitor_c Log message: Cancel the udev monitor thread on exit. ok landry@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:36:54 ports/net/unifi/snappy-java/pkg Update of /cvs/ports/net/unifi/snappy-java/pkg In directory cvs.openbsd.org:/tmp/cvs-serv62862/pkg Log Message: Directory /cvs/ports/net/unifi/snappy-java/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:37:53 Modified files: net/unifi/snappy-java: Makefile Added files: net/unifi/snappy-java/pkg: DESCR Log message: some amount of normalcy, have a DESCR that explains what's going on CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:40:49 Modified files: converters : Makefile converters/k2pdfopt: Makefile Log message: relink as UNLINKED with graphics/openjpeg commented out CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:43:52 Modified files: lang : Makefile lang/gdmd : Makefile Log message: reference gdmd, mark it as UNLINKED until the gcc-11 situation gets resolved CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 02:51:33 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync ok robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:00:51 Modified files: telephony/linphone: Makefile telephony/linphone/bcunit: Makefile Log message: mark bcunit as UNLINKED instead CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:02:41 Modified files: www/firefox-i18n: Makefile www/firefox-i18n/be: Makefile Log message: no idea why this is not linked to the build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:06:50 Modified files: www/firefox-i18n/be: Makefile Log message: oversight from maintainer CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/13 03:11:41 Modified files: share/man/man5 : bsd.regress.mk.5 Log message: adjust `regress' description since REGRESS_FAIL_EARLY is yes now ok plus various improvements to the text by tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 03:14:29 Modified files: usr.sbin/snmpd : application.c Log message: struct appl_varbind_internal's avi_index is used to give the index to the original varbindlist's index. In the case of a GetBulkRequest this must never be larger than the length of the original varbindlist. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 03:16:51 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add 2 tests to make sure getbulkrequests return the correct error index. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 03:24:26 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-3.0.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:33:00 Modified files: lib/libcrypto/x509: x509_internal.h x509_purp.c x509_verify.c x509_vfy.c Log message: Eliminate the timegm(3) dependency in libcrypto timegm(3) is not available on some operating systems we support in portable. We currently use musl's implementation, for which gcc-13 decided to emit warnings (which seem incorrect in general and are irrelevant in this case anyway). Instead of patching this up and diverge from upstream, we can avoid reports about compiler warnings by simply not depending on this function. Rework the caching of notBefore and notAfter by replacing timegm(3) with asn1_time_tm_to_time_t(3). Also make this API properly error checkable since at the time x509v3_cache_extensions(3) is called, nothing is known about the cert, in particular not whether it isn't malformed one way or the other. suggested by and ok beck CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/13 03:38:23 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:51:49 Modified files: lib/libtls : tls_conninfo.c Log message: Remove ASN1_time_parse() dependency in tls_conninfo.c During r2k22 ported some of the missing OpenSSL ASN.1 time API. This is a step towards removing the dependency of libtls on ASN1_time_parse(). The latter grew a dependency on CBS/CBB, and thus the choice is to pull in all this code or to use a no longer maintained version of the API. Both options are unappealing. ok beck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 03:51:52 Modified files: meta/gnome : Makefile Log message: Tweak comment; no pkg change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:56:19 Modified files: lib/libtls : tls_ocsp.c Log message: Remove last caller of ASN1_time_parse(3) in libtls This one is slightly annoying since ASN1_TIME_to_tm(3) doesn't provide a direct check for a GeneralizedTime, so call ASN1_GENERALIZEDTIME_check() as well. This means LibreSSL parses the time twice. Shrug. ok beck CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/11/13 04:00:32 Modified files: www/kcaldav : Makefile distinfo www/kcaldav/pkg: PLIST README Added files: www/kcaldav/patches: patch-kcaldav_c Removed files: www/kcaldav/patches: patch-Makefile Log message: update to kcaldav 0.2.4 Fixes interop issues with Thunderbird lightning. Logging is now configurable at run-time. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/11/13 04:03:19 Modified files: www/kcaldav : Tag: OPENBSD_7_4 Makefile distinfo www/kcaldav/pkg: Tag: OPENBSD_7_4 PLIST README Added files: www/kcaldav/patches: Tag: OPENBSD_7_4 patch-kcaldav_c Removed files: www/kcaldav/patches: Tag: OPENBSD_7_4 patch-Makefile Log message: 7.4-stable: update to kcaldav 0.2.4 Fixes interop issues with Thunderbird lightning. Logging is now configurable at run-time. ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 04:12:37 Modified files: distrib/sets/lists/comp: clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 04:20:27 Modified files: devel/libgdata : Makefile Added files: devel/libgdata/patches: patch-gdata_gdata-service_c patch-meson_build Log message: Move to gcr4 and disable oauth1. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/13 04:33:52 Modified files: etc/etc.riscv64: login.conf Log message: Bump datasize for staff to match amd64 Suggested by jsing@, ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 04:46:25 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: Replace ASN1_time_parse() with ASN1_TIME_to_tm() Like in libtls, we use ASN1_GENERALIZEDTIME_check() to ensure we actually have a GeneralizedTime. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 04:50:36 Modified files: usr.bin/openssl: x509.c Log message: Check notBefore/notAfter validity with ASN1_TIME_to_tm(3) ok beck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 05:16:11 Modified files: telephony/linphone/bcunit: Makefile Log message: Fix poisoned variable NO_TESTS -> NO_TEST CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 05:16:44 Modified files: graphics/optipng: Makefile distinfo Log message: Update optipng to 0.7.8. Previous versions suffered from a buffer overflow in the GIF decoder. From Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/13 05:29:40 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_numeric_conversion_detail_int_float_mixture_hpp patch-boost_numeric_conversion_detail_sign_mixture_hpp patch-boost_numeric_conversion_detail_udt_builtin_mixture_hpp Log message: Fix build with clang-16's new -Wenum-constexpr-conversion ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 05:40:36 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile sysutils/flatpak/xdg-desktop-portal/patches: patch-document-portal_meson_build patch-meson_build patch-src_documents_c patch-tests_meson_build sysutils/flatpak/xdg-desktop-portal/pkg: PLIST Log message: Don't ship the org.freedesktop.portal.Documents service; it needs fuse3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 05:43:08 Modified files: usr.bin/openssl: ca.c Log message: Kill last user of ASN1_time_parse() in the tree ASN1_time_parse() was useful while OpenSSL didn't have something sort of equivalent, but now they do. Let's retire ASN1_time_parse() to internal. This will require some patching in ports, but shrug. ok beck CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2023/11/13 05:46:07 Modified files: lib/libcrypto/asn1: a_time_posix.c asn1.h lib/libcrypto/hidden/openssl: asn1.h lib/libcrypto/man: ASN1_TIME_set.3 Log message: Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public This matches when BoringSSL has done, and allows for getting rid of the dependency on system timegm() and gmtime() in libtls. which will make life easier for portable, and remove our dependency on the potentially very slow system versions. ok tb@ - tb will handle the minor bump bits and expose on the next minor bump CVS :---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 05:49:41 Modified files: sys/arch/arm64/conf: RAMDISK distrib/arm64/ramdisk: list Log message: enable UDF on arm64 install media ok deraadt@ kn@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:30:20 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-lib_mapi_rop_util_cpp Log message: update to 2.17 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:30:52 Modified files: mail/grommunio/admin-api: Makefile distinfo mail/grommunio/admin-api/patches: patch-CMakeLists_txt patch-tools_config_py Added files: mail/grommunio/admin-api/patches: patch-data_config_yaml_in Removed files: mail/grommunio/admin-api/patches: patch-data_config_yaml Log message: update to 1.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:31:16 Modified files: mail/grommunio/web: Makefile distinfo mail/grommunio/web/patches: patch-Makefile patch-init_php mail/grommunio/web/pkg: PLIST Log message: update to 3.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:31:36 Modified files: mail/grommunio/mapi-header-php: Makefile distinfo mail/grommunio/mapi-header-php/pkg: PLIST Log message: update to 1.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:32:26 Modified files: mail/grommunio/sync: Makefile distinfo Log message: sync with upstream git's HEAD to bring in bugfixes CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/13 06:34:40 Modified files: lib/libcsi : Symbols.list Log message: sync Symbols.list with reality; ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:39:53 Modified files: devel/jadx : Makefile distinfo devel/jadx/patches: patch-bin_jadx patch-bin_jadx-gui devel/jadx/pkg : PLIST Log message: update to jadx-1.4.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:45:29 Modified files: devel/apktool : Makefile distinfo Log message: update to apktool-2.9.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:49:05 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to p5-Image-ExifTool-12.69 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:51:25 Added files: www/ungoogled-chromium/patches: patch-sandbox_policy_features_h Log message: add missing patch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:57:37 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Driver_cpp Log message: sync with recent base commits CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 07:03:17 Removed files: regress/lib/libcsi: Makefile regress/lib/libcsi/dh: Makefile dhtest.c Log message: Retire the libcsi regress CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:08:33 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile Log message: Enable sysutils/flatpak/libportal for tests. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 07:08:38 Modified files: security/py-ropper: Makefile distinfo Log message: - update ropper to 1.13.8 - tweak COMMENT CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 07:13:23 Removed files: lib/libcsi : Makefile Symbols.list csi.c csi.h csi_dh.c csi_dh_groups.c csi_internal.h csi_util.c shlib_version Log message: Bye bye libcsi This is sad, but unfortunately, we never had time to grow it to its intended use. It's been in maintenance mode for too long, and there currently aren't concrete projects to pursue this direction further. It can be revived when the time is ripe. Until then, let it not get in the way of more urgent work. discussed with jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:20:37 Modified files: sysutils/flatpak: Makefile Log message: We also need libinih. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/13 07:26:51 Modified files: security/boringssl/head: Makefile distinfo Log message: Update to boringssl 20231106 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 07:32:32 Modified files: devel/woboq_codebrowser: Makefile lang/flang/driver: Makefile lang/flang/flang: Makefile lang/flang/libpgmath: Makefile Log message: prevent fantom pkgpath from entering sqlports (maintainer will decide whether 13 or 16 is most appropriate) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 07:34:07 Added files: infrastructure/bin: find-orphans Log message: very simple script I used to find ports that are not referenced in any way in sqlports and yet are in my tree CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:52:03 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_pipewire_private_h Log message: Fix logic error. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 08:05:14 Modified files: usr.sbin/snmpd : snmpd.h Log message: Apparently base-gcc doesn't like having OID() inside MIBDECL(). Handroll the OID() logic into MIBDECL(). Found, tested, and OK jca@ OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/13 08:17:52 Modified files: x11/gnustep/libobjc2: Makefile Added files: x11/gnustep/libobjc2/patches: patch-objcxx_eh_cc Log message: Backport change from upstream that lets libobjc2 build with llvm-16 Not waiting for the 7 days maintainer timeout, since the change looks obvious and ports tree fixes for llvm-16 are late already. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:31:42 Modified files: infrastructure/bin: find-orphans Log message: ignore openbsd-wip and pobj; ok espie@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:36:55 Modified files: lib/libcrypto/x509: x509type.c Log message: X509_certificate_type() needs to know about RSA-PSS This doesn't do much right now, but is part of the tangle that is adding RSA-PSS support. ok beck jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:37:49 Log message: import rp++-2.1.2 rp++ is a ROP gadget finder for PE/ELF/Mach-O executables and x86/x64/ARM/ARM64 architectures. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231113 N ports/security/rp++/Makefile N ports/security/rp++/distinfo N ports/security/rp++/patches/patch-src_rp_elf_struct_hpp N ports/security/rp++/patches/patch-src_rp_platform_h N ports/security/rp++/pkg/DESCR N ports/security/rp++/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:38:09 Modified files: lib/libcrypto/x509: x509type.c Log message: Use X509_get_signature_nid() instead of inlining it ok beck jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:39:01 Modified files: security : Makefile Log message: +rp++ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:40:44 Modified files: lib/libcrypto/x509: x509type.c Log message: Use a sensible variable name (i.e. nid) instead of i for a NID CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/13 08:41:25 Modified files: shells/bash : Makefile distinfo Log message: shells/bash: update to 5.2 patchlevel 21 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:44:15 Modified files: lib/libcrypto/x509: x509type.c Log message: Garbage collect an incoherent export crypto check Contrast "#define EVP_PKT_EXP 0x1000 /* <= 512 bit key */" with the diff: - /* /8 because it's 1024 bits we look for, not bytes */ - if (EVP_PKEY_size(pk) <= 1024 / 8) - ret |= EVP_PKT_EXP; EVP_PKT_EXP will be nuked at the next opportunity. discussed with jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:45:53 Modified files: security/rp++ : Makefile Log message: this could actually use ONLY_FOR_ARCHS; set it CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 08:59:43 Modified files: x11/kde-applications/krfb: Makefile Log message: Add a build missing dependency on plasma-wayland-protocols CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/13 09:03:55 ports/misc/p5-OPCUA-Open62541/patches Update of /cvs/ports/misc/p5-OPCUA-Open62541/patches In directory cvs.openbsd.org:/tmp/cvs-serv73724/patches Log Message: Directory /cvs/ports/misc/p5-OPCUA-Open62541/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 09:16:14 Modified files: lib/libcrypto/x509: x509type.c Log message: Make X509_certificate_type() less bad This converts to proper single exit and undoes a number of unnecessarily silly muppet antics. ok beck CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/13 10:18:27 Modified files: sys/net : route.c Log message: Fix rt_setgate() error handling. In revision 1.424 the logic in rt_setgate() has changed. The old code entered a value into rt_gateway also if rt_setgwroute() returned an error. Now if rt_setgwroute() fails, rt_gateway is NULL and ROUNDUP(rt->rt_gateway->sa_len) crashes. Put back the old logic in rt_setgate(). Setting rt_gateway and rt_gwroute are actually independent. If malloc(9) in rt_setgate() fails, rt_gateway can still be NULL. The subsequent crash in free(rt->rt_gateway, M_RTABLE, ROUNDUP(rt->rt_gateway->sa_len)) was just never observed. Add a NULL check around these free(9). Reported-by: syzbot+2e79dd9db712d3c5ade9@syzkaller.appspotmail.com OK mvs@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 10:18:41 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.10.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 10:22:29 Modified files: net/nanomsg : Makefile distinfo Log message: update to nanomsg-1.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 10:42:36 Modified files: multimedia/pipewire/pipewire: Makefile Added files: multimedia/pipewire/pipewire/patches: patch-src_daemon_pipewire_conf_in Log message: Automatically start wireplumber. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 11:24:10 Modified files: devel/radare2 : Makefile.inc devel/radare2/main: Makefile distinfo devel/radare2/main/patches: patch-binr_rules_mk patch-libr_Makefile devel/radare2/main/pkg: PLIST Removed files: devel/radare2/main/pkg: README Log message: - update to radare2-5.8.8 - garbage collect outdated comments and bogus README CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 11:25:41 Log message: import of llvm-17.0.4 unhooked from the build for now; just for development; ok aja@ Status: Vendor Tag: robert Release Tags: robert_20231113 N ports/devel/llvm/17/Makefile N ports/devel/llvm/17/distinfo N ports/devel/llvm/17/patches/patch-clang_include_clang_AST_FormatString_h N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_Mips_h N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_X86_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_X86_h N ports/devel/llvm/17/patches/patch-clang_lib_CodeGen_CGCall_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_Driver_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Arch_RISCV_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Arch_X86_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Clang_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_OpenBSD_cpp N ports/devel/llvm/17/patches/patch-clang_include_clang_Basic_CodeGenOptions_def N ports/devel/llvm/17/patches/patch-clang_include_clang_Sema_Sema_h N ports/devel/llvm/17/patches/patch-clang_lib_Sema_SemaChecking_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Sema_SemaDeclAttr_cpp N ports/devel/llvm/17/patches/patch-compiler-rt_lib_builtins_ppc_atomic_lock_free_c N ports/devel/llvm/17/patches/patch-compiler-rt_lib_interception_interception_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_interception_interception_linux_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_ubsan_ubsan_platform_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_linux_cpp N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_linux_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_platform_h N ports/devel/llvm/17/patches/patch-libcxx_include_stdio_h N ports/devel/llvm/17/patches/patch-libunwind_src_AddressSpace_hpp N ports/devel/llvm/17/patches/patch-libunwind_src_EHHeaderParser_hpp N ports/devel/llvm/17/patches/patch-libunwind_src_UnwindCursor_hpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_AArch64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_PPC64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_X86_64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_DriverUtils_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Driver_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_InputFiles_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Options_td N ports/devel/llvm/17/patches/patch-lld_ELF_InputFiles_h N ports/devel/llvm/17/patches/patch-lld_ELF_Relocations_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_ScriptParser_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_SymbolTable_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Writer_h N ports/devel/llvm/17/patches/patch-lld_docs_ld_lld_1 N ports/devel/llvm/17/patches/patch-lld_tools_lld_lld_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Writer_cpp N ports/devel/llvm/17/patches/patch-lldb_include_lldb_Host_openbsd_HostInfoOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_include_lldb_Utility_ArchSpec_h N ports/devel/llvm/17/patches/patch-lldb_source_Core_FormatEntity_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_common_SocketAddress_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_openbsd_HostInfoOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_openbsd_Host_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_posix_DomainSocket_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_posix_PipePosix_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Initialization_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Initialization_SystemInitializerCommon_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_DynamicLoader_POSIX-DYLD_DYLDRendezvous_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_DynamicLoader_POSIX-DYLD_DynamicLoaderPOSIXDYLD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_ObjectFile_ELF_ObjectFileELF_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Platform_OpenBSD_PlatformOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Platform_OpenBSD_PlatformOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Target_UnixSignals_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeProcessOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeProcessOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arch_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h N ports/devel/llvm/17/patches/patch-lld_ELF_Config_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_x86_64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_x86_64_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeThreadOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeThreadOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_OpenBSDSignals_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_OpenBSDSignals_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_h N ports/devel/llvm/17/patches/patch-lldb_source_Utility_ArchSpec_cpp N ports/devel/llvm/17/patches/patch-lldb_test_API_api_multithreaded_common_h N ports/devel/llvm/17/patches/patch-lldb_test_API_tools_lldb-server_thread-name_main_cpp N ports/devel/llvm/17/patches/patch-lldb_tools_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_tools_lldb-server_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_unittests_UnwindAssembly_ARM64_TestArm64InstEmulation_cpp N ports/devel/llvm/17/patches/patch-lldb_unittests_UnwindAssembly_x86_Testx86AssemblyInspectionEngine_cpp N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_AsmPrinter_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_MachineFrameInfo_h N ports/devel/llvm/17/patches/patch-clang_include_clang_Basic_DiagnosticSemaKinds_td N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_Passes_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_TargetFrameLowering_h N ports/devel/llvm/17/patches/patch-clang_docs_CommandGuide_clang_rst N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_AsmPrinter_AsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_PrologEpilogInserter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_TargetPassConfig_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_ReturnProtectorPass_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCAsmInfoELF_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCELFStreamer_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCParser_AsmParser_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Support_Unix_Process_inc N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64AsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64FrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64FrameLowering_h N ports/devel/llvm/17/patches/patch-clang_include_clang_Driver_Options_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64InstrInfo_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64InstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64Subtarget_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64TargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_AsmParser_MipsAsmParser_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MCTargetDesc_MipsABIInfo_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsAsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsFrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsFrameLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsInstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsLoongson2FBTBFix_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_Mips_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsTargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCAsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCFrameLowering_h N ports/devel/llvm/17/patches/patch-lld_ELF_Symbols_cpp N ports/devel/llvm/17/patches/patch-lld_include_lld_Common_Driver_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_RISCV_RISCVISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86AsmPrinter_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FixupGadgets_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FrameLowering_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Symbols_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FrameLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86IndirectThunks_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86InstrCompiler_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86MCInstLower_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86MachineFunctionInfo_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86RegisterInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86Subtarget_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86TargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86_td N ports/devel/llvm/17/patches/patch-llvm_lib_Transforms_Scalar_LoopIdiomRecognize_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-ar_llvm-ar_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-config_llvm-config_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-objdump_ELFDump_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-readobj_ELFDumper_cpp N ports/devel/llvm/17/patches/patch-lld_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-shlib_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_cmake_modules_GetLibraryName_cmake N ports/devel/llvm/17/patches/patch-lld_tools_lld_CMakeLists_txt N ports/devel/llvm/17/patches/patch-clang_tools_clang-shlib_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_ABI_AArch64_ABISysV_arm64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_elf-core_RegisterUtilities_h N ports/devel/llvm/17/patches/patch-clang_lib_AST_FormatString_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Frontend_CompilerInvocation_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_LinkerScript_cpp N ports/devel/llvm/17/patches/patch-lldb_tools_lldb-server_lldb-gdbserver_cpp N ports/devel/llvm/17/patches/patch-llvm_include_llvm_InitializePasses_h N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCInstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_MCTargetDesc_X86AsmBackend_cpp N ports/devel/llvm/17/pkg/PLIST-lldb N ports/devel/llvm/17/pkg/PLIST-main N ports/devel/llvm/17/pkg/PLIST-python No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 11:54:44 Log message: Import sysutils/fclones. fclones is a command line utility that identifies groups of identical files and gets rid of the file copies you no longer need. It comes with plenty of configuration options for controlling the search scope and offers many ways of removing duplicates. For maximum flexibility, it integrates well with other Unix utilities like find and it speaks JSON, so you have a lot of control over the search and cleanup process. OK sdk@ Status: Vendor Tag: fcambus Release Tags: fcambus_20231113 N ports/sysutils/fclones/Makefile N ports/sysutils/fclones/crates.inc N ports/sysutils/fclones/distinfo N ports/sysutils/fclones/patches/patch-fclones_src_log_rs N ports/sysutils/fclones/pkg/DESCR N ports/sysutils/fclones/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 11:55:57 Modified files: sysutils : Makefile Log message: Add fclones. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/13 12:13:00 Modified files: usr.bin/mandoc : man_macro.c man_term.c mandoc.1 mdoc_term.c term_ascii.c Log message: Reduce the man(7) default global indentation from 7n, which was an oddity in groff-1.01 to groff-1.22.4, to 5n for compatibility with Version 7 AT&T UNIX, 4.3BSD-Reno, groff-1.23.0, and all versions of mdoc(7). OK jmc@ millert@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/13 12:15:01 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: include function name in warning printf in vmx_handle_np_fault() and svm_handle_np_fault() more clearer output ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/13 12:53:34 Modified files: distrib/sets/lists/comp: clang.i386 Log message: fix i386 sets CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/13 13:06:47 Modified files: cad/prusaslicer: Makefile Log message: Only for 64-bit arches. Reported/suggested by sthen@, ok maintainer CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/13 13:19:45 Modified files: etc/etc.i386 : login.conf Log message: raise i386's datasize for 'daemon' class so that relinking libc at boot doesn't fail - new clang is even greedier than the old one. I picked the value 1500M out of the air, it works for me but could perhaps be finessed downwards a bit. (I'm also using 1500M for make build / mkr+mkrx on i386; make -j8 build is no longer a good idea on i386 ;) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 13:26:06 Modified files: devel/kf5 : Makefile Removed files: devel/kf5/kdewebkit: Makefile distinfo devel/kf5/kdewebkit/pkg: DESCR PLIST devel/kf5/kjsembed: Makefile distinfo devel/kf5/kjsembed/pkg: DESCR PLIST Log message: Remove kdewebkit and kjsembed Unhooked since r1.25 and r1.26. Nobody misses it, it can go away. Spotted by espie, merci CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 13:28:39 Removed files: x11/kde-applications/kblog: Makefile distinfo x11/kde-applications/kblog/pkg: DESCR PLIST Log message: Remove unhooked kblog CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/13 13:35:36 Modified files: regress/usr.bin/mandoc/char/N: basic.out_ascii regress/usr.bin/mandoc/char/accent: combine.out_utf8 nocombine.out_ascii nocombine.out_utf8 utf8only.out_utf8 regress/usr.bin/mandoc/char/bar: man.out_ascii regress/usr.bin/mandoc/char/hyphen: man.in man.out_ascii regress/usr.bin/mandoc/char/space: eos-man.out_ascii esct-man.out_ascii invalid.out_ascii leading-man.out_ascii tab-filled.out_ascii tab-man.out_ascii zerowidth.out_ascii zerowidth.out_utf8 regress/usr.bin/mandoc/char/unicode: ascii.out_ascii ascii.out_utf8 input.out_ascii input.out_utf8 latin1.out_ascii latin1.out_utf8 latin1diff.out_ascii latin1diff.out_utf8 man.out_utf8 named.out_ascii named.out_utf8 namediff.out_ascii namediff.out_utf8 nogroff.out_ascii nogroff.out_utf8 regress/usr.bin/mandoc/man/AT: basic.out_ascii regress/usr.bin/mandoc/man/B: args.out_ascii blank.out_ascii nest.out_ascii regress/usr.bin/mandoc/man/BI: emptyargs.out_ascii literal.out_ascii regress/usr.bin/mandoc/man/DT: basic.out_ascii regress/usr.bin/mandoc/man/EX: args.out_ascii nested.out_ascii spacing.out_ascii regress/usr.bin/mandoc/man/HP: break.out_ascii literal.out_ascii macrotag.out_ascii manyargs.out_ascii spacing.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/IP: bullet.out_ascii bullet.out_utf8 empty.out_ascii literal.out_ascii longhead.out_ascii manyargs.out_ascii spacing.out_ascii tag.out_ascii vert.out_ascii width.out_ascii regress/usr.bin/mandoc/man/MT: args.out_ascii noME.out_ascii regress/usr.bin/mandoc/man/OP: args.out_ascii regress/usr.bin/mandoc/man/PD: args.out_ascii nextline.out_ascii spacing.out_ascii regress/usr.bin/mandoc/man/PP: args.out_ascii empty.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/RS: REarg.out_ascii an-margin.out_ascii breaking.out_ascii broken.in broken.out_ascii empty.out_ascii literal.out_ascii lonelyRE.out_ascii nested.out_ascii noRE.out_ascii nowidth.out_ascii paragraph.out_ascii width.out_ascii regress/usr.bin/mandoc/man/SH: broken.out_ascii broken_eline.out_ascii empty_before.out_ascii longarg.out_ascii noarg.in noarg.out_ascii paragraph.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/SS: broken.out_ascii broken_eline.out_ascii longarg.out_ascii noarg.in noarg.out_ascii paragraph.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/SY: literal.out_ascii regress/usr.bin/mandoc/man/TH: baddate.out_ascii case.out_ascii emptydate.out_ascii isodate.out_ascii longdate.out_ascii longtit.out_ascii longvol.out_ascii mdocdate.out_ascii noarg.out_ascii onearg.out_ascii onlyyear.out_ascii sixargs.out_ascii twoargs.out_ascii regress/usr.bin/mandoc/man/TP: badarg.out_ascii broken.out_ascii double.out_ascii eof.out_ascii fill.out_ascii indent.out_ascii literal.out_ascii longhead.out_ascii macrotag.out_ascii manyargs.out_ascii sameline.out_ascii spacing.out_ascii tag.out_ascii vert.out_ascii width.out_ascii regress/usr.bin/mandoc/man/TS: break.out_ascii vspace.out_ascii regress/usr.bin/mandoc/man/UC: basic.out_ascii regress/usr.bin/mandoc/man/UR: args.out_ascii noUE.out_ascii regress/usr.bin/mandoc/man/blank: afterSH.out_ascii afterSS.out_ascii line.out_ascii regress/usr.bin/mandoc/man/nf: args.out_ascii dupe.out_ascii indent.out_ascii userdef.out_ascii vert.out_ascii regress/usr.bin/mandoc/roff/args: esc.out_ascii infrec.out_ascii man.out_ascii roff.out_ascii regress/usr.bin/mandoc/roff/br: args.out_ascii regress/usr.bin/mandoc/roff/cc: basic.out_ascii regress/usr.bin/mandoc/roff/ce: basic.out_ascii break.out_ascii regress/usr.bin/mandoc/roff/char: badarg.out_ascii basic.out_ascii regress/usr.bin/mandoc/roff/cond: close.out_ascii de.out_ascii ie.out_ascii if.out_ascii numeric.out_ascii register.out_ascii strcmp.out_ascii string.out_ascii regress/usr.bin/mandoc/roff/de: TH.out_ascii TH_opt.out_ascii regress/usr.bin/mandoc/roff/esc: O1.out_ascii V1.out_ascii bs_man.out_ascii c_man.out_ascii f.out_ascii ignore.out_ascii invalid.out_ascii one.out_ascii unsupp.out_ascii regress/usr.bin/mandoc/roff/ft: badargs.out_ascii regress/usr.bin/mandoc/roff/it: double.out_ascii regress/usr.bin/mandoc/roff/mc: args.out_ascii regress/usr.bin/mandoc/roff/na: args.out_ascii regress/usr.bin/mandoc/roff/nr: divzero.out_ascii escname.out_ascii eval.out_ascii incr.out_ascii int.out_ascii predef.out_ascii rr.out_ascii scale.out_ascii tab.out_ascii undef.out_ascii regress/usr.bin/mandoc/roff/ps: ignore.out_ascii regress/usr.bin/mandoc/roff/scale: horiz.out_ascii regress/usr.bin/mandoc/roff/shift: bad.out_ascii basic.out_ascii regress/usr.bin/mandoc/roff/sp: badargs-man.out_ascii fill-man.out_ascii negative.out_ascii scaling-man.out_ascii regress/usr.bin/mandoc/roff/string: escape.out_ascii infinite.out_ascii std.out_ascii undef.out_ascii zerolength.out_ascii regress/usr.bin/mandoc/roff/ta: basic-man.out_ascii regress/usr.bin/mandoc/roff/ti: basic-man.out_ascii wide.out_ascii regress/usr.bin/mandoc/roff/tr: args.out_ascii regress/usr.bin/mandoc/tbl/data: blankline.out_ascii block_empty.out_ascii block_unclosed.out_ascii empty.out_ascii escz.out_ascii escz_end.out_ascii insert.out_ascii regress/usr.bin/mandoc/tbl/layout: badspan.out_ascii center.out_ascii complex.out_ascii empty.out_ascii emptycol.out_ascii emptyline.out_ascii font.out_ascii numbers.out_ascii shortlines.out_ascii spacing-nogroff.out_ascii spacing.out_ascii span.out_ascii regress/usr.bin/mandoc/tbl/macro: man.out_ascii nested.out_ascii req.out_ascii regress/usr.bin/mandoc/tbl/mod: badfont.out_ascii expand-toowide.out_ascii expand.out_ascii font-eol.out_ascii font.out_ascii misalign.out_ascii spacing.out_ascii width.out_ascii regress/usr.bin/mandoc/tbl/opt: box.out_ascii center.in center.out_ascii invalid.out_ascii Log message: reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 14:02:41 Modified files: x11/kde-applications/kio-gdrive: Makefile distinfo x11/kde-applications/kio-gdrive/pkg: PLIST Log message: Update kio-gdrive to 21.08.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 14:04:08 Modified files: x11/kde-applications: Makefile x11/kde-applications/kio-gdrive: Makefile Log message: UNLINKED = kde-applications Spotted by espie CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/13 17:08:32 Modified files: databases/influxdb: Makefile crates.inc distinfo modules.inc databases/influxdb/pkg: PLIST Log message: databases/influxdb: update to 2.7.3 ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 19:25:48 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add another Navi 32 device id 7470 rev 00 is Radeon Pro W7700 found in AMD Software: PRO Edition for AMD Radeon PRO W7700 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 19:26:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/14 01:27:33 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: Add break to error out on weird characters in gethostbyname(). Missed in previous some time ago; while here remove confusing else. Input & OK eric CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 01:51:16 Added files: games/flightgear/base/patches: patch-CMakeLists_txt Log message: games/flightgear: make sure libudev isnt picked up if available CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 01:57:59 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: add comment about libudev detection in games/flightgear CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 02:14:47 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-main PLIST-python Log message: geo/gdal: update to 3.8.0. see https://github.com/OSGeo/gdal/blob/v3.8.0/NEWS.md CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:14:47 Modified files: graphics/jasper: Makefile distinfo Log message: Update to jasper-4.1.0. Survived a bulk. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/14 02:22:09 Modified files: infrastructure/templates: Makefile.template Log message: Replace GH_* with DIST_TUPLE in Makefile.template with input from op, sthen. OK sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:23:03 Added files: audio/audacity/patches: patch-src_TagsEditor_cpp patch-src_effects_lv2_LV2Ports_h patch-src_prefs_GUIPrefs_cpp Log message: Unbreak build with new wxWidgets. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:28:01 Modified files: mail/claws-mail: Makefile Log message: Fix WANTLIB after libgdata move to gcr4. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/14 03:12:24 Modified files: sys/arch/sparc64/include: frame.h Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/14 03:31:22 Modified files: usr.bin/netstat: route.c Log message: This code depends on internals from net/art.h so include it explicitly. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/14 04:25:17 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.7 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/14 04:32:33 Modified files: editors/micro : Makefile distinfo modules.inc Log message: editors/micro: update to 2.0.13 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/14 05:05:43 Modified files: shells/yash : Makefile Added files: shells/yash/patches: patch-lineedit_editing_c Log message: shells/yash: Fix a buffer overflow in emacs-capitalize-word. Found by me, fixed by upstream. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/14 05:33:56 Modified files: lang/python : Makefile.inc lang/python/3.10: Makefile lang/python/3.11: Makefile lang/python/3.9: Makefile Log message: Drop --enable-optimizations to fix build with clang-16 Not waiting for maintainer because the port just doesn't build currently and we need to get ports back into shape. ok djm@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/14 05:48:46 Modified files: etc/etc.armv7 : login.conf Log message: increase datasize to 1536M for the default login class needed to build llvm-16 gnu/usr.bin/clang/include/llvm/AMDGPU ok jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/14 07:08:35 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.28.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 08:38:33 Modified files: usr.bin/tmux : tty-features.c Log message: Use SM 2026 for Sync which is more widely supported now. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 08:59:49 Modified files: usr.bin/tmux : arguments.c status.c Log message: Handle NULL client (in config file) when showing a status message; also copy the file when processing if-shell since it may be freed. GitHub issue 3746. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/14 09:42:14 Modified files: gnu/usr.bin/clang/libLLVMRISCVCodeGen: Makefile Log message: Add missing .PATH Reported and suggested by jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/14 10:28:43 Modified files: security/yara/python: Makefile Log message: fix MODPY_PYBUILD setting, reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/14 11:41:36 Modified files: databases/p5-sybperl: Makefile distinfo databases/p5-sybperl/pkg: PLIST Added files: databases/p5-sybperl/patches: patch-CTlib_CTlib_xs Log message: update to p5-sybperl-2.20 (doesn't fix build with clang 16 though) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:48:38 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.1798.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:50:45 Modified files: x11/gnome/ghex : Makefile distinfo Removed files: x11/gnome/ghex/patches: patch-src_gtkhex_c Log message: Update to ghex-45.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/14 12:50:53 Modified files: print/lilypond : Tag: OPENBSD_7_4 Makefile Added files: print/lilypond/patches: Tag: OPENBSD_7_4 patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: MFC: Fix for ghostscript 10.02.1, which removes finddevice, backported to lilypond-2.22.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:52:31 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:59:07 Modified files: lang/vala : Makefile distinfo Log message: Update to vala-0.56.14. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 13:01:11 Modified files: usr.bin/tmux : arguments.c Log message: Don't strdup NULL filename. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/14 14:31:01 Modified files: etc/etc.powerpc64: login.conf Log message: Bump powerpc64 default datasize to 1536M This is for llvm 16; powerpc64 (like some other platforms) needs a higher datasize limit to build base-clang 16. ok jca@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2023/11/14 15:30:58 Modified files: sysutils/cpuid : Makefile sysutils/cpuid/files: cpuid.c Log message: Add a "cpuid identify" that prints basic information (brand, family, model, stepping and manufacturer). Fix a few compiler warnings. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 16:34:51 Modified files: sysutils/firmware/intel: Makefile distinfo Log message: update intel microcode to 20231114 release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20231114 mitigates: https://lock.cmpxchg8b.com/reptar.html https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/redundant-prefix-issue.html CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/14 17:50:43 Modified files: usr.bin/grep : grep.1 util.c Log message: procline: only reduce mcount once per line, not once per match. This makes "grep -m" behave like GNU grep (where the -m option originated). From Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/14 17:52:42 Modified files: regress/usr.bin/grep: Makefile Added files: regress/usr.bin/grep: t28.in Log message: Add regress test for "grep -m" behavior. From Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/14 17:52:44 Modified files: lib/libcrypto/pkcs7: pk7_doit.c Log message: Shuffle getters and adders down a bit These use static helper functions which don't need prototypes this way. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/14 17:55:43 Modified files: lib/libcrypto/pkcs7: pk7_doit.c Log message: Drop some unnecessary parentheses CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 18:54:02 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Improve fw_update output on errors Mostly some setup for the future, by separating out the filehandles we use for the status and errors more specifically, we can trap the things we know about without hiding surprises. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:00:02 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Better handle ftp errors in fw_update Trap STDERR to post-process it looking for 404 errors to handle them differently. The fetch method now also returns different error codes for errors that can continue on. Currently only 404 is special and everything else should cause fw_update to exit early without trying all the files. Exit early if the SHA256.sig gets a 404 because that is required to figure out what valid firmware are. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:03:49 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Improve output after waiting for package db lock OpenBSD::PackageInfo::lock_db will send messages to STDERR if we ended up waiting for a lock, if that happens, it stomped over the "fw_update:" prefix on the status line so tidy up and print it out again. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 19:04:14 Modified files: devel/include-what-you-use: Makefile distinfo devel/include-what-you-use/patches: patch-iwyu_include_picker_cc devel/include-what-you-use/pkg: PLIST Log message: update to include-what-you-use 0.20 CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:07:44 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Don't let signify mess up our status line While not verbose the status line is built as we go, so save errors from signify until after we've finished the status line. This should exit and print the error immediately, since this happens when fetching the SHA256.sig and fw_update exits early in that case. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 22:23:48 Modified files: graphics/piglit: Makefile Added files: graphics/piglit/patches: patch-tests_spec_ext_external_objects_vk_c Log message: backport a patch to fix the build with llvm 16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:00:14 Modified files: security/libgcrypt: Makefile distinfo security/libgcrypt/patches: patch-configure Removed files: security/libgcrypt/patches: patch-random_rndgetentropy_c Log message: Update to libgcrypt-1.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:07:35 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:13:24 Added files: devel/arm-none-eabi/gdb/patches: patch-gdb_common_enum-flags_h Log message: unbreak ancient gdb with clang-16 with a patch from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:14:00 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.7.2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:14:24 Modified files: devel/gsoap : Makefile distinfo devel/gsoap/patches: patch-configure_ac devel/gsoap/pkg: PLIST Removed files: devel/gsoap/patches: patch-gsoap_stdsoap2_cpp patch-gsoap_stdsoap2_h Log message: update to 2.8.131; also unbreaks build with clang-16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:14:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-455.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 01:15:11 Modified files: devel/py-freezegun: Makefile distinfo devel/py-freezegun/pkg: PLIST Log message: update to py3-freezegun-1.2.2, ok jung@ (former maintainer, dropped at his request) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:29:31 Modified files: benchmarks/bonnie++: Makefile benchmarks/bonnie++/patches: patch-Makefile_in Log message: use -std=c++14 to unbreak with clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:34:09 Added files: devel/arm-none-eabi/newlib/patches: patch-newlib_doc_makedoc_c Log message: explicitly cast to stinst_type to unbreak with clang-16; taken from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:57:00 Modified files: devel/avr32/gcc-bootstrap: Makefile devel/avr32/gcc-bootstrap/patches: patch-gcc_config_avr32_avr32_c Added files: devel/avr32/gcc-bootstrap/patches: patch-gcc_config_avr32_avr32-protos_h Log message: use correct function definitions and return types; fixes clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:04:49 Modified files: astro/py-sgp4 : Makefile distinfo Log message: update to py3-sgp4-2.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:04:51 Modified files: astro/py-jplephem: Makefile distinfo Log message: update to py3-jplephem-2.20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 02:05:11 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update the GStreamer stack to version 1.22.7. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:05:47 Modified files: x11/fluxbox : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:08:21 Modified files: x11/blackbox : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:14:12 Modified files: net/bro : Makefile Log message: build with base clang to unbreak; there seems to be no need for using ports-clang CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:14:37 Modified files: www/dansguardian: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:18:50 Modified files: astro/celestia : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:23:25 Modified files: audio/calf : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:25:55 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:27:56 Modified files: audio/audacious/player: Makefile Added files: audio/audacious/player/patches: patch-src_libaudcore_vfs_h Log message: extend the VFSSeekType enum with an unknown element to please clang16; from freebsd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:12 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.96 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:46 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:50 Modified files: devel/yarn : Makefile distinfo devel/yarn/patches: patch-lib_cli_js Log message: update to yarn-1.22.21 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:29:34 Modified files: audio/liblastfm: Makefile audio/liblastfm/patches: patch-src_CMakeLists_txt Added files: audio/liblastfm/patches: patch-src_fingerprint_Fingerprint_cpp patch-src_fingerprint_Fingerprint_h Log message: support C++17 to unbreak with clang16; from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:38:23 Modified files: audio/py-tagpy : Makefile Added files: audio/py-tagpy/patches: patch-src_wrapper_id3_cpp patch-src_wrapper_rest_cpp Log message: unbreak with clang-16 with patches from freebsd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:38:38 Modified files: sysutils/firmware/intel: Tag: OPENBSD_7_4 Makefile distinfo Log message: update intel-firmware in 7.4-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:53:45 Modified files: multimedia/motion: Makefile distinfo Removed files: multimedia/motion/patches: patch-configure_ac patch-po_de_po patch-po_fi_po Log message: update to motion-4.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 03:15:29 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-Local_Makefile patch-OS_Makefile-Default patch-scripts_exim_install patch-src_lookups_spf_c patch-src_spf_h mail/exim/pkg : PLIST-main Added files: mail/exim/patches: patch-OS_Makefile-OpenBSD Removed files: mail/exim/patches: patch-src_dmarc_c Log message: update to exim-4.97, from Renaud Allard (maintainer), plus I added the missing BDEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:23:31 Modified files: devel/py-pydantic-compat: Makefile distinfo devel/py-pydantic-compat/pkg: PLIST Log message: update to py3-pydantic_compat-0.1.1, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:32:36 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST Removed files: graphics/ImageMagick/patches: patch-config_policy_xml Log message: update to ImageMagick-6.9.12.96 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:57:37 Modified files: mail : Makefile mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.4 upstream says "in future I plan to make Hyperscan dependency mandatory" (https://github.com/rspamd/rspamd/issues/4702#issuecomment-1812352913) so I've removed the separate hyperscan flavour and rolled it into the main package - this restricts archs to amd64 for now - if someone wants to run this on aarch64 then porting vectorscan is an option, but others e.g. sparc64 won't be supported. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/15 05:52:05 Modified files: graphics/hugin : Makefile distinfo graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-src_hugin_base_panodata_Exiv2Helper_cpp patch-src_hugin_base_panodata_SrcPanoImage_cpp Log message: update to hugin-2023.0.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/15 05:59:33 Modified files: games/wrath : Makefile distinfo Log message: use a newer commit to fix the build with llvm 16 remove maintainer, reivyr@enmadechi.com: Domain does not exist ok sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:12:00 Modified files: cad/magic : Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:21:42 Modified files: sysutils/incron: Makefile sysutils/incron/pkg: PLIST Log message: use -std=c++14 to fix build with new llvm sync PLIST, use https HOMEPAGE/SITES while there CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:28:39 Modified files: comms/fldigi : Makefile Log message: use -std=gnu++0x for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:34:38 Modified files: converters/wv2 : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/15 06:36:11 Modified files: usr.sbin/snmpd : application.c Log message: Make sure we allocate the correct size for an appl_agentcap. OK claudio@ miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:39:27 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: remove p5-sybperl, lots of problems - implicit function declarations, format string problems (long/int, format string not string literal, more % conversions than data arguments, ...) - fails with llvm 16 - apart from us, only pkgsrc packages this. doesn't seem likely to have been used much if at all since jcs dropped maintainer in 2006. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:47:14 Modified files: devel/py-llvmlite: Makefile Log message: mark BROKEN, needs updating for LLVM 16 (not supported in an upstream release yet) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:54:30 Modified files: databases/p5-sybperl: Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:57:57 Modified files: devel/atf : Makefile Log message: use -std=gnu++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:09:01 Modified files: devel/commoncpp: Makefile Log message: use -std=c++98 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/15 07:10:16 Modified files: build : mirrors.dat Log message: ftp.fsn.hu has been down for some time; reported by Gabor Papp CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/15 07:10:40 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: sthen@cvs.openbsd.org 2023/11/15 07:18:12 Removed files: databases/p5-sybperl: Makefile distinfo databases/p5-sybperl/patches: patch-CTlib_CTlib_xs patch-CTlib_Makefile_PL patch-DBlib_DBlib_xs patch-Makefile_PL databases/p5-sybperl/pkg: DESCR PLIST Log message: actually remove p5-sybperl, missed when I unhooked it (additionally to the problems mentioned in databases/Makefile / quirks commit, both 2.19 and 2.20 also fail all tests with undefined symbols, so seems likely that this has been broken for some time) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:21:08 Modified files: devel/csmith : Makefile Log message: use -std=c++14 and -Wno-error=enum-constexpr-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:23:50 Modified files: devel/codeworker: Makefile devel/codeworker/patches: patch-CGRuntime_cpp patch-CGRuntime_h patch-CppParsingTree_cpp Added files: devel/codeworker/patches: patch-CppParsingTree_h Log message: unbreak with clang16 with patches from freebsd CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:27:02 Modified files: devel/log4cplus: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:36:08 Modified files: mail : Makefile mail/rspamd : Makefile mail/rspamd/pkg: PLIST Added files: mail/rspamd/patches: patch-src_libserver_rspamd_control_c Log message: add upstream patch and put back the hyperscan flavour of rspamd re https://github.com/openbsd/ports/commit/e0d5726e0fb59230638efe593e7659960ad2cbc4#commitcomment-132616311 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:36:12 Modified files: devel/ode : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 07:40:56 ports/lang/wasi-sdk/compiler-rt/patches Update of /cvs/ports/lang/wasi-sdk/compiler-rt/patches In directory cvs.openbsd.org:/tmp/cvs-serv55118/patches Log Message: Directory /cvs/ports/lang/wasi-sdk/compiler-rt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:43:22 Modified files: devel/ptlib : Makefile Log message: unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:43:42 Added files: devel/ptlib/patches: patch-include_ptlib_psharedptr_h patch-src_ptlib_common_object_cxx Log message: unbreak with clang16 take #2; add missing patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:52:15 Modified files: net/isc-bind : Makefile distinfo Log message: update to isc-bind-9.18.20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:58:28 Modified files: net/isc-bind : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to isc-bind-9.18.20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 08:04:10 Modified files: mail : Makefile Log message: Unbreal sqlports: there's no dovecot,gssapi. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:25:05 ports/devel/riscv32-esp-elf/gdb/patches Update of /cvs/ports/devel/riscv32-esp-elf/gdb/patches In directory cvs.openbsd.org:/tmp/cvs-serv73296/patches Log Message: Directory /cvs/ports/devel/riscv32-esp-elf/gdb/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:25:31 Added files: devel/riscv32-esp-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:37:45 Modified files: devel/ti-msp430gcc: Makefile Added files: devel/ti-msp430gcc/patches: patch-sources_tools_newlib_doc_makedoc_c Log message: use -std=c++14 for base-clang and add a proper cast to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/15 08:52:09 Modified files: usr.sbin/ntpd : ntp.h util.c Log message: Correct denominators when converting NTP fixed point values to double and vice-versa; ok tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:58:19 Modified files: devel/valgrind : Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:02:39 Modified files: devel/xsd : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 09:11:42 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: mail/mozilla-thunderbird: update to 115.4.3. see https://www.thunderbird.net/en-US/thunderbird/115.4.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 09:12:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.3. see https://www.thunderbird.net/en-US/thunderbird/115.4.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:13:03 Modified files: mail/aerc : Makefile Log message: mail/aerc: move notmutch support into its own flavor diff from Johannes Thyssen Tishman, ok MAINTAINER Thim Cederlund CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:13:36 Modified files: mail : Makefile Log message: +aerc,notmutch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:15:03 Modified files: devel/xtensa-esp32-elf/gdb/patches: patch-gdb_Makefile_in Added files: devel/xtensa-esp32-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h devel/xtensa-esp32s2-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h devel/xtensa-esp32s3-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:21:59 Added files: devel/xtensa-lx106-elf/binutils/patches: patch-gdb_common_enum-flags_h patch-gdb_unittests_string_view-selftests_c patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:29:36 Modified files: editors/ht : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:30:59 Modified files: mail : Makefile Log message: ops, fix typo in previous: notmutch -> notmuch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:33:37 Added files: editors/kakoune/patches: patch-src_ranges_hh Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:35:23 Modified files: emulators/gambatte: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:46:39 Modified files: mail/grommunio/web/pkg: PLIST Log message: fixup PLIST; noted by tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:49:06 Modified files: geo/gpstk : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:57:22 Modified files: geo/osrm-backend: Makefile Log message: pass -Wno-error=unused-but-set-variable for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:12:02 Modified files: graphics/ctl : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 10:12:06 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/xfce4-wavelan: Makefile Log message: x11/xfce4: pass --disable-debug by default to ports built from an upstream commit in january, kn@ noticed that xfce4-wavelan filled .xsession-errors logs with debugging info, so --enable-maintainer-mode --enable-debug was put behind .defined(DEBUG), but that broke building ports that built some .ui files so --enable-maintainer-mode was readded for ports using XFCE_COMMIT. turns out --enable-maintainer-mode silently toggles --enable-debug.. so explicitely pass --disable-debug if DEBUG isn't defined, and bump xfce4-wavelan which was the only affected port. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/15 10:13:46 Modified files: devel/iaito : Makefile distinfo devel/iaito/patches: patch-Makefile patch-src_iaito_1 devel/radare2/main: Makefile Log message: - update iaito to 5.8.8 - add comment to radare to keep iaito CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:25:51 Modified files: graphics/freeimage: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:31:36 Modified files: graphics/lsys : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:34:51 Modified files: graphics/asymptote: Makefile Log message: use llvm13 for now CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/15 10:40:01 ports/sysutils/seatd/patches Update of /cvs/ports/sysutils/seatd/patches In directory cvs.openbsd.org:/tmp/cvs-serv87899/patches Log Message: Directory /cvs/ports/sysutils/seatd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/15 10:42:18 Modified files: sysutils/seatd : Makefile distinfo Added files: sysutils/seatd/patches: patch-common_drm_c patch-common_evdev_c patch-common_terminal_c patch-common_wscons_c patch-meson_build patch-seatd_client_c patch-tests_poller_c Log message: switch seatd to official release 0.8.0 + patches. ok without setting EPOCH rsadowski@ landry@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:43:00 Modified files: graphics/povray: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:47:33 Modified files: inputmethods/scim: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:53:26 Modified files: inputmethods/uim: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:55:22 Modified files: graphics/openscenegraph: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:26:23 Modified files: x11/rep-gtk : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:29:36 Modified files: x11/eterm : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:29:43 Modified files: x11/mate/engrampa: Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:31:16 Modified files: www/sqtop : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:31:36 Modified files: x11/gnome/usage: Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:34:24 Modified files: textproc/xxdiff: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:35:02 Modified files: www/sogo : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:38:16 Modified files: textproc/source-highlight: Makefile Log message: use -std=gnu++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:38:27 Modified files: textproc/isearch: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:40:17 Modified files: textproc/arabica: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:42:09 Modified files: telephony/resiprocate: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:46:05 Modified files: security/veracrypt: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/15 11:48:13 Modified files: usr.bin/awk : b.c Log message: fnematch: fix out-of-bounds access on EOF fnematch() expects to store a NUL byte when EOF is encountered. However, the rewrite broke this assumption because r.len from getrune() is zero on EOF. This results in j becoming negative on EOF, causing an out-of-bounds access. It is simplest to just force r.len to 1 on EOF to copy a single NUL byte--the rune is initialized to zero even for EOF. This also fixes the call to adjbuf(). We cannot use 'k' to determine when we need to expand the buffer now that we are potentially reading more than a single byte at a time. https://github.com/onetrueawk/awk/pull/211 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:54:59 Modified files: security/john-jumbo: Makefile Added files: security/john-jumbo/patches: patch-src_blake2_h Log message: add -Wno-error=int-conversion and backport a fix from upstream to fix clang16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/15 11:56:53 Modified files: usr.bin/awk : b.c Log message: fnematch: fix a bug that could result in extra chars being pushed back. From Arnold Robbins. https://github.com/onetrueawk/awk/pull/213 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:01:05 Modified files: net/poco : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:15:38 Modified files: multimedia/streamdvd: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:17:33 Modified files: multimedia/sfml: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:21:00 Modified files: multimedia/phonon: Makefile Log message: add -Wno-error=enum-constexpr-conversion for base clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:28:11 Modified files: multimedia/mjpegtools: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:34:54 Modified files: math/ginac : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:37:21 Modified files: mail/geary : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:37:30 Modified files: lang/pcc/pcc : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/15 12:41:29 Modified files: wayland/libinput-openbsd: Makefile distinfo Removed files: wayland/libinput-openbsd/patches: patch-src_wscons_c Log message: Update to the latest commit "upstream". This contains a fix to build with llvm16. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/15 12:44:12 Modified files: emulators/qemu : Makefile Log message: unbreak with upcoming capstone-5.0; no pkg change CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:44:31 Added files: lang/verilator/patches: patch-src_V3EmitCSyms_cpp patch-src_V3EmitC_cpp Log message: unbreak with clang16 by not trying to increment a boolean; set it instead CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:51:52 Modified files: lang/iverilog : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:52:44 Modified files: lang/apl : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:55:53 Modified files: java/jlint : Makefile java/jlint/patches: patch-Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:56:56 Modified files: japanese/kasumi: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:00:26 Modified files: japanese/canna : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:06:23 Modified files: japanese/Wnn : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:11:30 Modified files: games/openxcom : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:13:27 Modified files: games/stepmania: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:17:13 Modified files: games/meandmyshadow: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:19:30 Added files: games/scorched3d/patches: patch-configure-al_m4 Log message: unbreak autoconf with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:23:07 Modified files: games/lincity-ng: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/15 13:23:19 Modified files: sys/sys : disk.h sys/kern : subr_disk.c Log message: Constify disk_map()'s path argument The disklabel UID passed in is not modified, reflect that and allow callers using 'const char *'. OK miod CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:24:39 Modified files: games/liberalcrimesquad: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:25:11 Modified files: games/ja2-stracciatella: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:28:23 Modified files: games/alephone/alephone: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:28:32 Modified files: games/freesynd : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:33:08 Modified files: games/ezquake : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:35:15 Modified files: games/fillets-ng: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:38:05 Modified files: games/eboard : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:41:45 Modified files: games/brumbrumrally: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:44:59 Modified files: games/dangerdeep: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/15 15:51:49 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c Log message: when deciding whether to enable keystroke timing obfuscation, only consider enabling it when a channel with a tty is open. Avoids turning on the obfucation when X11 forwarding only is in use, which slows it right down. Reported by Roger Marsh CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/15 16:03:38 Modified files: usr.bin/ssh : sshconnect.c Log message: when connecting via socket (the default case), filter addresses by AddressFamily if one was specified. Fixes the case where, if CanonicalizeHostname is enabled, ssh may ignore AddressFamily. bz5326; ok dtucker CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 16:57:45 Modified files: sys/dev : bio.c Log message: use a random number as the cookie in bio ioctls. ok kn@ krw@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/15 17:11:46 Modified files: x11/xruskb : Makefile Added files: x11/xruskb/patches: patch-configure_ac Log message: x11/xruskb: fix typo in configure script to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 19:45:20 Modified files: sys/sys : kstat.h Log message: cpu frequency and volt types for kstat_kvs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 19:45:54 Modified files: usr.bin/kstat : kstat.c Log message: handle printing cpu freq and volt kstat_kv types CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 20:17:34 Modified files: usr.bin/kstat : kstat.c Log message: avoid reading data when enumerating kstats. this means we can reliably read the provider/instance/name/unit tuple, which should avoid "duplicate kstat entry" when multiple kstat read handlers have issues. found on a box with multiple rge interfaces, which have hardware backed kstats that can only be read when the interface is up. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/15 23:27:12 Added files: regress/usr.bin/grep: t28_1.out t28_2.out t28_3.out t28_4.out t28_5.out t28_6.out t28_7.out t28_8.out Log message: Add expected output files, missed in previous commit. I hope our grep is producing the wanted output at this point. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/15 23:49:50 Added files: multimedia/phonon/patches: patch-phonon_objectdescription_h Log message: build fix for clang > 16 from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:39:06 Modified files: net/icinga/icinga-php-library: Makefile distinfo net/icinga/icinga-php-library/pkg: PLIST Log message: update to icinga-php-library-0.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:39:10 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:12 Modified files: net/wireshark : Makefile distinfo net/wireshark/pkg: PLIST-text Log message: update to wireshark-4.0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:19 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo net/wireshark/pkg: Tag: OPENBSD_7_4 PLIST-text Log message: update to wireshark-4.0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:22 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.26 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 01:59:08 Modified files: net/bro/pkg : PLIST Log message: Fix PLIST: MODCLANG_VERSION is bogus in this context. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:10:54 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:43:21 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:43:53 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump revision, libmupdf.a was updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:00:07 ports/multimedia/ogmtools/patches Update of /cvs/ports/multimedia/ogmtools/patches In directory cvs.openbsd.org:/tmp/cvs-serv15841/patches Log Message: Directory /cvs/ports/multimedia/ogmtools/patches added to the repository CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/11/16 03:06:22 Modified files: opensmtpd : index.html Log message: release opensmtpd 7.4.0p1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:11:41 Modified files: multimedia/ogmtools: Makefile multimedia/ogmtools/pkg: PLIST Added files: multimedia/ogmtools/patches: patch-avilib_Makefile_am patch-configure_in Log message: ogmtools: respect CXXFLAGS, add -std=c++14 to CXXFLAGS to build with new clang, use HTTPS homepage, don't use -O3, regen PLIST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:15:31 Modified files: sysutils/flatpak/xdg-dbus-proxy: Makefile Log message: missing BDEP on docbook-xsl CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/16 03:23:21 Modified files: usr.sbin/smtpd : dns.c Log message: consider an MX of "localhost" as it were a "Null MX" diff from Philipp (philipp+openbsd [at] bureaucracy [dot] de), thanks! ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:41:22 Modified files: devel/p5-File-FcntlLock: Makefile devel/p5-File-FcntlLock/pkg: PLIST Log message: p5-File-FcntlLock doesn't install File::FcntlLock::Inline or File::FcntlLock::Pure on i386. The Makefile.PL suggests that the same might happen on other !LP64 archs. Set a variable used in SUBST_VARS to or "@comment " depending on whether we're building on a 64-bit or 32-bit machine respectively and use in the PLIST to allow optionally including those files. ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 03:57:38 Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_v8_src_base_bit-field_h Log message: fix compiling with clang-16 Fix from gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb7d0a7131b5a5938b12673f4b260d66cc1a527 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:10:59 Modified files: usr.sbin/rpki-client: extern.h x509.c Log message: Add a helper to extrct the CRL Number from a crl ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:17:52 Modified files: usr.sbin/rpki-client: crl.c Log message: Improve CRL extension checking RFC 6487 section 5 requires AKI and CRL Number and no other numbers to be present in a CRL. We only checked for AKI and ignored other extensions. Pointed out by Haya Schulmann et al ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:18:47 Modified files: usr.sbin/rpki-client: print.c Log message: Simplify CRL printing ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 04:32:34 Modified files: devel/kdevelop/pkg: PLIST devel/qt-creator/pkg: PLIST lang/zig/pkg : PLIST lang/clang : clang.port.mk lang/wasi-sdk/compiler-rt: Makefile Log message: clang.port.mk: don't add MODCLANG_VERSION to SUBST_VARS, it causes various bogus substitutions (especially with MODCLANG_VERSION=16 e.g. 16x16 icons). un-substitute PLISTs which currently use it, and add to SUBST_VARS in lang/wasi-sdk/compiler-rt where it's actually needed. ok tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:33:28 Modified files: net/ngtcp2 : Makefile Log message: ngtcp2: take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:35:15 Modified files: www/nghttp3 : Makefile Log message: nghttp3: take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 04:37:41 ports/devel/qcoro/patches Update of /cvs/ports/devel/qcoro/patches In directory cvs.openbsd.org:/tmp/cvs-serv98579/patches Log Message: Directory /cvs/ports/devel/qcoro/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:43:02 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.25.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:47:35 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:51:12 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: SECURITY update to gnutls-3.8.2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:58:13 Modified files: x11/qt6/qtbase : Makefile x11/qt6/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_plugins_tls_openssl_qx509_openssl_cpp Log message: qt6/qtbase: ASN1_time_parse() will become internal-only discussed with rsadowski CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 05:12:04 Modified files: devel/qcoro : Makefile Added files: devel/qcoro/patches: patch-qcoro_coroutine_h Log message: Fix build with llvm16 ok kn@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 06:25:07 Modified files: usr.sbin/snmpd : application.c Log message: avi_origid must also be set when transitioning out of the APPL_VBSTATE_MUSTFILL state, else snmpd won't like use once we reach EOMV of our view of the world. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 06:26:45 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add 3 tests for when getbulk reaches EOMV. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 06:45:59 Modified files: x11/qt6/qttools: Makefile Log message: fix: can't load library 'libclang-cpp.so.X.X' kirby@ reported the following issue: $ /usr/local/lib/qt6/bin/lupdate ld.so: lupdate: can't load library 'libclang-cpp.so.1.0' Fixed by adding RPATH CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/16 06:47:22 Modified files: sys/arch/mips64/include: vmparam.h Log message: crank MAXTSIZ because clang is a piggy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/16 06:47:42 Modified files: etc/etc.octeon : login.conf Log message: crank some limits because clang is a piggy CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/16 07:18:41 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/pkg: PLIST Log message: Update to dos2unix-7.5.1: Fixed problem of converting a symbolic link target that is on another file system. Updated Chinese and Serbian translations. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 07:20:49 Modified files: lib/libcrypto/man: ASN1_TIME_set.3 Log message: Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3) I was told not to look since it will magically get fixed. Fine. I'd still have expected a minimal amount of care so that the manpage isn't totally dysfunctional and missing text in the right places. Sigh. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 07:35:25 Modified files: usr.sbin/snmpd : application.c Log message: In appl_processpdu() no need to set avi_next, and only set av_next up to varbindlen, since its only use is to print the varbindlist via appl_pdu_log() and both are further properly initialized in appl_request_upstream_resolve(). This fixes a cosmetic off by one for getbulk requests. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 07:59:44 Modified files: security/gnutls: Tag: OPENBSD_7_4 Makefile Added files: security/gnutls/patches: Tag: OPENBSD_7_4 patch-lib_auth_rsa_c patch-lib_auth_rsa_psk_c patch-lib_gnutls_int_h patch-lib_priority_c Log message: libgnutls: Fix timing side-channel inside RSA-PSK key exchange. [GNUTLS-SA-2023-10-23] [CVE-2023-5981] CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/16 08:05:44 Modified files: gnu/usr.bin/clang/include/llvm/AMDGPU: Makefile Log message: set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386 ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 08:39:32 Modified files: lib/libcrypto/man: BIO_get_ex_new_index.3 Log message: fix typo: exdata -> ex_data CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/16 09:03:51 Modified files: etc/root : dot.login dot.profile Log message: Use tset -I for all terminals, not just xterm. Terminal initialization is usually only needed for hardware terminals, which are rare these days, and the initialization strings result in a bunch of extra newlines on pseudo-terminals. OK nicm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/16 09:05:13 Modified files: etc/skel : dot.login Log message: Use tset -I for all terminals, not just xterm. Terminal initialization is usually only needed for hardware terminals, which are rare these days, and the initialization strings result in a bunch of extra newlines on pseudo-terminals. OK nicm@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 09:22:52 Modified files: security/pivy/patches: patch-openssh_configure_ac Log message: pivy: Fix clang version parsing and use -fzero-call-used-regs=used also for clang 16 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 09:48:56 Modified files: security/web-eid-app: Makefile Log message: pull upstream fix to unbreak clang16 build CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 09:49:14 Modified files: security/web-eid-app: distinfo Log message: pull upstream fix to unbreak clang16 build CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 11:10:19 Modified files: lib/libcrypto/man: bn_dump.3 Log message: delete lots of stuff that no longer exists CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/11/16 11:15:37 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure_ac patch-doc_userguide_Makefile_in patch-suricata-update_suricata_update_parsers_py patch-suricata_yaml_in security/suricata/pkg: PLIST Removed files: security/suricata/patches: patch-src_suricata_c patch-src_util-privs_c patch-src_util-privs_h Log message: Update for Suricata to 7.0.2 With tweaks from sdk@ OK sdk@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/16 11:27:48 Modified files: sys/netinet : tcp_input.c tcp_usrreq.c tcp_var.h Log message: Run TCP SYN cache timer logik without net lock. Introduce global TCP SYN cache mutex. Devide timer function in parts protected by mutex and sending with netlock. Split the flags field in dynamic flags protected by mutex and fixed flags set during initialization. Document whether fields of struct syn_cache are protected by net lock or mutex. input and OK sashan@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/16 12:37:39 Modified files: games/wesnoth : Makefile Added files: games/wesnoth/patches: patch-src_gettext_cpp Log message: fix build with boost-1.83 upstream patch found by Brad, thanks! requested and ok tb@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/16 12:38:44 Modified files: gnu/llvm/clang/include/clang/Basic: DiagnosticSemaKinds.td Log message: downgrade -Wint-conversion to a warning autoconf might misinterpet this so we need to do a full sweep before it can be upgraded to an error again CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/16 13:15:21 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update to seafile-9.0.4 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:17:04 Modified files: lib/libcrypto/man: OPENSSL_VERSION_NUMBER.3 Log message: fix wrong macro CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:19:23 Modified files: lib/libcrypto/man: BIO_ctrl.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 Log message: drop some duplicate statements about macros CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:27:43 Modified files: lib/libcrypto/man: BIO_get_data.3 BIO_get_ex_new_index.3 DES_set_key.3 EVP_OpenInit.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 EVP_aes_128_cbc.3 EVP_sm4_cbc.3 OPENSSL_malloc.3 OpenSSL_add_all_algorithms.3 X509_STORE_get_by_subject.3 X509_STORE_set1_param.3 Log message: Mention which functions are implemented as macros in the few cases where that information was missing. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/16 13:29:55 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-media_base_media_switches_cc Log message: update to 119.0.6045.159 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/16 13:38:10 Modified files: sysutils/salt : Makefile Log message: use https://saltproject.io/ as the HOMEPAGE; from Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/16 13:38:58 Modified files: security/libsodium: Makefile Added files: security/libsodium/patches: patch-src_libsodium_crypto_aead_aegis128l_aegis128l_armcrypto_c patch-src_libsodium_crypto_aead_aegis256_aegis256_armcrypto_c patch-src_libsodium_crypto_aead_aes256gcm_armcrypto_aead_aes256gcm_armcrypto_c Log message: backport upstream 8f453f41f8834e0fe47610f2a3e03e696ddb3450 aarch64: set compiler attributes *after* including while here, fix WRKSRC vs WRKDIST so patches apply CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 14:46:04 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.39.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 14:54:16 Modified files: games/0ad/base : Makefile Added files: games/0ad/base/patches: patch-libraries_source_spidermonkey_FixNewClang.diff patch-libraries_source_spidermonkey_patch_sh Log message: Remove -fexperimental-pass-manager usage to unbreak clang 16 build 0ad extracts and patches spidermonkey during do-build; add another patch to limit pass manager usage to clang <= 13; FreeBSD removes the block, upstream has a diff stubbing it out: https://code.wildfiregames.com/D5011 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/16 15:39:04 Modified files: net/kea : Makefile Log message: net/kea: use -std=c++14 for base-clang to unbreak with clang16 This is a transitive requirement imposed by the outdated version of the devel/log4cplus dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 16:49:40 Modified files: x11/gnome/mutter: Makefile Log message: Missing BDEP on wayland/wayland. I will look at why this is needed, but for now the build depend works around the build failure. reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:34:49 Modified files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libsync_src_sync_c Log message: Unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:51:48 Modified files: x11/kde-applications/kleopatra: Makefile Log message: Add -Wno-enum-constexpr-conversion to unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:52:00 Modified files: x11/kde-applications/kdepim-runtime: Makefile Log message: Add -Wno-enum-constexpr-conversion to unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 00:33:56 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile Log message: Missing dependency on geo/geoclue2. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 00:36:01 Modified files: net/icinga/web2: Makefile distinfo Log message: update to icinga-web2-2.12.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:08:59 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:09:14 Modified files: inputmethods/ibus: Makefile distinfo Log message: Update to ibus-1.5.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:16:14 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:21:09 Modified files: graphics/shotwell: Makefile distinfo Log message: Update to shotwell-0.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:21:36 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-meson_build patch-src_daemon_pipewire_conf_in patch-src_modules_module-rt_c Log message: Update to pipewire-0.3.85. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:49:12 Modified files: textproc/libxslt: Makefile distinfo Log message: Update to libxslt-1.1.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:51:32 Modified files: textproc/libxml: Makefile distinfo Log message: Update to libxml-2.11.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 02:11:03 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.2112 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 02:30:15 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-23.11.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 03:57:36 Modified files: geo/osrm-backend: Makefile distinfo geo/osrm-backend/patches: patch-CMakeLists_txt geo/osrm-backend/pkg: PLIST Log message: osrm-backend: update to HEAD commit to fix build with boost 1.83 tested/ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 04:38:01 Modified files: devel/nasm : Makefile Log message: remove ONLY_FOR_ARCHS while nasm itself only targets amd64/i386, there's no reason to limit packaging the tool to just those platforms. tested on arm64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 04:44:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/capstone : Makefile.inc devel/capstone/main: distinfo devel/capstone/main/patches: patch-Makefile patch-cs_c patch-cstool_cstool_mips_c patch-include_capstone_capstone_h devel/capstone/main/pkg: PLIST devel/capstone/python: Makefile distinfo devel/capstone/python/patches: patch-capstone___init___py devel/capstone/python/pkg: PLIST Log message: - update to capstone-5.0 - make py-capstone python3-only earlier version of this diff tested in a bulk by aja@ ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 04:54:29 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xprobe : Makefile distinfo net/xprobe/patches: patch-Makefile_in patch-libs-external_USI++_src_ip_cc patch-libs-external_USI++_src_misc_cc patch-libs-external_USI++_usi++_tcp_h patch-src_Makefile_in patch-src_defines_h_in patch-src_xplib_xp_lib_cc net/xprobe/pkg : DESCR PLIST Log message: Remote net/xprobe; OK sthen thfr rsadowski Unmaintained, no update since 2005, dead upstream since 2013, crashes on some interface/IP combinations, no IPv6 support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 04:54:50 Modified files: devel/capstone/python: Makefile devel/capstone/python/pkg: PLIST Log message: py3-capstone tweaks: - moved from py2+3 to py3-only -> convert to MODPY_PYBUILD - still uses pkg_resources so needs an RDEP on setuptools CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 05:10:23 Modified files: sbin/pflogd : pflogd.c Log message: Do not log errors form pcap_dispatch() caused by signals. pcap_dispatch() returns -1 (PCAP_ERROR) or -2 (PCAP_ERROR_BREAK) the latter is used when a signal is received and is not an error. So limit the code to log errors to np == -1. OK semarie@ sashan@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:19:18 Modified files: devel/radare2 : Makefile.inc Log message: enable on aarch64 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:21:24 ports/fonts/iosevka-fonts/slab Update of /cvs/ports/fonts/iosevka-fonts/slab In directory cvs.openbsd.org:/tmp/cvs-serv74597/slab Log Message: Directory /cvs/ports/fonts/iosevka-fonts/slab added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:21:55 ports/fonts/iosevka-fonts/slab/pkg Update of /cvs/ports/fonts/iosevka-fonts/slab/pkg In directory cvs.openbsd.org:/tmp/cvs-serv92399/slab/pkg Log Message: Directory /cvs/ports/fonts/iosevka-fonts/slab/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:28:09 Modified files: fonts/iosevka-fonts: Makefile Added files: fonts/iosevka-fonts/slab: Makefile distinfo fonts/iosevka-fonts/slab/pkg: DESCR PLIST Removed files: fonts/iosevka-fonts/fixed-slab: Makefile distinfo fonts/iosevka-fonts/fixed-slab/pkg: DESCR PLIST Log message: fonts/iosevka-fonts: fix packaging of slab variant. The iosevka-fixed-slab SUBDIR packages what upstream calls a "sub-package", but all the other SUBDIRs package a top-level upstream package. For details of top-level and sub- iosevka packages look at: https://github.com/be5invis/Iosevka/blob/main/doc/PACKAGE-LIST.md We want consistency. I don't think it's worth packaging at such a fine-grained level as sub-packages, so I propose that each SUBDIR should be a top-level iosevka package. Therefore, this diff removes the `fixed-slab` SUBDIR in favour of a `slab` SUBDIR. Follow up commit for quirks coming soon. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:29:14 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: devel/quirks: 'iosevka-fixed-slab' => 'iosevka-slab' OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:34:32 Modified files: devel/angr : Makefile.inc Log message: enable for aarch64. vex has gained a working arm64 backend some time ago. explicitly not adjusting angrop because it's not aarch64 ready for OpenBSD yet, but angr proper seems to work fine. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:39:47 Modified files: devel/rizin : Makefile Added files: devel/rizin/patches: patch-librz_debug_p_native_reg_c patch-librz_debug_p_native_reg_netbsd-arm64_h Log message: add arm64 support (based on radare2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 05:41:04 Modified files: geo/postgis : Makefile Log message: use GraphicsMagick rather than ImageMagick to build; the latter fails due to new policy checks. ok landry@ https://trac.osgeo.org/postgis/ticket/5593 CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/17 05:41:08 Added files: lang/node/patches: patch-deps_v8_src_base_bit-field_h Log message: Workaround for clang 16, copied from x11/qt5/qtwebengine which copied it from gentoo seen on arm64 OK MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 05:42:34 Modified files: devel/capstone : Makefile Log message: python -> python,python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 05:46:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: net/xprobe PKGNAME was xprobe2 not xprobe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 05:50:05 Modified files: net/toot : Makefile distinfo Log message: update to toot-0.38.2, based on a diff from Justin Berthault CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/17 06:41:26 Modified files: sysutils/ttyplot: Makefile distinfo Log message: Update ttyplot to 1.5.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 06:43:32 Modified files: lib/libutil : imsg.c Log message: rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close to struct ibuf and just causes confusion for little gain. OK tb@ stsp@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 07:22:28 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go patch-lib_build_build_go Log message: net/syncthing: update to version 1.26.1. Diff from Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/17 07:33:22 Modified files: comms/gnuradio : Makefile Log message: Unbreak llvm16 build by setting -Wno-implicit-const-int-float-conversion CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/17 07:43:36 Modified files: usr.sbin/ikectl: ikeca.cnf Log message: Set "unique_subject = no" to allow renewing expired certificates. Without this, openssl throws an error when creating a second req for the same subject which leads to ikectl deleting the old cert without creating a new one. Reported by Ryan Kavanagh in openiked-portable here: https://github.com/openiked/openiked-portable/issues/125 discussed with tb@ ok patrick@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/17 07:53:07 Modified files: lang/gcc/11 : Makefile lang/gcc/8 : Makefile Log message: USE_LLD (llvm13) on i386 until linking with lld16 is fixed CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 08:23:42 Modified files: sysutils/dinit : Makefile distinfo sysutils/dinit/patches: patch-configs_mconfig_OpenBSD sysutils/dinit/pkg: PLIST Log message: sysutils/dinit: Update to version 0.17.1. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 08:35:16 Modified files: lib/libutil : imsg.c Log message: The term peerid originated from bgpd. It is time to generalize this and just call it id. This only targets the function arguments but not the struct imsg_hdr field since that is a major API break. OK tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2023/11/17 08:46:58 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Use -mxgot to avoid GOT overflow during build on mips64. Tested by deraadt@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 08:53:38 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/minbif : Makefile distinfo net/minbif/patches: patch-CMakeLists_txt patch-minbif_conf patch-src_core_minbif_cpp patch-src_im_request_cpp patch-src_irc_dcc_cpp patch-src_server_poll_daemon_fork_cpp patch-src_server_poll_inetd_cpp patch-src_sockwrap_sockwrap_cpp net/minbif/pkg : DESCR PLIST README minbif.rc Log message: Remote net/minbif; OK landry Unmaintained, last update in 2013, HOMEPAGE is an nginx default page, https://github.com/jasuarez/minbif archived in Jan 2021, fails to bulid with clang 16. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 08:56:50 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/atlas : Makefile distinfo devel/atlas/patches: patch-atlas_m4 patch-src_Codecs_XML_cc devel/atlas/pkg: DESCR PLIST Log message: Remove devel/atlas; OK jca Unmaintained, already on ports life support, no consumers, out of date, no HOMEPAGE/clear upstream, both SITES are NXDOMAIN (ftp.o.o fallback), https://repology.org/project/atlas-c++/versions shows a new version exists, but not many OS package it in the first place. FreeBSD's HOMEPAGE is dead, OpenSUSE has none, Trisquel links to https://www.worldforge.org/ which we don't have... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/17 09:47:41 Added files: games/bastet/patches: patch-BastetBlockChooser_cpp Log message: games/bastet: unbreak with clang16 (C++17) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/17 09:56:46 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.96.1 from MAINTAINER Renaud ALlard CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/17 10:24:09 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 2.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 10:46:55 Modified files: databases/postgresql: Makefile Log message: Following the update to LLVM 16 in base, change PostgreSQL to building with clang, gcc is no longer necessary. ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 11:00:05 Modified files: games/mars : Makefile Log message: Specify -std=gnu++14 to fix build with clang 16 (uses std::random_shuffle) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 11:09:58 Modified files: devel/lutok : Makefile Log message: Unbreak with clang 16: use -std=gnu++14 for std::auto_ptr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 12:09:31 Modified files: databases/postgresql-previous: Makefile Log message: like databases/postgresql, use clang to build ppstgresql-previous on i386 too now that it's possible. reminded by brad. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/17 13:33:02 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/patches: patch-setup_py www/yt-dlp/pkg : PLIST Log message: Update yt-dlp to 2023.11.16 from Justin Berthault Committing in behalf of maintainer mestre@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/17 13:40:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirk for yt-dlp 2023.11.16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 13:52:34 Modified files: multimedia/synfig: Makefile Log message: Use -std=gnu++14 (for std::auto_ptr) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/17 14:51:37 Modified files: share/zoneinfo : Makefile Added files: share/zoneinfo : leapseconds.awk version ziguard.awk zishrink.awk share/zoneinfo/datfiles: leap-seconds.list Removed files: share/zoneinfo/datfiles: leapseconds Log message: zoneinfo: install tzdata.zi and leap-seconds.list Build and install the tzdata.zi file and build the leapseconds file from leap-seconds.list (installing both versions). Third-party software now expects these files to be installed. OK sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/17 14:54:20 Modified files: share/zoneinfo : Makefile Log message: Use "mv -f" when moving the output file into place in the obj dir. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:16:31 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in patch-src_openvpn_route_c patch-src_openvpn_tun_c Log message: Bugfix update to openvpn-2.6.8 Fixes a possible crash due to a check added in 2.6.7 https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:19:06 Modified files: net/openvpn : Tag: OPENBSD_7_4 Makefile distinfo net/openvpn/patches: Tag: OPENBSD_7_4 patch-configure patch-include_Makefile_in patch-src_openvpn_route_c patch-src_openvpn_tun_c Log message: Bugfix update to openvpn-2.6.8 Fixes a possible crash due to a check added in 2.6.7 https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:39:08 Modified files: games/boswars : Makefile Log message: Needs -std=gnu++14 for std::auto_ptr, fixes build with clang 16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:40:08 Modified files: games/amoebax : Makefile Log message: Needs -std=gnu++14 for std::auto_ptr, fixes build with clang 16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:48:50 Modified files: games/eliot : Makefile Log message: Use -std=gnu++14, needs std::random_shuffle CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/17 17:23:38 Modified files: sys/net : if_vxlan.c Log message: ports specified on tunnel destination addresses are invalid. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 17:45:49 Modified files: security/libksba: Makefile distinfo Log message: Update to libksba-1.6.5 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 18:43:29 Modified files: math/rstudio : Makefile Added files: math/rstudio/patches: patch-src_cpp_core_system_PosixProcess_cpp Log message: rstudio: fix build with boost 1.83 ok bcallah (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 18:46:58 Modified files: textproc/vislcg3: Makefile Added files: textproc/vislcg3/patches: patch-src_inlines_hpp Log message: vislcg3: fix build with boost 1.83 ok bentley CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/18 00:14:13 Modified files: lib/libutil : imsg.c Log message: Rename internal function imsg_get_fd() to imsg_dequeue_fd(). OK tb@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/18 00:18:07 Modified files: share/zoneinfo : Makefile Log message: Fix make other_two target by coping with leapseconds being placed in objdir by now. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:36:34 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.3.10 Release notes: https://www.sbcl.org/news.html#2.3.10 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:37:58 Modified files: x11/stumpwm : Makefile Log message: bump x11/stumpwm after lang/sbcl update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 00:40:08 Modified files: lang/wasi-sdk : Makefile.inc lang/wasi-sdk/compiler-rt: Makefile distinfo lang/wasi-sdk/compiler-rt/pkg: PLIST Added files: lang/wasi-sdk/compiler-rt/patches: patch-cmake_Modules_CompilerRTUtils_cmake Log message: lang/wasi-sdk: update wasi-compiler-rt to 16.0.6 - set MODCLANG_VERSION = 16 so that it's built with devel/llvm/16 - set WRKSRC instead of WRKDIST so that CompilerRTUtils.cmake can be patched, thanks sthen@ for the hint CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:41:23 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-library_std_src_sys_unix_os_rs patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-vendor_libgit2-sys_build_rs patch-vendor_openssl-sys_build_main_rs lang/rust/pkg : PLIST-src Log message: update lang/rust to 1.74.0 ok landry@ Announce: https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.74.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 00:43:54 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: set MODCLANG_VERSION to 16 to build with devel/llvm/16 since base switched to llvm 16, lld fails to link libxul.so with 'LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse42.crc32.64.64'. upgrading wasi-compiler-rt to 16 & switching to build with ports-clang 16 instead of 13 (the default) fixes the build. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 01:38:19 Modified files: net/lagrange : Makefile Added files: net/lagrange/patches: patch-lib_the_Foundation_src_tlsrequest_c Log message: lagrange: Eliminate special casing for modern LibreSSL We added BN_RAND_{TOP,BOTTOM}_ANY specifically for this software. So it is great that they disabled the code path entirely. Also, ASN1_time_parse() will go away, so switch to using ASN1_TIME_to_tm(). ok op, Florian Viehweger (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 01:52:00 Modified files: telephony/linphone/bcunit: Makefile distinfo Log message: telephony/linphone/bcunit: update to 5.2.62 and remove UNLINKED apparently an upstream commit dropped the bctoolbox dependency so the circular dependency disappeared CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 01:53:02 Modified files: telephony/linphone/bctoolbox: Makefile telephony/linphone/bctoolbox/pkg: PLIST Added files: telephony/linphone/bctoolbox/patches: patch-tester_encrypted_vfs_cc Log message: telephony/linphone/bctoolbox: build against bcunit and enable tests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:57:36 Modified files: x11/gtk+4 : Makefile distinfo Log message: Update to gtk+4-4.12.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:58:35 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:58:47 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.29.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 02:00:50 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.30.3. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 02:12:43 Modified files: devel/kf5/kdelibs4support: Makefile devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_cpp Added files: devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_h patch-src_kssl_ksslcertificate_cpp Log message: kdelibs4support: Stop reaching into X509_ALGOR This is one of the last consumers of X509_ALGOR that accesses the struct members rather than using an accessor. So add binding to X509_ALGOR_get0() and use it. Unfortunately, this framework targets a pre-1.1 API, so we need to cast things around. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/18 02:15:06 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 02:37:15 Modified files: lib/libcrypto/evp: e_aes.c e_rc2.c evp_enc.c evp_lib.c p_seal.c Log message: Check for negative IV length A recent change in EVP_CIPHER_CTX_iv_length() made it possible in principle that this function returns -1. This can only happen for an incorrectly set up EVP_CIPHER. Still it is better form to check for negative lengths before stuffing it into a memcpy(). It would probably be desirable to cap the iv_length to something large enough. This can be done another time. ok beck CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 03:45:56 Modified files: security/kpcli : Makefile distinfo security/kpcli/pkg: DESCR Log message: security/kpcli: update to 4.0. add RDEP on textproc/p5-File-KDBX for Keepass 4.x format support. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 03:46:58 Modified files: lib/libcrypto/evp: e_rc2.c Log message: Forgot to fix one unsigned int vs int confusion CID 468015 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/18 03:47:29 Modified files: security/rp++ : Makefile security/rp++/patches: patch-src_rp_elf_struct_hpp Log message: fix PT_OPENBSD_WXNEEDED definition CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 03:51:09 Modified files: lib/libssl : ssl_srvr.c t1_lib.c Log message: Check for negative EVP_CIPHER_CTX_iv_length() return in libssl ok beck CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/18 04:01:31 Modified files: devel/quirks : Tag: OPENBSD_7_4 Makefile devel/quirks/files: Tag: OPENBSD_7_4 Quirks.pm www/yt-dlp : Tag: OPENBSD_7_4 Makefile distinfo www/yt-dlp/patches: Tag: OPENBSD_7_4 patch-setup_py www/yt-dlp/pkg : Tag: OPENBSD_7_4 PLIST Log message: Backport to 7.4: Update yt-dlp to 2023.11.16 Fixes CVE-2023-46121 OK mestre@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 05:14:43 Modified files: lang/rust : Makefile Log message: switch back lang/rust to use devel/llvm/16 now that the circular dependency has been broken, use devel/llvm/16 instead of using the embedded version. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 05:17:09 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/pkg: PLIST-main Log message: Missing @sample ${SYSCONFDIR}/pipewire/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/18 05:50:29 Modified files: textproc/py-dateparser: Makefile distinfo Log message: update to py3-dateparser-1.2.0 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/11/18 06:28:43 Modified files: infrastructure/db: user.list Log message: Comment out _minbif following net/minbif removal ok sthen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:07:42 Modified files: lang/algol68g : Makefile distinfo lang/algol68g/pkg: PLIST Log message: Update to algol68g-3.4.4 Code was converted to C17. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:16:51 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-6.7.2 Changelog: improved p() function in the extended math library three new functions in the extended math library: min(), max() and i2rand() bug fix for SIGINT only being handled once CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:25:27 Modified files: sysutils/bfs : Makefile distinfo Log message: Update to bfs-3.0.4 Changelog: https://github.com/tavianator/bfs/releases CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:57:10 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure Log message: Update to ugrep-4.3.3 Changelog: https://github.com/Genivia/ugrep/releases CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/18 08:42:09 Modified files: sbin/fdisk : cmd.c Log message: Scan past whitespace before checking if flag string starts with "0x". Pointed out by Philippe Meunier. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 09:26:17 Modified files: lib/csu : boot.h lib/csu/aarch64: md_init.h lib/csu/alpha : md_init.h lib/csu/amd64 : md_init.h lib/csu/arm : md_init.h lib/csu/hppa : boot_md.h md_init.h lib/csu/i386 : md_init.h lib/csu/m88k : md_init.h lib/csu/mips64 : boot_md.h md_init.h lib/csu/powerpc: md_init.h lib/csu/powerpc64: md_init.h lib/csu/riscv64: md_init.h lib/csu/sh : md_init.h lib/csu/sparc64: md_init.h libexec/ld.so/aarch64: archdep.h libexec/ld.so/alpha: archdep.h libexec/ld.so/amd64: archdep.h libexec/ld.so/arm: archdep.h libexec/ld.so/hppa: archdep.h libexec/ld.so/i386: archdep.h libexec/ld.so/m88k: archdep.h libexec/ld.so/mips64: archdep.h libexec/ld.so/powerpc: archdep.h libexec/ld.so/powerpc64: archdep.h libexec/ld.so/riscv64: archdep.h libexec/ld.so/sh: archdep.h libexec/ld.so/sparc64: archdep.h Log message: crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than reproducing the relevant defines and code in a different place) to perform minor relocations. If things go very wrong, it would call _dl_exit() -- a locally defined crt0 function which is syscall exit(2). We don't need to call exit(2) for this obscure case which doesn't happen and provides no debugging information. An 'abort' is going to provide better information. So let's change the function name to _dso_abort() and make it a single illegal instruction. ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 11:02:47 Modified files: lib/csu/mips64 : boot_md.h Log message: oops another copy of the prototype CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:11:07 Modified files: x11/ogre : Makefile Log message: ogre: fix build with llvm 16 by passing -std=gnu++14 (auto_ptr) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:11:52 Modified files: inputmethods/libime: Makefile Added files: inputmethods/libime/patches: patch-tools_libime_prediction_cpp Log message: libime: fix build with boost 1.83 ok jca kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:12:22 Modified files: graphics/simgear: Makefile Added files: graphics/simgear/patches: patch-simgear_scene_viewer_Compositor_hxx Log message: simgear: fix build with boost 1.83 ok jca kn CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/18 11:36:16 Modified files: devel/kdevelop/pkg: PLIST Log message: devel/kdevelop: fix PLIST again after MODCLANG_VERSION mishap CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:53:30 Modified files: devel/kyua-cli : Makefile Log message: kyua-cli: fix build with clang 16 by passing -std=gnu++14 (auto_ptr) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 12:24:20 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20231109 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/18 12:55:16 Modified files: multimedia/synfigstudio: Makefile Log message: multimedia/synfigstudio: Use -std=gnu++14 (for std::auto_ptr) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:40:14 Modified files: regress/lib/libz: example.c minigzip.c Log message: Sync example.c and minigzip.c with upstream. This silences lots of K&R warning noise. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:43:25 Modified files: lib/libz : ChangeLog README deflate.c deflate.h inflate.c inftrees.c inftrees.h trees.c zlib.h Log message: libz sync with develop branch, discussed with deraadt Apart from cosmetics, this includes the following commits: Add LIT_MEM define to use more memory for a small deflate speedup. A bug fix in zlib 1.2.12 resulted in a slight slowdown (1-2%) of deflate. This commit provides the option to #define LIT_MEM, which uses more memory to reverse most of that slowdown. The memory for the pending buffer and symbol buffers is increased by 25%, which increases the total memory usage with the default parameters by about 6%. https://github.com/madler/zlib/commit/ac8f12c97d1afd9bafa9c710f827d40a407d3266 Fix bug in inflateSync() for data held in bit buffer. https://github.com/madler/zlib/commit/5af7cef45eeef86ddf6ab00b4e363c1eecaf47b6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:43:56 Modified files: sys/lib/libz : deflate.c deflate.h inflate.c inftrees.c inftrees.h trees.c zlib.h Log message: sync zlib with userland CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 17:46:54 Modified files: lib/csu/mips64 : md_init.h Log message: need to use a slightly different asm syntax.. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/18 18:14:07 Modified files: gnu/llvm/llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp Log message: Fix cc -ftrapping-math on macppc Handle CALL_RM like CALL for 32-bit ELF. If a function call has the strictfp attribute, its opcode changes from CALL to CALL_RM. If a call uses the secure PLT, then it must getGlobalBaseReg() to set r30. After I rebuilt xenocara/lib/pixman with this change, Xorg stopped crashing on my macppc. pixman uses cc -ftrapping-math which puts strictfp on each function call. https://github.com/llvm/llvm-project/pull/72758 ok jca@ tobhe@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/19 01:44:19 Modified files: x11/gnome/builder: Makefile Added files: x11/gnome/builder/patches: patch-src_plugins_clang_meson_build Log message: Add an rpath to properly find and load libclang.so. Move to version 16 while here. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 02:19:54 Modified files: usr.bin/openssl: ts.c Log message: openssl ts: convert to X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 02:29:11 Modified files: usr.bin/openssl: pkcs12.c Log message: openssl pkcs12: rewrite without reaching into X509_ALGOR We can call ASN1_item_unpack() which will end up stuffing the same arguments into ASN1_item_d2i() as d2i_PBEPARAM(). This eliminates the last struct access into X509_ALGOR outside libcrypto in the base tree. ok jsing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/19 02:51:16 Modified files: shells/nsh : Makefile Log message: make sure nsh stays nicely tucked within ports and doesn't depend on BSDSRCDIR or BSDOBJDIR in any way CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:09:27 Modified files: lib/libcrypto/man: EVP_PKEY_encrypt.3 Log message: EVP_PKEY_encrypt() simplify example In particular, do not use an uninitialized engine, simply pass NULL. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:19:54 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Document the remaining ENGINE stubs in a single manual CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:23:53 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Remove obsolete engine configuration section CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:25:28 Modified files: lib/libcrypto/man: evp.3 Log message: Remove section explaining how great and flexible ENGINE is and remove two Xr to ENGINE manuals. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:26:36 Modified files: lib/libcrypto/man: BIO_get_ex_new_index.3 Log message: ex data for ENGINEs is no longer a thing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:27:49 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: Strip out mentions of ENGINE_load_builtin_engines() There's probably more that needs to be updated here, but that can be done another day. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:34:26 Modified files: lib/libcrypto/man: DH_set_method.3 DSA_set_method.3 RSA_set_method.3 Log message: Strip mention of ENGINE out of *_set_method.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:36:14 Modified files: lib/libcrypto/man: Makefile Removed files: lib/libcrypto/man: ENGINE_add.3 ENGINE_ctrl.3 ENGINE_get_default_RSA.3 ENGINE_init.3 ENGINE_register_RSA.3 ENGINE_register_all_RSA.3 ENGINE_set_RSA.3 ENGINE_set_default.3 ENGINE_set_flags.3 ENGINE_unregister_RSA.3 Log message: Remove remaining ENGINE manuals They document functionality that no longer exists. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:37:35 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/19 03:41:25 Modified files: usr.sbin/ntpd : util.c Log message: util.c requires stdint.h for UINT32_MAX and friends. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/19 03:59:12 Modified files: sysutils/fzf : Makefile distinfo modules.inc sysutils/fzf/patches: patch-src_protector_protector_openbsd_go sysutils/fzf/pkg: PLIST Log message: Update fzf to 0.44.1 from MAINTAINER Laurent Cheylus, thanks! - update Makefile, distinfo and modules.inc - update PLIST to add bin/fzf-preview.sh (new in 0.44.0 version) - modify patch for src/protector/protector_openbsd_go: * remove inet for pledge (merged upstream with PR 3483) * add tmppath for pledge => needed by tools that uses /tmp directory with temporary files (upstream PR pending) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 04:14:28 Modified files: graphics/mapnik: Makefile Added files: graphics/mapnik/patches: patch-include_mapnik_json_generic_json_hpp patch-plugins_input_csv_csv_utils_cpp Log message: mapnik: pull in an upstream patch and add another patch to fix build with boost 1.83. Still builds with boost 1.80. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 04:47:25 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: fix grammar CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 04:50:02 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Missing period CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/19 05:24:53 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 05:26:58 Modified files: x11/kde-applications/krfb: Makefile Log message: Disable PipeWire support Otherwise xdp is built which requires linux/input.h. Spotted by tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/19 05:27:44 Modified files: security/gopass: Makefile distinfo modules.inc Removed files: security/gopass/patches: patch-main_go Log message: update to gopass-1.15.9 thanks to jrick and upstream for working on syscall() removal CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 06:11:06 Modified files: regress/lib/libcrypto/dsa: dsatest.c regress/lib/libcrypto/ec: ectest.c regress/lib/libcrypto/ecdsa: ecdsatest.c regress/lib/libcrypto/evp: evptest.c regress/lib/libcrypto/free: freenull.awk freenull.c.head regress/lib/libcrypto/gost: gost2814789t.c regress/lib/libcrypto/pbkdf2: pbkdf2.c Log message: Unifdef OPENSSL_NO_ENGINE in libcrypto regress CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 06:12:06 Modified files: regress/lib/libssl/ssl: ssltest.c Log message: Remove last OPENSSL_NO_ENGINE from libssl regress CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 06:49:37 Removed files: geo/osrm-backend/patches: patch-CMakeLists_txt Log message: osrm-backend: remove unnecessary patch Pointed out by Brad who upstreamed a proper fix: https://github.com/Project-OSRM/osrm-backend/commit/503d558e902a6a5f7a53ee28a4c2103f9f02c9e2 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/19 07:10:48 Modified files: games/goldberg_emulator: Makefile games/goldberg_emulator/patches: patch-Makefile Log message: use -std=c++17, fixing build with clang16. By tb@, also input from espie@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/19 08:08:27 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr 5.5, from Justin Berthault Also add "# uses pledge()" marker, used since 4.2. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/19 08:20:30 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.40.0 Features - add warning messages to context commands - allow JSON output on resource creation - context: ask to use HCLOUD_TOKEN when creating new context - pretty-print JSON output - print out IPs after they were created Bug Fixes - "create" actions were not awaited in some cases - image: backup is suggested as type in update command - inconsistent formatting in "describe" commands - network: create prints success to stderr instead of stdout - primary-ip: list does now allow to output IP column - primary-ip: updating the name resets auto-delete - static resource list commands only return first 50 entries CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:40:12 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:41:46 Modified files: lib/libcrypto/engine: engine.h Log message: Unifdef OPENSSL_NO_ENGINE in engine.h Also rip out all the gross, useless comments. There's still too much garbage in here... ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:43:52 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Unifdef OPENSSL_NO_ENGINE in pmeth_lib.c This includes a manual intervention for the call to EVP_PKEY_meth_find() which ended up in the middle of nowhere. ok jsing CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 08:44:13 ports/devel/avr32/newlib/patches Update of /cvs/ports/devel/avr32/newlib/patches In directory cvs.openbsd.org:/tmp/cvs-serv63329/devel/avr32/newlib/patches Log Message: Directory /cvs/ports/devel/avr32/newlib/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 08:45:00 Added files: devel/avr32/newlib/patches: patch-newlib_doc_makedoc_c Log message: devel/avr32/newlib: fix integer to pointer conversion in build tool CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:46:10 Modified files: lib/libcrypto : crypto_init.c lib/libcrypto/asn1: a_pkey.c ameth_lib.c lib/libcrypto/conf: conf_mall.c conf_sap.c lib/libcrypto/dh: dh_lib.c lib/libcrypto/dsa: dsa_lib.c lib/libcrypto/ec: ec_key.c ec_kmeth.c lib/libcrypto/engine: engine_stubs.c lib/libcrypto/err: err_all.c lib/libcrypto/evp: digest.c evp_enc.c p_lib.c lib/libcrypto/pem: pem_lib.c pem_pkey.c lib/libcrypto/rand: rand.h rand_lib.c lib/libcrypto/rsa: rsa_lib.c lib/libcrypto/ts: ts.h ts_conf.c Log message: Unifdef OPENSSL_NO_ENGINE in libcrypto This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:47:40 Modified files: lib/libcrypto/engine: engine_stubs.c Log message: Rename an ENGINE from e to engine for consistency CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:50:29 Modified files: lib/libssl : ssl_clnt.c Log message: Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c This allows us to simplify ssl_do_client_cert_cb() a bit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:51:49 Modified files: lib/libssl : ssl.h ssl_ciph.c ssl_lib.c ssl_local.h ssl_sess.c Log message: Unifdef OPENSSL_NO_ENGINE in libssl As usual, a few manual fixes to avoid duplicate lines. ok jsing CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/19 09:00:22 Modified files: net/gnugk : Makefile Log message: Unbreak gnugk with clang-16, use -std=gnu++14 for std::mem_fun ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 09:15:16 Modified files: devel/kf5/kcoreaddons: Makefile Added files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kmemoryinfo_cpp Log message: KMemoryInfo: Add OpenBSD support Compute the available physical memory and other metrics on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 09:15:25 Added files: devel/boost/patches: patch-boost_beast_ssl_ssl_stream_hpp Log message: boost: add file stupid cvs didn't want to commit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 09:17:44 Modified files: devel/boost/patches: patch-tools_build_src_engine_build_sh patch-tools_build_src_tools_gcc_jam devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-boost_phoenix_stl_hpp patch-boost_unordered_detail_foa_core_hpp patch-libs_context_build_Jamfile_v2 Removed files: devel/boost/patches: patch-boost_config_stdlib_libcpp_hpp patch-boost_numeric_conversion_detail_int_float_mixture_hpp patch-boost_numeric_conversion_detail_sign_mixture_hpp patch-boost_numeric_conversion_detail_udt_builtin_mixture_hpp patch-boost_unordered_detail_fca_hpp patch-boost_unordered_detail_implementation_hpp patch-boost_unordered_unordered_map_hpp patch-boost_unordered_unordered_set_hpp patch-libs_locale_build_Jamfile_v2 Log message: Remainder of the update to boost 1.83, from Brad With input from sthen, otto and help from many https://www.boost.org/users/history/version_1_83_0.html CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/19 09:42:05 Modified files: gnu/llvm/llvm/lib/Target/ARM: ARMISelLowering.cpp Log message: Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementation is incomplete resulting in SIGSEGV with the OpenBSD default options. ok deraadt@, jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 09:52:40 Modified files: devel/kf5/ktexteditor: Makefile Log message: Enable EditorConfig support Otherwise editorconfig-core-c is used if it's available at configure/build time. Spotted by tb@ thanks CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 10:48:20 Modified files: security/yubico/yubico-piv-tool: Makefile Added files: security/yubico/yubico-piv-tool/patches: patch-common_util_c Log message: yubico-piv-tool: stop reaching into X509_ALGOR for no good reason CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 10:51:10 Modified files: mail/alpine : Makefile Added files: mail/alpine/patches: patch-alpine_smime_c Log message: alpine: stop reaching into X509_ALGOR CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 11:06:02 Modified files: x11/kde-plasma/kwin: Makefile Log message: Set KWIN_BUILD_SCREENLOCKER=OFF Scrennlocker does not work yet. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 11:06:55 Added files: x11/kde-plasma/kwin/patches: patch-src_libkwineffects_kwinglplatform_cpp Log message: Add Intel Tiger Lake GT2 GPU support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/19 13:31:18 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: distinfo devel/angr/py-angr: distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: distinfo devel/angr/py-claripy: distinfo devel/angr/py-cle: distinfo devel/angr/py-pyvex: Makefile distinfo devel/angr/py-z3-solver: Makefile devel/angr/vex : Makefile Log message: - update angr to 9.2.77 - take maintainership and bump REVISION for ports which didn't get an update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 13:33:18 Modified files: net/kea : Makefile Log message: net/kea: add a comment with the rationale for -std=c++14 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 13:52:42 Modified files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kmemoryinfo_cpp Log message: Fix: replace availablePhysical with totalPhysical CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:54:14 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: zap stray comma CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:58:07 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: Remove ENGINE Xr that I left behind CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:59:00 Modified files: lib/libcrypto/man: OPENSSL_load_builtin_modules.3 Log message: ENGINE_add_conf_module() no longer exists CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:01:27 Modified files: lib/libcrypto/man: OPENSSL_config.3 Log message: OPENSSL_config() no longer calls ENGINE_load_builtin_engines() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:03:22 Modified files: lib/libcrypto/man: RSA_new.3 Log message: Remove ENGINE mention in RSA_new() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:06:15 Modified files: lib/libcrypto/man: RSA_check_key.3 Log message: Remove musings how ENGINE may or may not screw everything up. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:08:04 Modified files: lib/libcrypto/man: RSA_get_ex_new_index.3 Log message: ENGINE can no longer have ex_data attached to it CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:13:47 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Mark up an occurrence of ENGINE CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 14:17:21 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231119 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 14:22:54 Modified files: devel/kf5/kcoreaddons: Makefile Added files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kprocesslist_unix_cpp Log message: Fix KProcessInfoList::unixProcessListPS Run ps(1) with the proper arguments on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2023/11/19 17:09:36 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_m_syswrap_syswrap_main_c patch-include_vki_vki_scnums_openbsd_h Log message: removal syscall(2) ok kn CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 18:20:19 Modified files: regress/lib/libcrypto/free: freenull.c.head Log message: Still need engine.h for ENGINE_free() But do away with the OPENSSL_NO_ENGINE dance. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/19 18:35:21 Modified files: gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Log message: only enable bti and pac by default on arm64 before this change, clang on armv7 defined __ARM_FEATURE_BTI_DEFAULT and __ARM_FEATURE_PAC_DEFAULT which broke the build of llvm libunwind ok kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/19 19:50:00 Modified files: usr.bin/ssh : sshconnect.c Log message: set errno=EAFNOSUPPORT when filtering addresses that don't match AddressFamily; yields slightly better error message if no address matches. bz#3526 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/19 21:53:11 Modified files: gnu/llvm/lld/ELF/Arch: RISCV.cpp Log message: Restore lost patch: downgrade RISCV ABI mismatch error to a warning This lets lld link code with object files created with ld -b binary, as used by several ports (mupdf, postgresql-pllua, various games). Upstream report with an unfinished diff: https://reviews.llvm.org/D106378 ok gkoehler@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/20 00:13:07 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: x11/xfce4/xfce4-dict: update to 0.8.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/20 00:21:56 Modified files: sysutils/seatd : Makefile wayland/libevdev-openbsd: Makefile wayland/libinput-openbsd: Makefile wayland/slurp : Makefile wayland/wev : Makefile wayland/wlroots: Makefile wayland/xwayland: Makefile Log message: wayland: drop UNLINKED=wayland from most remaining wayland-related ports all ports potentially detecting libinput/libevdev have been handled the following ports should now be built in bulks: - sysutils/seatd - wayland/libevdev-openbsd - wayland/libinput-openbsd - wayland/slurp - wayland/wev - wayland/wlroots - wayland/xwayland wayland-related ports not linked yet: - devel/libstdthreads - graphics/fcft: LDEP on devel/libstdthreads - wayland/foot: LDEP on devel/libstdthreads and graphics/fcft - wayland/sway: RDEP on wayland/foot this will allow to enable wayland bits in gtk, among others most of the work done at h2k23 ok matthieu@ rsadowski@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 00:22:46 Modified files: x11/openbox : Makefile x11/openbox/patches: patch-openbox_client_c Log message: apply fix from an upstream development branch for a crash with newer glib, reported by Ghislain Mercier, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 00:23:08 Modified files: x11/openbox : Tag: OPENBSD_7_4 Makefile x11/openbox/patches: Tag: OPENBSD_7_4 patch-openbox_client_c Log message: apply fix from an upstream development branch for a crash with newer glib, reported by Ghislain Mercier, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/20 02:27:28 Modified files: multimedia/assimp: Makefile Log message: assimp: disable -Werror The mlt7 file format is represented by packed structs with badly aligned anonymous union members in this port. This emits alignment warnings on STRICT_ALGINMENT architectures with newer clang. Some of them will trap, others will just be slow. In any case, there's little that we can do here. ok phessler, bcallah (maintainer) agrees CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/20 03:11:03 Modified files: gnu/llvm/lld/ELF: LinkerScript.cpp Log message: Code changes between llvm 13 and 16 mean that we have to drop the final dot for the .openbsd.randomdata and .openbsd.mutable section merging code. ok jca@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/20 03:32:45 Modified files: usr.sbin/snmpd : snmpe.c Log message: In snmpe_writecb, don't call snmpe_prepare_read() when there's still data left inside sm_data. If there's an incomplete packet left in the buffer it will be called from snmpe_tryparse, if there's a complete packet left we can end up with new events from the tcp socket, which the tcp subsystem isn't prepared to handle. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/20 03:34:21 Modified files: regress/usr.sbin/snmpd: Makefile regress.h snmp.c snmpd_regress.c Added files: regress/usr.sbin/snmpd: transport.c Log message: Add a couple of tests for handling of tcp connections. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/20 04:53:55 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/dicepassc: Makefile distinfo security/dicepassc/pkg: DESCR PLIST Log message: Drop security/dicepassc Upstream wants to be able to make it evolve with no restriction, and recommends using pwgen/passphraseme instead. ok phessler@ tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/20 05:15:16 Modified files: lib/libc/asr : asr_private.h asr_utils.c getaddrinfo_async.c gethostnamadr_async.c Log message: localhost is either 127.0.0.1 or ::1, nothing else. RFC 6761, 6.3 Domain Name Reservation Considerations for "localhost.": 3. Name resolution APIs and libraries SHOULD recognize localhost names as special and SHOULD always return the IP loopback address for address queries and negative responses for all other query types. Name resolution APIs SHOULD NOT send queries for localhost names to their configured caching DNS server(s). This makes sure that the getaddrinfo(3) and gethostbyname(3) family of functions always return the loopback address and do not send queries to name servers. This includes "localhost", "localhost." and everything under ".localhost" and ".localhost.". For example, a host underneath the .com.ar zone will per default have a search list of "com.ar.". resolv.conf(5) has a default of "lookup bind file". Both combined will result in lookups for "localhost" to not return 127.0.0.1 because localhost.com.ar is registered in DNS. It has been known for decades that this is a problem, especially for localhost. Problem recently spotted by gonzalo@ and debugged by sthen@ Testing sthen, gonzalo Input & OK phessler, eric, millert OK sthen, kn, deraadt CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:18:21 Modified files: usr.sbin/bgpctl: mrtparser.c output.c output_json.c output_ometric.c parser.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:40:52 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: KNF, fix long line. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:41:55 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 08:36:18 Modified files: security/aircrack-ng: Makefile Log message: drop old USE_LLD=No; ld.bfd is no longer needed to link aircrack-ng on i386 (and fails with crtbegin.o unrecognized relocation 0x2b since the LLVM update) CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/20 08:57:23 Modified files: cad/prusaslicer: Makefile Added files: cad/prusaslicer/patches: patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp patch-src_slic3r_GUI_Plater_cpp.orig Log message: Patches reformed by, and makes sense to, jca@ who adds "don't wait too much for feedback..." CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/20 09:00:42 Removed files: cad/prusaslicer/patches: patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp.orig Log message: Drop empty .orig files CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/20 09:10:37 Modified files: sys/arch/riscv64/riscv64: exception.S Log message: Make sure the low two bits of stvec are always zero (since we don't use vectored exceptions) by adding an alignment constraint to cpu_exception_handler. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/20 09:11:45 Modified files: sys/arch/riscv64/conf: Makefile.riscv64 Log message: Revert 1.18 and randomly sort kernel object files again now that the issue has been addressed. CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/20 09:53:17 Modified files: security/libgcrypt: Makefile Added files: security/libgcrypt/patches: patch-cipher_asm-common-aarch64_h Log message: Fix BTI in arm64 assembly by adding bti instructions to CFI_STARTPROC() feedback from jca@ and kettenis@ ok ajacoutot@ jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 10:19:18 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-lib_openssl_compat_h patch-lib_pkcs11_cpp security/xca/pkg: PLIST Removed files: security/xca/patches: patch-Makefile patch-configure patch-doc_Makefile Log message: update to xca-2.5.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/20 10:23:46 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_include_clang_Basic_DiagnosticSemaKinds_td patch-clang_lib_Driver_ToolChains_Clang_cpp patch-lld_ELF_LinkerScript_cpp Added files: devel/llvm/16/patches: patch-lld_ELF_Arch_RISCV_cpp patch-llvm_lib_Target_ARM_ARMISelLowering_cpp patch-llvm_lib_Target_PowerPC_PPCISelDAGToDAG_cpp Log message: sync recent llvm changes from base CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/20 10:43:51 Modified files: usr.bin/kdump : Makefile mkioctls Log message: Sort includes, before For/OK guenther CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2023/11/20 10:45:32 Modified files: openiked : index.html releases.html Log message: OpenIKED 7.3 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/20 10:48:27 Modified files: usr.bin/kdump : Makefile mkioctls Log message: Include to pretty print EFIIOC_* ioctls No base usage yet, only efivar(1) from sysutils/efivar. OK guenther CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 10:56:22 Modified files: usr.bin/patch : Tag: OPENBSD_7_4 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@ this is errata/7.4/003_patch.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:04:29 Modified files: usr.sbin/ospfd : Tag: OPENBSD_7_4 auth.c Log message: iface->auth_key is not a real C string so use strnlen() to define the maximum. This fixes the use of 8 char passwords with auth simple. Reported by Laurent CARON (lcaron at unix-scripts info) from claudio@; OK tb@ this is errata/7.4/004_ospfd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:08:24 Modified files: usr.bin/tmux : Tag: OPENBSD_7_4 screen-write.c Log message: Do not allow combined UTF-8 characters that are too long, GitHub issue 3729. from nicm@ this is errata/7.4/005_tmux.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:14:52 Modified files: usr.sbin/httpd : Tag: OPENBSD_7_4 httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. from millert@ this is errata/7.4/006_httpd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:17:46 Modified files: usr.sbin/httpd : Tag: OPENBSD_7_3 httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. from millert@ this is errata/7.3/020_httpd.patch.sig CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/11/20 11:31:14 Modified files: devel/jdk/1.8 : Makefile Added files: devel/jdk/1.8/patches: patch-common_autoconf_flags_m4 patch-common_autoconf_generated-configure_sh patch-common_autoconf_hotspot-spec_gmk_in patch-common_autoconf_jdk-options_m4 patch-hotspot_make_bsd_makefiles_aarch64_make patch-hotspot_make_bsd_makefiles_adlc_make patch-hotspot_make_bsd_makefiles_vm_make Log message: Fix clang 16 build: * Fix makefiles and autoconf to use CXXSTD_CXXFLAG correctly * Use -std=c++11 for clang builds. Note that gcc builds use gnu++98 but clang's gnu++98 is not fully compatible with gnu's - presumably what c++11 extensions are included varies. * Reduce optimization level for immediate_aarch64.cpp on aarch64 Also use ‘images’ for ALL_TARGET to skip building javadocs we are not installing. CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/11/20 12:03:30 Modified files: . : errata73.html errata74.html Log message: Release patch, ospfd, tmux, httpd errata. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 12:20:32 Modified files: infrastructure/mk: arch-defines.mk Log message: bump _SYSTEM_VERSION-clang, to ensure that pkg_add -u updates to all clang16-built packages (also I suspect moving to c++17 default may have resulted in symbol changes in some C++ libs) ok tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/20 12:29:18 Modified files: gnu/llvm/lld/ELF: Relocations.cpp Log message: Stop erroring out when .gcc_except_table relocs point at discarded sections lang/gcc on riscv64 has a wart, it creates such relocs which upset ld.lld. The workaround I have used in lang/gcc since Sep 2022 doesn't work any more, so ask ld.lld to be more lenient. This will let the fortran ports and friends build on riscv64. clang has fixed since some time already, but our lang/gcc port will likely keep that wart for some time. Upstream report: https://reviews.llvm.org/D83244 Input and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/20 13:33:12 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-3.0.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/20 13:41:18 Modified files: sys/dev/fdt : if_dwge.c Log message: Handle rx error. ok miod@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/20 13:56:39 Modified files: sysutils/rustic: Makefile crates.inc distinfo Removed files: sysutils/rustic/patches: patch-modcargo-crates_rustic_core-0_1_1_src_error_rs Log message: Update to rustic-0.6.1 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 17:30:38 Modified files: graphics/gimp/stable: Tag: OPENBSD_7_4 Makefile distinfo graphics/gimp/stable/pkg: Tag: OPENBSD_7_4 PLIST Log message: update to gimp-2.10.36 for -stable, fixes some file parser vulnerabilities CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:18:47 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add more product names in comments CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:22:04 Modified files: sys/dev/pci/drm/radeon: evergreen.c Log message: drm/radeon: possible buffer overflow From Konstantin Meskhidze 341e79f8aec6af6b0061b8171d77b085835c6a58 in linux-6.1.y/6.1.63 dd05484f99d16715a88eedfca363828ef9a4c2d4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:23:24 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code From Xiaogang Chen 9eae81af9243aabb75bdf638fd773cdee0907f92 in linux-6.1.y/6.1.63 7bfaa160caed8192f8262c4638f552cad94bcf5a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:26:43 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Check all enabled planes in dm_check_crtc_cursor From Michel Daenzer 896066202757b5c890ee670840ba985d48da2e0e in linux-6.1.y/6.1.63 003048ddf44b1a6cfa57afa5a0cf40673e13f1ba in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:28:25 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Refactor dm_get_plane_scale helper From Michel Daenzer a99afba394a9b014eafaca2aa83495d651054bb1 in linux-6.1.y/6.1.63 ec4d770bbb155674c2497f255f4199bdc42287a9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:30:21 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change From Michel Daenzer 03e334565d2d67673d7405b5b4a746da0fc20f71 in linux-6.1.y/6.1.63 bc0b79ce2050aa523c38c96b6d26340a96bfbdca in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:32:56 Modified files: sys/dev/pci/drm: drm_syncobj.c Log message: drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE From Erik Kurzinger 3bbf06efb8ed88fbafe7b10b79837b8300372f94 in linux-6.1.y/6.1.63 101c9f637efa1655f55876644d4439e552267527 in mainline linux CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/20 19:45:47 Modified files: www/py-formencode: Makefile www/py-formencode/pkg: PLIST Log message: add missing RDEP on py-six and comment out the extra LICENSE.txt The former from wen heping CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/20 20:09:29 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update py-sqlobject to 3.11.0 From wen heping with tweaks from me CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/20 21:35:14 Modified files: devel/git-cola : Makefile distinfo Log message: Update to git-cola-4.4.1 Changes: https://github.com/git-cola/git-cola/blob/v4.4.1/CHANGES.rst CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 00:50:51 Modified files: graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile Added files: graphics/orthanc/postgresql-plugin/patches: patch-PostgreSQL_ThirdPartyDownloads_Orthanc-1_11_1_OrthancServer_Sources_Search_ISqlLookupFormatter_cpp patch-Resources_Orthanc_Databases_ISqlLookupFormatter_cpp graphics/orthanc/server/patches: patch-OrthancFramework_Sources_Toolbox_h patch-OrthancFramework_Sources_Toolbox_h.orig patch-OrthancFramework_Sources_Toolbox_h.orig.orig patch-OrthancServer_CMakeLists_txt.orig patch-OrthancServer_CMakeLists_txt.orig.orig patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp.orig patch-OrthancServer_Sources_ServerToolbox_h patch-OrthancServer_Sources_ServerToolbox_h.orig graphics/orthanc/webviewer-plugin/patches: patch-ThirdPartyDownloads_Orthanc-1_11_1_OrthancFramework_Sources_Toolbox_h Log message: orthanc: fix build with boost 1.84. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 00:52:00 Removed files: graphics/orthanc/server/patches: patch-OrthancFramework_Sources_Toolbox_h.orig patch-OrthancFramework_Sources_Toolbox_h.orig.orig patch-OrthancServer_CMakeLists_txt.orig patch-OrthancServer_CMakeLists_txt.orig.orig patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp.orig patch-OrthancServer_Sources_ServerToolbox_h.orig Log message: sigh. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 00:54:49 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-1.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 01:24:55 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:32:22 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to py3-formencode-2.1.0, dropping RDEP on py-six add missing RDEP on py-setuptools (uses deprecated pkg_resources) https HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:40:52 Modified files: databases/py-sqlobject: Makefile Log message: missing RDEP on setuptools (pkg_resources), https HOMEPAGE CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/21 01:46:06 Modified files: gnu/usr.sbin/mkhybrid/src: defaults.h eltorito.c iso9660.h mkhybrid.8 mkisofs.c mkisofs.h Log message: Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito boot image, in addition to or instead of the x86 boot image, to the output file. Per the UEFI standard, the EFI boot image should be an image of an EFI System Partition to be loaded in no-emulation mode, so we always record it that way rather than checking if it looks like a floppy image. with, tested by and ok yasuoka@ strong encouragement from deraadt@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/21 01:47:04 Modified files: usr.sbin/snmpd : parse.y Log message: Make RTFILTER/filter-routes a simple boolean assignment, since the specific value isn't used anymore, and is just used to generate an argument for snmpd_metrics. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/21 01:49:09 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Set sc_rtfilter to specific ROUTE_FILTER() values, as was originally intended, instead of filtering out everything. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:52:24 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:59:45 Modified files: devel/py-anytree: Makefile distinfo devel/py-anytree/pkg: PLIST Log message: update to py3-anytree-2.12.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/21 02:40:52 Modified files: sysutils/rset : Makefile distinfo sysutils/rset/pkg: PLIST Log message: update sysutils/rset to 2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:27:13 Modified files: net/iperf3 : Makefile net/iperf3/patches: patch-src_main_c Log message: iperf3: move pledge after init, fixing --daemon (crash reported by bluhm) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:34:30 Modified files: sysutils/py-watchdog: Makefile Log message: py-watchdog: add missing TDEP, add comment warning about spyder3 tight version spec CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:58:07 Modified files: www/py-formencode: Makefile Log message: py-setuptools_scm_git_archive, no longer needed as BDEP, spotted by daniel@ fix typo in HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 05:13:56 Modified files: mail/grommunio/gromox: Makefile Log message: fix python flavours in RDEPs, can't use MODPY_FLAVOR because it doesn't pull in MODULES=lang/python CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 05:20:45 Modified files: www/py-formencode: Makefile Log message: license changed to MIT in 2.0, spotted by daniel@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/21 05:21:51 Modified files: lang/librep : Makefile Log message: Tell librep which direction the stack grows The configure script hardcodes a list of architectures which have the stack growing downwards. The port being ancient, riscv64 isn't part of that list and the configure scripts then uses C code to check stack direction. This check now fails using clang-16, and conflicts with a runtime check that still detects direction correctly. Only hppa has the stack growing upwards, so just specify stack direction in the port's Makefile to bypass the broken configure check. No intended functional change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/21 05:21:58 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-media_base_media_switches_cc Log message: update to 119.0.6045.159 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 05:56:43 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.5. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/21 07:00:13 Modified files: sys/conf : files sys/kern : sys_process.c Log message: Fix kernel build without option PTRACE, but with dt(4). Since revision 1.26 dt_ioctl_get_auxbase() is calling process_domem(). Build the latter function into kernel if pseudo device dt is enabled. from Matthias Pitzl; OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/11/21 07:06:44 Modified files: lang/go : Makefile lang/go/patches: patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_amd64_go patch-src_syscall_zsyscall_openbsd_amd64_s patch-src_syscall_zsyscall_openbsd_arm64_go patch-src_syscall_zsyscall_openbsd_arm64_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s patch-src_syscall_zsyscall_openbsd_mips64_go patch-src_syscall_zsyscall_openbsd_mips64_s patch-src_syscall_zsyscall_openbsd_riscv64_go patch-src_syscall_zsyscall_openbsd_riscv64_s Log message: Remove references to the libc syscall stub from lang/go. The syscall symbol will soon be removed from libc - remove references to it from Go, so that it will continue to function. This effectively means that syscall.Syscall* and syscall.RawSyscall* will stop working and return ENOSYS. For the time being, given the amount of usage in the Go ecosystem, reroute calls with SYS_IOCTl and SYS_SYSCTL to the appropriate libc stub, so that they continue to work. Thanks to tb@ for testing on systems with syscall removed from libc. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:44:56 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-intl_lwbrk_LineBreaker_cpp patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: www/mozilla-firefox: update to 120.0 see https://www.mozilla.org/en-US/firefox/120.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-49/ patches for mp4 sandboxing fixes merged in #1856301 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:49:13 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 120.0. see https://www.mozilla.org/en-US/firefox/120.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:50:37 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.5.0. see https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-50/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:51:09 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.5.0. see https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-50/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 07:59:22 Modified files: lang/go : go.port.mk Log message: Bump _MODGO_SYSTEM_VERSION to trigger rebuild of all go ports so that the syscall rerouting is actually picked up. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/21 08:26:56 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Do not short-circuit localhost resolution when AI_NUMERICHOST is set. localhost is not a valid IP address and so getaddrinfo(3) has to fail. Found by anton in pfctl & ipsecctl regress. OK anton CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 09:31:31 Modified files: lib/libcrypto/ec: eck_prn.c Log message: Fix a <= 5-byte buffer overwrite in print_bin() If the offset is > 124, this function would overwrite between 1 and 5 bytes of stack space after str[128]. So for a quick fix extend the buffer by 5 bytes. Obviously this is the permanent fix chosen elswehere. The proper fix will be to rewrite this function from scratch. Reported in detail by Masaru Masuda, many thanks! Fixes https://github.com/libressl/openbsd/issues/145 begrudging ok from beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 10:56:19 Modified files: usr.bin/openssl: apps.c cms.c verify.c x509.c Log message: Make a few purpose things const This should allow us to constify a sizable table in libcrypto in an upcoming bump. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/21 11:23:54 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc 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_settings_strings_grdp 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_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_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_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_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts 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_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_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_exclusive_access_exclusive_access_bubble_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_chrome_browser_main_extra_parts_views_cc 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_tab_strip_region_view_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_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_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_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_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn 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_commerce_strings_grdp 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_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_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_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_user_education_views_help_bubble_view_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-content_app_content_main_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_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_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_widget_host_view_aura_cc patch-content_browser_utility_process_host_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_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_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_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h 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_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-sandbox_policy_features_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_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_inspector_inspector_memory_agent_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_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_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_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_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_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_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_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-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_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/iridium/patches: patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_chrome_paths_cc patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_password_manager_core_browser_features_password_features_cc patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-sandbox_policy_features_h patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/iridium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-v8_src_base_small-vector_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 patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 2023.11.119 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/21 14:44:12 Modified files: sysutils/ruby-puppet/7: Makefile sysutils/ruby-puppet/7/pkg: PLIST Log message: packaging issues due to pkgpath in PLIST as noted by jca@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:52:25 Log message: import py-inflection ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/textproc/py-inflection/Makefile N ports/textproc/py-inflection/distinfo N ports/textproc/py-inflection/pkg/DESCR N ports/textproc/py-inflection/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:54:17 Log message: import py-whatthepatch ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/textproc/py-whatthepatch/Makefile N ports/textproc/py-whatthepatch/distinfo N ports/textproc/py-whatthepatch/pkg/DESCR N ports/textproc/py-whatthepatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/21 14:55:03 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: devel/gettext: maintenance update to 0.22.4, no significant changes CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:57:35 Log message: import py-python-lsp-jsonrpc ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/net/py-python-lsp-jsonrpc/Makefile N ports/net/py-python-lsp-jsonrpc/distinfo N ports/net/py-python-lsp-jsonrpc/pkg/DESCR N ports/net/py-python-lsp-jsonrpc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:59:04 Log message: import py-comm ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-comm/Makefile N ports/devel/py-comm/distinfo N ports/devel/py-comm/pkg/DESCR N ports/devel/py-comm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:00:54 Log message: import py-docstring-to-markdown ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-docstring-to-markdown/Makefile N ports/devel/py-docstring-to-markdown/distinfo N ports/devel/py-docstring-to-markdown/pkg/DESCR N ports/devel/py-docstring-to-markdown/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:02:02 Log message: import py-flit_scm ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-flit_scm/Makefile N ports/devel/py-flit_scm/distinfo N ports/devel/py-flit_scm/pkg/DESCR N ports/devel/py-flit_scm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:04:49 Log message: import py-exceptiongroup tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-exceptiongroup/Makefile N ports/devel/py-exceptiongroup/distinfo N ports/devel/py-exceptiongroup/pkg/DESCR N ports/devel/py-exceptiongroup/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 15:05:33 Modified files: lib/libcrypto/ec: eck_prn.c Log message: Inline a better version of print_bin() in only caller Instead of printing to a temporary buffer with weird gymnastics, we can simply write things out to the BIO using proper indent. This still isn't perfect since we have a CBS version of this in ecx_buf_print(), which is basically what used to be ASN1_buf_print(). Annotate this with an XXX for future cleanup. ok beck CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:08:29 Log message: import py-nest-asyncio ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-nest-asyncio/Makefile N ports/devel/py-nest-asyncio/distinfo N ports/devel/py-nest-asyncio/pkg/DESCR N ports/devel/py-nest-asyncio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:13:09 Log message: import py-pylint_venv ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-pylint_venv/Makefile N ports/devel/py-pylint_venv/distinfo N ports/devel/py-pylint_venv/pkg/DESCR N ports/devel/py-pylint_venv/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:14:25 Log message: import py-rtree ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-rtree/Makefile N ports/devel/py-rtree/distinfo N ports/devel/py-rtree/pkg/DESCR N ports/devel/py-rtree/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 15:17:15 Modified files: lib/libcrypto/ec: ec_print.c Log message: ec_print.c: Unwrap a line CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/21 18:01:21 Modified files: usr.bin/awk : FIXES b.c main.c maketab.c proto.h run.c Log message: Update awk to the Nov 20, 2023 version. This includes a rewrite of the fnematch() function as well as a refactoring of the sub and gsub implementation. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/21 18:18:33 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c Log message: update to git 2.43.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 18:39:26 Modified files: devel/py-yapf : Makefile distinfo devel/py-yapf/pkg: PLIST Log message: update yapf to 0.33.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/21 19:16:20 Modified files: usr.bin/ftp : main.c Log message: Do not drop into "ftp> " shell when piping to stdandard output '-o -' is orthogonal to an interactive prompt, yet some (malformed) URLs such as ftp://host/ would still end up there; exit after processing the first file/URL to prevent this. sthen deraadt agree OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/21 19:20:54 Modified files: usr.bin/ftp : main.c Log message: Piping single file to standard out needs no "proc exec" '-o -' now means no "ftp> " shell, so no "|some cmd" files, "!some cmd" or "page" commands. OK millert CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:07:01 Modified files: devel : Makefile Log message: +py-comm +py-docstring-to-markdown +py-exceptiongroup +py-flit_scm +py-nest-asyncio +py-pylint_venv +py-rtree CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:12:51 Modified files: net : Makefile Log message: +py-python-lsp-jsonrpc CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:17:49 Modified files: textproc : Makefile Log message: +py-inflection +py-whatthepatch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 00:08:03 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.5.0. see https://www.thunderbird.net/en-US/thunderbird/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-52/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 00:09:18 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.5.0. see https://www.thunderbird.net/en-US/thunderbird/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-52/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 00:37:54 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-13.0.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 00:47:48 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: Update to py3-git2-1.13.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:08 Modified files: mail/sendmail : Makefile Added files: mail/sendmail/patches: patch-libsm_ldap_c Log message: Uninitialized field, could cause invalid timeouts to be specified to ldap_bind, resulting in EINVAL and termination of sendmail during initialization of LDAP maps. Also, fix a debug printout of a time_t field on ILP32 architectures where the 64-bit entity ws casted to long, instead of long long. from niklas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:16 Modified files: mail/sendmail : Tag: OPENBSD_7_4 Makefile Added files: mail/sendmail/patches: Tag: OPENBSD_7_4 patch-libsm_ldap_c Log message: Uninitialized field, could cause invalid timeouts to be specified to ldap_bind, resulting in EINVAL and termination of sendmail during initialization of LDAP maps. Also, fix a debug printout of a time_t field on ILP32 architectures where the 64-bit entity ws casted to long, instead of long long. from niklas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:39 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.5.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/22 03:17:50 Removed files: devel/quirks/pkg: PFRAG.index Log message: should have removed ages ago CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/22 04:18:37 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: Prepare to do the updatedb stuff as an @option, so that the code is less ad-hoc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 05:09:11 Modified files: x11/xfce4/terminal: Makefile Log message: x11/xfce4/terminal: disable gtk-wayland and gtk-layer-shell detection will be enabled explicitely later on. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/22 06:19:31 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: Set correct errno field in struct asr_result. Otherwise gethostbyname(3) returns stack garbage when it is called with an invalid host name, indicating success. Problem observed in segfaulting ifconfig(8) by bluhm. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/22 06:34:09 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.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 06:44:10 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: fix build on sparc64, uses -std=c11 set COMPILER/COMPILER_LANGS from tb@, thanks ! CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 07:14:09 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add mirror.businessconnect.nl CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/22 07:18:03 Modified files: devel/libffi : Makefile Added files: devel/libffi/patches: patch-src_aarch64_ffi_c patch-src_aarch64_sysv_S Log message: Fix BTI in arm64 assembly by adding bti instructions to function calls and jump tables feedback from kettenis@ ok jasper@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 07:26:46 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add new mirror in Lyon, France - by IBCP.fr CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:43:42 Modified files: lib/libssl : ssl.h Log message: Move SSL_library_init() next to OPENSSL_init_ssl() Its current position makes no sense and it will become a wrapper of the latter in a subsequent commit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:49:47 Modified files: lib/libssl : ssl_init.c Log message: Stop calling SSL_library_init() from OPENSSL_init_ssl_internal() It's pointless: all the ciphers and digests added by SSL_library_init() are already added by OPENSSL_init_crypto(), which was already called at that point. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:53:53 Modified files: lib/libssl : ssl_algs.c ssl_init.c Log message: Make SSL_library_init() a wrapper of OPENSSL_init_ssl() This way it doesn't do nonsensical work for all those who cargo culted an init sequence. There's no point in having SSL_library_init() as a cheaper version of OPENSSL_init_ssl(): once you do crypto, you'll init crypto... Also move the now trivial implementation to ssl_init.c which has a good license. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:55:28 Modified files: lib/libssl : Makefile Removed files: lib/libssl : ssl_algs.c Log message: Unhook and remove the now even more useless ssl_algs.c than it was before. ok jsing CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 09:10:49 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add mirror in Tokyo, Japan - from Jing Luo CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/22 11:06:44 Modified files: usr.sbin/dhcpd : dhcp-options.5 tables.c Log message: Recognize option ipv6-only-preferred (RFC8925). "option option-108 00:00:07:08;" is unwieldy and error prone. OK denis, kn, deraadt CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:14:35 Modified files: sys/arch/macppc/dev: adb.c pm_direct.c pm_direct.h Log message: Add support for keyboard backlight on Apple Powerbooks. From jon (at) elytron (dot) openbsd (dot) amsterdam ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:19:25 Modified files: sys/dev/hid : hidkbd.c sys/dev/usb : makemap.awk sys/dev/wscons : wskbd.c wsksymdef.h Log message: Add support for keyboard backlight hotkeys in wskbd and hook up macppc apple keyboards. From jon (at) elytron (dot) openbsd (dot) amsterdam with some changes by me ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:22:53 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/22 11:23:09 Modified files: lib/libtls : tls_verify.c Log message: typo: mutiple -> multiple from Ryan Kavanagh (rak [at] debian [dot] org), ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/22 11:50:10 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Fix race when initializing TSC. During boot TSC initialization could fail with panic: tsc_test_sync_ap: cpu2: tsc_ap_name is not NULL: cpu1. The root cause is a race between the moment the application processor sets CPUF_IDENTIFIED in cpu_hatch() and the moment the boot processor checks CPUF_IDENTIFIED in cpu_start_secondary() before the TSC sync test. The fix is to set CPUF_IDENTIFIED before clearing CPUF_IDENTIFY in cpu_hatch(). from hshoexer@ cheloha@; OK deraadt@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/22 12:01:46 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.4; from MAINTAINER Florian Viehweger, thanks! CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/11/22 12:07:25 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.13.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:15:23 Modified files: databases/p5-SQL-Abstract-More: Makefile distinfo Log message: update p5-SQL-Abstract-More to 1.40 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:43:33 Modified files: databases/p5-DBM-Deep: Makefile distinfo databases/p5-DBM-Deep/pkg: PLIST Log message: update p5-DBM-Deep to 2.0019 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:51:36 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo Log message: update p5-Net-DNS-SEC to 1.23 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/22 13:58:46 Modified files: games/barrage : Makefile distinfo Log message: Update to barrage-1.0.7. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 14:11:07 Modified files: textproc/p5-Pod-Markdown: Makefile distinfo Log message: update p5-Pod-Markdown to 3.400 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 15:48:12 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.084 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 16:05:06 Modified files: devel/p5-Net-Server: Makefile devel/p5-Net-Server/patches: patch-lib_Net_Server_Proto_SSLEAY_pm Log message: Do not check for engine functions in LibreSSL. This fixes test. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/11/22 16:38:04 Modified files: devel/jdk/11 : Makefile Added files: devel/jdk/11/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk patch-make_lib_Awt2dLibraries_gmk patch-src_hotspot_share_code_nmethod_cpp patch-src_java_base_unix_native_libnet_DefaultProxySelector_c patch-src_java_desktop_unix_native_common_awt_awt_GraphicsEnv_h patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk2_interface_c patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk3_interface_c Log message: Various clang-16 fixes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 17:47:13 Modified files: sys/dev/ofw : ofw_thermal.c Log message: expose the state of thermal zones as kstats. this makes it a bit more obvious how much head room you have for things like cpu performance scaling. the information provided at the moment is more useful for developers working on cpu scaling, but it should improve as i get my head around more of these things. patrick@ and kettenis@ like the idea. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 18:00:44 Modified files: sys/arch/arm64/arm64: cpu.c Log message: provide operating performance point info about each cpu via kstats. if there's a device tree and it provides information about cpu speed, expose those stats. this is particularly useful on big.little or systems with multiple clusters/clock domains or cores that can scale indepenently because it can report the actual speed each cpu is operating at independently. ok patrick@ who used an earlier version of this diff to work on cpu scaling on an rk3588 system. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel Update of /cvs/ports/devel/bazel In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel Log Message: Directory /cvs/ports/devel/bazel added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel/pkg Update of /cvs/ports/devel/bazel/pkg In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/pkg Log Message: Directory /cvs/ports/devel/bazel/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel/patches Update of /cvs/ports/devel/bazel/patches In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/patches Log Message: Directory /cvs/ports/devel/bazel/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:47 Added files: devel/bazel : Makefile distinfo devel/bazel/patches: patch-distdir_deps_bzl patch-src_main_java_com_google_devtools_build_lib_actions_ParameterFile_java patch-third_party_grpc_grpc_1_47_0_patch patch-third_party_upb_BUILD patch-third_party_upb_upb_patch patch-tools_cpp_bsd_cc_toolchain_config_bzl devel/bazel/pkg: DESCR PLIST Log message: Add devel/bazel 6.3.2 Feedback and OK from sthen@ OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:06:26 Modified files: devel : Makefile Log message: Add bazel to devel CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/22 19:01:10 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 6.4.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:22:14 Modified files: sbin/ifconfig : ifconfig.c Log message: add support for specifying ports on the src address in tunnel endpoints. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:36:42 Modified files: share/man/man4 : vxlan.4 Log message: non-standard vxlan port is set on the tunnel src address CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/11/22 20:37:05 Modified files: usr.bin/ssh : mux.c Log message: Include existing mux path in debug message. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:38:34 Modified files: sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h Log message: add an endpoint command for "bridges" that use addresses as endpoints. this can be used to add static entries on interfaces like vxlan(4). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/22 22:08:57 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c amdgpu_devlist.h Log message: add another Van Gogh device id 1435 rev ae is "Custom GPU 0932" found in Windows driver for Steam Deck OLED APU CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/22 22:09:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 01:57:01 Modified files: geo/py-owslib : Makefile distinfo Log message: geo/py-owslib: update to 0.29.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:09:07 Modified files: net/mautrix-whatsapp: Makefile distinfo modules.inc Log message: net/mautrix-whatsapp: update to 0.10.4 from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/23 02:14:50 ports/textproc/rapidjson/patches Update of /cvs/ports/textproc/rapidjson/patches In directory cvs.openbsd.org:/tmp/cvs-serv66139/patches Log Message: Directory /cvs/ports/textproc/rapidjson/patches added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/23 02:44:08 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: need to represent the option for it to actually make it into the package CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:53:18 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Removed files: geo/postgis/patches: patch-loader_postgis_pl Log message: geo/postgis: update to 3.4.1. see https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.1/NEWS remove patch merged upstream, cf https://github.com/postgis/postgis/commit/d79127c514f081a395c4c4c2440f7c6ca9a2e53f CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:57:02 Modified files: geo/gpxsee : Makefile distinfo geo/gpxsee/pkg : PLIST Log message: geo/gpxsee: update to 13.11 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/23 03:39:18 ports/sysutils/u-boot/rk356x/patches Update of /cvs/ports/sysutils/u-boot/rk356x/patches In directory cvs.openbsd.org:/tmp/cvs-serv10648/patches Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/23 03:47:26 Modified files: databases/pspg : Makefile distinfo Log message: update databases/pspg to 5.8.1 while here switch to DIST_TUPLE CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/23 04:07:46 Modified files: textproc/rapidjson: Makefile Added files: textproc/rapidjson/patches: patch-CMakeLists_txt Log message: Stop using -march/-mcpu=native Spotted on riscv64, input from sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 04:37:37 ports/security/p5-Crypt-Argon2/patches Update of /cvs/ports/security/p5-Crypt-Argon2/patches In directory cvs.openbsd.org:/tmp/cvs-serv70475/patches Log Message: Directory /cvs/ports/security/p5-Crypt-Argon2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 04:38:04 Modified files: security/p5-Crypt-Argon2: Makefile Added files: security/p5-Crypt-Argon2/patches: patch-Build_PL Log message: p5-Crypt-Argon2: don't use -march=native CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 04:41:23 Modified files: wayland/grim : Makefile wayland/libei : Makefile wayland/swayidle: Makefile Log message: wayland: sprinkle some COMPILER/COMPILER_LANG to hopefully fix build on sparc64 various uses of std=c11/gnu11 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/23 04:59:53 Modified files: usr.bin/rsync : extern.h fargs.c main.c rsync.1 uploader.c Log message: Add --omit-dir-times / -O OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:34:21 Modified files: lang/python : python.port.mk Log message: handle MODPY_PYBUILD=flit_scm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:35:37 Modified files: devel/py-exceptiongroup: Makefile Log message: use MODPY_PYBUILD=flit_scm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:54:46 Modified files: editors/vim : Makefile distinfo Log message: update to vim-9.0.2122 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/23 06:01:15 Modified files: usr.sbin/rpki-client: rsync.c Log message: Don't set directory modtimes to match the source When syncing against remote repositories, the modtimes of the remote directories is irrelevant. In the RRDP protocol the directory modtimes aren't signalled either. This should save some IOPS. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/23 06:33:33 Modified files: www/iridium : Makefile www/iridium/patches: patch-build_config_compiler_BUILD_gn Log message: bring back cpu abi configuration to unbreak i386 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 06:49:39 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231123 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:21:47 Modified files: sys/dev/pci : pcidevs Log message: add Alder Lake-N ids from: Intel Processor and Intel Core i3 N-Series Datasheet, Volume 1 of 2, Doc. No.: 759603, Rev.: 001 ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:22:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:24:06 Modified files: sys/dev/pci : ichiic.c dwiic_pci.c azalia.c Log message: match on Alder Lake-N ids tested-by and ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/23 08:02:57 Modified files: sys/dev/wscons : wskbd.c Log message: now always needs sys/task.h CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/23 08:20:45 Modified files: security/plass : Makefile distinfo Log message: update security/plass to 0.7 Changelog: - decode file names in the current locale for `plass find' matching - fixed a typo and improved the description section in pwg.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 08:26:56 Modified files: net/monitoring-plugins: Makefile Added files: net/monitoring-plugins/patches: patch-plugins_check_smtp_c Log message: monitoring-plugins: backport upstream patch fixing check_smtp not allowing itself to be run when using -D and -S flags to check cert lifetime, reported by florian@ (there's still a problem where -D -s doesn't check lifetime) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 08:54:15 Modified files: net/monitoring-plugins: Makefile net/monitoring-plugins/patches: patch-plugins_check_smtp_c Log message: patch check_smtp to allow checking cert validity for both STARTTLS and TLS-on-connect. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/23 09:18:42 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.4 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/23 09:30:12 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: tweak previous; suggested by jmc CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 12:34:18 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/pkg: PLIST Log message: Update to protobuf 4.25.1 https://github.com/protocolbuffers/protobuf/releases/tag/v25.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 12:34:45 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.25.1 https://github.com/protocolbuffers/protobuf/releases/tag/v25.1 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/23 12:54:30 Modified files: sys/arch/arm64/arm64: cpu.c Log message: A mountroot hook unsets ci->ci_opp_table in case clocks or regulators aren't available, so we have to continue to check its existence on each kstat read. ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/23 16:45:10 Modified files: sys/net : if_veb.c Log message: avoid passing weird mbuf chains to pf when pushing out a veb. pf expects the ip header to be in the first mbuf of the chain we pass to pf_test, but in some situations the ethernet header is the only data in the first mbuf. after we remove the ethernet header, the first mbuf had no data in it which confused pf. fix this by passing all packets to ip_check on output as well as input. ip input handlers do all the necessary m_pullups. found by Mark Patruck. CVSROOT: /cvs Module name: src Changes by: asou@cvs.openbsd.org 2023/11/23 17:15:42 Modified files: sys/kern : kern_physio.c Log message: Fix comments longer than 80 column. ok miod@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/11/23 17:31:30 Modified files: usr.bin/ssh : clientloop.c Log message: Plug mem leak of msg when processing a quit message. Coverity CID#427852, ok djm@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/23 21:34:09 Modified files: sys/dev/pci : pcidevs Log message: Add devices found in 4th generation (Genoa) Epyc systems input from and ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/23 21:34:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/23 21:48:02 Modified files: usr.bin/mandoc : tag.c regress/usr.bin/mandoc/mdoc/Cm: tag.out_html tag.out_tag Log message: 1. Do not put ASCII_HYPH (0x1c) into the tag file. That happened when tagging a string containing '-' on an input text line, most commonly in man(7) .TP next line scope. 2. Do not let "\-" end the tag. In both cases, translate ASCII_HYPH and "\-" to plain '-' for output. For example, this improves handling of unbound.conf(5). These two bugs were found thanks to a posting by weerd@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/23 21:53:39 Modified files: regress/usr.bin/mandoc/man/IP: tag.in tag.out_ascii tag.out_html tag.out_tag regress/usr.bin/mandoc/man/TP: tag.in tag.out_ascii tag.out_html tag.out_tag regress/usr.bin/mandoc/mdoc/Em: tag.in tag.out_ascii tag.out_html tag.out_markdown tag.out_tag regress/usr.bin/mandoc/mdoc/Sy: tag.in tag.out_ascii tag.out_html tag.out_markdown tag.out_tag Log message: Additional tests of automatic tagging involving different kinds of hyphens after tag.c rev. 1.38. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 23:59:28 Modified files: security/pivy : Makefile Added files: security/pivy/patches: patch-piv-ca_c Log message: pivy: switch to ASN1_TIME_to_tm() This was the last consumer of ASN1_time_parse(), which served us well. Merged upstream https://github.com/arekinath/pivy/pull/44 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/24 00:06:41 Modified files: games/gzdoom : Makefile distinfo games/gzdoom/patches: patch-CMakeLists_txt games/gzdoom/pkg: README Added files: games/gzdoom/patches: patch-libraries_ZVulkan_CMakeLists_txt Removed files: games/gzdoom/patches: patch-libraries_discordrpc_CMakeLists_txt patch-src_d_main_cpp Log message: Update gzdoom to 4.11.3 Original update from thfr@ README rewritten by me to explain the backend situation. OK thfr, lgtm Timo (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:09:17 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.75.0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 00:18:49 Modified files: sys/arch/riscv64/include: pmap.h vmparam.h Log message: Remove unused direct map defines and macros, originating from FreeBSD. ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:26:52 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:46:00 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile distinfo sysutils/flatpak/xdg-desktop-portal/patches: patch-src_xdp-utils_c sysutils/flatpak/xdg-desktop-portal/pkg: PLIST Log message: Update to xdg-desktop-portal-1.18.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:46:08 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.6. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 00:57:39 Modified files: sys/arch/riscv64/riscv64: cpuswitch.S exception.S Log message: No need to load function addresses in registers and branch to the register contents when there is that nifty instruction called "call"; NFC CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:06:51 Modified files: x11/gnome/zenity: Makefile distinfo Log message: Update to zenity-3.99.90. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:07:39 Modified files: devel/xdg-utils: Makefile distinfo devel/xdg-utils/patches: patch-scripts_xdg-email_in patch-scripts_xdg-mime_in patch-scripts_xdg-open_in patch-scripts_xdg-screensaver_in patch-scripts_xdg-utils-common_in Log message: Update to xdg-utils-1.2.0beta1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 01:10:18 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-src_options_hpp Added files: geo/osm2pgsql/patches: patch-man_CMakeLists_txt patch-man_osm2pgsql_1 patch-src_command-line-parser_cpp Removed files: geo/osm2pgsql/patches: patch-docs_CMakeLists_txt patch-docs_osm2pgsql_1 patch-src_options_cpp Log message: geo/osm2pgsql: update to 1.10.0, from wen heping CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:11:36 Modified files: multimedia/pipewire/wireplumber: Makefile distinfo multimedia/pipewire/wireplumber/patches: patch-src_config_wireplumber_conf multimedia/pipewire/wireplumber/pkg: PLIST Log message: Update to wireplumber-0.4.16. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/24 01:47:35 Modified files: sys/dev/pci : ccp_pci.c Log message: Match on 19h/1xh PSP ok dlg@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 01:50:40 Modified files: geo/libosmium : Makefile distinfo Log message: geo/libosmium: update to 2.20.0, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:05:36 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.39.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:11 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:20 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:38 Modified files: lang/php/8.1 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.1.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:45 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.2.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:17:20 Modified files: www/pecl-pledge: Makefile distinfo www/pecl-pledge/pkg: README Log message: update to pecl-pledge-2.1.2, from Tom Van Looy (maintainer) formatting tweaks to README by me CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/24 03:24:13 Modified files: net/wmnetload : Makefile net/wmnetload/patches: patch-configure Log message: net/wmnetload: remove bogus RUNPATH entry net/wmnetload is build with a bogus RUNPATH path, and the elements in the list aren't needed (all paths are standard ones). So just disable RPATH completely. No functional changes outside removing the bogus RUNPATH entry in ELF. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/24 03:25:30 Modified files: net/wmnetload : Tag: OPENBSD_7_4 Makefile net/wmnetload/patches: Tag: OPENBSD_7_4 patch-configure Log message: net/wmnetload: remove bogus RUNPATH entry net/wmnetload is build with a bogus RUNPATH path, and the elements in the list aren't needed (all paths are standard ones). So just disable RPATH completely. No functional changes outside removing the bogus RUNPATH entry in ELF. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 03:47:37 Log message: import p5-URI-Query 0.16 OK benoit@ sthen@ Comment: class providing URI query string manipulation Description: URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/www/p5-URI-Query/Makefile N ports/www/p5-URI-Query/distinfo N ports/www/p5-URI-Query/pkg/DESCR N ports/www/p5-URI-Query/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 03:49:24 Modified files: www : Makefile Log message: +p5-URI-Query CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:21:15 Modified files: devel/angr/py-archinfo: Makefile Log message: drop NO_TEST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:23:18 ports/devel/angr/py-claripy/patches Update of /cvs/ports/devel/angr/py-claripy/patches In directory cvs.openbsd.org:/tmp/cvs-serv40960/patches Log Message: Directory /cvs/ports/devel/angr/py-claripy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:23:54 Added files: devel/angr/py-claripy/patches: patch-tests_common_backend_smt_solver_py Log message: add file that's missing from the distribution tarball but that's required for test CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:26:52 Modified files: devel/angr/py-cle: Makefile Log message: disable tests, this requires 85M of test binaries to be downloaded CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:30:47 Modified files: devel/angr/py-angr: Makefile devel/angr/py-z3-solver: Makefile Log message: more NO_TEST for ports lacking tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:49:28 Modified files: graphics/orthanc: Makefile.inc graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile Log message: the distfiles for these ports became spiritually stuck and were in dire need of guidance fix HOMEPAGE and bump accordingly prompted by lightworker tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 06:35:50 Modified files: lang/fpc : Makefile lang/gforth : Makefile Log message: mark BROKEN-i386, these do not build as-is with LLVM 16 failure reports on ports@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 06:50:07 Modified files: lang/fpc : Makefile Log message: add more details to BROKEN marker; this uses ld.bfd which can't handle crtbegin.o as produced by LLVM 16 - /usr/bin/ld.bfd: /usr/lib/crtbegin.o: unrecognized relocation (0x2b) in section `.text' CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/11/24 06:54:20 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: Update for OSV-Scanner to 1.4.3 OK lraab@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/24 07:02:20 Modified files: devel/py-multitasking: Makefile distinfo Log message: update py-multitasking to 0.0.11 From maintainer Clemens Goessnitzer CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/24 07:05:47 Modified files: usr.sbin/rpki-client: extern.h rrdp_util.c rsync.c Log message: Require files to be of a minimum size in the RRDP & RSYNC transports Picked 100 bytes as a minimum, to accommodate future signature schemes (such as the smaller P-256) and small files like empty CRLs. With and OK claudio@ tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 07:18:36 Modified files: productivity/grisbi: Makefile distinfo productivity/grisbi/pkg: PLIST Removed files: productivity/grisbi/patches: patch-src_structures_h Log message: productivity/grisbi: update to 3.0.0. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/24 07:43:00 Modified files: sbin/iked : ikev2.c Log message: Empty IKEv2 DPD messages should not contain extra NONE payloads from markus@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/24 07:46:34 Log message: future part of decoupling the update cache for pkg_add from quirks proper Status: Vendor Tag: espie Release Tags: ports N ports/databases/updatedb/Makefile N ports/databases/updatedb/files/list_update_info N ports/databases/updatedb/pkg/PLIST N ports/databases/updatedb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 07:56:24 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py3-ruamel.yaml-0.18.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 08:06:56 Modified files: sysutils/py-ansible-compat: Makefile distinfo sysutils/py-ansible-compat/pkg: PLIST Log message: sysutils/py-ansible-compat: update to 4.1.0. required by an upcoming ansible-lint update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 08:13:53 Modified files: devel/py-yamllint: Makefile distinfo devel/py-yamllint/pkg: PLIST Log message: update to py3-yamllint-1.33.0, ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 08:37:53 Modified files: sysutils/ansible-lint: Makefile Log message: relax the py-ruamel.yaml dep; it isn't a hard requirement and ansible-lint runs ok with newer. spotted by landry CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 09:41:12 Modified files: sys/arch/riscv64/riscv64: genassym.cf Log message: Remove unneeded symbols. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 10:03:23 ports/wayland/wlroots/patches Update of /cvs/ports/wayland/wlroots/patches In directory cvs.openbsd.org:/tmp/cvs-serv16819/patches Log Message: Directory /cvs/ports/wayland/wlroots/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 10:57:49 ports/wayland/sway/patches Update of /cvs/ports/wayland/sway/patches In directory cvs.openbsd.org:/tmp/cvs-serv83991/patches Log Message: Directory /cvs/ports/wayland/sway/patches added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/24 11:19:25 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: add glue to match usage against actual options, as a debugging facility CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/24 11:59:57 Added files: www/mozilla-firefox/patches: patch-media_libvpx_libvpx_vpx_ports_aarch64_cpudetect_c Log message: copy over the patch from multimedia/libvpx to the embedded copy, fixes build on arm64. OK landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:40:05 Log message: mport p5-DateTime-HiRes 0.04 from wen heping; OK sthen@ Comment: create DateTime objects with sub-second current time Description: This module enables you to generate DateTime objects that represent the current time with sub-second resolution. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/devel/p5-DateTime-HiRes/Makefile N ports/devel/p5-DateTime-HiRes/distinfo N ports/devel/p5-DateTime-HiRes/pkg/DESCR N ports/devel/p5-DateTime-HiRes/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:41:59 Modified files: devel : Makefile Log message: +p5-DateTime-HiRes CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:45:58 Log message: import pfresolved 1.00 OK landry@ Comment: pf table DNS update daemon Description: Convert files with FQDN into IP addreses and write them into pf tables. The daemon pfresolved allows to consume lists of hostnames that can be used in pf rules. Thses lists are updated dynamically using DNS. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/net/pfresolved/Makefile N ports/net/pfresolved/distinfo N ports/net/pfresolved/pkg/DESCR N ports/net/pfresolved/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:49:07 Modified files: net : Makefile Log message: +pfresolved CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/24 13:41:22 Modified files: sysutils/u-boot/rk356x: Makefile Added files: sysutils/u-boot/rk356x/patches: patch-arch_arm_dts_rk3568_dtsi patch-arch_arm_dts_rk356x_dtsi Log message: Patch device trees. The ranges provided for the PCIe memory windows by the upstream device trees make some PCIe devices (such as iwx(4)) misbehave. ok kevlo@, sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 14:33:45 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: fix runtime on IBT-enabled hardware append -Wl,-z,nobtcfi to LDFLAGS, somehow with 120 something changed in the build system and USE_NOBTCFI=Yes isn't enough for the linker flag to be used. runtime failure reported by volker@ diff from otto@, many thanks CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/24 14:48:25 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: vmm(4)/vmx: fix memory scribbling by updating GDTR/TR if vcpu moves. If the vcpu thread sleeps in the kernel, like when handling a nested page fault and calling uvm_fault(9), the thread may be rescheduled on another host cpu. vmm(4) was only setting the GDTR and TR bases in the VMCS once prior to first vm entry, so a thread migration can result in restoring the wrong GDTR and TR on vm exit for the host cpu. This results in borked interrupts and corrupted stack pointers, causing programs to segfault or sigabort. It can also result in missed ipi's causing kernel deadlocks. Use similar logic to the SVM routines and check for cpu migration within the hot loop. Since we're letting the VMX features of the cpu restore GDTR, we can also drop the manual store/load routines. Reported and with much appreciated testing help from Mischa Peters. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/24 15:54:29 Modified files: print/lilypond : Makefile distinfo print/lilypond/pkg: PLIST-docs PLIST-main Removed files: print/lilypond/patches: patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: update to lilypond-2.24.3 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/24 16:15:31 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.10, diff by user sonya on irc.libera.chat #openbsd-gaming CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/24 16:17:53 Modified files: editors/novelwriter: Makefile distinfo Log message: update to novelWriter 2.1.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 00:01:31 Modified files: devel/p5-Alien-Base: Makefile distinfo Log message: Update to p5-Alien-Base-2.80. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 01:14:43 Modified files: share/man/man5 : hosts.5 resolv.conf.5 Log message: Document that "localhost" only resolves to the loopback addresses. prodding pb OK phessler, sthen Input & OK jmc CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 01:58:50 Modified files: devel/p5-App-Cmd: Makefile distinfo Log message: Update to p5-App-Cmd-0.336. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:03:21 Modified files: devel/p5-Carp-Assert: Makefile distinfo Log message: Update to p5-Carp-Assert-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:12:40 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.32.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:12:48 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.29.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:13:17 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.30.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:13:31 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/pkg: PLIST Log message: Update to gi-docgen-2023.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:23:07 Modified files: devel/p5-Class-Meta-Express: Makefile distinfo Log message: pdate to p5-Class-Meta-Express-0.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:33:12 Modified files: devel/p5-Data-OptList: Makefile distinfo Log message: Update to p5-Data-OptList-0.114. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:40:04 Modified files: x11/gtk+4 : Makefile x11/gtk+4/pkg : PLIST-main Log message: Add Wayland support so that we can start testing GTK4 apps. prodded by and ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:40:37 Modified files: x11/gnome/tecla: Makefile Log message: Regen WANTLIB for wayland-client. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:41:04 Modified files: sysutils/flatpak/xdg-desktop-portal-gnome: Makefile Log message: Regen WANTLIB for wayland-client. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:41:44 Modified files: multimedia/gstreamer1/plugins-bad: Makefile multimedia/gstreamer1/plugins-bad/pkg: PLIST multimedia/gstreamer1/plugins-base: Makefile multimedia/gstreamer1/plugins-base/pkg: PLIST Log message: Enable Wayland support. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:44:41 Modified files: devel/p5-ExtUtils-CppGuess: Makefile distinfo Log message: Update to p5-ExtUtils-CppGuess-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:45:48 Modified files: sysutils/deja-dup: Makefile Log message: Bump for gtk4-wayland. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/25 02:49:05 Removed files: wayland : TODO-Wayland.md Log message: Remove this file. Information in it is becoming stale fast. To be replaced by a FAQ entry or a manual page at some point CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:55:01 Modified files: devel/p5-Getopt-Euclid: Makefile distinfo Log message: Update to p5-Getopt-Euclid-0.4.6. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:00:03 Modified files: devel/p5-Graph : Makefile distinfo Log message: Update to p5-Graph-0.9727. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:03:51 Modified files: devel/p5-Log-Any-Adapter-Callback: Makefile distinfo Log message: Update to p5-Log-Any-Adapter-Callback-0.102. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:09:45 Modified files: devel/p5-Package-DeprecationManager: Makefile distinfo Log message: Update to p5-Package-DeprecationManager-0.18. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:15:59 Modified files: devel/p5-PAR : Makefile distinfo Log message: Update to p5-PAR-1.019. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:17:38 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: this is dead since 2016 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:17:59 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm Log message: dead too CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:18:40 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: reason this is here CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:20:34 Modified files: devel/p5-PerlIO-eol: Makefile distinfo Log message: Update to p5-PerlIO-eol-0.19. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/25 03:24:56 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.5 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:25:29 Modified files: devel/p5-POSIX-strftime-Compiler: Makefile distinfo Log message: Update to p5-POSIX-strftime-Compiler-0.45. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:29:23 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: reinstate checking the keytype, which I unwittingly dropped a long time ago. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:54:16 Modified files: devel/p5-Proc-Background: Makefile distinfo Log message: Update to p5-Proc-Background-1.32. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:58:45 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: check_security has been around long enough, no need to check quirks can do it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 04:01:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: -h is handled by State.pm, don't try to recognize it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 04:02:23 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: forgot to zap really old D/F CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 04:04:12 Added files: sysutils/cdrtools/patches: patch-inc_avoffset_c Log message: Backport llvm fix from 3.01, fixes build for aarch64 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 04:04:45 Modified files: devel/p5-Scope-Upper: Makefile distinfo Log message: Update to p5-Scope-Upper-0.34. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 04:16:14 Modified files: wayland/wlroots: Makefile distinfo wayland/wlroots/pkg: PLIST Added files: wayland/wlroots/patches: patch-meson_build patch-render_vulkan_vulkan_c patch-xcursor_xcursor_c Log message: wayland/wlroots: update to 0.17.0. - switch to the upstream tarballs - move matthieu's commits from https://gitlab.freedesktop.org/mherrb/wlroots/-/compare/master...obsd?from_project_id=12103 to patches - bump EPOCH ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 04:21:32 Modified files: wayland/sway : Makefile distinfo Added files: wayland/sway/patches: patch-common_stringop_c patch-include_stringop_h patch-meson_build patch-sway_config_bar_c patch-sway_config_c patch-swaybar_meson_build patch-swaynag_config_c patch-swaynag_meson_build Log message: wayland/sway: switch to upstream source, and update to a newer commit - commit chosen to be before upstream starts using wlroots>0.17 APIs. - convert matthieu's porting commit from https://github.com/mherrb/sway/commit/1f64b183d3c12aaf54f43c474a709cc79ccbbb59 to proper port patches still UNLINKED because of the RDEP on wayland/foot ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 04:57:57 Modified files: sysutils/cdrtools/patches: patch-inc_avoffset_c Log message: put the explanation comment before the Index line of the patch reminded by Brad CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 05:00:39 Modified files: sbin/dhcpleased: dhcpleased.conf.5 dhcpleased.h engine.c frontend.c parse.y printconf.c Log message: First stab at IPv6-only preferred from RFC8925. This lets dhcpleased(8) request "IPv6-only preferred". If the server replies with this option dhcpleased stops and does not request a lease and deconfigures IPv4 on the interface. For now this is pretty much useless unless one dynamically configures pf(4) to act as a CLAT. gelatod(8) from ports can help with this. However, this helps me while hacking on a kernel based stateless CLAT by moving dhcpleased out of the way while having an IPv6-mostly network configured to compare behaviour with macOS. Input jmc OK phessler Input & OK sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/25 05:05:08 Modified files: lib/libssl : ssl_lib.c ssl_local.h Log message: Move ssl_cipher_id_cmp() next to its only caller It was left alone and forlorn in the middle of other nonsense. Since there is only one caller (the OBJ_bsearch_ stupidity), it can be static and there is no need to prototype it in ssl_local.h. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 06:00:05 Modified files: sbin/dhcpleased: printconf.c Log message: whitespace; spotted by kn CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/25 06:39:41 Added files: lang/sbcl/patches: patch-make-config_sh patch-src_runtime_ppc-assem_S Log message: lang/sbcl: unbreak powerpc build powerpc code doesn't support gcc-tls, so do not try to use it for openbsd-powerpc. no bump as it didn't build on powerpc, and doesn't changes on others platforms tested by Tobias Heider CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/25 06:55:00 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: bump after runtime fix on IBT-enabled hardware CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 07:00:43 Added files: www/hiawatha/patches: patch-mbedtls_library_aesce_c Log message: set #pragma attribute after including arm_neon.h, so the attribute only applies to the local code CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 07:11:06 Modified files: audio/audacious/plugins: Makefile Log message: specifically disable openmpt support, prevents breakage if the right kind of junk happens between configure and build. OK bket@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 07:30:25 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: Need wayland/wayland-protocols to build. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:42:09 Modified files: devel/p5-Time-Progress: Makefile distinfo Log message: Update to p5-Time-Progress-2.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:46:51 Modified files: devel/p5-URI-db: Makefile distinfo Log message: Update to p5-URI-db-0.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:52:50 Modified files: devel/py-altgraph: Makefile distinfo Log message: Update to py3-altgraph-0.17.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:00:27 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: Update to p5-Image-ExifTool-12.70. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 08:10:49 Modified files: multimedia/gstreamer1/plugins-bad: Makefile Log message: Missing BDEP on wayland/wayland-protocols. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:16:58 Modified files: math/p5-Statistics-Descriptive: Makefile distinfo Log message: Update to p5-Statistics-Descriptive-3.0801. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:27:10 Modified files: productivity/p5-Business-Tax-VAT-Validation: Makefile distinfo Log message: Update to p5-Business-Tax-VAT-Validation-1.23. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/25 09:31:33 Modified files: usr.bin/awk : FIXES awk.h b.c lex.c main.c run.c Log message: Update awk to the Nov 24, 2023 version. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:19:27 Modified files: devel/py-traitlets: Makefile distinfo devel/py-traitlets/pkg: PLIST Log message: update py-traitlets to 5.13.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:27:48 Modified files: misc/py-imdb : Makefile distinfo misc/py-imdb/patches: patch-setup_py misc/py-imdb/pkg: DESCR PLIST Log message: update py-imdb to 2023.5.1 Note that imdb has been renamed to cinemagoer but for now we keep our package name as is. ok millert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:30:28 Modified files: devel/py-jupyter_core: Makefile distinfo Log message: update py-jupyter_core to 5.5.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:40:41 Modified files: textproc/py-whatthepatch: Makefile distinfo Log message: update py-whatthepatch to 1.0.5 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 10:43:39 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: recognize future updatedb tagged packages CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/25 11:11:57 Modified files: databases/p5-DBD-Pg: Makefile distinfo Log message: update databases/p5-DBD-Pg to 3.17.0; ok pea@, bluhm@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/25 11:12:20 Modified files: sys/arch/arm64/dev: rtkit.c Log message: Fix oslog support and be more forgiving when we see messages that we don't recognize. Fixes booting with newer firmware (such as the firmware currently installed by the Asahi installer). ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 11:25:32 Modified files: devel/py-jupyter_client: Makefile distinfo devel/py-jupyter_client/patches: patch-jupyter_client_connect_py devel/py-jupyter_client/pkg: PLIST Log message: update py-jupyter_client to 7.4.9 spyder-kernels needs this update so it can be updated. This is part of the work to get spyder update to the 5.x series. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/25 11:35:02 Modified files: x11/qt5/qtwebengine/files: openbsd.pri Log message: qt5/qtwebengine: do not pick up re2 if it's installed. It breaks the build. ok rsadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 12:03:43 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Log message: update ipython to 8.18.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 12:08:25 Modified files: shells/py-qtconsole: Makefile distinfo Log message: update qtconsole to 5.5.1 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/25 12:09:45 ports/sysutils/u-boot/rk3588/patches Update of /cvs/ports/sysutils/u-boot/rk3588/patches In directory cvs.openbsd.org:/tmp/cvs-serv76227/patches Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 12:44:16 Modified files: www/webkitgtk4 : Makefile Log message: Explicitely set ENABLE_WAYLAND_TARGET to Off for now. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 13:23:04 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 9.1.2 -> 9.2.2 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 13:28:01 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.6.1 -> 9.0.1 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst#v9-0-1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 14:14:50 Modified files: sysutils/tflint: Makefile distinfo modules.inc Log message: Update tflint 0.48.0 -> 0.49.0 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.49.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 14:15:52 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.31 -> 2.5.32 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 15:00:30 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_settings_cpp Added files: x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_search-page_cpp Log message: x11/xfce4/xfce4-whiskermenu: workaround crash when searching an app see https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/120 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/25 15:09:31 Modified files: lang/fpc : Makefile Log message: lang/fpc: mark BROKEN on amd64, does not build with LLVM 16 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/25 15:28:49 Log message: import games/emptyclip Empty Clip is a top-down shooter action RPG. * Utilize over 15 different weapons, including melee, pistols, shotguns, rifles, rocket launchers, crossbows, and miniguns * Fight thousands of zombies, spiders, bats, skeletons, demons, aliens and more * Discover rare items and secrets that sprawl across dungeons, woods, caves, cities, desert, hell, and alien worlds * Customize your character with skill points and over 25 different equipment mods * Play through the 10 level campaign multiple times for an increase in difficulty and rewards * Complete eight achievements for an even greater challenge valuable feedback and final OK thfr@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231125 N ports/games/emptyclip/Makefile N ports/games/emptyclip/distinfo N ports/games/emptyclip/patches/patch-ext_ae_ae_database_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_framebuffer_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_framelimit_h N ports/games/emptyclip/patches/patch-ext_ae_ae_network_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_random_cpp N ports/games/emptyclip/patches/patch-ext_ae_tinyxml2_tinyxml2_cpp N ports/games/emptyclip/patches/patch-src_save_cpp N ports/games/emptyclip/pkg/DESCR N ports/games/emptyclip/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/25 15:30:32 Modified files: games : Makefile Log message: hook up emptyclip CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 16:08:25 Log message: Import mail/opensmtpd-filters/spfgreylist 1.0.0 This filter implements greylisting, allowing OpenSMTPD to temporarily reject sessions of clients it has not seen before. Unlike many implementations, this one is SPF-aware so it will properly handle greylisting for domains doing relaying through multiple MX, as long as they publish a valid SPF record. The filter currently supports: * IPv4 and IPv6 address greylisting * SPF greylisting * startup whitelisting of IP and domains * automatically renewed whitelisting ok gilles@ Status: Vendor Tag: landry Release Tags: landry_20231126 N ports/mail/opensmtpd-filters/spfgreylist/Makefile N ports/mail/opensmtpd-filters/spfgreylist/distinfo N ports/mail/opensmtpd-filters/spfgreylist/pkg/PLIST N ports/mail/opensmtpd-filters/spfgreylist/pkg/DESCR N ports/mail/opensmtpd-filters/spfgreylist/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 16:09:08 Modified files: mail/opensmtpd-filters: Makefile Log message: +mail/opensmtpd-filters/spfgreylist CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 18:35:00 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-six : Makefile devel/py-six/pkg: PLIST Log message: make py-six python3-only ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 22:36:36 Modified files: games/mysticmine: Makefile games/mysticmine/patches: patch-setup_py games/mysticmine/pkg: PLIST Added files: games/mysticmine/patches: patch-monorail_ai_py Log message: drop mysticmine BDEP on python2 cython Convert ai.pyx to ai.py which allows us to drop the build dependency on python2 cython. This will allow us to make cython python3-only. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/25 22:47:21 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/include/drm: i915_pciids.h sys/dev/pci/drm/i915: i915_devlist.h Log message: drm/i915/rpl: Update pci ids for RPL P/U From Dnyaneshwar Bhadane 5d5fea7c79a7f7b61a9683784c83d539aca8dafe in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/25 22:47:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 00:06:47 Modified files: net/p5-POE-Component-Client-DNS-Recursive: Makefile distinfo Log message: Update to p5-POE-Component-Client-DNS-Recursive-1.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 00:17:10 Modified files: security/p5-Crypt-Argon2: Makefile distinfo security/p5-Crypt-Argon2/patches: patch-Build_PL Log message: Update to p5-Crypt-Argon2-0.020. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 00:29:31 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Added files: geo/pgrouting/patches: patch-include_c_types_restriction_t_h patch-include_cpp_common_get_check_data_hpp patch-src_cpp_common_get_check_data_cpp Log message: geo/pgrouting: update to 3.6.0. see https://github.com/pgRouting/pgrouting/releases/tag/v3.6.0 pull patches from https://github.com/pgRouting/pgrouting/pull/2589 to fix the build. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 00:52:58 Modified files: geo/qgis : Makefile distinfo Log message: geo/qgis: update to 3.34.1. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/26 01:03:11 Modified files: security/plass : Makefile Log message: add missing p5-Encode-Locale dependency; spotted by Mark Jamsek, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 01:37:24 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: explicitely pass --ld-path=${WRKDIR}/bin/ld in #1839739 upstream switched unix builds from ld.bfd to lld, which had the side effect of adding -fuse-ld=lld to LDFLAGS - thus bypassing the ld wrapper we use in ports to add -z nobtcfi to the ld.lld linker invocation, via USE_LLD & USE_NOBTCFI. As a result, OPENBSD_NOBTCF on the firefox binary was lost, and it crashed at startup on IBT-enabled hardware. explicitely passing --ld-path via LDFLAGS has the same effect as otto@'s fix but should we add other funky linker flags in the future, it'd keep the ports override mechanism working. upstream work for actual IBT support in the JIT might happen in #1626955 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:42:17 Modified files: sysutils/p5-Rex: Makefile distinfo sysutils/p5-Rex/pkg: PLIST Log message: Update to p5-Rex-1.14.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 01:48:27 Modified files: x11/mate/panel : Makefile Log message: x11/mate/panel: explicitely disable wayland support otherwise it might automatically pickup gtk-layer-shell when it's imported CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:51:00 Modified files: sysutils/py-userpath: Makefile distinfo Log message: Update to py-userpath-1.9.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/26 01:52:27 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/patches: patch-setup_cfg textproc/gi-docgen/pkg: PLIST Log message: Update to gi-docgen-2023.3. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:56:06 Modified files: textproc/p5-LaTeX-TOM: Makefile distinfo Log message: Update to p5-LaTeX-TOM-1.06. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/26 01:59:44 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp Log message: Enable wayland support for the webkitgtk60 FLAVOR (GTK4). Explictely disable it for the other flavors. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/26 02:12:23 Modified files: www/hiawatha/patches: patch-mbedtls_library_aesce_c Log message: fold the arm64 specific include into the arm64 specific #if case. amd64 breakage discovered by naddy@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:14:19 Modified files: www/sogo : Makefile www/sogo/pkg : PLIST Log message: Fix for sogo: Change VARBASE to LOCALSTATEDIR OK sebastia@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:15:52 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK gonzalo@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:30:22 Modified files: net/mautrix-whatsapp: Makefile net/mautrix-whatsapp/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK from Renaud (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/26 02:32:11 Modified files: databases/sqlports/files: mksqlitedb Log message: document -C CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:40:12 Modified files: net/bitcoin : Makefile net/bitcoin/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:40:36 Modified files: net/litecoin : Makefile net/litecoin/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/26 02:48:49 Modified files: devel/angr/py-claripy/patches: patch-tests_common_backend_smt_solver_py Log message: fix patch to make sure it actually creates the new file spotted by several CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:51:23 Modified files: security/gopass: Makefile distinfo modules.inc Log message: update to gopass 1.15.10, from Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:01:12 Modified files: textproc/p5-Lingua-EN-Sentence: Makefile distinfo Log message: Update to p5-Lingua-EN-Sentence-0.34. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:06:39 Modified files: textproc/p5-Mojolicious-Plugin-TtRenderer: Makefile distinfo Log message: Update to p5-Mojolicious-Plugin-TtRenderer-1.62. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:24:06 Modified files: textproc/py-iso8601: Makefile distinfo Log message: Update to py-iso8601-2.1.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:29:51 Modified files: textproc/py-jsonpatch: Makefile distinfo textproc/py-jsonpatch/pkg: PLIST Log message: Update to py-jsonpatch-1.33. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:35:28 Modified files: textproc/py-jsonpointer: Makefile distinfo Log message: Update to py-jsonpointer-2.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/26 04:14:02 Modified files: security/gopass: Makefile Log message: take MAINTAINER CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/26 06:02:44 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: vmm(4)/vmx: pass correct vpid value to invvpid. While vmm's use of invvpid in the vmx vcpu run loop is questionable since we require and use EPT, the vpid value is unquestionably wrong in these calls. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:23:03 Modified files: textproc/py-patiencediff: Makefile distinfo Log message: Update to py-patiencediff-0.2.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:31:43 Modified files: www/p5-HTML-FillInForm: Makefile distinfo Log message: Update to p5-HTML-FillInForm-2.22. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 06:33:48 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: fix SITES.profdata when using upstream profdata artifacts CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:37:13 Modified files: www/p5-HTML-Quoted: Makefile distinfo www/p5-HTML-Quoted/pkg: PLIST Log message: Update to p5-HTML-Quoted-0.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:43:25 Modified files: www/p5-WWW-Shorten: Makefile distinfo Log message: Update to p5-WWW-Shorten-3.094. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/26 06:47:45 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add a few more RK3588 clocks/resets that are reference by newer device trees. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/26 07:43:48 Modified files: www/puppetboard: Makefile Log message: change VARBASE -> LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/26 08:15:40 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231126 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/26 09:04:18 Modified files: bin/pax : buf_subs.c extern.h file_subs.c options.c pax.c tables.c Log message: mark functions as static when they're unused elsewhere, makes the code slightly easier to understand. okay and tweak kn@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/26 09:52:13 Modified files: gnu/usr.bin/perl: regcomp.c gnu/usr.bin/perl/t/re: pat_advanced.t Log message: Fix read/write past buffer end From upstream commit: From 7047915eef37fccd93e7cd985c29fe6be54650b6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 9 Sep 2023 11:59:09 -0600 Subject: [PATCH] Fix read/write past buffer end: perl-security#140 A package name may be specified in a \p{...} regular expression construct. If unspecified, "utf8::" is assumed, which is the package all official Unicode properties are in. By specifying a different package, one can create a user-defined property with the same unqualified name as a Unicode one. Such a property is defined by a sub whose name begins with "Is" or "In", and if the sub wishes to refer to an official Unicode property, it must explicitly specify the "utf8::". S_parse_uniprop_string() is used to parse the interior of both \p{} and the user-defined sub lines. In S_parse_uniprop_string(), it parses the input "name" parameter, creating a modified copy, "lookup_name", malloc'ed with the same size as "name". The modifications are essentially to create a canonicalized version of the input, with such things as extraneous white-space stripped off. I found it convenient to strip off the package specifier "utf8::". To to so, the code simply pretends "lookup_name" begins just after the "utf8::", and adjusts various other values to compensate. However, it missed the adjustment of one required one. This is only a problem when the property name begins with "perl" and isn't "perlspace" nor "perlword". All such ones are undocumented internal properties. What happens in this case is that the input is reparsed with slightly different rules in effect as to what is legal versus illegal. The problem is that "lookup_name" no longer is pointing to its initial value, but "name" is. Thus the space allocated for filling "lookup_name" is now shorter than "name", and as this shortened "lookup_name" is filled by copying suitable portions of "name", the write can be to unallocated space. The solution is to skip the "utf8::" when reparsing "name". Then both "lookup_name" and "name" are effectively shortened by the same amount, and there is no going off the end. This commit also does white-space adjustment so that things align vertically for readability. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 10:29:34 Modified files: net/minio/server: Makefile net/minio/server/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK from maintainer (Daniel Jakots) CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/26 10:49:42 Modified files: wayland/sway : Makefile Log message: Add BDEP on wayland/wayland-protocols ok landry@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/26 10:58:18 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.11.0 -> 8.11.1 Release notes: https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-1.html CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/26 11:05:09 Modified files: databases/sqlports: Makefile databases/sqlports/files: TreeWalker.pm mksqlitedb Log message: better tracking of paths we should do. got a bit lost in pkg equivalence, but now it will report RUN_DEPENDS = devel/llvm as a problem, as expected CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/26 11:09:33 Log message: import godot4-4.1.3 Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel. Importing it as godot4 instead of updating right away games/godot to keep godot 3.x around and to fix the remaining issues in-tree. It still crashes when running commercial games .pck files and in some cases the vulkan rendering driver doesn't seem to work: use `--rendering-driver opengl3' as a workaround. joint work / ok thfr@ Status: Vendor Tag: op Release Tags: op_20231126 N ports/games/godot4/Makefile N ports/games/godot4/distinfo N ports/games/godot4/files/sndio/SCsub N ports/games/godot4/files/sndio/audio_driver_sndio.cpp N ports/games/godot4/files/sndio/audio_driver_sndio.h N ports/games/godot4/patches/patch-misc_dist_linux_org_godotengine_Godot_appdata_xml N ports/games/godot4/patches/patch-drivers_SCsub N ports/games/godot4/patches/patch-drivers_unix_os_unix_cpp N ports/games/godot4/patches/patch-misc_dist_linux_godot_6 N ports/games/godot4/patches/patch-misc_dist_linux_org_godotengine_Godot_desktop N ports/games/godot4/patches/patch-modules_upnp_upnp_cpp N ports/games/godot4/patches/patch-modules_upnp_upnp_device_cpp N ports/games/godot4/patches/patch-modules_upnp_upnp_h N ports/games/godot4/patches/patch-platform_linuxbsd_detect_py N ports/games/godot4/patches/patch-platform_linuxbsd_tts_linux_cpp N ports/games/godot4/patches/patch-SConstruct N ports/games/godot4/patches/patch-platform_linuxbsd_os_linuxbsd_cpp N ports/games/godot4/patches/patch-platform_linuxbsd_os_linuxbsd_h N ports/games/godot4/patches/patch-platform_linuxbsd_x11_detect_prime_x11_cpp N ports/games/godot4/patches/patch-thirdparty_embree_common_math_math_h N ports/games/godot4/patches/patch-thirdparty_embree_common_sys_sysinfo_cpp N ports/games/godot4/patches/patch-thirdparty_oidn_mkl-dnn_src_cpu_jit_utils_jitprofiling_jitprofiling_c N ports/games/godot4/patches/patch-thirdparty_oidn_mkl-dnn_src_cpu_simple_reorder_hpp N ports/games/godot4/patches/patch-thirdparty_openxr_src_common_platform_utils_hpp N ports/games/godot4/patches/patch-methods_py N ports/games/godot4/patches/patch-platform_linuxbsd_tts_linux_h N ports/games/godot4/patches/patch-platform_linuxbsd_x11_display_server_x11_cpp N ports/games/godot4/pkg/DESCR-main N ports/games/godot4/pkg/PLIST-main N ports/games/godot4/pkg/DESCR-editor N ports/games/godot4/pkg/PLIST-editor No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/26 11:09:58 Modified files: games : Makefile Log message: +godot4 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/26 12:06:46 Modified files: net/pfresolved : Makefile Log message: add usual pledge comment; OK bluhm CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/26 12:46:44 ports/net/pfresolved/patches Update of /cvs/ports/net/pfresolved/patches In directory cvs.openbsd.org:/tmp/cvs-serv93806/patches Log Message: Directory /cvs/ports/net/pfresolved/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/26 13:01:50 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/patches: patch-src_Makefile games/rocksndiamonds/pkg: PLIST Log message: update rocksndiamonds to 4.3.7.1 ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/26 13:39:41 Modified files: www/kore/patches: patch-Makefile Log message: www/kore: regen patch. No package change CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/26 14:06:26 Modified files: sysutils/u-boot: Makefile Added files: sysutils/u-boot/rk3588: Makefile distinfo sysutils/u-boot/rk3588/files: rkbinpatch.c sysutils/u-boot/rk3588/patches: patch-arch_arm_dts_rk3588-nanopc-t6_dts patch-arch_arm_dts_rk3588-orangepi-5-plus_dts patch-arch_arm_dts_rk3588-rock-5b_dts patch-arch_arm_dts_rk3588s-orangepi-5_dts patch-arch_arm_dts_rk3588s-rock-5a_dts sysutils/u-boot/rk3588/pkg: DESCR PLIST Log message: Add a version of U-Boot 2024.01-rc3 for Rockchip RK3588 SoCs. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/26 14:07:11 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.8.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/26 15:08:10 Modified files: sys/netinet : in_pcb.h ip_ipsp.h ip_output.c ip_spd.c ip_var.h raw_ip.c tcp_input.c tcp_output.c tcp_subr.c udp_usrreq.c sys/netinet6 : ip6_output.c ip6_var.h raw_ip6.c udp6_output.c Log message: Remove inp parameter from ip_output(). ip_output() received inp as parameter. This is only used to lookup the IPsec level of the socket. Reasoning about MP locking is much easier if only relevant data is passed around. Convert ip_output() to receive constant inp_seclevel as argument and mark it as protected by net lock. OK mvs@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/26 15:18:45 Modified files: gnu/llvm/lld/ELF: Symbols.cpp Symbols.h Thunks.cpp gnu/llvm/lld/ELF/Arch: AArch64.cpp Log message: Add arm64 bti pads for range extension thunks. Large arm64 binaries like chromium use range extension thunks for accessing plt entries. Add bti landing pads for the additional indirection. upstream commit: 60827df765156cee6cca3dc5049388dde9dac1c0 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/26 17:39:42 Modified files: sys/dev/acpi : pchgpio.c Log message: support Alder Lake-N and Alder Lake-S Alder Lake-N tested by sthen@ Alder Lake-S tested by Laurence Tratt (on Raptor Lake-S) feedback and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/26 17:51:12 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Move the callers X509_STORE_CTX_purpose_inherit() down a bit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/26 18:57:52 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp 1.1.0 This adds a symbol and changes a public enum into uint64_t, so bump major. https://github.com/ngtcp2/ngtcp2/releases/tag/v1.1.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/26 18:59:00 Modified files: www/nghttp3 : Makefile distinfo Log message: Update to nghttp3 1.1.0 This adds a symbol and changes a public enum into uint64_t, so bump major. https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/26 22:21:43 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_1 patch-spectrwm_c Log message: Update to spectrwm-3.5.1 Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_5_1 OK sdk@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/26 22:35:45 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.65.0 Changes: https://rclone.org/changelog/#v1-65-0-2023-11-26 CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2023/11/26 23:45:21 Modified files: net/gelatod : Makefile distinfo Log message: Update to 1.5 OK kn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 00:02:52 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Removed files: x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_search-page_cpp Log message: x11/xfce4/xfce4-whiskermenu: update to 2.8.2. drop patch, crash properly fixed upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:20:32 Modified files: devel/py-pexpect: Makefile distinfo devel/py-pexpect/patches: patch-tests_test_expect_py devel/py-pexpect/pkg: PLIST Removed files: devel/py-pexpect/patches: patch-doc_conf_py patch-doc_sphinxext_github_py patch-pexpect_replwrap_py Log message: update to py3-pexpect-4.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:34:23 Modified files: net/py-idna : Makefile distinfo Log message: update to py3-idna-3.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:35:59 Modified files: security/gpgme : Makefile distinfo Log message: update to gpgme-1.23.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:36:07 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.4 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/27 01:39:33 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.29.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/27 01:40:14 Modified files: devel/xa : Makefile distinfo Log message: Update xa to 2.4.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:48:30 Modified files: devel/py-wcwidth: Makefile distinfo devel/py-wcwidth/pkg: PLIST Log message: update to py3-wcwidth-0.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:49:52 Modified files: databases/py-ldap: Makefile distinfo Log message: update to py3-ldap-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 01:50:05 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.24.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 02:03:37 Modified files: security/cfssl : Makefile distinfo Added files: security/cfssl : modules.inc Log message: update to cfssl-1.6.4 (no longer bundling vendored modules) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 02:03:40 Modified files: devel/sqlc : Makefile distinfo modules.inc Log message: update to sqlc-1.24.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 02:08:46 Modified files: devel/py-wheel : Makefile distinfo Log message: update to py3-wheel-0.42.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/27 02:29:48 Modified files: usr.sbin/slaacctl: slaacctl.8 Log message: interfacename -> interface to match usage and other manuals; OK florian CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/27 02:35:27 Modified files: www/minitube : Makefile www/minitube/pkg: PLIST Removed files: www/minitube/pkg: README Log message: Remove README about outdated API key requirement https://flavio.tordini.org/minitube-3-5-and-musictube-1-13 from aug. 2020 says >= 3.5 uses the Invidious API, thus a key is no longer required; I can indeed watch videos just fine without providing anything. Upstream also unmentioned it in the project README and the dropdown menu no longer exists. Feedback OK sdk op CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/27 02:35:36 Modified files: net/gdnsd : Makefile net/gdnsd/pkg : PLIST Log message: Change VARBASE to LOCALSTATEDIR OK jung@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 02:39:09 Modified files: net/yggdrasil-go: Makefile distinfo net/yggdrasil-go/pkg: PLIST Added files: net/yggdrasil-go: modules.inc Log message: update to yggdrasil-go-0.5.3 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/27 03:14:19 Modified files: usr.bin/rsync : main.c Log message: Add --no-O and --no-omit-dir-times options. For some reason the real rsync has these options and so should ours. These strange --no-XYZ options are undocumented and are there just for compatibility. OK tb@ job@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/27 03:51:37 Modified files: devel/llvm/16/patches: patch-lld_ELF_Arch_AArch64_cpp patch-lld_ELF_Symbols_cpp patch-lld_ELF_Symbols_h Added files: devel/llvm/16/patches: patch-lld_ELF_Thunks_cpp patch-lld_test_ELF_aarch64-feature-bti-plt_s Log message: llvm/16: sync arm64 bti fix for range extension thunks from base Large arm64 binaries like chromium use range extension thunks for accessing plt entries. Add bti landing pads for the additional indirection. upstream commit: 60827df765156cee6cca3dc5049388dde9dac1c0 ok robert@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 03:58:19 Modified files: devel/py-buildbot/buildbot: Makefile Log message: devel/py-buildbot/buildbot: add missing RDEP on setuptools reported by Silamael Darkomen, thanks ! CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/27 04:13:51 Modified files: www/iridium : Makefile Log message: Bump REVISION for rebuild with latest llvm fixes ok robert@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/27 04:23:04 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: Prefer base-clang now that we have 16 and rebuild with latest arm64 bti fixes. ok robert@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/27 04:26:14 Modified files: textproc/ripgrep: Makefile crates.inc distinfo Log message: Update to ripgrep 14.0.1, from Laurent Cheylus Remove MODCARGO_CRATES_UPDATE since cc and libc dependencies now support riscv64 and powerpc64. Generate manpage and shell completions in post-build. Fix WANTLIB while there. Lightly tested on amd64, arm64 and sparc64. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/27 04:28:39 Modified files: usr.bin/rsync : uploader.c Log message: The uploader tail shortcut to skip dir postprocessing should also check if ignore_dir_times is set. In that case preserve_times loses its meaning. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/27 04:30:49 Modified files: usr.bin/rsync : extern.h fargs.c main.c receiver.c Log message: Implement --omit-link-times / -J based on the --omit-dir-times work done by job@. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/27 04:32:34 Modified files: usr.bin/rsync : rsync.1 Log message: Document -J, --omit-link-times and remove a confusing sentence from the -O, --omit-dir-times description. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 04:52:32 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Remove silly parentheses CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 05:53:18 Log message: import devel/py-boolean.py 4.0. This library helps you deal with boolean expressions and algebra with variables and the boolean functions AND, OR, NOT. You can parse expressions from strings and simplify and compare expressions. You can also easily create your custom algebra and mini DSL and create custom tokenizers to handle custom expressions. with tweaks from and ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20231127 N ports/devel/py-boolean.py/Makefile N ports/devel/py-boolean.py/distinfo N ports/devel/py-boolean.py/pkg/PLIST N ports/devel/py-boolean.py/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 05:54:33 Modified files: devel/py-boolean.py/pkg: DESCR Log message: devel/py-boolean.py: fix tyop in DESCR copied from upstream README.md just imported, no bump CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 05:56:00 Log message: import textproc/py-license-expression 30.1.1. license-expression is a comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic. Software project licenses are often a combination of several free and open source software licenses. License expressions -- as specified by SPDX -- provide a concise and human readable way to express these licenses without having to read long license texts, while still being machine-readable. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20231127 N ports/textproc/py-license-expression/Makefile N ports/textproc/py-license-expression/distinfo N ports/textproc/py-license-expression/pkg/PLIST N ports/textproc/py-license-expression/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 05:58:03 Modified files: devel : Makefile textproc : Makefile Log message: +textproc/py-license-expression,+devel/py-boolean.py CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 06:02:59 Modified files: sysutils/ansible-lint: Makefile distinfo sysutils/ansible-lint/patches: patch-tools_install-reqs_sh sysutils/ansible-lint/pkg: PLIST Log message: sysutils/ansible-lint: update to 6.22.0. cf https://github.com/ansible/ansible-lint/releases --write option renamed to --fix, which can autofix even more warnings ! see https://ansible.readthedocs.io/projects/lint/autofix/ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 06:20:58 Modified files: geo/traccar : Makefile distinfo geo/traccar/pkg: PLIST Log message: update to traccar-5.10, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/27 06:33:53 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_example_ini www/gitea/pkg : MESSAGE PLIST README Log message: Update gitea 1.20.5 - > 1.21.1 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.1 Port changes: move /var/www/gitea/public/* to /var/www/gitea/ - this affects non-default setups which use httpd(8) for serving static assets CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/27 06:42:19 Modified files: sys/arch/riscv64/dev: stfpcie.c Log message: additonal -> additional CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 07:49:46 Modified files: www/nextcloud/26: Makefile distinfo www/nextcloud/26/pkg: PLIST Log message: www/nextcloud/26: update to 26.0.9, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 07:50:27 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.4, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 07:50:28 Modified files: www/nextcloud/26: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/26/pkg: Tag: OPENBSD_7_4 PLIST Log message: www/nextcloud/26: MFC update to 26.0.9, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 07:51:12 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.4, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 08:34:06 Log message: import py-qstylizer ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-qstylizer/Makefile N ports/devel/py-qstylizer/distinfo N ports/devel/py-qstylizer/pkg/DESCR N ports/devel/py-qstylizer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 08:35:45 Log message: import py-python-lsp-server ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-python-lsp-server/Makefile N ports/devel/py-python-lsp-server/distinfo N ports/devel/py-python-lsp-server/pkg/DESCR N ports/devel/py-python-lsp-server/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 08:38:07 Log message: import py-python-lsp-black ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-python-lsp-black/Makefile N ports/devel/py-python-lsp-black/distinfo N ports/devel/py-python-lsp-black/pkg/DESCR N ports/devel/py-python-lsp-black/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 08:51:19 Log message: reimport py-binaryornot ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 C ports/devel/py-binaryornot/Makefile U ports/devel/py-binaryornot/distinfo C ports/devel/py-binaryornot/pkg/DESCR C ports/devel/py-binaryornot/pkg/PLIST N ports/devel/py-binaryornot/patches/patch-tests_test_check_py 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jdaniel:yesterday -jdaniel ports/devel/py-binaryornot CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/27 10:48:40 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.95. see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_95.html CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/27 10:58:16 Modified files: security/vaultwarden: Makefile crates.inc distinfo Log message: Update to vaultwarden-1.30.1 Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.1 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/27 11:07:58 Modified files: net/pfresolved : Makefile net/pfresolved/pkg: PLIST infrastructure/db: user.list Added files: net/pfresolved/pkg: pfresolved.rc Log message: Install pfresolved daemon into sbin. Provide rc startup script. Add _pfresolved user and group. discussed with kn@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/27 11:31:41 Modified files: games/ufoai/base: Makefile Added files: games/ufoai/base/patches: patch-src_game_inv_shared_cpp Log message: fix runtime CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 11:37:53 Modified files: usr.sbin/ypbind: ypbind.c Log message: Add missing error check for yp_get_default_domain() Avoids a crash when no default domain is set. from hshoexer ok deraadt who had the same diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:01:06 Modified files: lang/php : Makefile.inc php.port.mk lang/php/pecl : pecl.port.mk Log message: add handling for php 8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:01:11 ports/lang/php/8.3 Update of /cvs/ports/lang/php/8.3 In directory cvs.openbsd.org:/tmp/cvs-serv95663/8.3 Log Message: Directory /cvs/ports/lang/php/8.3 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:01:13 ports/lang/php/8.3/pkg Update of /cvs/ports/lang/php/8.3/pkg In directory cvs.openbsd.org:/tmp/cvs-serv48384/8.3/pkg Log Message: Directory /cvs/ports/lang/php/8.3/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:01:15 ports/lang/php/8.3/patches Update of /cvs/ports/lang/php/8.3/patches In directory cvs.openbsd.org:/tmp/cvs-serv91546/8.3/patches Log Message: Directory /cvs/ports/lang/php/8.3/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:02:17 Modified files: lang/php : Makefile lang/php/8.2 : Makefile Added files: lang/php/8.3 : Makefile distinfo lang/php/8.3/patches: patch-Zend_asm_make_mips64_n64_elf_gas_S patch-build_php_m4 patch-configure_ac patch-ext_imap_config_m4 patch-ext_imap_php_imap_c patch-ext_mysqlnd_config9_m4 patch-ext_openssl_openssl_c patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_fpm_fpm_fpm_atomic_h patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in lang/php/8.3/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-embed PLIST-enchant PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xsl PLIST-zip php83_fpm.rc Log message: add php/8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:19:14 Modified files: archivers : Makefile databases : Makefile devel : Makefile graphics : Makefile mail : Makefile security : Makefile textproc : Makefile www : Makefile www/unit : Makefile www/unit/unit-php: Makefile Log message: build PHP 8.3 versions of pecl-* and unit-php CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/27 12:19:48 Modified files: devel/pecl-xdebug: Makefile distinfo devel/pecl-xdebug/patches: patch-xdebug_ini Log message: update to pecl-xdebug-3.2.2 no php 8.3 support yet; work on this is in the Xdebug 3.3.0alpha series CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 12:27:21 Modified files: lib/libcrypto : cert.pem Log message: Remove some trailing whitespace x509_prn.c r1.6 changed the output of 'openssl -in foo.pem -noout -text' by removing trailing whitespace from non-critical certificate extensions. Committing the difference now to reduces noise in an upcoming diff. There's some trailing whitespace remaining. That's because we try to print a BMPString in an User Notice's Explicit Text with "%*s". That doesn't work so well with an encoding full of NULs... CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 12:29:42 Added files: devel/py-binaryornot: Makefile distinfo devel/py-binaryornot/pkg: DESCR PLIST Log message: resolve merge conflicts CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 12:33:27 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: revive py-binaryornot which is needed by py-cookiecutter The restored version is made python3-only though. help from and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 12:48:59 Log message: import py-jinja2-time ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/www/py-jinja2-time/Makefile N ports/www/py-jinja2-time/distinfo N ports/www/py-jinja2-time/pkg/DESCR N ports/www/py-jinja2-time/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 12:52:03 Log message: import py-python-slugify ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-python-slugify/Makefile N ports/devel/py-python-slugify/distinfo N ports/devel/py-python-slugify/pkg/DESCR N ports/devel/py-python-slugify/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 12:55:34 Log message: import py-cookiecutter tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-cookiecutter/Makefile N ports/devel/py-cookiecutter/distinfo N ports/devel/py-cookiecutter/pkg/DESCR N ports/devel/py-cookiecutter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/27 13:03:50 Modified files: sys/dev/usb : usbdevs Log message: New devices, support for which is coming soon. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/27 13:04:07 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: Regen CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/27 13:06:26 ports/databases/postgresql-odbc/patches Update of /cvs/ports/databases/postgresql-odbc/patches In directory cvs.openbsd.org:/tmp/cvs-serv8104/databases/postgresql-odbc/patches Log Message: Directory /cvs/ports/databases/postgresql-odbc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:28:13 Log message: import py-curio ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-curio/Makefile N ports/devel/py-curio/distinfo N ports/devel/py-curio/pkg/DESCR N ports/devel/py-curio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:31:08 Log message: import py-astor ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-astor/Makefile N ports/devel/py-astor/distinfo N ports/devel/py-astor/pkg/DESCR N ports/devel/py-astor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:32:59 Log message: import py-sniffio ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-sniffio/Makefile N ports/devel/py-sniffio/distinfo N ports/devel/py-sniffio/pkg/DESCR N ports/devel/py-sniffio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:34:43 Log message: import py-outcome ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-outcome/Makefile N ports/devel/py-outcome/distinfo N ports/devel/py-outcome/pkg/DESCR N ports/devel/py-outcome/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/27 13:37:15 Modified files: sys/netinet : tcp_input.c udp_usrreq.c Log message: Add NULL check before dereferencing inp_seclevel. In some cases inp may be NULL, so check that before passing inp->inp_seclevel to ipsp_spd_lookup() or ip_output(). Missed in previous commit. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:37:54 Log message: import py-trio ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-trio/Makefile N ports/devel/py-trio/distinfo N ports/devel/py-trio/pkg/DESCR N ports/devel/py-trio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:39:48 Log message: import py-untangle ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-untangle/Makefile N ports/devel/py-untangle/distinfo N ports/devel/py-untangle/pkg/DESCR N ports/devel/py-untangle/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 13:41:41 Log message: import py-debugpy ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231127 N ports/devel/py-debugpy/Makefile N ports/devel/py-debugpy/distinfo N ports/devel/py-debugpy/pkg/DESCR N ports/devel/py-debugpy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 14:44:21 Modified files: lib/libcrypto : cert.pem Log message: Regen cert.pem ok sthen New Roots for existing CA: /CN=Atos TrustedRoot Root CA ECC TLS 2021/O=Atos/C=DE /CN=Atos TrustedRoot Root CA RSA TLS 2021/O=Atos/C=DE New CA: BEIJING CERTIFICATE AUTHORITY /C=CN/O=BEIJING CERTIFICATE AUTHORITY/CN=BJCA Global Root CA1 /C=CN/O=BEIJING CERTIFICATE AUTHORITY/CN=BJCA Global Root CA2 Two E-Tugra roots were removed due to a breach: /C=TR/L=Ankara/O=E-Tugra EBG A.S./OU=E-Tugra Trust Center/CN=E-Tugra Global Root CA ECC v3 /C=TR/L=Ankara/O=E-Tugra EBG A.S./OU=E-Tugra Trust Center/CN=E-Tugra Global Root CA RSA v3 https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A Removed expired root: /C=HK/O=Hongkong Post/CN=Hongkong Post Root CA 1 Removed expired CA: SECOM Trust.net /C=JP/O=SECOM Trust.net/OU=Security Communication RootCA1 New CA: Sectigo Limited /C=GB/O=Sectigo Limited/CN=Sectigo Public Server Authentication Root E46 /C=GB/O=Sectigo Limited/CN=Sectigo Public Server Authentication Root R46 New roots for existing CA: /C=US/O=SSL Corporation/CN=SSL.com TLS ECC Root CA 2022 /C=US/O=SSL Corporation/CN=SSL.com TLS RSA Root CA 2022 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 14:59:38 Modified files: devel/py-ipykernel: Makefile distinfo devel/py-ipykernel/pkg: PLIST Removed files: devel/py-ipykernel/patches: patch-setup_py Log message: update ipykernel to 6.23.2 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/27 15:02:03 Modified files: devel/p5-DateTime-Format-Natural: Makefile distinfo Log message: update p5-DateTime-Format-Natural to 1.18 from wen heping CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:11:22 Modified files: devel : Makefile Log message: +py-astor +py-binaryornot +py-cookiecutter +py-curio +py-debugpy +py-outcome +py-python-lsp-server +py-python-lsp-black +py-python-slugify +py-qstylizer +py-sniffio +py-trio +py-untangle CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:12:07 Modified files: www : Makefile Log message: +py-jinja2-time CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:23:16 Modified files: devel/spyder/spyder: Makefile distinfo devel/spyder/spyder/pkg: PLIST Removed files: devel/spyder/spyder/patches: patch-setup_py patch-spyder_app_mainwindow_py patch-spyder_plugins_completion_kite_widgets_install_py Log message: update spyder to 5.5.0 mark as BROKEN while we update a few dependencies which have very tight version constraints. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:28:11 Modified files: devel/py-pyls-spyder: Makefile distinfo Log message: update py-pyls-spyder to 0.4.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 15:29:51 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: EVP test: add regress coverage for the do_all() API CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:32:03 Modified files: devel/py-qdarkstyle: Makefile distinfo devel/py-qdarkstyle/pkg: PLIST Log message: update QDarkStyle to 3.2.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:37:26 Modified files: devel/spyder/py-spyder-kernels: Makefile distinfo devel/spyder/py-spyder-kernels/patches: patch-spyder_kernels_customize_spydercustomize_py devel/spyder/py-spyder-kernels/pkg: PLIST Log message: update py-spyder-kernels to 2.5.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/27 15:39:27 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: EVP test: fix includes CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 15:44:04 Modified files: devel/py-rope : Makefile distinfo devel/py-rope/pkg: PLIST Log message: update py-rope to 1.3.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/27 16:33:01 Modified files: devel/py-nbconvert: Makefile Log message: add missing RDEP on ipython_genutils CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/27 17:17:48 Modified files: sys/arch/amd64/amd64: vmm_support.S sys/arch/amd64/include: vmmvar.h Log message: Adapt inv{vpid,ept} to return success or failure. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/27 17:21:06 Modified files: security/boringssl/head: Makefile distinfo Log message: Update to boringssl 20231118 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/27 23:22:47 Modified files: audio/navidrome: Makefile audio/navidrome/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK edd@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/27 23:23:19 Modified files: net/syncthing : Makefile net/syncthing/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK edd@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/27 23:28:18 Modified files: net/miniflux : Makefile net/miniflux/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK paco@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/27 23:29:22 Modified files: net/arpwatch : Makefile net/arpwatch/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:31:17 Modified files: sysutils/flatpak/xdg-desktop-portal-gnome: Makefile distinfo Log message: Update to xdg-desktop-portal-gnome-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:33:39 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:49:29 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.33.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:49:41 Modified files: net/py-boto3 : Makefile distinfo net/py-boto3/pkg: PLIST Log message: Update to py3-boto3-1.33.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:49:55 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 00:50:21 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.31.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/28 01:16:26 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-src_modules_module-netjack2-manager_c patch-src_modules_module-protocol-native_c patch-src_modules_module-rt_c patch-src_modules_module-rtp-sap_c patch-src_modules_module-rtp-session_c patch-src_modules_module-rtp-source_c patch-src_modules_module-vban-recv_c multimedia/pipewire/pipewire/pkg: PLIST-main Log message: Update to pipewire-1.0.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 01:36:36 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: mail/mozilla-thunderbird: update to 115.5.1. see https://www.thunderbird.net/en-US/thunderbird/115.5.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 01:41:02 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: switch from dbus-glib to plain dbus in MOZILLA_USE_DBUS block (currently unused) upstream finally switched from dbus-glib to gdbus in 120 via #1532281 we might enable the dbus dependency at some point if filepickers via xdg-portals become a requirement/dependency. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 01:41:47 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.5.1. see https://www.thunderbird.net/en-US/thunderbird/115.5.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/28 01:59:27 Modified files: lang/sbcl : Makefile distinfo Removed files: lang/sbcl/patches: patch-make-config_sh patch-src_runtime_ppc-assem_S Log message: lang/sbcl: update to 2.3.11 Release notes: https://www.sbcl.org/news.html#2.3.11 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/28 02:10:18 Modified files: sys/arch/riscv64/include: vmparam.h sys/arch/riscv64/riscv64: pmap.c trap.c Log message: remove more unused defines ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 02:15:02 Modified files: wayland/xwayland: Makefile Log message: wayland/xwayland: pass -Dxwayland_ei=false to CONFIGURE_ARGS avoids the build to pick up wayland/libei if found during configure CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/28 02:29:20 Modified files: lib/libcrypto/ocsp: ocsp_ht.c sys/dev/ic : cac.c mfi.c sys/kern : uipc_usrreq.c Log message: correct spelling of FALLTHROUGH CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/28 04:29:22 Modified files: security/pizauth: Makefile crates.inc distinfo Log message: Update to pizauth 1.0.3 From Laurie Tratt (maintainer/upstream) +tweaks: remove BDEP on security/rust-ring, enable on riscv64 and powerpc64 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 05:33:43 Modified files: wayland/xwayland: Makefile Log message: wayland/xwayland: enable libei dependency prodded by ajacoutot@, ok matthieu@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/28 05:36:33 Modified files: multimedia/openh264: Makefile distinfo Log message: update to openh264 2.4.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 05:36:44 ports/devel/py-buildbot/buildbot/patches Update of /cvs/ports/devel/py-buildbot/buildbot/patches In directory cvs.openbsd.org:/tmp/cvs-serv72899/patches Log Message: Directory /cvs/ports/devel/py-buildbot/buildbot/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 05:47:05 Modified files: devel/py-buildbot/buildbot: Makefile Added files: devel/py-buildbot/buildbot/patches: patch-buildbot_scripts_logwatcher_py Log message: devel/py-buildbot/buildbot: add patch to fix rcctl start buildbot from Silamael Darkomen, thanks ! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/28 05:57:34 Modified files: devel/bazel : Makefile Log message: ./src/tools/singlejar/mapped_file_posix.inc only supports 64-bit; set ONLY_FOR_ARCHS CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/28 06:19:04 Modified files: lib/libssl : tls13_legacy.c Log message: Switch to legacy method late in tls13_use_legacy_stack() If memory allocation of s->init_buf fails in ssl3_setup_init_buffer() during downgrade to the legacy stack, the legacy state machine would resume with an incorrectly set up SSL, resulting in a NULL dereference. The fix is to switch to the legacy method only after the SSL is fully set up. There is a second part to this fix, which will be committed once we manage to agree on the color of the bikeshed. Detailed analysis and patch from Masaru Masuda, many thanks! https://github.com/libressl/openbsd/issues/146 ok jsing CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/28 06:23:20 Modified files: sys/net : if_etherip.c if_gif.c if_gre.c if_vxlan.c pfkeyv2_convert.c pipex.c sys/netinet : in_pcb.h ip_ipip.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : icmp6.c in6.h in6_pcb.c in6_src.c ip6_output.c raw_ip6.c udp6_output.c Log message: Remove struct inpcb from in6_embedscope() parameters. rip6_output() did modify inp_outputopts6 temporarily to provide different ip6_pktopts to in6_embedscope(). Better pass inp_outputopts6 and inp_moptions6 as separate arguments to in6_embedscope(). Simplify the code that deals with these options in in6_embedscope(). Doucument inp_moptions and inp_moptions6 as protected by net lock. OK kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/28 06:42:24 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.39.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/28 06:58:12 Added files: emulators/hatari/patches: patch-CMakeLists_txt Log message: emulators/hatari: make sure udev isn't picked up reported by tb@, thanks ! CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/28 07:24:26 Modified files: sysutils/galleon: Makefile distinfo sysutils/galleon/pkg: PLIST Log message: Update from 4.2.8 to 5.2.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/28 07:39:55 Modified files: textproc/ripgrep: Makefile Log message: ripgrep: trim trailing garbage in COMMENT. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/28 07:52:15 Modified files: textproc/ripgrep: Makefile Log message: ripgrep: bump revision due to non-trivial COMMENT change in previous CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/28 08:40:28 ports/sysutils/truncate/patches Update of /cvs/ports/sysutils/truncate/patches In directory cvs.openbsd.org:/tmp/cvs-serv80622/patches Log Message: Directory /cvs/ports/sysutils/truncate/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/28 08:41:10 Modified files: sysutils/truncate: Makefile Added files: sysutils/truncate/patches: patch-truncate_c Log message: drop "cpath" under -c (no file creation), add pledge comment/marker; OK bcallah CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/28 09:59:43 Modified files: audio/musique : Makefile distinfo Log message: update to musique 1.11 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/28 10:19:12 Modified files: gnu/usr.bin/perl: Tag: OPENBSD_7_4 regcomp.c Log message: Fix read/write past buffer end From upstream commit: From 7047915eef37fccd93e7cd985c29fe6be54650b6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 9 Sep 2023 11:59:09 -0600 Subject: [PATCH] Fix read/write past buffer end: perl-security#140 A package name may be specified in a \p{...} regular expression construct. If unspecified, "utf8::" is assumed, which is the package all official Unicode properties are in. By specifying a different package, one can create a user-defined property with the same unqualified name as a Unicode one. Such a property is defined by a sub whose name begins with "Is" or "In", and if the sub wishes to refer to an official Unicode property, it must explicitly specify the "utf8::". S_parse_uniprop_string() is used to parse the interior of both \p{} and the user-defined sub lines. In S_parse_uniprop_string(), it parses the input "name" parameter, creating a modified copy, "lookup_name", malloc'ed with the same size as "name". The modifications are essentially to create a canonicalized version of the input, with such things as extraneous white-space stripped off. I found it convenient to strip off the package specifier "utf8::". To to so, the code simply pretends "lookup_name" begins just after the "utf8::", and adjusts various other values to compensate. However, it missed the adjustment of one required one. This is only a problem when the property name begins with "perl" and isn't "perlspace" nor "perlword". All such ones are undocumented internal properties. What happens in this case is that the input is reparsed with slightly different rules in effect as to what is legal versus illegal. The problem is that "lookup_name" no longer is pointing to its initial value, but "name" is. Thus the space allocated for filling "lookup_name" is now shorter than "name", and as this shortened "lookup_name" is filled by copying suitable portions of "name", the write can be to unallocated space. The solution is to skip the "utf8::" when reparsing "name". Then both "lookup_name" and "name" are effectively shortened by the same amount, and there is no going off the end. This commit also does white-space adjustment so that things align vertically for readability. from afresh1@ this is errata/7.4/007_perl.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/28 10:20:13 Modified files: gnu/usr.bin/perl: Tag: OPENBSD_7_3 regcomp.c Log message: Fix read/write past buffer end From upstream commit: From 7047915eef37fccd93e7cd985c29fe6be54650b6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 9 Sep 2023 11:59:09 -0600 Subject: [PATCH] Fix read/write past buffer end: perl-security#140 A package name may be specified in a \p{...} regular expression construct. If unspecified, "utf8::" is assumed, which is the package all official Unicode properties are in. By specifying a different package, one can create a user-defined property with the same unqualified name as a Unicode one. Such a property is defined by a sub whose name begins with "Is" or "In", and if the sub wishes to refer to an official Unicode property, it must explicitly specify the "utf8::". S_parse_uniprop_string() is used to parse the interior of both \p{} and the user-defined sub lines. In S_parse_uniprop_string(), it parses the input "name" parameter, creating a modified copy, "lookup_name", malloc'ed with the same size as "name". The modifications are essentially to create a canonicalized version of the input, with such things as extraneous white-space stripped off. I found it convenient to strip off the package specifier "utf8::". To to so, the code simply pretends "lookup_name" begins just after the "utf8::", and adjusts various other values to compensate. However, it missed the adjustment of one required one. This is only a problem when the property name begins with "perl" and isn't "perlspace" nor "perlword". All such ones are undocumented internal properties. What happens in this case is that the input is reparsed with slightly different rules in effect as to what is legal versus illegal. The problem is that "lookup_name" no longer is pointing to its initial value, but "name" is. Thus the space allocated for filling "lookup_name" is now shorter than "name", and as this shortened "lookup_name" is filled by copying suitable portions of "name", the write can be to unallocated space. The solution is to skip the "utf8::" when reparsing "name". Then both "lookup_name" and "name" are effectively shortened by the same amount, and there is no going off the end. This commit also does white-space adjustment so that things align vertically for readability. from afresh1@ this is errata/7.3/021_perl.patch.sig CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/28 10:27:15 Modified files: graphics/cfdg/patches: patch-Makefile Log message: Fix build with graphics/agg installed cdfg needs the includes of its bundled copy of agg, not the includes of the version installed on th system, so move /usr/local/include at the end of the list. Reported by and ok tb@ CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/11/28 10:28:09 Modified files: . : errata73.html errata74.html Log message: Release perl errata. CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2023/11/28 11:02:28 Modified files: sysutils/alertmanager: Makefile distinfo modules.inc Log message: Update to v0.26.0 Changelog : https://github.com/prometheus/alertmanager/releases/tag/v0.26.0 Diff by Lucas Gabriel Vuotto (lucas @ sexy is), thank you. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/28 11:36:55 Modified files: usr.sbin/relayd: relay_http.c Log message: relay_read_http: tighten up header parsing 1) reject headers with embedded NULs 2) reject headers with invalid characters in the name 3) reject Transfer-Encoding with values other than "chunked" 4) reject chunk values containing non-hex characters 5) reject Content-Length values of "+0" or "-0" 6) reject requests without a ' ' and headers without a ':' Reported by Ben Kallus, OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2023/11/28 12:53:48 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: Update to v2.13.0 Adds support for PGSQL v16 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/11/28 12:57:12 Modified files: devel/gobject-introspection: Makefile Log message: gobject-introspection no longer gets along with base-gcc. Shift to ports-gcc on base-gcc arches to fix build on sparc64 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/28 13:54:38 Modified files: usr.bin/awk : FIXES README.md lib.c main.c run.c Log message: Update awk to the Nov 27, 2023 version. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/28 15:33:27 Modified files: devel/py-rope : Makefile Log message: needs setuptools_scm CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:49:40 Log message: import py-pdb-backend ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231128 N ports/devel/py-pdm-backend/Makefile N ports/devel/py-pdm-backend/distinfo N ports/devel/py-pdm-backend/pkg/DESCR N ports/devel/py-pdm-backend/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:50:59 Log message: import py-pytoolconfig ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231128 N ports/devel/py-pytoolconfig/Makefile N ports/devel/py-pytoolconfig/distinfo N ports/devel/py-pytoolconfig/pkg/DESCR N ports/devel/py-pytoolconfig/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:54:26 Modified files: devel : Makefile Log message: +py-pdm-backend +py-pytoolconfig CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:56:45 Modified files: devel/py-rope : Makefile distinfo devel/py-rope/pkg: PLIST Log message: unbreak rope at runtime by adding missing RDEP on pytoolconfig CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:57:29 ports/devel/py-python-slugify/patches Update of /cvs/ports/devel/py-python-slugify/patches In directory cvs.openbsd.org:/tmp/cvs-serv58037/patches Log Message: Directory /cvs/ports/devel/py-python-slugify/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 15:58:55 Modified files: devel/py-python-slugify: Makefile Added files: devel/py-python-slugify/patches: patch-setup_py Log message: fix runtime breakage when launching spyder CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 16:03:44 Modified files: devel/spyder/spyder: Makefile Log message: unbreak spyder Huge thanks to sthen@ for reviewing the large number of new ports that were needed for this update. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 16:21:21 Modified files: editors/texworks: Makefile distinfo editors/texworks/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt editors/texworks/pkg: PLIST-lua PLIST-main PLIST-python Removed files: editors/texworks/patches: patch-modules_QtPDF_src_PDFBackend_cpp patch-src_TWSynchronizer_cpp patch-src_TWSynchronizer_h patch-src_synctex_parser_c patch-src_synctex_parser_h patch-src_synctex_parser_utils_c patch-src_synctex_parser_utils_h Log message: update texworks to 0.6.8 - gets rid of dependency on Python 2 - patches can go away because they are already upstream testing by and ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 16:36:11 Modified files: devel/py-prompt_toolkit: Makefile distinfo Log message: fix regression regarding ipython input hook integration CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/28 16:39:54 Modified files: devel/ipython : Makefile distinfo Log message: update ipython to 8.18.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/28 17:13:25 Modified files: www/tomcat/v10 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v10/pkg: Tag: OPENBSD_7_4 PLIST-examples www/tomcat/v8 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v8/pkg: Tag: OPENBSD_7_4 PLIST-examples www/tomcat/v9 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: MFC tomcat updates; CVE-2023-46589: Apache Tomcat: HTTP request smuggling via malformed trailer headers CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/28 18:02:39 ports/devel/bazel/patches/abseil Update of /cvs/ports/devel/bazel/patches/abseil In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/patches/abseil Log Message: Directory /cvs/ports/devel/bazel/patches/abseil added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/28 18:03:34 Modified files: devel/bazel : Makefile devel/bazel/patches: patch-distdir_deps_bzl Added files: devel/bazel/patches/abseil: patch-absl_base_internal_raw_logging_cc patch-absl_base_internal_unscaledcycleclock_config_h patch-absl_status_status_cc Log message: Copy relevant patches from devel/abseil to devel/bazel ok tb@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/28 18:04:40 Modified files: devel/bazel : Makefile Log message: Use java 11 for bazel now that it works OK tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/28 20:41:31 Modified files: sys/dev/acpi : acpivar.h Log message: increase the number of address ranges in acpi attach args from 4 to 8 On Intel Alder Lake-S and Raptor Lake-S platforms GPIO has 5 address ranges. One for each GPIO community. Fixes suspend/resume on Laurence Tratt's Raptor Lake-S machine which broke when Alder Lake-S support was added to pchgpio(4). ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/28 23:18:30 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: Update gallery-dl to 1.26.3, from maintainer grodzio, thanks! CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/28 23:46:30 Modified files: sys/dev/pci : pcidevs Log message: add some new Broadcom SAS HBA ids CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/28 23:46:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/28 23:54:09 Modified files: sys/dev/pci : mpii.c Log message: Add support for new SAS HBAs (codenamed Aero and Sea, sold as Broadcom HBA 9500, Dell HBA350/5, Lenovo ThinkSystem 440 HBA, Supermicro AOC-S3808/16) These apparently have a hardware problem that results in reads of some registers returning all zeros under some transient conditions, which can apparently be worked around by retrying reads that return 0 up to 3 times. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/28 23:59:23 Modified files: share/man/man4 : mpii.4 Log message: update supported hardware lists CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/29 00:12:29 Modified files: www/chromium : Makefile distinfo Log message: update to 119.0.6045.199 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/29 00:37:56 Modified files: devel/p5-Locale-Codes: Makefile distinfo Log message: Update to p5-Locale-Codes-3.76 from wen heping. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/29 00:57:00 Modified files: devel/p5-Log-Dispatch: Makefile distinfo devel/p5-Log-Dispatch/pkg: PLIST Log message: Update to p5-Log-Dispatch-2.71 from wen heping with tweaks by me. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/29 01:11:01 Modified files: misc/ytree : Makefile distinfo Log message: Update ytree to 2.06. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/29 02:43:40 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.97.0. see https://github.com/matrix-org/synapse/releases/tag/v1.97.0 from MAINTAINER Renaud Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 02:44:32 ports/mail/opensmtpd-filters/rspamd/patches Update of /cvs/ports/mail/opensmtpd-filters/rspamd/patches In directory cvs.openbsd.org:/tmp/cvs-serv83431/patches Log Message: Directory /cvs/ports/mail/opensmtpd-filters/rspamd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 02:49:25 Modified files: mail/opensmtpd-filters/rspamd: Makefile distinfo Added files: mail/opensmtpd-filters/rspamd/patches: patch-go_mod patch-go_sum Log message: update x/sys dependency in opensmtpd-filter-rspamd to a version which calls unveil()/pledge() libc wrappers rather than via syscall(). should unbreak with newer lang/go which only allows syscall() with SYS_IOCTL and SYS_SYSCTL. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/11/29 03:11:17 Modified files: www/aria2 : Makefile distinfo Log message: Update for Aria2 to 1.37.0 From wenheping200 at hotmail.com CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 03:34:25 Modified files: net/icinga/icinga-php-thirdparty: Makefile distinfo net/icinga/icinga-php-thirdparty/pkg: PLIST Log message: update to icinga-php-thirdparty-0.12.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 04:14:40 Modified files: security/py-passlib: Makefile Added files: security/py-passlib/patches: patch-passlib_handlers_bcrypt_py Log message: py3-passlib: patch to fix with newer bcrypt-4.1.1 (uses __about__.__version__ which is going away), add missing RDEP (still uses deprecated pkg_resources). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 04:16:44 Modified files: security/py-bcrypt: Makefile crates.inc distinfo security/py-bcrypt/pkg: PLIST Log message: update to py3-bcrypt-4.1.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/29 04:47:15 Modified files: sys/kern : kern_malloc.c Log message: Cleanup kmeminit_nkmempages(). NKMEMPAGES_MIN was removed long time ago in all archs so there is no need to keep it. Also initalize nkmempages_max at compile time since sparc (with variable page size) is long gone as well. No objection from miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 04:47:58 Modified files: security/openssl: Makefile.inc security/openssl/1.1: Makefile security/openssl/1.1/pkg: PLIST security/openssl/3.1/pkg: PLIST Log message: Use a variable substitution for eopensslXX to make it easier to compare PLISTs between openssl versions. Fix fallback SITES while there. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 04:56:17 Modified files: security/openssl/3.1: Makefile Log message: bump REVISION, I also fixed @conflict in the PLIST in last commit (to add another line with the v0 for EPOCH) which I had intended to commit separately. uncomment PORTROACH limit, 3.2 will be added soon CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 04:59:47 Modified files: net/kea : Makefile distinfo Log message: update to kea-2.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 05:00:35 Modified files: security/gpgme : Makefile distinfo security/gpgme/patches: patch-configure Log message: update to gpgme-1.23.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/29 05:44:59 Log message: Import OpenSSL 3.2, ok sthen In addition to the existing patches in 3.1, there are xonly fixes for SM2. The SM4 assembly isn't ready for xonly, but it isn't used on OpenBSD, so is left unpatched. The printf '%n' in rehash was fixed upstream. Also include a fix for a double free introduced to "fix" a potential leak in the DANE code. Three reviewers failed to notice that there was a break, not a return separating two tlsa_free() in a 4 line diff. Tested on riscv64 by jca, input/help from Claus Assmann, kettenis, sthen https://www.openssl.org/news/openssl-3.2-notes.html Status: Vendor Tag: tb Release Tags: tb_20231129 N ports/security/openssl/3.2/Makefile N ports/security/openssl/3.2/distinfo N ports/security/openssl/3.2/patches/patch-Configurations_10-main_conf N ports/security/openssl/3.2/patches/patch-Configurations_shared-info_pl N ports/security/openssl/3.2/patches/patch-Configurations_unix-Makefile_tmpl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_aes-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_aesni-sha1-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_aesni-sha256-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_aesni-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_aesv8-armx_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_bsaes-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_vpaes-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_aes_asm_vpaes-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_bn_asm_armv8-mont_pl N ports/security/openssl/3.2/patches/patch-crypto_bn_asm_rsaz-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_bn_asm_x86_64-mont5_pl N ports/security/openssl/3.2/patches/patch-crypto_camellia_asm_cmll-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_chacha_asm_chacha-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_chacha_asm_chacha-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_ec_asm_ecp_nistz256-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_modes_asm_ghash-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_ec_asm_ecp_nistz256-x86_64_pl N ports/security/openssl/3.2/patches/patch-ssl_ssl_lib_c N ports/security/openssl/3.2/patches/patch-crypto_modes_asm_aes-gcm-armv8_64_pl N ports/security/openssl/3.2/patches/patch-crypto_modes_asm_aesni-gcm-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_modes_asm_ghashv8-armx_pl N ports/security/openssl/3.2/patches/patch-crypto_poly1305_asm_poly1305-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_poly1305_asm_poly1305-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_keccak1600-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_keccak1600-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha1-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha1-mb-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha1-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha256-mb-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha512-armv8_pl N ports/security/openssl/3.2/patches/patch-crypto_sha_asm_sha512-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_whrlpool_asm_wp-x86_64_pl N ports/security/openssl/3.2/patches/patch-crypto_ec_asm_ecp_sm2p256-armv8_pl N ports/security/openssl/3.2/pkg/DESCR N ports/security/openssl/3.2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/29 05:45:36 Modified files: security/openssl: Makefile Log message: Link OpenSSL 3.2 to build CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/29 06:06:45 Modified files: graphics/libliftoff/patches: patch-meson_build Log message: graphics/libliftoff: drop -Werror, should fix build on sparc64 from jca@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/29 06:08:58 Modified files: sysutils/seatd : Makefile Log message: sysutils/seatd: set COMPILER, should fix the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/29 06:10:18 Modified files: wayland/slurp : Makefile wayland/swaybg : Makefile wayland/swaylock: Makefile wayland/wev : Makefile Log message: wayland/{slurp,swaybg,swaylock,wev}: set COMPILER to fix build on sparc64 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/29 06:19:55 Modified files: devel/quirks : Makefile devel/quirks/pkg: PLIST Log message: Add "option updatedb" to plist REQUIRES CURRENT PKG TOOLS TO BUILD AND USE CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/29 06:29:34 Modified files: lib/libssl : s3_lib.c ssl_local.h Log message: Use a long for id in ssl3_get_cipher_by_id() While the cipher id is effectively a 32-bit value, someone decided that it should be represented by a long in various internal structs, whose mameber is passed as id. So use a long because of this and also to make an upcoming diff simpler. ok jsing CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/29 06:29:47 Modified files: devel/py-ipykernel: Makefile Log message: ipykernel needs hatchling reported by tb@, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/29 06:39:34 Modified files: lib/libssl : s3_lib.c ssl_lib.c ssl_local.h Log message: Convert ssl3_cipher_by_id() to bsearch() This was previously the only user of OBJ_bsearch_ssl_cipher_id(), which in turn is the one remaining user of OBJ_bsearch_() outside of libcrypto. OBJ_bsearch_() is OpenSSL's idiosyncratic reimplementation of ANSI C89's bsearch(). Since this used to be hidden behind macro insanity, the result was three inscrutable layers of comparison functions. It is much simpler and cleaner to use the standard API. Move all the code to s3_lib.c, since it's ony used there. In a few further diffs, OBJ_bsearch_() will be removed from libcrypto. Unfortunately, we'll need to keep OBJ_bsearch_ex(), because it is exposed via sk_find_ex(), which is exposed by M2Crypto... ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 06:47:19 Modified files: devel/spidermonkey115/patches: patch-modules_fdlibm_src_math_private_h Log message: sync i386 typedefs with our headers; unbreaks i386 build. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/29 06:48:13 Modified files: x11/gnome/backgrounds: Makefile Log message: Add RDEP on graphics/webp-pixbuf-loader. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/29 07:20:58 Modified files: geo/pdal : Makefile distinfo Log message: geo/pdal: update to 2.6.1. see https://github.com/PDAL/PDAL/releases/tag/2.6.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/29 07:32:01 Modified files: usr.sbin/pkg_add: package.5 Log message: aliases package.5 as packing-list and plist, since this is the entry point for people looking for packing-list details. small tweak by tb@ for readability okay tb@, jca@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/11/29 08:18:14 Modified files: devel/got : Makefile distinfo Removed files: devel/got/patches: patch-lib_repository_c Log message: update to got 0.94 see git repository history for per-change authorship information - in diff error message, say what was being diffed - gotwebd.css: vertically align briefs age and author - honor fetch_all_branches configuration again - tog: switch back to patience diff algorithm by default for pretty diffs - gotwebd: render all the datetimes in a time tag - slightly reword 'got merge' documentation to hopefully be more clear - make 'tog diff' release the work-tree lock earlier - got patch: handle embedded NULs in lines of patch files with binary data - simplify usage of the 'mesg' histedit script command - fix some fd leaks in error paths and avoid some double-close() - use ibuf_fd_set() instead of reaching into the ibuf struct - gotwebd: remove dead ipproto handling in host() and host_if() - allow setting variables in gotd.conf syntax - fix gotwebd unveil permissions; gotwebd now runs entirely read-only - reduce gotwebd pledges to the minimum currently required - gotwebd.conf: drop support for inferring listen addresses via interface names - gotwebd.conf: use listen * instead of listen "" to listen on any address - gotwebd: get rid of got_sockaddr.[ch] usage to help -portable - allow gotd repo read/write processes to max out data-size resource limits - gotwebd: replace proc.c with much simpler code - gotwebd: don't chdir to / before spawning the child processes - remove the quite ineffective gotwebd repository cache to fix stability issues - fix memory leak on error in got_privsep_recv_painted_commits() - gotwebd: fix broken signal catching - detect concurrent changes to the set of pack files while matching object IDs CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/29 08:35:07 Modified files: usr.sbin/relayd: relay_http.c Log message: relay_read_http: defer header parsing until after line continuation Wait until we have a complete line before parsing the Content-Length, Transfer-Encoding and Host headers. This prevents potential request smuggling attacks. Filtering already happens after header line continuation has been performed. Reported by Ben Kallus. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 09:18:30 Modified files: security/uacme : Makefile security/uacme/pkg: PLIST Log message: switch uacme from gnutls to libressl; I missed that libressl gained support for the things that uacme needed. this disables ualpn which wants SSL_CLIENT_HELLO_RETRY, SSL_set0_wbio(), SSL_client_hello_get0_ext(), SSL_CTX_set_client_hello_cb() - I consider that a reasonable tradeoff, but if someone really needs it I could be persuaded to readd gnutls as a flavour. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/29 09:57:30 Modified files: emulators/mame : Makefile distinfo Log message: Update mame to 0.261. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/29 11:00:25 ports/devel/libstdthreads/patches Update of /cvs/ports/devel/libstdthreads/patches In directory cvs.openbsd.org:/tmp/cvs-serv22443/patches Log Message: Directory /cvs/ports/devel/libstdthreads/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/29 11:11:10 Modified files: lib/libcrypto/cmac: cmac.c Log message: Clean up CMAC implementation a little Add explanatory comments that refer to the spec so that all the weird dances make a little more sense. It turns out that this implmeentation only supports block ciphers with block sizes of 64 and 128 bits, so enforce this with a check. Simplify make_kn() to make a little more sense and make it constant time. Some stylistic fixes like checking pointers explicitly against NULL and shuffle things into an order that makes a bit more sense. Includes a fix for a warning reported by Viktor Szakats in https://github.com/libressl/portable/issues/926 ok jsing CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/29 11:30:48 Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c sys/netinet6 : in6_pcb.c Log message: Document inp_socket as immutable and remove NULL checks. Struct inpcb field inp_socket is initialized in in_pcballoc(). It is not NULL and never changed. OK mvs@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2023/11/29 11:46:37 Modified files: sys/net : if_vxlan.c Log message: remove unused VXLANMTU definition OK claudio, miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 12:18:56 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.4.38 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/29 12:19:26 Modified files: sys/netinet : tcp_input.c tcp_var.h Log message: Run TCP syn cache timer without kernel lock. As syn_cache_timer() uses syn cache mutex and exclusive net lock, it does not need kernel lock. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 12:23:49 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.5.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/29 13:40:06 Modified files: sys/kern : syscalls.master Log message: Unlock bind(2) syscall. For internet sockets sobind() runs with exclusive net lock due to solock(). For unix domain sockets uipc_bind() grabs the kernel lock itself. So sys_bind() is MP safe. Add NOLOCK flag to avoid kernel lock. OK mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/29 13:46:24 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen syscalls CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/11/29 13:52:54 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.13.2. Comment out shared libs. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/29 14:35:58 Modified files: lib/libcrypto/asn1: ameth_lib.c lib/libcrypto/cmac: cm_pmeth.c cmac.c lib/libcrypto/dh: dh_lib.c dh_local.h lib/libcrypto/dsa: dsa_lib.c dsa_local.h lib/libcrypto/ec: ec_key.c ec_local.h lib/libcrypto/evp: digest.c evp_enc.c evp_local.h m_sigver.c p_lib.c pmeth_gn.c pmeth_lib.c lib/libcrypto/hmac: hm_pmeth.c lib/libcrypto/pem: pem_lib.c lib/libcrypto/rsa: rsa_local.h Log message: Ignore ENGINE at the API boundary This removes the remaining ENGINE members from various internal structs and functions. Any ENGINE passed into a public API is now completely ignored functions returning an ENGINE always return NULL. ok jsing CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/29 15:06:05 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 119.0.6045.199 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 15:09:20 Modified files: security/py-cryptography: Makefile crates.inc distinfo security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Log message: update to py3-cryptography-41.0.6 CVE-2023-49083 NULL-dereference when loading PKCS7 certificates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/29 15:09:21 Modified files: security/py-cryptography: Tag: OPENBSD_7_4 Makefile crates.inc distinfo security/py-cryptography_vectors: Tag: OPENBSD_7_4 Makefile distinfo security/py-cryptography_vectors/pkg: Tag: OPENBSD_7_4 PLIST Log message: update to py3-cryptography-41.0.6 CVE-2023-49083 NULL-dereference when loading PKCS7 certificates CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/29 15:11:18 Modified files: lang/mawk : Makefile distinfo Log message: Update to mawk-1.3.4.20231126 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/29 15:56:00 Modified files: graphics/glslang: Makefile Added files: graphics/glslang/patches: patch-StandAlone_CMakeLists_txt Log message: Add a hack to link against libstdc++fs when using ports-gcc Fixes the build on non-clang archs. ok thfr@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/29 16:32:16 Modified files: sys/arch/arm64/include: armreg.h Log message: Fix unwanted sign-extension of ID register masks. Sign-extension of the GPI feature mask caused misdetection of the GPI feature when some other feature was present that was advertised in the upper 32 bits of the same ID register. Resulting in a crash as soon as the pmap code tried to set the PAC keys. Fix suggested by Marc Zyngier who found and debugged the problem. ok jsg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:41:15 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_backend_libpq_ip_c patch-src_include_storage_s_lock_h patch-src_interfaces_ecpg_compatlib_Makefile patch-src_interfaces_ecpg_ecpglib_Makefile patch-src_interfaces_ecpg_pgtypeslib_Makefile patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-server Log message: Update to PostgreSQL 16.1 This adds textproc/icu4c as a dependency, since PostgreSQL 16 requires that by default. This allows additional collations to work. Bulk testing by tb@ Input from tb@ and sthen@ OK tb@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:41:30 Modified files: databases/postgresql-previous: Makefile distinfo databases/postgresql-previous/patches: patch-src_bin_scripts_vacuumdb_c patch-src_include_storage_s_lock_h patch-src_interfaces_libpq_Makefile databases/postgresql-previous/pkg: PLIST Log message: Update postgresql-previous to PostgreSQL 15.4 following PostgreSQL update to 16.1 OK tb@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:41:45 Modified files: databases/postgresql-odbc: Makefile distinfo Added files: databases/postgresql-odbc/patches: patch-psqlodbc_h Log message: Update to postgresql-odbc 16.00.0000. Add patch to work with PostgreSQL 16. OK tb@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:42:00 Modified files: databases/postgresql-pllua: Makefile distinfo Log message: Update to pllua 2.0.12 to work with PostgreSQL 16. OK tb@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:42:16 Modified files: geo/pgpointcloud: Makefile distinfo geo/pgpointcloud/pkg: PLIST Removed files: geo/pgpointcloud/patches: patch-pgsql_pc_pgsql_c Log message: Update to pgpointcloud 1.2.5, which supports PostgreSQL 16. Remove backported patch for PostgreSQL 16 support. OK tb@, sthen@ CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2023/11/29 16:46:37 Modified files: faq : current.html Log message: Add entry for PostgreSQL 16 major update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:14:01 Modified files: sys/dev/pci/drm/include/linux: device.h Log message: add dev_is_removable() for 6.1.64 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:18:37 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vcn.c Log message: drm/amdgpu: not to save bo in the case of RAS err_event_athub From David (Ming Qiang) Wu 5b978a8ce49719625c796f80ef6929312743badd in linux-6.1.y/6.1.64 fa1f1cc09d588a90c8ce3f507c47df257461d148 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:20:12 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix a race condition of vram buffer unref in svm code From Xiaogang Chen 50f35a907c4f9ed431fd3dbb8b871ef1cbb0718e in linux-6.1.y/6.1.64 709c348261618da7ed89d6c303e2ceb9e453ba74 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:24:02 Modified files: sys/dev/pci/drm/amd/pm/swsmu: amdgpu_smu.c sys/dev/pci/drm/amd/pm/swsmu/inc: amdgpu_smu.h smu_v13_0.h sys/dev/pci/drm/amd/pm/swsmu/smu11: navi10_ppt.c sienna_cichlid_ppt.c sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0.c Log message: drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments From Mario Limonciello 09d4f579d30024eda51b61ec94618011a0fabd66 in linux-6.1.y/6.1.64 7752ccf85b929a22e658ec145283e8f31232f4bb in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:26:44 Modified files: sys/dev/pci/drm/amd/display/dc: dc.h sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: use full update for clip size increase of large plane source From Wenjing Liu 24faa2740b3f15e747b563a6c22fb05ba13a76b7 in linux-6.1.y/6.1.64 05b78277ef0efc1deebc8a22384fffec29a3676e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:28:39 Modified files: sys/dev/pci/drm/amd/include: pptable.h sys/dev/pci/drm/amd/pm/powerplay/hwmgr: pptable_v1_0.h Log message: drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 From Mario Limonciello fc9ac0e8e0bcb3740c6eaad3a1a50c20016d422b in linux-6.1.y/6.1.64 760efbca74a405dc439a013a5efaa9fadc95a8c3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:30:10 Modified files: sys/dev/pci/drm/amd/pm/powerplay/hwmgr: pptable_v1_0.h Log message: drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga From Mario Limonciello d0725232da777840703f5f1e22f2e3081d712aa4 in linux-6.1.y/6.1.64 0f0e59075b5c22f1e871fbd508d6e4f495048356 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:32:22 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amdgpu: Fix potential null pointer derefernce From Stanley Yang 9b70fc7d70e8ef7c4a65034c9487f58609e708a1 in linux-6.1.y/6.1.64 80285ae1ec8717b597b20de38866c29d84d321a1 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:33:55 Modified files: sys/dev/pci/drm/radeon: radeon_connectors.c Log message: drm/radeon: fix a possible null pointer dereference From Ma Ke 16fa59e273f8eb20ececeb570ab41c9d3d791429 in linux-6.1.y/6.1.64 2c1fe3c480f9e1deefd50d4b18be4a046011ee1f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:35:24 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix shift out-of-bounds issue From Jesse Zhang 2806f880379232e789957c2078d612669eb7a69c in linux-6.1.y/6.1.64 282c1d793076c2edac6c3db51b7e8ed2b41d60a5 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:37:03 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_debugfs.c Log message: drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL From Qu Huang 6c1b3d89a2dda79881726bb6e37af19c0936d736 in linux-6.1.y/6.1.64 5104fdf50d326db2c1a994f8b35dcd46e63ae4ad in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:38:28 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_stream.c Log message: drm/amd/display: Avoid NULL dereference of timing generator From Wayne Lin 8a06894666e0b462c9316b26ab615cefdd0d676c in linux-6.1.y/6.1.64 b1904ed480cee3f9f4036ea0e36d139cb5fee2d6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:39:56 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras.c Log message: drm/amdgpu: fix software pci_unplug on some chips From Vitaly Prosyak 6586b5f8e456de7bddbed2446f5f558f9035c7ad in linux-6.1.y/6.1.64 4638e0c29a3f2294d5de0d052a4b8c9f33ccb957 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:41:35 Modified files: sys/dev/pci/drm/i915: i915_perf.c Log message: i915/perf: Fix NULL deref bugs with drm_dbg() calls From Harshit Mogalapalli 55db76caa782baa4a1bf02296e2773c38a524a3e in linux-6.1.y/6.1.64 471aa951bf1206d3c10d0daa67005b8e4db4ff83 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:43:08 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c sys/dev/pci/drm/amd/display/dc/dcn32: dcn32_hwseq.c Log message: drm/amd/display: enable dsc_clk even if dsc_pg disabled From Muhammad Ahmed 3b70d45c7ea8e6c4584f497b1bad1dba1c3b9557 in linux-6.1.y/6.1.64 40255df370e94d44f0f0a924400d68db0ee31bec in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:44:33 Modified files: sys/dev/pci/drm/amd/pm: amdgpu_pm.c Log message: drm/amd/pm: Handle non-terminated overdrive commands. From Bas Nieuwenhuizen e973f40de16125f3f85a07db68a2ad4a0aeb42c2 in linux-6.1.y/6.1.64 08e9ebc75b5bcfec9d226f9e16bab2ab7b25a39a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:46:29 Modified files: sys/dev/pci/drm/i915/display: intel_cdclk.c Log message: drm/i915: Bump GLK CDCLK frequency when driving multiple pipes From Ville Syrjala 9457636a49265bdec14f3b747a4911ea9b7d468c in linux-6.1.y/6.1.64 0cb89cd42fd22bbdec0b046c48f35775f5b88bdb in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:47:39 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_context.c Log message: drm/i915: Fix potential spectre vulnerability From Kunwu Chan 07e94f204f38b0d36eb377b3cda088b4a8b6f9a2 in linux-6.1.y/6.1.64 1a8e9bad6ef563c28ab0f8619628d5511be55431 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:49:07 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_0_ppt.c smu_v13_0_7_ppt.c Log message: drm/amd/pm: Fix error of MACO flag setting code From Ma Jun 454d0cdd7c127bb0ad06b53c52e94ca2c9a83b20 in linux-6.1.y/6.1.64 7f3e6b840fa8b0889d776639310a5dc672c1e9e1 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:50:22 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_0_ppt.c Log message: drm/amdgpu/smu13: drop compute workload workaround From Alex Deucher 8e54a91d3e66b9730861f10345238ff5ef979d3d in linux-6.1.y/6.1.64 23170863ea0a0965d224342c0eb2ad8303b1f267 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:51:49 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c nbio_v2_3.c Log message: drm/amdgpu: don't use pci_is_thunderbolt_attached() From Alex Deucher 965dce07a4fc5b15c07c73124f5016240a7250ef in linux-6.1.y/6.1.64 7b1c6263eaf4fd64ffe1cafdc504a42ee4bfbb33 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:52:49 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_bios.c Log message: drm/amdgpu: don't use ATRM for external devices From Alex Deucher 2ab6c1237bd4a961b8d5032671510a028fb9f0f6 in linux-6.1.y/6.1.64 432e664e7c98c243fab4c3c95bd463bea3aeed28 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:54:25 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_bo_list.c Log message: drm/amdgpu: fix error handling in amdgpu_bo_list_get() From Christian Koenig c52aac5884bc58e304d4c9cb8441baf8443ea189 in linux-6.1.y/6.1.64 12f76050d8d4d10dab96333656b821bd4620d103 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:56:04 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_cs.c Log message: drm/amdgpu: lower CS errors to debug severity From Christian Koenig 51ffa1a3792e3570ae2eb84d003c329b3d71da6c in linux-6.1.y/6.1.64 17daf01ab4e3e5a5929747aa05cc15eb2bad5438 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 19:57:53 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer() From Mario Limonciello fb5c134ca589fe670430acc9e7ebf2691ca2476d in linux-6.1.y/6.1.64 b71f4ade1b8900d30c661d6c27f87c35214c398c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 20:04:27 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Enable fast plane updates on DCN3.2 and above From Tianci Yin 68d774eb10e261ac6d176da2379f97a62878ef22 in linux-6.1.y/6.1.64 435f5b369657cffee4b04db1f5805b48599f4dbe in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/29 20:07:48 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c sys/dev/pci/drm/amd/display/dmub: dmub_srv.h sys/dev/pci/drm/amd/display/dmub/src: dmub_srv.c Log message: drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox From Lewis Huang 4c55be0855344187d0970874b6e1215b21a68b61 in linux-6.1.y/6.1.64 5911d02cac70d7fb52009fbd37423e63f8f6f9bc in mainline linux CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 03:19:12 Modified files: games/godot4 : Makefile Log message: fix BINSUFFIX for i386 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/30 03:21:20 Modified files: security/openssl: Makefile.inc Log message: openssl: make EOPENSSL_V overridable, i.e., use ?= CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/30 03:21:56 Modified files: sys/netinet : tcp_input.c Log message: Pass inp_seclevel to ip6_output() in TCP syn cache. TCP syn_cache_respond() uses inp_seclevel from listening socket as ip_output() parameter. This was missing for ip6_output(). OK mvs@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/30 05:50:41 Modified files: sys/dev/hid : hidkbd.c Log message: Make sure we don't process garbage data as keypresses if the device sends a truncated report. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/30 06:11:39 Log message: Import quictls 3.1.4, ok sthen This is a fork of OpenSSL to enable QUIC with the BoringSSL QUIC API everyone else uses while OpenSSL are busy implementing a worse API. This package is not intended for general-purpose use in OpenBSD - it is present for test/comparison purposes. Do not use this as a dependency. If your application uses the BoringSSL QUIC API it should use LibreSSL if at all possible, otherwise use BoringSSL. Status: Vendor Tag: tb Release Tags: tb_20231130 N ports/security/openssl/quictls/Makefile N ports/security/openssl/quictls/distinfo N ports/security/openssl/quictls/patches/patch-Configurations_10-main_conf N ports/security/openssl/quictls/patches/patch-Configurations_shared-info_pl N ports/security/openssl/quictls/patches/patch-Configurations_unix-Makefile_tmpl N ports/security/openssl/quictls/patches/patch-apps_rehash_c N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_aes-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_aesni-sha1-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_aesni-sha256-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_aesni-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_aesv8-armx_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_bsaes-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_vpaes-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_aes_asm_vpaes-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_bn_asm_armv8-mont_pl N ports/security/openssl/quictls/patches/patch-crypto_bn_asm_rsaz-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_bn_asm_x86_64-mont5_pl N ports/security/openssl/quictls/patches/patch-crypto_camellia_asm_cmll-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_chacha_asm_chacha-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_chacha_asm_chacha-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha1-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_ec_asm_ecp_nistz256-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_ec_asm_ecp_nistz256-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_modes_asm_aes-gcm-armv8_64_pl N ports/security/openssl/quictls/patches/patch-crypto_modes_asm_aesni-gcm-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_modes_asm_ghash-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_modes_asm_ghashv8-armx_pl N ports/security/openssl/quictls/patches/patch-crypto_poly1305_asm_poly1305-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_poly1305_asm_poly1305-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha1-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_keccak1600-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_keccak1600-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha1-mb-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha256-mb-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha512-armv8_pl N ports/security/openssl/quictls/patches/patch-crypto_sha_asm_sha512-x86_64_pl N ports/security/openssl/quictls/patches/patch-crypto_whrlpool_asm_wp-x86_64_pl N ports/security/openssl/quictls/pkg/DESCR N ports/security/openssl/quictls/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/30 06:12:08 Modified files: security/openssl: Makefile Log message: +quictls CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:32:01 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:33:34 Modified files: devel/py-frozendict: Makefile distinfo devel/py-frozendict/pkg: PLIST Log message: update to py3-frozendict-2.3.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:33:35 Modified files: devel/py-frozenlist: Makefile distinfo Log message: update to py3-frozenlist-1.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:38:54 Modified files: net/iperf3 : Makefile distinfo net/iperf3/patches: patch-src_iperf_api_c patch-src_main_c Log message: update to iperf3-3.16, adds multithreaded client (-P nthreads) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:43:59 Modified files: security/py-cryptography: Makefile crates.inc distinfo security/py-cryptography_vectors: Makefile distinfo Removed files: security/py-cryptography/patches: patch-src__cffi_src_openssl_engine_py Log message: update to py3-cryptography-41.0.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:44:47 Modified files: textproc/mupdf : Makefile distinfo textproc/zathura/plugins/mupdf: Makefile Log message: update to mupdf-1.23.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/30 06:48:41 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.8 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/30 07:00:59 ports/audio/navidrome/files Update of /cvs/ports/audio/navidrome/files In directory cvs.openbsd.org:/tmp/cvs-serv27213/files Log Message: Directory /cvs/ports/audio/navidrome/files added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/30 07:04:10 Modified files: audio/navidrome: Makefile audio/navidrome/pkg: PLIST README navidrome.rc Added files: audio/navidrome/files: navidrome.toml Log message: audio/navidrome: use a config file. At the moment we encourage users to configure navidrome via command line arguments in the rc script. Besides that being a bit crusty, the next version of navidrome supports subsonic "jukebox mode" which can't be configured via the command line (only via a config file). This diff therefore makes the port install and use a config file. Input and OK sthen@, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/30 07:17:17 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 120.0.1. see https://www.mozilla.org/en-US/firefox/120.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/30 07:18:30 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 120.0.1. see https://www.mozilla.org/en-US/firefox/120.0.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/30 07:51:32 Modified files: usr.bin/ftp : main.c Log message: Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else' OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/30 07:52:00 Modified files: usr.bin/ftp : main.c Log message: Single file to stdout without "fattr" Regardless of SMALL and other command flags, 'ftp -o - URL [file|URL ...]' only processes the first URL and exists. Only standard output is written to and modifying 'struct stat' properties as per pledge(2) "fattr" don't apply. OK millert CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2023/11/30 10:01:04 Modified files: lib/libcrypto/x509: by_file.c Log message: Clean up and de-spaghettize by_file_callback I had to read this for other purposes and it exceeded my muppetry tolerance. ok tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/30 10:03:24 Modified files: x11/xfce4/tumbler: Makefile distinfo x11/xfce4/tumbler/pkg: PLIST Log message: x11/xfce4/tumbler: update to 4.18.2. see https://mail.xfce.org/pipermail/xfce-announce/2023-November/001348.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/30 10:04:23 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo Log message: x11/xfce4/xfce4-settings: update to 4.18.4. see https://mail.xfce.org/pipermail/xfce-announce/2023-November/001351.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/30 10:05:31 Modified files: x11/xfce4/xfce4-power-manager: Makefile distinfo x11/xfce4/xfce4-power-manager/pkg: PLIST Log message: x11/xfce4/xfce4-power-manager: update to 4.18.3 see https://mail.xfce.org/pipermail/xfce-announce/2023-November/001349.html CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/30 12:27:53 ports/sysutils/patchelf/patches Update of /cvs/ports/sysutils/patchelf/patches In directory cvs.openbsd.org:/tmp/cvs-serv96641/patches Log Message: Directory /cvs/ports/sysutils/patchelf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/30 12:31:37 Modified files: sysutils/patchelf: Makefile Added files: sysutils/patchelf/patches: patch-src_patchelf_cc Log message: Pledge patchelf(1), it only reads/writes/creates files. Do so in main() since mainWrapped() itself parses files whilst parsing command line arguments (--rename-dynamic-symbols). CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/30 13:08:06 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 4.6.2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/30 13:08:23 Modified files: share/man/man4 : ugold.4 sys/dev/usb : ugold.c Log message: Overhaul device identification logic in order to make matching on device-provided information easier. Add support for a few more devices. Trigger state machine updates quickly so as not to have to wait 6 seconds to get the device identified, then 6 more seconds to get the first sensor data. Tested on: TEMPerX_V3.3 by landry@ TEMPerF1.4M by sthen@ TEMPerHUM_V4.0, TEMPer2_V4.1, TEMPer1F_V4.1 and TEMPerGold_V3.4 by yours truly CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/11/30 14:21:22 Log message: Add textproc/py-rst2ansi Thanks to Paul Galbraith OK sthen@ Status: Vendor Tag: mbuhl Release Tags: mbuhl_20231130 N ports/textproc/py-rst2ansi/Makefile N ports/textproc/py-rst2ansi/distinfo N ports/textproc/py-rst2ansi/pkg/DESCR N ports/textproc/py-rst2ansi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/11/30 14:25:58 Modified files: textproc : Makefile Log message: +py-rst2ansi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/30 22:48:39 Modified files: sys/dev/pci : pcidevs Log message: add AMD Phoenix (Family 19h Model 74h) ids based on submissions to dmesg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/30 22:49:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/30 23:53:18 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Unify various EVP_*{Update,Final}*() wrappers The correct way of wrapping foo() is 'int ret; ret = foo(); return ret;' because 'return foo();' would be too simple... Also unify branching from EVP_Cipher* into EVP_Encrypt* EVP_Decrypt*. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/01 00:37:57 Modified files: x11/xfce4/parole: Makefile distinfo x11/xfce4/parole/pkg: PLIST Log message: x11/xfce4/parole: update to 4.18.1. see https://mail.xfce.org/pipermail/xfce-announce/2023-November/001352.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/01 00:38:29 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Removed files: geo/pgrouting/patches: patch-include_c_types_restriction_t_h patch-include_cpp_common_get_check_data_hpp patch-src_cpp_common_get_check_data_cpp Log message: geo/pgrouting: update to 3.6.1 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/12/01 00:56:04 Modified files: lib/mesa/src/gallium/drivers/r600/sfn: sfn_optimizer.cpp Log message: r600/sfn: Don't try to re-use iterators when the set is made empty From Gert Wollny c13de0509c43f9b9764dc939aa64fe70c6a80870 in mainline Mesa fixes games/xonotic crash on r600 reported by edd@ on bugs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/01 00:57:52 Modified files: devel/libplist : Makefile distinfo Log message: update to libplist-2.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/01 00:57:56 Modified files: devel/py-setproctitle: Makefile distinfo Log message: update to py3-setproctitle-1.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/01 01:00:18 Modified files: net/arp-scan : Makefile distinfo Log message: update OUI list CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/01 02:25:49 Modified files: usr.sbin/smtpd : parse.y Log message: allow tables and filter over multiple lines This augments the grammar for tables and filter listing so that a newline is allowed after a comma. i.e. these now works as expected: table foo { "one", "two" } listen on socket filter { "foo", "bar" } based on a diff from tim@ ok millert@, tim@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2023/12/01 03:28:32 Modified files: sys/net : pf.c Log message: Prevent race between pf_test() and pf_purge_expired_states(). Packets (callers to pf_test()) must alter pf_state::timeout under protection of pf_state::mtx. We also have to make sure the packet does not update pf_state::timeout when ::timeout reaches PFTM_UNLINKED. The first report came from Johan Huldtgren, but he is not the single user who has noticed "st->timeout == PFTM_UNLINKED" assert violation. OK bluhm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/12/01 03:40:21 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Makefile evp.3 Added files: lib/libcrypto/man: EVP_CIPHER_CTX_init.3 Log message: EVP_EncryptInit(3) is among the most important "how to drive" manuals, but it is still excessively long and complicated. To reduce the amount of distractions a bit, split out three deprecated functions into a new manual page EVP_CIPHER_CTX_init(3). No text change. In part suggested by tb@, who agrees with the direction. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/01 03:46:54 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/12/01 04:32:52 ports/net/ntfy/files Update of /cvs/ports/net/ntfy/files In directory cvs.openbsd.org:/tmp/cvs-serv25772/files Log Message: Directory /cvs/ports/net/ntfy/files added to the repository CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/12/01 04:33:39 ports/net/ntfy/patches Update of /cvs/ports/net/ntfy/patches In directory cvs.openbsd.org:/tmp/cvs-serv20853/patches Log Message: Directory /cvs/ports/net/ntfy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/12/01 04:34:53 Modified files: net/ntfy : Makefile distinfo modules.inc net/ntfy/pkg : PLIST ntfy.rc Added files: net/ntfy/files : app.html index.html net/ntfy/patches: patch-server_server_yml Log message: Update ntfy to 2.8.0. From Lucas Gabriel Vuotto with minor tweaks. Thanks! CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/12/01 04:38:37 Modified files: net/py-tinytuya: Makefile distinfo Log message: Update py-tinytuya to 1.13.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/01 05:18:19 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.22, from Justin Berthault CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/01 05:21:07 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-buildtools_wafsamba_samba_autoconf_py patch-python_samba_provision___init___py Log message: Update to samba-4.19.3 Release notes: https://www.samba.org/samba/history/samba-4.19.3.html This release contains instructions for a CVE that doesn't affect us (no AD DC support). Tested by and ok bket@ Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/01 05:22:05 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo net/samba/patches: Tag: OPENBSD_7_4 patch-buildtools_wafsamba_samba_autoconf_py patch-python_samba_provision___init___py Log message: Update to samba-4.19.3 Release notes: https://www.samba.org/samba/history/samba-4.19.3.html This release contains instructions for a CVE that doesn't affect us (no AD DC support). Tested by and ok bket@ Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/01 05:37:31 Modified files: www/gitea : Makefile www/gitea/patches: patch-custom_conf_app_example_ini www/gitea/pkg : MESSAGE Log message: Quickfix: use db issue indexer instead of the default bleve indexer which causes high CPU usage after direct syscall() usage was disabled CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 05:56:29 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 05:58:16 Log message: Import opentofu-1.6.0beta1 OpenTofu is an OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231201 N ports/sysutils/opentofu/Makefile N ports/sysutils/opentofu/modules.inc N ports/sysutils/opentofu/distinfo N ports/sysutils/opentofu/pkg/DESCR N ports/sysutils/opentofu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 05:59:19 Modified files: sysutils : Makefile Log message: +opentofu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 06:23:32 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/patches: patch-meson_build devel/libvirt-glib/pkg: PLIST Removed files: devel/libvirt-glib/patches: patch-examples_meson_build patch-libvirt-gconfig_libvirt-gconfig-domain-capabilities-os_c patch-libvirt-gconfig_tests_meson_build patch-tests_meson_build Log message: Update to libvirt-glib-5.0.0. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/01 06:27:36 Modified files: lang/rust : Makefile distinfo Log message: Update riscv64 boostrap for rust-1.74 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 06:33:22 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.8. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/12/01 06:43:37 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Log message: Some cleanup: Remove some lies and some irrelevant historical information about the non_ex variants and waste fewer words deprecating them. Telling people to type longer function names and to pass an ignored NULL argument doesn't really help anything. Also talk less about those ignored ENGINE arguments. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/01 07:08:04 Modified files: sys/netinet : tcp_usrreq.c udp_usrreq.c sys/netinet6 : in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_output.c Log message: Make internet PCB connect more consistent. The public interface is in_pcbconnect(). It dispatches to in6_pcbconnect() if necessary. Call the former from tcp_connect() and udp_connect(). In in6_pcbconnect() initialization in6a = NULL is not necessary. in6_pcbselsrc() sets the pointer, but does not read the value. Pass a constant in6_addr pointer to in6_pcbselsrc() and in6_selectsrc(). It returns a reference to the address of some internal data structure. We want to be sure that in6_addr is not modified this way. IPv4 in_pcbselsrc() solves this by passing a copy of the address. OK kn@ sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/01 07:37:22 Modified files: sys/sys : mutex.h Log message: Cast mtx to void in dummy MUTEX_ASSERT_LOCKED(). To avoid unsued variable in ramdisk kernel, use the argument of MUTEX_ASSERT_LOCKED() also in non DIAGNOSTIC builds. OK sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/01 08:30:47 Modified files: sys/netinet : in_pcb.c in_pcb.h ip_output.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : in6_pcb.c ip6_output.c Log message: Set inp address, port and rtable together with inpcb hash. The inpcb hash table is protected by table->inpt_mtx. The hash is based on addresses, ports, and routing table. These fields were not sychronized with the hash. Put writes and hash update into the same critical section. Move the updates from ip_ctloutput(), ip6_ctloutput(), syn_cache_get(), tcp_connect(), udp_disconnect() to dedicated inpcb set functions. There they use the same table mutex as in_pcbrehash(). in_pcbbind(), in_pcbconnect(), and in6_pcbconnect() need more work and are not included yet. OK sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/01 09:23:03 Modified files: usr.sbin/makefs/msdos: msdosfs_vfsops.c Log message: Make sure we read a complete struct fsinfo even if the filesystem sectors are smaller. bug report and ok kn@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/12/01 09:48:40 Modified files: usr.sbin/relayd: relay_http.c Log message: relay_read_http: strip out Content-Length if we strip the body too We should not forward Content-Length if the body is not also forwarded. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/12/01 09:49:16 Added files: regress/usr.sbin/relayd: args-http-chunked-invalid.pl args-http-contentlength-get.pl args-http-contentlength-invalid.pl args-http-invalid-header1.pl args-http-invalid-header2.pl Log message: Add tests to exercise the recent bug fixes. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/01 10:10:46 ports/devel/bazel/files Update of /cvs/ports/devel/bazel/files In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/files Log Message: Directory /cvs/ports/devel/bazel/files added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/01 10:10:51 Modified files: devel/bazel : Makefile Added files: devel/bazel/files: patch-absl_base_internal_raw_logging_cc patch-absl_base_internal_unscaledcycleclock_config_h patch-absl_status_status_cc Removed files: devel/bazel/patches/abseil: patch-absl_base_internal_raw_logging_cc patch-absl_base_internal_unscaledcycleclock_config_h patch-absl_status_status_cc Log message: Move special devel/bazel/patches to files Problem noticed by ajacoutot@, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/01 10:26:14 Modified files: games/widelands: Makefile distinfo games/widelands/patches: patch-CMakeLists_txt patch-src_graphic_texture_cc patch-xdg_CMakeLists_txt games/widelands/pkg: PLIST Removed files: games/widelands/patches: patch-cmake_WlFunctions_cmake patch-src_logic_map_objects_world_terrain_description_cc patch-src_network_bufferedconnection_h Log message: games/widelands: Update to version 1.1 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/01 10:27:39 Modified files: sysutils/eza : Makefile crates.inc distinfo sysutils/eza/pkg: PLIST Log message: sysutils/eza: Update to version 0.16.2 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 10:32:20 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.50.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 10:33:05 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.50.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 10:33:18 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.50.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/01 11:20:31 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in print/hplip/pkg: PLIST-hpijs Removed files: print/hplip/patches: patch-prnt_hpps_hppsfilter_c Log message: Update to hplip-3.23.12. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/01 11:39:24 Modified files: devel/p5-String-Tagged-Terminal: Makefile distinfo Log message: update p5-String-Tagged-Terminal to 0.07 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/01 13:30:22 Modified files: sys/net : pipex.c Log message: pipex(4) layer is completely mp-safe, move the pipex_timer() timeout(9) handler out of kernel lock. ok bluhm CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/12/01 13:49:07 ports/wayland/sway/files Update of /cvs/ports/wayland/sway/files In directory cvs.openbsd.org:/tmp/cvs-serv98086/files Log Message: Directory /cvs/ports/wayland/sway/files added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/12/01 13:52:37 Modified files: wayland/sway : Makefile wayland/sway/pkg: DESCR PLIST Added files: wayland/sway/files: startsway.sh wayland/sway/patches: patch-config_in Log message: wayland/sway: remove rdep on foot and remove UNLINKED - patch the default config to launch xterm instead - add rdeps on swaybg and dmenu-wayland for default config to work - add a startsway.sh script with tweaks and ok from semarie@ and landry@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 00:01:19 Modified files: astro/py-jplephem: Makefile distinfo Log message: Update to py-jplephem-2.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 00:17:36 Modified files: databases/p5-Catalyst-Model-DBIC-Schema: Makefile distinfo Log message: Update to p5-Catalyst-Model-DBIC-Schema-0.66. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 00:43:22 Modified files: sysutils/consul: Makefile Log message: Fix licence marker. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 01:03:14 Modified files: devel/p5-IO-Tty: Makefile distinfo Removed files: devel/p5-IO-Tty/patches: patch-Makefile_PL Log message: Update to p5-IO-Tty-1.18. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/02 01:20:12 Log message: import net/iamb 0.0.8. iamb is a terminal-based client for Matrix for the Vim addict. You can edit messages, navigate windows and manage tabs in the same ways that your fingers are used to from your favorite text editor. with a bdep fix from hukadan tested by & ok sdk@ Status: Vendor Tag: landry Release Tags: landry_20231202 N ports/net/iamb/Makefile N ports/net/iamb/crates.inc N ports/net/iamb/distinfo N ports/net/iamb/pkg/PLIST N ports/net/iamb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/02 01:20:54 Modified files: net : Makefile Log message: +iamb CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 01:52:14 Modified files: devel/p5-Locale-Codes: Makefile distinfo Log message: Update to p5-Locale-Codes-3.77. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 02:04:52 Modified files: devel/p5-Carp-Assert-More: Makefile distinfo Log message: Update to p5-Carp-Assert-More-2.3.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/02 02:12:37 Modified files: sysutils : Makefile Log message: link libudev-openbsd to the build probably an oversight, since wayland/wlroots and wayland/libinput-openbsd have a dependency on it and have been linked to the build, then libudev-openbsd is built anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:18:48 Modified files: audio/lv2 : Makefile distinfo audio/lv2/pkg : DESCR PLIST Log message: Update to lv2-1.18.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:19:26 Log message: Import suil-0.10.20 Suil is a lightweight C library for loading and wrapping LV2 plugin UIs. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231202 N ports/audio/suil/Makefile N ports/audio/suil/distinfo N ports/audio/suil/pkg/DESCR N ports/audio/suil/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:19:50 Modified files: audio : Makefile Log message: +suil CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:20:42 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-CMakeLists_txt patch-src_AudacityApp_cpp audio/audacity/pkg: PLIST Added files: audio/audacity/patches: patch-libraries_lib-utility_TypeList_cpp patch-libraries_lib-utility_TypeList_h patch-libraries_lib-utility_TypeSwitch_h patch-modules_mod-ffmpeg_lib-ffmpeg-support_FFmpegFunctions_cpp patch-modules_mod-mp3_ExportMP3_cpp Removed files: audio/audacity/patches: patch-libraries_lib-ffmpeg-support_FFmpegFunctions_cpp patch-locale_ar_po patch-locale_be_po patch-locale_bg_po patch-locale_ca_ES@valencia_po patch-locale_ca_po patch-locale_fa_po patch-locale_gl_po patch-locale_hr_po patch-locale_hy_po patch-locale_id_po patch-locale_km_po patch-locale_ro_po patch-locale_sr_RS@latin_po patch-locale_ta_po patch-locale_tg_po patch-src_TagsEditor_cpp patch-src_effects_lv2_LV2Ports_h patch-src_export_ExportMP3_cpp patch-src_prefs_GUIPrefs_cpp Log message: Update to audacity-3.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:28:42 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.33.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:28:53 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.8.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:29:03 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.33.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:29:31 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.31.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:37:43 Modified files: x11/gnome/libadwaita: Makefile distinfo x11/gnome/libadwaita/pkg: PLIST Removed files: x11/gnome/libadwaita/patches: patch-src_adw-about-window_c Log message: Update to libadwaita-1.4.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 02:40:31 Modified files: sysutils/flatpak/xdg-desktop-portal-xapp: Makefile distinfo Log message: Update to xdg-desktop-portal-xapp-1.0.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 02:53:33 Modified files: devel/p5-Data-Munge: Makefile distinfo Log message: Update to p5-Data-Munge-0.10. CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2023/12/02 03:01:35 Modified files: sys/dev/pv : virtiovar.h virtio.c Log message: virtio: Fix handling of feature bits >= 32 Fix handling of feature bits >= 32. This does not yet affect any driver as no high feature bit besides VERSION_1 is used, and that one has special handling. Also, with VIRTIO_DEBUG, simply walk through all transport and device feature names, so that we don't need to adjust the if clause whenever the standard introduces new transport features. ok jan@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 03:08:16 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_rpc_virnetsocket_c Added files: sysutils/libvirt/patches: patch-src_qemu_qemu_nbdkit_c Log message: Update to libvirt-9.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 03:08:26 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.10.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/02 04:23:50 Modified files: security/gopass: Makefile distinfo modules.inc Log message: update to gopass-1.15.11 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/02 05:48:23 Modified files: lang/fennel : Makefile distinfo Added files: lang/fennel/patches: patch-test_cli_fnl Log message: update lang/fennel to 1.4.0 While here readd the missing run depends on the appropriate lua version (mistakenly dropped in previous) and fix test/cli.fnl to use the right lua executable. changes: https://fennel-lang.org/v1.4.0/ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 06:52:19 Modified files: devel/p5-DateTime-Format-MySQL: Makefile distinfo Log message: Update to p5-DateTime-Format-MySQL-0.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 07:06:45 Modified files: devel/p5-Data-Clone: Makefile distinfo devel/p5-Data-Clone/pkg: PLIST Log message: Update to p5-Data-Clone-0.006. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 07:13:27 Modified files: devel/p5-Conf-Libconfig: Makefile distinfo Log message: Update to p5-Conf-Libconfig-1.0.3. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 07:18:11 Modified files: devel/p5-Unix-Mknod: Makefile distinfo devel/p5-Unix-Mknod/pkg: PLIST Log message: Update to p5-Unix-Mknod-0.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 09:36:32 Modified files: devel/py-gitdb : Makefile distinfo Log message: Update to py-gitdb-4.0.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 09:37:33 Modified files: graphics/orthanc/webviewer-plugin: Makefile Log message: Need lang/python to build. reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/02 09:45:57 Modified files: sysutils/borgbackup/1.2: Makefile distinfo Log message: Update to borgbackup-1.2.7 Changes: https://github.com/borgbackup/borg/blob/1.2.7/docs/changes.rst#version-127-2023-12-02 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/02 10:26:13 Modified files: graphics/inkscape: Makefile distinfo graphics/inkscape/pkg: PLIST Log message: Update inkscape to 1.3.2 Update diff from Justin Berthault with revision tweak by me CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/02 12:06:22 Modified files: lib/libcrypto/evp: e_rc2.c Log message: Revert a hunk of r1.23 that makes no sense The commit was about checking EVP_CIPHER_CTX_iv_length(), but the function called here is EVP_CIPHER_CTX_key_length(). The result of the computation is still correct, the check and local variable simply make no sense. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/02 12:07:10 Modified files: lib/libcrypto/evp: e_sm4.c Log message: Fix some NULL misspellings CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/02 12:28:18 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231202 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/02 12:30:42 Modified files: security/openssl-ruby-tests: Makefile distinfo security/openssl-ruby-tests/pkg: PLIST Log message: Update to openssl-ruby-tests 20231125 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/02 14:01:13 Modified files: devel/bazel : Makefile Log message: bazel: missed bump CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/02 14:55:09 Modified files: lang/qbe : Makefile distinfo Log message: Update to a snapshot of QBE to support the Hare language. testing and ok op@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/02 16:36:14 Modified files: audio/suil : Makefile Log message: Missing BDEP on x11/gtk+2. Not used but still needed at configure time. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/02 17:14:54 Modified files: sys/dev/pci : pcidevs Log message: add Intel Ethernet ids: Lunar Lake, Raptor Lake and Arrow Lake CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/02 17:15:36 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/02 17:19:25 Modified files: sys/dev/pci : if_em.c if_em_hw.h if_em_hw.c Log message: match Lunar Lake, Raptor Lake and Arrow Lake CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/02 18:35:46 Modified files: multimedia/libmediainfo: Makefile distinfo multimedia/libmediainfo/patches: patch-Project_GNU_Library_configure_ac multimedia/mediainfo: Makefile distinfo Log message: mediainfo: maintenance update to 23.11 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/02 23:47:53 Modified files: devel/p5-DateTime-Format-MySQL: Makefile Log message: Unbreak package, reported by ajacoutot@ & naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:18:49 Modified files: x11/gnome/gjs : Makefile distinfo Log message: Update to gjs-1.78.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:19:06 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:30:11 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: Update to gnome-shell-extensions-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:30:39 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:42:48 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_ui_endSessionDialog_js Log message: Update to gnome-shell-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 02:43:31 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 03:02:13 Modified files: audio/suil : Makefile Log message: Fix disabling gtk2. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 03:23:31 Modified files: devel/fnc : Makefile distinfo Log message: Update fnc to 0.16 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/03 03:27:06 Modified files: geo/py-xyzservices: Makefile distinfo Log message: Update to py-xyzservices-2023.10.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/03 03:30:44 Modified files: graphics/p5-Imager: Makefile distinfo Log message: Update to p5-Imager-1.022. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/03 03:38:24 Modified files: graphics/p5-GD-Barcode: Makefile distinfo graphics/p5-GD-Barcode/pkg: PLIST Log message: Update to p5-GD-Barcode-2.00. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/03 03:50:26 Modified files: sys/netinet : ip_ipsp.c Log message: Make ipsp_ids_gc() timeout(9) handler mpsafe. `ipsec_flows_mtx' mutex(9) protects related data. ok bluhm CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/03 03:51:17 Modified files: sys/net : rtsock.c Log message: Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protects the socket and the socket's PCB data. ok bluhm CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/03 04:18:30 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Remove misuse warnings for EVP_*Final() They make no sense. These are thin wrappers of EVP_*Final_ex() and behave exactly the same way. The minor behavior difference of Init and Init_ex is likely a historical artefact of this abomination of an API. Deprecation of the Init functions was recently removed from the manpage. The only reason to prefer the _ex versions over the normal versions is ENGINE. This is no longer an argument. The warnings were added in an attempt at adding automatic cleanup. This broke stuff and was therefore backed out. The warnings remained. discussed with schwarze CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/03 04:48:52 Modified files: usr.sbin/smtpd : parse.y Log message: enable DSN (Delivery Status Notification) for the implicit socket too DSN is implicitly enabled when using `listen on sock' but it's not for the implicit socket, avoid this incoherence by enabling it on the implicit socket too. Report and diff by Tassilo Philipp (tphilipp at potion-studios dot com) ok millert@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/03 04:50:50 Modified files: usr.sbin/smtpd : parse.y Log message: set the socket family too to mirror the LISTEN case; no-op in practice since AF_UNSPEC is zero. CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/03 04:52:16 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: add the `no-dsn' option to `listen on socket' too ok millert@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/03 04:53:57 Modified files: x11/qt5/qtscript: Makefile Log message: Disable optimizations to prevent a crash in QCAD https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265989 Spotted and diff by Jonathan Armani, thanks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/03 05:48:38 Modified files: devel/p5-Data-Munge: Makefile Log message: set PKGNAME; the typical cpan versioning scheme treats initial 0 as significant whereas pkg_add doesn't (0.097 -> 0.10) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/03 06:21:52 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.3.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/03 07:16:25 Modified files: x11/fvwm3 : Makefile distinfo x11/fvwm3/patches: patch-fvwm_infostore_c x11/fvwm3/pkg : PLIST Log message: update x11/fvwm to 1.0.9 remove patch-fvwm_infostore_c which is now upstream. full changelog: ok rsadowski@, Michael (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/03 07:25:09 Modified files: x11/fvwm3/patches: patch-configure patch-default-config_Makefile_in Removed files: x11/fvwm3/patches: patch-fvwm_infostore_c Log message: actually remove patch-fvwm_infostore_c; spotted by tb@, thanks! while here commit the forgot `make update-patches'. just hunk offsets change. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/03 07:47:45 Modified files: databases/patroni: Makefile distinfo Log message: Update patroni 3.2.0 -> 3.2.1 Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-321 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/03 07:48:32 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.48 -> 2.49 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.49 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/03 08:31:46 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.2 -> 1.15.3 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.3 Port change: update go.etcd.io/bbolt and golang.org/x/sys when creating vendored distfile; these updates are needed after direct syscalls were disallowed CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/12/03 09:38:28 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: move to using updatedb annotation exclusively CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/03 09:46:46 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 22.0.5 -> 23.0.1 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/03 09:51:04 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST-main Log message: Update to file-roller-43.1. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 09:54:10 Modified files: net/znc : Makefile net/znc/pkg : PLIST-main Log message: Change VARBASE to LOCALSTATEDIR OK aisha@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 09:54:44 Modified files: security/vaultwarden: Makefile security/vaultwarden/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK aisha@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 09:56:24 Modified files: sysutils/facette: Makefile sysutils/facette/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR Port is broken, but we change it anyway. OK landry, op CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 09:57:35 Modified files: databases/influxdb: Makefile databases/influxdb/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK op@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 09:58:02 Modified files: productivity/radicale2: Makefile productivity/radicale2/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK op@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/03 10:06:35 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update vultr-cli to 2.21.0, from maintainer Adriano Barbosa, thanks! Changelog: https://github.com/vultr/vultr-cli/releases/tag/v2.21.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/03 10:48:07 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20231203 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/03 11:44:45 Modified files: x11/xfce4/xfce4-cpugraph: Makefile distinfo Log message: x11/xfce4/xfce4-cpugraph: update to 1.2.10 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/03 12:07:28 Log message: Import lang/hare, a simple, stable, and robust systems programming language ok op@ tobhe@ Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks. Status: Vendor Tag: bcallah Release Tags: bcallah_20231203 N ports/lang/hare/Makefile N ports/lang/hare/Makefile.inc N ports/lang/hare/harec/Makefile N ports/lang/hare/harec/distinfo N ports/lang/hare/harec/patches/patch-config_sh N ports/lang/hare/harec/patches/patch-Makefile N ports/lang/hare/harec/patches/patch-tests_configure N ports/lang/hare/harec/patches/patch-rt_Makefile N ports/lang/hare/harec/patches/patch-testmod_Makefile N ports/lang/hare/harec/pkg/DESCR N ports/lang/hare/harec/pkg/PLIST N ports/lang/hare/hare/Makefile N ports/lang/hare/hare/distinfo N ports/lang/hare/hare/patches/patch-Makefile N ports/lang/hare/hare/patches/patch-makefiles_openbsd_x86_64_mk N ports/lang/hare/hare/pkg/DESCR N ports/lang/hare/hare/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/03 12:07:55 Modified files: lang : Makefile Log message: +hare CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/03 12:50:00 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.12.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/03 13:24:17 Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_usrreq.c sys/netinet6 : in6_pcb.c Log message: Use INP_IPV6 flag instead of sotopf(). During initialization in_pcballoc() sets INP_IPV6 once to avoid reaching through inp_socket->so_proto->pr_domain->dom_family. Use this flag consistently. OK sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/03 13:36:24 Modified files: sys/netinet6 : icmp6.c in6_pcb.c in6_src.c ip6_input.c ip6_var.h raw_ip6.c udp6_output.c Log message: Rename all in6p local variables to inp. There exists no struct in6pcb in OpenBSD, this was an old kame idea. Calling the local variable in6p does not make sense, it is actually a struct inpcb. Also in6p is not used consistently in inet6 code. Having the same convention for IPv4 and IPv6 is less confusing. OK sashan@ mvs@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/03 13:51:47 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure Log message: Update to ugrep-4.3.4 Changelog: https://github.com/Genivia/ugrep/releases/tag/v4.3.4 Diff on ports@ from Justin Berthault CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/03 13:57:40 Modified files: net/nheko : Makefile Log message: net/nheko: BROKEN with LLVM 16 ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/03 14:15:11 Modified files: gnu/llvm/lld/ELF: ScriptParser.cpp Writer.cpp gnu/llvm/llvm/include/llvm/BinaryFormat: ELF.h gnu/llvm/llvm/tools/llvm-objdump: ELFDump.cpp gnu/llvm/llvm/tools/llvm-readobj: ELFDumper.cpp Log message: Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. This will be used soon to pin system calls to designated call sites. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/12/03 15:45:50 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.13.3 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/12/03 15:55:16 Modified files: sysutils/u-boot-asahi: Makefile sysutils/u-boot-asahi/pkg: PLIST Log message: Fix PLIST. ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2023/12/03 20:36:54 Modified files: www/freshrss : Makefile distinfo www/freshrss/pkg: PLIST Log message: update to 1.22.1 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2023/12/03 22:28:25 Modified files: sys/dev/usb : uthum.c Log message: Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/03 23:05:59 Modified files: sys/dev/pci/drm/i915: i915_driver.c sys/dev/pci/drm/i915/gt: intel_gt.c Log message: drm/i915: do not clean GT table on error path From Andrzej Hajda 84a6e475451dfe8db44bbf4fd0969906a9bfdc2f in linux-6.1.y/6.1.65 0561794b6b642b84b879bf97061c4b4fa692839e in mainline linux CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/03 23:53:00 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 81.0 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/04 00:01:45 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: Save backtraces to show in leak dump. Depth of backtrace set by malloc option D (aka 1), 2, 3 or 4. No performance impact if not used. ok asou@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/04 00:34:44 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/04 00:37:16 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/04 00:37:34 Modified files: multimedia/pipewire/wireplumber: Makefile distinfo Log message: Update to wireplumber-0.4.17. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/04 01:51:16 Modified files: geo/mdal : Makefile distinfo Log message: geo/mdal: update to 1.1.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/04 01:52:26 Modified files: devel/proj : Makefile distinfo Log message: devel/proj: update to 9.3.1. see https://github.com/OSGeo/PROJ/releases/tag/9.3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/04 02:58:52 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.8.1. see https://github.com/OSGeo/gdal/blob/v3.8.1/NEWS.md CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/04 03:14:41 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-include_zbx_dbversion_constants_h Log message: Update zabbix 6.4.8 -> 6.4.9 Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog Release notes: https://www.zabbix.com/rn/rn6.4.9 ok robert@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/04 04:28:50 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/pkg: PLIST Log message: Update opensearch-dashboards 2.11.0 -> 2.11.1 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.1.md ok op@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/04 04:33:03 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/pkg: PLIST Log message: Update opensearch-dashboards 2.11.0 -> 2.11.1 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.1.md ok op@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 05:49:01 Modified files: devel/py-test-arraydiff: Makefile distinfo Log message: update to py3-test-arraydiff-0.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 05:49:34 Modified files: devel/py-test-relaxed: Makefile distinfo Log message: update to py3-test-relaxed-2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 05:49:35 Modified files: devel/py-freezegun: Makefile distinfo Log message: update to py3-freezegun-1.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 05:51:34 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 06:03:18 Modified files: devel/py-test-xdist: Makefile distinfo Log message: update to py3-test-xdist-3.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/04 06:03:19 Modified files: devel/py-test-xprocess: Makefile distinfo Log message: update to py3-test-xprocess-0.23.0 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/12/04 07:24:29 Modified files: gnu/llvm/lld/ELF: InputFiles.cpp Relocations.cpp Log message: protect access to the gnu warning map with a mutex to avoid random crashes discussed with, tested by and ok tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/04 08:00:09 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/riscv64/riscv64: machdep.c Log message: Account for nkmempages as well in the pmap_growkernel() call during initalisation. This way there is enough KVA mapped that kmeminit() succeeds even with large nkmempages. This is similar to e.g. alpha. OK miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/04 10:22:17 Modified files: databases/postgresql: Tag: OPENBSD_7_4 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_7_4 PLIST-docs Log message: Update to PostgreSQL 15.5 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/04 10:49:06 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.41 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/04 13:01:41 Modified files: editors/libreoffice: Makefile distinfo Log message: update to 7.6.3.2 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/12/04 14:06:04 Modified files: audio/navidrome: Makefile distinfo modules.inc audio/navidrome/files: navidrome.toml audio/navidrome/pkg: README Log message: audio/navidrome: update to version v0.50.1. OK sdk@, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/04 14:19:26 Modified files: sys/arch/arm64/arm64: genassym.cf Log message: Remove unneeded symbols. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/04 15:52:41 Modified files: lib/libc/stdlib: malloc.3 Log message: zap trailing whitespace CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/04 16:03:19 Modified files: sysutils/facette: Makefile Log message: Adding BROKEN again. I accidentally committed the last change without it. Spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/04 19:41:13 Modified files: lib/libcrypto/man: OPENSSL_load_builtin_modules.3 Log message: last .Nm should not have a comma CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/04 22:27:26 Modified files: sys/arch/arm64/include: bootconfig.h Log message: boot_file was removed in arm64 machdep.c rev 1.55 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/05 01:07:38 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.377. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/05 01:15:32 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/05 01:17:43 Modified files: sysutils/packer: Makefile distinfo modules.inc Log message: Update to packer-1.9.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/05 01:25:05 Modified files: sysutils/opentofu: Makefile distinfo modules.inc Log message: Update to opentofu-1.6.0beta2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/05 01:25:37 Modified files: x11/gnome/zenity: Makefile distinfo Log message: Update to zenity-3.99.91. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/05 03:34:30 Modified files: games/widelands: Makefile Added files: games/widelands/patches: patch-cmake_WlFunctions_cmake Log message: games/widelands: Clean-up and remove need for patch that I forgot to 'cvs add' before committing the update to 1.1 From Brad Smith, thanks! ok sdk@ CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2023/12/05 04:06:05 Modified files: sys/dev/mii : eephy.c Log message: Remove "disable auto-negotiation" workaround for Marvell Alaska PHYs This avoids an intermediate link state (10baseT) before the interface is configured via ifconfig(8), and is consistent with other MII drivers and OSes. The original reason for this workaround is mainly thought be related to either reducing the time required for auto-negotiation to complete or indeed incorrect advertisement of link capabilities. Tested on Intel Elkhart Lake with dwqe(4) and 88E1512 PHY. Originally from stsp@ with feedback from kettenis@. ok kettenis@ claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:08:37 Modified files: devel/py-tzlocal: Makefile distinfo devel/py-tzlocal/pkg: PLIST Log message: update to py3-tzlocal-5.2, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:34:45 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:34:56 Modified files: devel/py-freezegun: Makefile distinfo Log message: update to py3-freezegun-1.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:36:35 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:37:27 Modified files: devel/py-extension-helpers: Makefile distinfo Log message: update to py3-extension-helpers-1.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:37:28 Modified files: sysutils/py-platformdirs: Makefile distinfo sysutils/py-platformdirs/patches: patch-tests_test_unix_py Log message: update to py3-platformdirs-4.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/05 05:42:54 Modified files: sysutils/py-prometheus_client: Makefile distinfo Log message: update to py3-prometheus_client-0.19.0 CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/05 06:38:25 Modified files: usr.sbin/smtpd : rfc5322.c Log message: reject headers that start with a space or tab If the first header starts with a space but still contains a colon character, it is added to the body mail effectively appending it to the Received header due to the folding rules. Issue reported by Crystal Kolipe ok millert@, giovanni@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2023/12/05 06:43:39 Modified files: sys/dev/pci : if_vr.c Log message: timeout_del() the timer while stopping an interface so that no timeout is fired afterwards. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/05 07:40:29 Modified files: misc/sent : Makefile distinfo Log message: Add command line option support patch usage: sent [-c fgcolor] [-b bgcolor] [-f font] [file] OK sthen, bcallah CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2023/12/05 08:04:25 Log message: Import rpkitouch The rpkitouch utility sets the last data modification time of file to the timestamp internal to the contained RPKI object. OK sthen@ Status: Vendor Tag: job Release Tags: job_20231205 N ports/net/rpkitouch/Makefile N ports/net/rpkitouch/distinfo N ports/net/rpkitouch/pkg/DESCR N ports/net/rpkitouch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2023/12/05 08:06:11 Modified files: net : Makefile Log message: Add rpkitouch CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/05 08:17:22 Modified files: www/ruby-passenger: Makefile www/ruby-passenger/pkg: PLIST Log message: Switch LDEP from pcre to pcre2 The passenger build system checks for the pcre header, and will fail if it is not present (even if pcre2 is installed). However, the only place pcre is used is for the embedded nginx, and that will pick pcre2 over pcre if both are installed. This switches the LDEP from pcre to pcre2 so that the embedded nginx will always use pcre2, and adds a BDEP on pcre so that the passenger build system still works. While here, comment out a file in the PLIST so updates using make update-plist are easier. Problem found by tb@ because dpb junked pcre2 while building passenger OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/05 08:50:45 Modified files: sys/uvm : uvm_swap.c Log message: Cast uvmexp.swpages to long before multiplying by 99 to avoid integer overflows on systems with big swap partitions. OK kettenis@ miod@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/05 09:32:01 Modified files: security/rust-openssl-tests: Makefile distinfo Log message: Update to rust-openssl-tests 20231205 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/12/05 11:39:58 Modified files: wayland/dmenu-wayland: Makefile Log message: Fix HOMEPAGE. Reported by Benjamin Stürz. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/05 13:49:31 Modified files: sys/dev/usb : ukbd.c Log message: Add more devices which may attach ukbd (and thus wskbd) but should never be considered as console keyboards. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/05 23:15:33 Modified files: lib/libc/arch/alpha: SYS.h libexec/ld.so/alpha: SYS.h sys/arch/alpha/alpha: locore.s sys/arch/alpha/include: asm.h Log message: Move CALLSYS_NOERROR macro from to libc, and expand it for non-libc users. This is a two-liner macro anyway, and this will make deraadt@'s future changes in this area easier to make. NFC CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 00:55:50 Modified files: audio/audacious/plugins: Makefile Log message: Explicitely pass --disable-pipewire, otherwise it gets picked up. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 01:43:57 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.78.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 01:46:28 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 01:59:50 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.32.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 02:03:34 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-456.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 02:11:06 Modified files: wayland/libei : Makefile distinfo wayland/libei/pkg: PLIST Removed files: wayland/libei/patches: patch-meson_build Log message: Update to libei-1.2.0. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/06 02:27:17 Modified files: sys/netinet : ip_mroute.c sys/netinet6 : ip6_mroute.c Log message: Protect socket receive buffer in IP multicast routing. Since soreceive() runs in parallel for raw sockets, sbappendaddr() has to be protected by inpcb mutex. This was missing in multicast forwarding which is running with a combination of shared net lock and kernel lock. soreceive() uses shared net lock and mutex per inpcb. Grab mutex before sbappendaddr() in socket_send() and socket6_send(). panic receive 1 reported by Jo Geraerts OK mvs@ claudio@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/06 02:48:55 Modified files: mail/stalwart/jmap: Makefile Log message: stalwart/jmap: set MODCLANG_VERSION = 13, ok landry This needs an update for rocksdb-sys to be able to build with llvm 16. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/06 03:14:22 Modified files: lang/clazy : Makefile lang/clazy/patches: patch-src_SourceCompatibilityHelpers_h Added files: lang/clazy/patches: patch-src_checks_level0_lambda-in-connect_cpp Log message: lang/clazy: pull in an upstream build fix for llvm 16 ok rsadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/06 05:42:11 Modified files: lang/wasi-libc : Makefile Log message: wasi-libc: explicitly set MODCLANG_VERSION to 13 for now. While it is possible to patch wasi-libc to build with llvm 16, more work is needed for its dependencies. discussed with landry CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/06 05:45:59 Modified files: lang/ldc : Makefile Log message: ldc: explicitly set MODCLANG_VERSION = 13 ldc needs updating to >= 1.34 for llvm 16 support. bcallah is working on it CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/06 07:39:15 src/regress/sys/netinet/bindconnect Update of /cvs/src/regress/sys/netinet/bindconnect In directory cvs.openbsd.org:/tmp/cvs-serv24673/bindconnect Log Message: Directory /cvs/src/regress/sys/netinet/bindconnect added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/06 07:41:52 Modified files: regress/sys/netinet: Makefile Added files: regress/sys/netinet/bindconnect: Makefile README bindconnect.c Log message: Stress test bind(2) and connect(2) system calls in OpenBSD regress. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 08:51:27 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.3. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/06 08:51:53 Modified files: usr.sbin/ntpd : constraint.c ntp.c Log message: Periodically reset constraint DNS info for constraints that failed to reply; ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 09:07:54 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.3. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/12/06 12:44:18 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.6 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/12/06 14:06:45 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.6 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/06 14:06:48 Modified files: usr.bin/ssh : log.c Log message: short circuit debug log processing early if we're not going to log anything. From Kobe Housen CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/12/06 14:41:22 Modified files: devel/got : Tag: OPENBSD_7_4 Makefile distinfo Removed files: devel/got/patches: Tag: OPENBSD_7_4 patch-lib_repository_c Log message: update devel/got to 0.94 in 7.4-stable In particular, this brings in several important gotwebd fixes. There are two backwards-incompatible syntax changes in gotwebd.conf: - gotwebd.conf: drop support for inferring listen addresses via interface names - gotwebd.conf: use listen * instead of listen "" to listen on any address This file is entirely optional, and the bug fixes we get are worth the potential inconvenience during upgrades. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 14:43:24 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-45.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/06 14:44:35 Modified files: sysutils/packer: Makefile distinfo modules.inc Log message: Update to packer-1.10.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/12/06 15:27:24 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/patches: patch-gtk_gtkfilechooserdefault_c patch-gtk_gtkfilesystemmodel_c patch-gtk_gtkpathbar_c Log message: fix file requester in programs like gimp, see comments in patches okay aja@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/06 15:39:27 Modified files: net/lagrange : Makefile distinfo Removed files: net/lagrange/patches: patch-lib_the_Foundation_src_tlsrequest_c Log message: Update lagrange to 1.17.5, from MAINTAINER Florian Viehberger, thanks! Changes: https://github.com/skyjake/lagrange/releases/tag/v1.17.5 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/06 15:57:14 Modified files: regress/sys/netinet/bindconnect: Makefile README bindconnect.c Log message: Add tests that create and delete cloned routes during connect(2). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/06 16:20:06 Modified files: net/curl : Makefile distinfo net/curl/patches: patch-m4_curl-compilers_m4 Added files: net/curl/patches: patch-tests_data_DISABLED Log message: net/curl: security update to 8.5.0 Includes fixes for CVE-2023-46218: cookie mixed case PSL bypass CVE-2023-46219: HSTS long file name clears contents CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/06 16:55:50 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.12.2 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/06 17:02:56 Modified files: devel/p5-XS-Parse-Keyword: Makefile distinfo Log message: update p5-XS-Parse-Keyword to 0.39 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/07 00:50:08 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.78.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 01:52:28 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: Makefile distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Added files: devel/py-buildbot/buildbot/patches: patch-buildbot_www_plugin_py Log message: devel/py-buildbot: update to 3.10.0. see https://github.com/buildbot/buildbot/releases/tag/v3.10.0 add a patch to use importlib.resources from python instead of importlib_python new ports for the reactjs webui replacing the angularjs one will soon be imported. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2023/12/07 02:46:58 Modified files: sys/dev/mii : eephy.c eephyreg.h Log message: avoid bad register access in eephy_reset for Marvell Alaska 88E1512 The register write before this change had no visible run-time effect on 88E1512 under normal conditions but it tried to update a reserved bit and might prevent the standard behaviour of breaking the link on insufficient Inter-Packet Gaps. Cross-checked with datasheets for supported variants. Extended special control register 20 exists only in E1111 but not in E151x, E1545x, or E3016. It seems that the register was dropped in E15xx and subsequent designs. Originally from stsp@ ok claudio@ stsp@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/07 03:52:24 Modified files: security/wycheproof-testvectors: Makefile distinfo security/wycheproof-testvectors/pkg: PLIST Log message: Update to wycheproof-testvectors 20231103 This now also packages the testvectors_v1 directory which contains more tests, some of which are based on a different, incompatible json schema. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:08:21 Modified files: security/step-ca: Makefile distinfo modules.inc Log message: update to step-ca-0.25.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:08:29 Modified files: security/step-cli: Makefile distinfo modules.inc Log message: update to step-cli-0.25.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:15:19 Log message: import textproc/p5-PPIx-Utils, from wen heping, ok bluhm Status: Vendor Tag: sthen Release Tags: sthen_20231207 N ports/textproc/p5-PPIx-Utils/Makefile N ports/textproc/p5-PPIx-Utils/distinfo N ports/textproc/p5-PPIx-Utils/pkg/DESCR N ports/textproc/p5-PPIx-Utils/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:15:34 Modified files: textproc : Makefile Log message: +p5-PPIx-Utils CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:20:25 Modified files: textproc/p5-PPI: Makefile distinfo Log message: update to p5-PPI-1.277 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 04:22:20 Modified files: devel/p5-Perl-Critic: Makefile distinfo Log message: update to p5-Perl-Critic-1.152 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 04:59:13 Modified files: lang/wasi-libc : Makefile distinfo lang/wasi-libc/patches: patch-Makefile lang/wasi-libc/pkg: PLIST Log message: lang/wasi-libc: update to git HEAD to support llvm 16 switch to build with ports-clang 16, cf for llvm support: - https://github.com/WebAssembly/wasi-libc/pull/379 - https://github.com/WebAssembly/wasi-libc/pull/285 - https://github.com/WebAssembly/wasi-libc/pull/344 adapt a regex to deal with our egrep syntax. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:01:18 Modified files: lang/wasi-sdk : Makefile.inc lang/wasi-sdk/compiler-rt: Makefile lang/wasi-sdk/libcxx: Makefile distinfo lang/wasi-sdk/libcxx/pkg: PLIST lang/wasi-sdk/libcxxabi: Makefile distinfo lang/wasi-sdk/libcxxabi/pkg: PLIST Log message: lang/wasi-sdk: update libcxx & libcxxabi to 16.0.6. switch to build with MODCLANG_VERSION = 16 share/wasi-sysroot/include/c++/v1/*cxxabi*.h moved from libcxx to libcxxabi, adjust @conflict accordingly CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:06:08 Log message: Import devel/py-buildbot/react-console-view 3.10. ReactJS version of the console view plugin for the buildbot UI. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20231207 N ports/devel/py-buildbot/react-console-view/Makefile N ports/devel/py-buildbot/react-console-view/distinfo N ports/devel/py-buildbot/react-console-view/pkg/DESCR N ports/devel/py-buildbot/react-console-view/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:06:53 Log message: Import devel/py-buildbot/react-waterfall-view 3.10. ReactJS version of the waterfall view plugin for the buildbot UI. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20231207 N ports/devel/py-buildbot/react-waterfall-view/Makefile N ports/devel/py-buildbot/react-waterfall-view/distinfo N ports/devel/py-buildbot/react-waterfall-view/pkg/DESCR N ports/devel/py-buildbot/react-waterfall-view/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:07:24 Log message: Import devel/py-buildbot/react-grid-view 3.10. ReactJS version of the grid view plugin for the buildbot UI. ok sthen@ Status: Vendor Tag: landry Release Tags: landry_20231207 N ports/devel/py-buildbot/react-grid-view/Makefile N ports/devel/py-buildbot/react-grid-view/distinfo N ports/devel/py-buildbot/react-grid-view/pkg/DESCR N ports/devel/py-buildbot/react-grid-view/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:11:21 Log message: Import devel/py-buildbot/www-react 3.10. ReactJS version of the www plugin for the buildbot UI. ok sthen@ the deprecated angularjs versions will be removed in buildbot 4.0 see https://docs.buildbot.net/latest/manual/upgrading/4.0-upgrade.html#web-frontend for how to update your configs to use those new plugins the following works for the port MAINTAINER: c['www'] = dict(port=8011, plugins=dict(base_react={}, react_waterfall_view={}, react_console_view={}, react_grid_view={})) Status: Vendor Tag: landry Release Tags: landry_20231207 N ports/devel/py-buildbot/www-react/Makefile N ports/devel/py-buildbot/www-react/distinfo N ports/devel/py-buildbot/www-react/pkg/DESCR N ports/devel/py-buildbot/www-react/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/07 05:11:55 Modified files: devel/py-buildbot: Makefile Log message: devel/py-buildbot: link the reactjs plugins to the build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 05:23:03 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-src_comm_cc Log message: update to squid-6.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/07 05:23:05 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo www/squid/patches: Tag: OPENBSD_7_4 patch-src_comm_cc Log message: update to squid-6.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/07 06:09:41 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_InputFiles_cpp patch-lld_ELF_Relocations_cpp patch-lld_ELF_ScriptParser_cpp patch-lld_ELF_Writer_cpp patch-llvm_include_llvm_BinaryFormat_ELF_h patch-llvm_tools_llvm-objdump_ELFDump_cpp patch-llvm_tools_llvm-readobj_ELFDumper_cpp Log message: sync patches with base CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/07 06:29:32 Modified files: net/curl : Tag: OPENBSD_7_4 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_4 patch-m4_curl-compilers_m4 Added files: net/curl/patches: Tag: OPENBSD_7_4 patch-tests_data_DISABLED Log message: net/curl: security update to 8.5.0 Includes fixes for CVE-2023-46218: cookie mixed case PSL bypass CVE-2023-46219: HSTS long file name clears contents CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/07 06:59:05 Modified files: sys/kern : syscalls.master sys/uvm : uvm_mmap.c Log message: Add a stub pinsyscalls() system call that simply returns 0 for now, before future work where ld.so(1) will need this new system call. Putting this in the kernel ahead of time will save some grief. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/07 07:00:16 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/12/07 07:53:31 Modified files: etc : services Log message: add services entries for Matter, a protocol for discovery and comms with "smart home"/IoT devices, which runs over TCP or UDP over v6 over various physical/network layers (Ethernet, Wifi, or low power lossy radio-based networks like Thread). req by Jordan Williams ok deraadt https://csa-iot.org/wp-content/uploads/2022/11/22-27349-001_Matter-1.0-Core-Specification.pdf CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 08:01:25 Modified files: x11/qt5/qtscript: Makefile Added files: x11/qt5/qtscript: patch-src_3rdparty_javascriptcore_JavaScriptCore_interpreter_CallFrame_h Log message: Replace -O0 with pragma clang optimize option Tested by Jonathan Armani, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 08:11:37 Added files: x11/qt5/qtscript/patches: patch-src_3rdparty_javascriptcore_JavaScriptCore_interpreter_CallFrame_h Removed files: x11/qt5/qtscript: patch-src_3rdparty_javascriptcore_JavaScriptCore_interpreter_CallFrame_h Log message: Ops, move patch to patches dir CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 08:48:04 Modified files: x11/qt5/qtbase : Makefile distinfo Log message: Update qtbase-5.15.11 KDE patchset from 138 to 147 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/07 08:53:29 Modified files: archivers/xz : Makefile distinfo archivers/xz/patches: patch-src_xzdec_xzdec_c Log message: archivers/xz: maintenance update to 5.4.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/07 08:55:09 Modified files: x11/libgedit-gtksourceview: Makefile distinfo Log message: Update to libgedit-gtksourceview-299.0.5. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/07 09:08:30 Modified files: sys/netinet : in_pcb.c in_pcb.h sys/netinet6 : in6_pcb.c Log message: Inpcb table mutex protects addr and port during bind(2) and connect(2). in_pcbbind(), in_pcbconnect(), and in6_pcbconnect() have to set addresses and ports within the same critical section as the inpcb hash table calculation. Also lookup and address selection have to be protected to avoid bindings and connections that are not unique. For that in_pcbpickport() and in_pcbbind_locked() expect that the table mutex is already taken. The functions in_pcblookup_lock(), in_pcblookup_local_lock(), and in_pcbaddrisavail_lock() grab the mutex iff the lock parameter is IN_PCBLOCK_GRAB. Otherwise the parameter is IN_PCBLOCK_HOLD has the lock has to be taken already. Note that in_pcblookup_lock() and in_pcblookup_local() return an inp with increased reference iff they take and release the lock. Otherwise the caller protects the life time of the inp. This gives enough flexibility that in_pcbbind() and in_pcbconnect() can hold the table mutex when they need it. The public inpcb API does not change. OK sashan@ mvs@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 09:15:04 Modified files: x11/qt5/qttools: Makefile distinfo Log message: Update qttools-5.15.11 KDE patchset from 3 to 4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 09:19:46 Modified files: x11/qt5/qtdeclarative: Makefile distinfo Log message: Update qtdeclarative-5.15.11 KDE patchset from 31 to 32 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/07 09:47:12 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-panels_user-accounts_cc-user-panel_c Log message: Update to gnome-control-center-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/07 09:57:12 Modified files: sysutils/nomad : Makefile distinfo Removed files: sysutils/nomad/patches: patch-command_agent_host_openbsd_go patch-command_agent_host_unix_go Log message: Update to nomad-1.7.0. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/07 10:01:29 Modified files: lang/node : Makefile distinfo lang/node/patches: patch-deps_npm_node_modules_node-gyp_lib_install_js patch-deps_v8_src_base_bit-field_h patch-deps_v8_src_base_platform-posix_cc patch-lib_internal_modules_cjs_loader_js patch-node_gyp patch-src_env_cc lang/node/pkg : PLIST Added files: lang/node/patches: patch-deps_ada_ada_cpp patch-deps_ada_ada_h Log message: lang/node: Update to v18.19.0 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/12/07 10:20:52 Modified files: java/javaPathHelper: Makefile distinfo Log message: Update to version 2.3 to add support for jdk-21 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/12/07 11:45:53 Modified files: fonts/iosevka-fonts: Makefile.inc fonts/iosevka-fonts/aile: Makefile fonts/iosevka-fonts/default: Makefile fonts/iosevka-fonts/etoile: Makefile fonts/iosevka-fonts/slab: Makefile Log message: fonts/iosevka-fonts: don't duplicate do-install. OK sdk@ and sthen@, thanks both. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/12/07 11:47:58 Modified files: editors/py-neovim: Makefile distinfo editors/py-neovim/pkg: PLIST Removed files: editors/py-neovim/patches: patch-test_conftest_py Log message: editors/py-neovim: update to version 0.5.0. Diff from Justin Berthault, with tweaks from myself. Thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/07 12:31:34 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/patches: patch-configure_ac patch-src_wallet_bdb_cpp net/bitcoin/pkg: PLIST Log message: Update bitcoin to 26.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/07 14:57:34 Modified files: gnu/usr.bin/binutils-2.17/bfd: elf.c gnu/usr.bin/binutils-2.17/binutils: readelf.c gnu/usr.bin/binutils-2.17/include/elf: common.h gnu/usr.bin/binutils-2.17/ld: ldgram.y Log message: Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. This will be used soon to pin system calls to designated call sites. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jrick@cvs.openbsd.org 2023/12/07 15:08:50 Log message: Import math/flintlib 3.0.1 FLINT is a C library for doing number theory, freely available under the GNU LGPL. At its core, FLINT provides arithmetic in standard rings such as the integers, rationals, algebraic, real, complex and p-adic numbers, finite fields, and number fields. It also provides polynomials (univariate and multivariate), power series, and matrices. FLINT covers a wide range of functionality: primality testing, integer factorisation, multivariate polynomial GCD and factorisation, FFTs, multimodular reconstruction, special functions, exact and approximate linear algebra, LLL, finite field embeddings, and more. ok sthen@ Status: Vendor Tag: jrick Release Tags: jrick_20231207 N ports/math/flintlib/distinfo N ports/math/flintlib/Makefile N ports/math/flintlib/patches/patch-Makefile_in N ports/math/flintlib/patches/patch-flint_pc_in N ports/math/flintlib/pkg/DESCR N ports/math/flintlib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jrick@cvs.openbsd.org 2023/12/07 15:10:44 Modified files: math : Makefile Log message: Link flintlib. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/07 16:47:48 Modified files: regress/sys/netinet/bindconnect: Makefile README bindconnect.c Log message: Run bind(2) and connect(2) stress test also with IPv6. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/07 22:14:12 Modified files: lang/ldc : Makefile distinfo lang/ldc/patches: patch-driver_linker-gcc_cpp patch-driver_targetmachine_cpp patch-runtime_CMakeLists_txt lang/ldc/pkg : PLIST Log message: Update to ldc-1.35.0 Changelog: https://github.com/ldc-developers/ldc/releases Also moves LDC to use LLVM-16 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/07 23:24:16 Modified files: productivity/radicale: Makefile productivity/radicale/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR No response from maintainer. OK op@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/07 23:28:57 Modified files: sysutils/slant : Makefile sysutils/slant/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR no response from maintainer OK op@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/07 23:33:48 Modified files: share/man/man4 : ugold.4 sys/dev/usb : ugold.c Log message: New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/08 00:20:48 Modified files: x11/gnome/zenity: Makefile distinfo Log message: Update to zenity-4.0.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/08 01:30:04 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Add regress coverage for OBJ_NAME_do_all*() While this may seem a bit out of place since is an objects API by name, it really is about EVP. Plus, we want to leverage some things we already needed for the EVP_*do_all() API (which currently wraps OBJ_NAME_do_all* but that will change soon). CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2023/12/08 02:18:39 Modified files: usr.bin/ssh : sshsig.c Log message: prevent leak in sshsig_match_principals; ok djm@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/08 02:57:45 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-widget_nsPrintSettingsImpl_cpp www/seamonkey-i18n: Makefile.inc distinfo Added files: www/seamonkey/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/seamonkey: update to 2.53.18 and unbreak see https://www.seamonkey-project.org/releases/seamonkey2.53.18/ - add patch to fix build with systemwide ICU 74 - the build failure with recent rust about packed_simd was fixed upstream via #1849874 & #1860935 thanks semarie@ for the RUSTC_BOOTSTRAP hint CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/08 03:05:30 Modified files: devel/kf5/kcoreaddons: Makefile devel/kf5/kcoreaddons/patches: patch-src_lib_util_kprocesslist_unix_cpp Log message: Sync with upstream PR398 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/08 04:24:24 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.28.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/12/08 04:57:16 Modified files: security/rp++ : Makefile distinfo Removed files: security/rp++/patches: patch-src_rp_elf_struct_hpp patch-src_rp_platform_h Log message: update to rp++-2.1.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/12/08 05:07:21 Modified files: x11/polybar : Makefile distinfo x11/polybar/patches: patch-lib_i3ipcpp_src_ipc_cpp Removed files: x11/polybar/patches: patch-include_common_hpp Log message: update to polybar-3.7.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/08 05:20:45 Modified files: devel/p5-Sub-Override: Makefile distinfo devel/p5-Sub-Override/pkg: PLIST Log message: Update to p5-Sub-Override-0.10. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/08 05:58:27 Modified files: libexec/ld.so : tib.c util.h Log message: locally us MAXIMUM() rather than MAX() ok tb gnezdo CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/12/08 06:00:22 Modified files: devel/got : Makefile distinfo Log message: update to got 0.95 see git repository history for per-change authorship information - plug memory leaks in checkout, update, and status commands - gotwebd: repair the "chroot" option in /etc/gotwebd.conf; regression from 0.94 - gotwebd: add breadcumbs to navigate paths in tree/blob/commits/blame views - gotwebd: add a dark mode, enabled based on web-browser preferences - gotwebd: add History/Blob/Raw-File links to blob and blame views - gotwebd: adjust blob line numbers for text-mode browsers - gotwebd: make the blame view work in text-mode browsers - gotwebd: add a Patch action to serve diffs in plain text - gotwebd: add Patch and Tree links to the diff view - gotwebd: display README files in tree views - gotwebd: display a tree-listing and README files in the summary view - gotwebd: render less tags in the summary page to make space for other content - gotwebd: swap order of tags and branch listings on the summary page - gotwebd: display 'More' link instead of 'prev/next' links in the tag listing CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/12/08 06:03:22 Modified files: devel/got : Tag: OPENBSD_7_4 Makefile distinfo Log message: 7.4-stable: update to got 0.95 Fixes a regression from the 0.94 update where the 'chroot' option in gotwebd.conf was broken. Also adds more gotwebd features. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/08 06:58:41 Modified files: sys/sys : exec_elf.h Log message: PT_OPENBSD_SYSCALLS is an extension that points to non-LOAD section which contains {offset,syscall#} structures. ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/08 07:08:27 Modified files: devel/epoll-shim: Makefile distinfo Log message: Update to epoll-shim-0.0.20230411. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/08 08:10:56 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/patches: patch-src_libs_3rdparty_libptyqt_unixptyprocess_cpp patch-src_libs_3rdparty_sqlite_sqlite3_c patch-src_plugins_qmldesigner_CMakeLists_txt patch-src_tools_qml2puppet_CMakeLists_txt devel/qt-creator/pkg: PLIST Added files: devel/qt-creator/patches: patch-cmake_QtCreatorAPIInternal_cmake patch-src_libs_3rdparty_sqlite_config_h Log message: Update qt-creator to 12.0.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/08 09:24:30 Modified files: wayland/libei : Makefile Log message: Missing BDEP on x11/xkbcommon. breakage reported by tb@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/08 10:04:07 Modified files: security/ruby-argon2: Makefile distinfo security/ruby-argon2/pkg: PLIST Log message: Update to argon2 2.3.0 Mostly from wen heping CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/08 12:14:36 Modified files: include : tib.h Log message: Make sure TIB_INIT correctly initializes tib_thread_flags; regression introduced in 1.3, causing sporadic pthread_main_np() erroneous results (and possibly more subtle problems). With and ok kurt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/08 15:50:43 Modified files: devel/xtensa-elf/binutils: Makefile devel/xtensa-elf/binutils/pkg: PLIST Log message: Comment out info/as.info as we do all other info files to avoid conflicting with devel/binutils. Bump revision. Notified by aja@ during the first bulk build with harelang. ok op@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/08 16:13:40 Modified files: sys/net : if_pflow.c if_pflow.h Log message: Introduce `sc_mtx' mutex(9) to protect the most of pflow_softc structure. Protect the `send_nam', `sc_flowsrc' and `sc_flowdst' pflow_softc members by existing `sc_lock' rwlock(9). This partially fixes locking inconsistency of pflow_softc. The following work will be done with separate diffs. Also, pass `sc' instead of NULL to pflow_get_mbuf() while calling from pflow_sendout_ipfix_tmpl(). This fixes the NULL dereference. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/08 16:15:44 Modified files: sys/net : if_pflow.c Log message: Add spaces around '='. style(9) fix, no functional changes. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/08 17:44:18 Modified files: usr.sbin/rpki-client: parser.c Log message: Following a failed fetch, use a previously cached and valid Manifest RPKI Manifests enable Relying Parties (RPs) to detect replay attacks, unauthorized in-flight modification, or deletion of signed objects. RPs can accomplish these security functions by comparing (what is expected to be) a monotonically increasing counter (the 'manifestNumber') - to determine what the latest Manifest is; a list of filenames - in order to establish whether the complete set of files was fetched; and a list of SHA256 message digests to ascertain whether the content's of said files are exactly the same as the CA intended them to be. Over time, two schools of thought arose. One philosophy is that the highest numbered cryptographically valid Manifest represents the express intent of the CA, so if manifest-listed files are missing, someone upstream messed up and gets to enjoy the broken pieces. After all, RFC 9286 section 5.2 puts the onus firmly on the repository operator to publish in a consistent manner. Here, "consistent" means that newly issued manifests - in the same RRDP delta - are bundled together with all new or changed ROAs, and that remote RSYNC repositories are atomically updated (for example, using symlink pivots). To overcome various types of inconsistent, transient, or intermediate states of the remote publication point - previous versions of rpki-client did construct the full CARepository state using a mix of objects from both its local validated cache and the RRDP/RSYNC staging directories (which contain purported new versions of the objects). However, another take on RFC 9286 section 6.6's "use cached versions of the objects" is that 'the objects' not only refers to the listed subordinate products (such as ROAs/Certificates/ASPAs), but also to Manifests themselves. The philosophy being that lower numbered cryptographically valid Manifests with a complete & untampered set of files are to be preferred over a higher numbered cryptographically valid Manifests accompanied by incomplete sets of files. Consequently - potentially - producing more stable VRP outputs, at the expense of being magnanimous towards sloppy CAs and repository operators. Going forward, rpki-client logs errors when inconsistent publications are encountered, but also proceeds to use older cryptographically valid Manifests (from previous successful fetches) in order to construct the tree. With and OK tb@, and also thanks to Ties de Kock from RIPE NCC. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/08 20:41:47 Modified files: security/qca-qt5: Makefile security/qca-qt5/patches: patch-plugins_qca-ossl_qca-ossl_cpp Log message: qca-qc5: simplify LibreSSL patching We've had TLSv1.3 support for a while and HKDF via EVP has also been available for a few releases. Redirect SSL_CIPHER_standard_name() through SSL_CIHPER_get_name() via a #define rather than multiple #ifdef. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/08 23:35:39 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update Jenkins -devel -stable to the latest versions CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/09 00:12:02 Modified files: devel/qcoro : Makefile distinfo devel/qcoro/pkg: PLIST Removed files: devel/qcoro/patches: patch-qcoro_coroutine_h Log message: Update qcoro to 0.10.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:37:08 Modified files: x11/gtk+3 : Makefile x11/gtk+3/pkg : PLIST-main Log message: Enable wayland support. prodded by landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:37:29 Modified files: inputmethods/ibus: Makefile inputmethods/ibus/pkg: PLIST-main Log message: Pick up wayland support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:37:45 Modified files: x11/spice-gtk : Makefile Log message: Add wayland support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:38:05 Modified files: www/webkitgtk4 : Makefile Log message: Merge wayland support in all FLAVORS. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:38:22 Modified files: x11/gnome/settings-daemon: Makefile Added files: x11/gnome/settings-daemon/patches: patch-meson_build Log message: Add wayland support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:39:07 Modified files: sysutils/flatpak/xdg-desktop-portal-gtk: Makefile x11/gnome/sushi: Makefile x11/gnome/control-center: Makefile x11/gnome/initial-setup: Makefile Log message: Bump after gtk+3 gained wayland support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:48:23 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.33.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:48:32 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.33.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:49:19 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.31.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:52:51 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.54.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 01:57:28 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.7.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 02:02:22 Modified files: x11/xkbcommon : Makefile x11/xkbcommon/pkg: PLIST Log message: Enable wayland support. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 02:04:38 Modified files: x11/xkbcommon : Makefile Log message: Missing BDEP. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 02:26:17 Modified files: x11/wxWidgets : Makefile Log message: gtk+3 has wayland support now. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/12/09 03:36:05 Modified files: sys/dev/pv : if_vio.c Log message: vio(4) add recv TCP/UDP checksum offloading tested on Linux/KVM tested on proxmox and vultr by florian ok florian CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/09 03:59:06 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update tlsfuzzer to 20231209 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/09 04:35:39 Modified files: devel/github-cli: Makefile distinfo devel/github-cli/pkg: PLIST Log message: update to github-cli 2.40.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/09 04:39:35 Modified files: sysutils/ruby-puppet/7: Makefile distinfo sysutils/ruby-puppet/7/patches: patch-lib_puppet_defaults_rb sysutils/ruby-puppet/7/pkg: PLIST Log message: update puppet to 7.27.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/09 04:47:30 ports/www/wpebackend-fdo/patches Update of /cvs/ports/www/wpebackend-fdo/patches In directory cvs.openbsd.org:/tmp/cvs-serv65998/patches Log Message: Directory /cvs/ports/www/wpebackend-fdo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/09 04:48:51 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST Added files: x11/gnome/gdm/patches: patch-daemon_gdm-local-display-factory_c Log message: Enable wayland. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/09 05:15:03 Modified files: security/step-cli: Makefile Log message: step-cli: set HOME to WRKDIR to fix build in some setups, ok sthen With the last update the code generating shell completions tries to write into /root/.step/ when building ports with dpb in a proot (at least in my configuration). EACCESS is fatal in while ENOENT isn't [1]. In more usual setups, it would use the /nonexistent/.step via the homedir of _pbuild, so it would work for those. [1]: https://github.com/smallstep/cli-utils/blob/c3dd6955f2e4e285216beb6d4b3a452cdcaed5fe/step/context.go#L132-L138 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/09 05:22:43 Modified files: www/wpebackend-fdo: Makefile Added files: www/wpebackend-fdo/patches: patch-src_egl-client-dmabuf-pool_cpp Log message: Borrow a patch from FreeBSD to unbreak wpebackend-fdo build on i386. ok aja@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/09 05:50:18 Modified files: games/vcmi : Makefile distinfo games/vcmi/patches: patch-CMakeLists_txt games/vcmi/pkg : PLIST Log message: update vcmi to 1.4.0 changelog: https://github.com/vcmi/vcmi/blob/develop/ChangeLog.md CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/09 05:55:58 Modified files: audio/ffmpeg-normalize: Makefile distinfo audio/ffmpeg-normalize/pkg: PLIST Log message: update to ffmpeg-normalize 1.27.7; from Laurie CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/09 06:22:41 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/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: Makefile distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo devel/kf5/kauth: Makefile 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/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: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : Makefile distinfo devel/kf5/kirigami2: distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: 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: Makefile distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwayland: Makefile 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: distinfo devel/kf5/syndication: Makefile distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Removed files: devel/kf5/kwayland/patches: patch-autotests_client_test_fake_input_cpp patch-autotests_client_test_plasma_window_model_cpp patch-src_client_fakeinput_cpp patch-src_client_shm_pool_cpp patch-src_server_seat_interface_cpp Log message: Update KDE Frameworks to 5.112.0 https://kde.org/announcements/frameworks/5/5.112.0/ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/09 07:00:23 Modified files: www/shiori : Makefile Log message: Because of syscall(2) removal www/shiori has this error at runtime: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8d1dfc] goroutine 1 [running]: modernc.org/libc.(*TLS).setErrno(0x16508e0?, {0xb62100?, 0x10aa9a8?}) modernc.org/libc@v1.24.1/etc.go:189 +0xdc modernc.org/libc.Xmalloc(0xc06ca0?, 0x10b2cf8?) modernc.org/libc@v1.24.1/mem.go:34 +0xc5 modernc.org/libc.init() modernc.org/libc@v1.24.1/libc_openbsd.go:49 +0x1db I'm working with upstream for a fix. For now, mark www/shiori as BROKEN until upstream merges the fix or Go ports can be reliably patched. ok tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/09 07:55:05 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231209 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/09 08:39:07 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.10.2 Changelog: https://github.com/nextcloud/desktop/releases/v3.10.2 - 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 - manpages by @hefee in #6122 - Fix chunk v2 destination header by @backportbot-nextcloud in #6141 - Bugfix/restore folders recursively by @backportbot-nextcloud in #6143 - Show more informative error message when VFS hydration fails. Displaya popup and put an error into activity list. More detailed logs. by @backportbot-nextcloud in #6153 - Do not show failure popul for VFS when hydration finished with code 200 or 204. by @backportbot-nextcloud in #6163 - Upgrade to Mac OS 12.0.0. by @backportbot-nextcloud in #6171 - Enforce virtual file type when it is falsely marked as non-virtual. Added more logs for scenarios when virtual placeholder gets marked as non-virtual. by @backportbot-nextcloud in #6172 - we require version 12.0+ for macOS by @backportbot-nextcloud in #6175 - Fix crash when clicking on import legacy account dialog 'Skip' button. by @backportbot-nextcloud in #6208 - avoid restore algorithm by setting the data fingerprint from sync DB by @backportbot-nextcloud in #6241 - Fix crash. Remove unnecessary dependency injection causing crash. by @backportbot-nextcloud in #6252 - Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI. by @allexzander in #6253 - Bugfix/vfs toggle fix by @allexzander in #6251 - maintain lock state if unlock happens during sync by @backportbot-nextcloud in #6259 - avoid modifying a placeholder (virtual files) when not needed by @backportbot-nextcloud in #6262 - Fix build with latest NextcloudKit, caused by search for XCTest and friends by @backportbot-nextcloud in #6266 - Feature. Do not allow move of external storage mounted folders. by @allexzander in #6268 Update diff from maintianer Adriano, obrigado! CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/12/09 09:16:01 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2023.12. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/12/09 09:16:33 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.30.0. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/09 10:57:57 Modified files: databases/victoriametrics: Makefile distinfo Log message: Update to victoriametrics 1.93.8 from Lucas Gabriel Vuotto (maintainer) ok denis https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1936 https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1937 https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1938 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/09 14:56:14 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: rust-openssl-tests: pull in a couple more commits. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/12/09 15:00:43 Modified files: wayland/havoc : Makefile wayland/havoc/patches: patch-havoc_cfg patch-main_c Log message: Patch the example config file to use /bin/ksh instead of bash. Remove RDEP on shells/bash. Set default background so that the terminal cursor is visible. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2023/12/09 15:12:03 Modified files: usr.bin/sndiod : dev.c Log message: Fix wrong call to slot->ops->exit() causing server to abort. ok kn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/09 15:35:58 Modified files: games/nblood : Makefile Log message: Disable LTO on riscv64 to work around an llvm bug Upstream issue: https://github.com/llvm/llvm-project/issues/61991 ok jsg@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/12/09 15:38:11 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.4.8.10. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/09 16:00:11 Modified files: bin/pax : cpio.1 extern.h options.c pax.1 tar.c Log message: Add basic write support for 'pax' format archives Keep writing archives in ustar format by default. People can test the posix 'pax' format using pax(1) -w -x pax ... or cpio -o -H pax ...; tar(1) can't exercise this code yet. Only long names file and link names are supported for now. With input and tests from caspar@, ok millert@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2023/12/09 17:28:20 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_7_3 vmm.c Log message: vmm(4) restored stale GDTR & TR values on vm exit which could lead to memory corruption or kernel deadlocks. this is errata/7.3/022_vmm.patch.sig CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2023/12/09 17:30:01 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_7_4 vmm_machdep.c Log message: vmm(4) restored stale GDTR & TR values on vm exit which could lead to memory corruption or kernel deadlocks. this is errata/7.4/008_vmm.patch.sig CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2023/12/09 17:31:27 Modified files: sys/net : Tag: OPENBSD_7_4 pf.c Log message: A race condition between pf(4)'s processing of packets and expiration of packet states may cause a kernel panic. this is errata/7.4/009_pf.patch.sig CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2023/12/09 17:38:49 Modified files: . : errata73.html Log message: Release vmm errata CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2023/12/09 17:39:11 Modified files: . : errata74.html Log message: Release vmm and pf errata CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2023/12/09 23:32:14 Modified files: sys/dev/usb : uaudio.c Log message: Skip interfaces already claimed by other uaudio(4) instances. Fixes support of devices that attach multiple uaudio(4) drivers. Every uaudio(4) instance parses the full set of device descriptors because there are multiple interfaces per driver instance. If there is a second uaudio(4) instance (i.e. a second control & stream interfaces combo), the latter must skip the interfaces already used by the first one (if it didn't, multiple uaudio(4) would try to use the same interface and neither would work). Help from and ok armani@. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/12/10 00:46:18 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.3.8.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/10 00:49:19 Modified files: sysutils/openbsdisks2: Makefile distinfo Removed files: sysutils/openbsdisks2/patches: patch-src_main_cpp Log message: Update openbsdisks2 to 0.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/10 02:44:40 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.21.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/10 02:54:56 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.0beta3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/10 03:56:37 Modified files: devel/libgtop2 : Makefile Added files: devel/libgtop2/patches: patch-sysdeps_openbsd_sysinfo_c Log message: Monitor the proper amount of CPUs: HW_NCPU -> HW_NCPUONLINE CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/12/10 05:06:58 Modified files: devel/gdb : Makefile devel/gdb/patches: patch-gdb_amd64-obsd-tdep_c Log message: Fix backtraces through signal trampolines. ok pascal@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/10 07:18:23 Modified files: usr.sbin/rpki-client: crl.c cms.c cert.c Log message: Since errno isn't used here, use warnx() instead of warn() OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/10 07:19:34 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_debug_stack_trace_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_unittest_cc patch-base_linux_util_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_unittest_cc patch-base_profiler_module_cache_cc patch-base_rand_util_h patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_system_sys_info_posix_cc patch-build_config_compiler_BUILD_gn patch-build_linux_unbundle_libusb_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-cc_paint_paint_op_writer_h patch-chrome_app_app_management_strings_grdp 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_theme_chrome_unscaled_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_background_background_mode_manager_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_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_bubble_download_bubble_update_service_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_download_download_prefs_h 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_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_remote_commands_cbcm_remote_commands_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_extensions_external_provider_impl_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_intranet_redirect_detector_h patch-chrome_browser_media_router_discovery_BUILD_gn patch-chrome_browser_media_webrtc_capture_policy_utils_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_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_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h 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_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_frame_browser_view_cc 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_hung_renderer_view_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc 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_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_web_applications_web_app_install_info_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_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_media_cdm_registration_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-components_autofill_core_browser_payments_iban_save_manager_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_crash_core_app_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_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_neterror_resources_neterror_js patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_user_education_views_help_bubble_view_cc patch-components_variations_service_variations_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_download_save_package_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_keys_listener_manager_impl_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_media_service_video_capture_device_launcher_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_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_gpu_gpu_main_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-extensions_browser_api_api_browser_context_keyed_service_factories_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_api__permission_features_json patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_lib_headless_content_main_delegate_cc patch-media_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni 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_base_features_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-printing_printing_context_linux_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_protocol_webrtc_video_stream_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_mojom_sandbox_mojom patch-sandbox_policy_sandbox_type_cc patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_device_geolocation_location_arbitrator_cc patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_editing_editing_behavior_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_parser_html_document_parser_fastpath_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_canvas_canvas2d_canvas_style_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_description_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_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_dawn_include_dawn_native_VulkanBackend_h patch-third_party_dawn_src_dawn_common_Platform_h patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_ffmpeg_chromium_scripts_build_ffmpeg_py patch-third_party_ffmpeg_configure patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h patch-third_party_perfetto_src_base_string_utils_cc patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_tflite_features_gni patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-third_party_widevine_cdm_widevine_gni patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_constants_cc patch-ui_base_clipboard_clipboard_constants_h patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_x_generated_protos_dri3_cc patch-ui_gfx_x_generated_protos_shm_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gtk_gtk_ui_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_trap-handler_handler-inside-posix_cc www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_address_space_randomization_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_address_space_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_forward_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_page_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_allocator_partition_allocator_src_partition_alloc_spinning_mutex_cc patch-base_allocator_partition_allocator_src_partition_alloc_starscan_stack_stack_cc patch-chrome_browser_browser_features_h patch-chrome_browser_component_updater_registration_cc patch-chrome_browser_performance_manager_metrics_cpu_probe_cpu_probe_cc patch-chrome_browser_sync_sync_service_util_cc patch-chrome_browser_ui_tabs_organization_trigger_observer_h patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-components_autofill_core_browser_data_model_autofill_i18n_api_h patch-components_commerce_core_commerce_feature_list_cc patch-components_eye_dropper_eye_dropper_view_aura_cc patch-components_eye_dropper_eye_dropper_view_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_supervised_user_core_common_features_cc patch-components_supervised_user_core_common_features_h patch-components_sync_base_features_cc patch-content_browser_browser_child_process_host_impl_h patch-content_browser_browser_child_process_host_impl_receiver_bindings_cc patch-content_browser_child_thread_type_switcher_linux_cc patch-content_browser_generic_sensor_frame_sensor_provider_proxy_cc patch-content_child_BUILD_gn patch-content_gpu_gpu_child_thread_cc patch-content_public_browser_content_browser_client_cc patch-content_utility_utility_thread_impl_cc patch-extensions_browser_api_management_management_api_cc patch-gpu_command_buffer_service_shared_image_ozone_image_gl_textures_holder_h patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_node_node_gni patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_speech-dispatcher_speechd_types_h patch-ui_base_test_ui_controls_h patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_h patch-ui_views_test_ui_controls_factory_desktop_aura_ozone_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Removed files: www/chromium/patches: patch-base_allocator_partition_allocator_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_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_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_forward_h patch-base_allocator_partition_allocator_partition_page_constants_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_allocator_partition_allocator_spinning_mutex_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-build_linux_unbundle_replace_gn_files_py patch-chrome_browser_ui_browser_dialogs_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_common_url_constants_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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_viz_test_fake_display_client_cc patch-components_viz_test_fake_display_client_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_public_test_mock_render_thread_cc patch-content_renderer_BUILD_gn patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-net_cert_cert_verifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_test_root_certs_unittest_cc patch-remoting_host_heartbeat_sender_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_ffmpeg_libavcodec_x86_fft_asm patch-ui_base_ui_base_features_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h Log message: update to 120.0.6099.62 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 09:45:52 Modified files: libexec/ld.so/aarch64: ld.script SYS.h libexec/ld.so/alpha: ld.script SYS.h libexec/ld.so/amd64: ld.script SYS.h libexec/ld.so/arm: ld.script SYS.h libexec/ld.so/hppa: ld.script SYS.h libexec/ld.so/i386: ld.script SYS.h libexec/ld.so/m88k: ld.script SYS.h libexec/ld.so/mips64: ld.script SYS.h libexec/ld.so/powerpc: ld.script SYS.h libexec/ld.so/powerpc64: ld.script SYS.h libexec/ld.so/riscv64: ld.script SYS.h libexec/ld.so/sh: ld.script SYS.h libexec/ld.so/sparc64: ld.script SYS.h lib/libc/arch : DEFS.h lib/libc/arch/aarch64: SYS.h lib/libc/arch/alpha: SYS.h lib/libc/arch/amd64: SYS.h lib/libc/arch/amd64/gen: setjmp.S sigsetjmp.S lib/libc/arch/amd64/sys: tfork_thread.S lib/libc/arch/arm: SYS.h lib/libc/arch/hppa: SYS.h lib/libc/arch/hppa/gen: setjmp.S lib/libc/arch/hppa/sys: Ovfork.S lib/libc/arch/i386: DEFS.h SYS.h lib/libc/arch/i386/gen: setjmp.S sigsetjmp.S lib/libc/arch/i386/sys: Ovfork.S brk.S sbrk.S sigprocmask.S sigsuspend.S tfork_thread.S lib/libc/arch/m88k: DEFS.h SYS.h lib/libc/arch/m88k/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S lib/libc/arch/mips64: SYS.h lib/libc/arch/mips64/gen: setjmp.S lib/libc/arch/mips64/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S lib/libc/arch/powerpc: SYS.h lib/libc/arch/powerpc/gen: setjmp.S sigsetjmp.S lib/libc/arch/powerpc/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S lib/libc/arch/powerpc64: DEFS.h SYS.h lib/libc/arch/powerpc64/gen: setjmp.S sigsetjmp.S lib/libc/arch/powerpc64/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S lib/libc/arch/riscv64: DEFS.h SYS.h lib/libc/arch/riscv64/sys: brk.S lib/libc/arch/sh: SYS.h lib/libc/arch/sh/sys: brk.S sbrk.S sigprocmask.S sigsuspend.S tfork_thread.S lib/libc/arch/sparc64: SYS.h lib/libc/arch/sparc64/gen: setjmp.S sigsetjmp.S lib/libc/arch/sparc64/sys: brk.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S tfork_thread.S Log message: Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL) with {uint offset, uint syscall#} entries in libc & ld.so. In libc a few syscall# entries (break, sigprocmask, _tfork, _threxit) are duplicated because additional or inline uses occur (that situation is handled elsewhere) ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 09:56:02 Modified files: sys/arch/alpha/alpha: locore.s sys/arch/amd64/amd64: locore.S sys/arch/arm/arm: sigcode.S sys/arch/arm64/arm64: locore.S sys/arch/hppa/hppa: locore.S sys/arch/i386/i386: locore.s sys/arch/m88k/m88k: subr.S sys/arch/macppc/macppc: locore.S sys/arch/mips64/mips64: lcore_access.S sys/arch/powerpc64/powerpc64: locore.S sys/arch/riscv64/riscv64: locore.S sys/arch/sh/sh : locore_subr.S sys/arch/sparc64/sparc64: locore.s Log message: Add a new label "sigcodecall" inside every sigtramp definition, directly in front of the syscall instruction. This is used to calculate the start of the syscall for SYS_sigreturn and pinned system calls. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 09:59:09 Modified files: sys/kern : syscalls.master Log message: pinsyscalls(2) 2nd argument can be "uint *" instead of "void * ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 09:59:51 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/10 12:03:37 Modified files: sys/dev/usb : ugold.c Log message: The new cinematic to get sensor information as soon as possible sometimes runs too fast for the device and causes it to stutter its identification string. Check if the second string chunk matches the first one, and ignore it in this case, the correct data will come later. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/10 12:20:06 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: evp_test: zap extra empty line CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/10 13:14:33 Modified files: x11/notion : Makefile distinfo x11/notion/patches: patch-system-autodetect_mk Log message: [fix] notion: unmask SA_RESTART signal while there: switch to DIST_TUPLE CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/10 13:30:23 ports/net/gomuks/patches Update of /cvs/ports/net/gomuks/patches In directory cvs.openbsd.org:/tmp/cvs-serv55480/patches Log Message: Directory /cvs/ports/net/gomuks/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/10 13:30:58 Modified files: net/gomuks : Makefile distinfo modules.inc Added files: net/gomuks/patches: patch-go_mod patch-go_sum Log message: update bbolt to v1.3.8 and x/sys to v0.15.0 to pull in all the syscall fixes CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/12/10 14:25:14 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: vmm(4): flush EPTs after enabling VMX mode. The Intel SDM states the vmxon/vmxoff instructions don't invalidate any EPT states on the cpu and recommend invalidating the global context. vmm(4) opportunistically disables and enables VMX mode as vms are created or terminated, so this adds a recommended housekeeping step per the SDM. While here, tidy up the CR4 toggling by moving it to after the MSR feature check. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 17:34:24 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : pinsyscalls.2 Log message: document upcoming pinsyscalls(2) system call ok kettenis, some tweaks from jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 17:35:06 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 17:39:43 Modified files: sys/sys : acct.h Log message: Add an accounting flag for syscall pinning violations. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 17:40:31 Modified files: usr.bin/lastcomm: lastcomm.1 lastcomm.c Log message: Report system call pinning violations. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 19:30:36 Modified files: lib/libc/arch/hppa: SYS.h Log message: Oops, wrong argument to macro CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/10 20:05:17 Modified files: lib/libc/arch : DEFS.h libexec/ld.so/arm: SYS.h Log message: arm just had to be different and change the syntax for .pushsection arguments, so we have to cope. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 21:56:54 Modified files: sys/dev/pci/drm/include/linux: dma-fence.h Log message: add dma_fence_is_later_or_same() for 6.1.66 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:00:24 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c Log message: drm/amd: Enable PCIe PME from D3 From Mario Limonciello c6088429630048661e480ed28590e69a48c102d6 in linux-6.1.y/6.1.66 6967741d26c87300a51b5e50d4acd104bc1a9759 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:02:39 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c sys/dev/pci/drm/amd/include/asic_reg/gc: gc_11_0_0_offset.h Log message: drm/amdgpu: Force order between a read and write to the same address From Alex Sierra c5cf436c8969516c92aaceb87582ff19bd187756 in linux-6.1.y/6.1.66 4b27a33c3b173bef1d19ba89e0b9b812b4fddd25 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:04:45 Modified files: sys/dev/pci/drm/amd/display/dmub/src: dmub_srv.c Log message: drm/amd/display: Include udelay when waiting for INBOX0 ACK From Alvin Lee 33ed892f0cdeb1350648cd3bfe8140aa9f792076 in linux-6.1.y/6.1.66 3c9ea68cb61bd7e5bd312c06a12adada74ff5805 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:07:03 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn20: dcn20_fpu.c Log message: drm/amd/display: Remove min_dst_y_next_start check for Z8 From Nicholas Kazlauskas a67c18704706e0a9ccac9b7002e678d325aea123 in linux-6.1.y/6.1.66 08448812acb2ab701cd5ff7e1a1dc97f7f10260c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:09:01 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn32: dcn32_fpu.c Log message: drm/amd/display: Use DRAM speed from validation for dummy p-state From Alvin Lee 6ef7f13c72df6bc95d39eb1614306768141377db in linux-6.1.y/6.1.66 9be601135ba8ac69880c01606c82140f2dde105e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:11:15 Modified files: sys/dev/pci/drm/amd/display/dc/dcn314: dcn314_resource.c Log message: drm/amd/display: Update min Z8 residency time to 2100 for DCN314 From Nicholas Kazlauskas 859a3a9f1e6b4055fd96695d11defca050ecf5cf in linux-6.1.y/6.1.66 4636a211980052ca0df90265c8a3ed2d46099091 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:12:54 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: fix ABM disablement From Hamza Mahfooz 7cfc3884a8bb3b77efd035885c758fb33587f1b3 in linux-6.1.y/6.1.66 b9f46f0b98784e40288ee393f863f553fde062fa in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:15:39 Modified files: sys/dev/pci/drm: dma-resv.c Log message: dma-buf: fix check in dma_resv_add_fence From Christian Koenig fc98ea2699c090e0377d16d733dca7a0b7508237 in linux-6.1.y/6.1.66 95ba893c9f4feb836ddce627efd0bb6af6667031 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:18:43 Modified files: sys/dev/pci/drm/amd/display/dmub: dmub_srv.h sys/dev/pci/drm/amd/display/dmub/src: dmub_dcn20.c dmub_dcn20.h dmub_dcn31.c dmub_dcn31.h dmub_dcn32.c dmub_dcn32.h dmub_srv.c Log message: drm/amd/display: Restore rptr/wptr for DMCUB as workaround From JinZe Xu 395a63ca1ad2e0534176cac91f5715961e744529 in linux-6.1.y/6.1.66 8f3589bb6fcea397775398cba4fbcc46829a60ed in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:20:29 Modified files: sys/dev/pci/drm/amd/display/dmub/src: dmub_srv.c Log message: drm/amd/display: Guard against invalid RPTR/WPTR being set From Nicholas Kazlauskas 195514bda626b16fb6ef9ff4172dc0433a3c105b in linux-6.1.y/6.1.66 1ffa8602e39b89469dc703ebab7a7e44c33da0f7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:21:50 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu13: aldebaran_ppt.c Log message: drm/amd/pm: fix a memleak in aldebaran_tables_init From Dinghao Liu 0e0a95166882e594af4ab4f8c6f7894c2c32f6a9 in linux-6.1.y/6.1.66 7a88f23e768491bae653b444a96091d2aaeb0818 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:23:45 Modified files: sys/dev/pci/drm/amd/display/dc: dc.h dc_stream.h sys/dev/pci/drm/amd/display/dc/dml: dc_features.h display_mode_enums.h display_mode_vba.h sys/dev/pci/drm/amd/display/dc/inc: core_types.h sys/dev/pci/drm/amd/display/dc/inc/hw: hw_shared.h Log message: drm/amd/display: Expand kernel doc for DC From Rodrigo Siqueira 6cd736272165d7a6a7d62fb0a40536ed3741ed02 in linux-6.1.y/6.1.66 1682bd1a6b5fb094e914d9b73b711821fd84dcbd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:25:29 Modified files: sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_hwseq.c Log message: drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlut From Melissa Wen 442a4d4d01579d5d7066d0653898ffbb4091e3be in linux-6.1.y/6.1.66 94369589e4ec13c762fe10a1fdc4463bdfee5d5f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:27:19 Modified files: sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_cm_common.c dcn10_cm_common.h dcn10_hw_sequencer.c sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hwseq.c sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_dwb_cm.c dcn30_hwseq.c sys/dev/pci/drm/amd/display/dc/dcn32: dcn32_hwseq.c Log message: drm/amd/display: Fix the delta clamping for shaper LUT From Harry Wentland 8332cb6c63394f32117a6f46a8cf7bedb8eec0b1 in linux-6.1.y/6.1.66 27fc10d1095f7a7de7c917638d7134033a190dd8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/10 22:29:02 Modified files: sys/dev/pci/drm/amd/display/dc/dcn32: dcn32_hwseq.c Log message: drm/amd/display: Fix MPCC 1DLUT programming From Ilya Bakoulin 10ce6301009fa46ba264ed75b822115ec3ca6e67 in linux-6.1.y/6.1.66 6f395cebdd8927fbffdc3a55a14fcacf93634359 in mainline linux CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/11 00:38:00 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/11 00:43:14 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/11 01:06:32 Modified files: sysutils/consul: Makefile distinfo Log message: Reroll tarball with updated bbolt and x/sys to get the syscall fix. prodded by pvk@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/11 01:28:03 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/pkg: PLIST-main Removed files: mail/grommunio/gromox/patches: patch-lib_mapi_rop_util_cpp Log message: update to 2.19 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/11 01:28:23 Modified files: mail/grommunio/sync: Makefile distinfo Log message: pull in bugfixes from upstream's HEAD CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/11 01:42:45 Modified files: www/chromium : Makefile distinfo Log message: update to 120.0.6099.71 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 02:08:52 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: PLIST Log message: www/mozilla-firefox: enable wayland support GL on wayland doesn't work yet, but work is underway. set MOZ_ENABLE_WAYLAND=1 in the env when running on wayland for native wayland support, otherwise it'll default to xwayland. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 02:09:11 Modified files: www/firefox-esr: Makefile www/firefox-esr/pkg: PLIST Log message: www/firefox-esr: enable wayland support CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 02:09:43 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/pkg: PLIST Log message: mail/mozilla-thunderbird: enable wayland support CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 02:11:46 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: drop MOZILLA_USE_WAYLAND block, and default to cairo-gtk3-x11-wayland CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 02:25:54 Modified files: www/tor-browser/browser: Makefile www/tor-browser/browser/pkg: PLIST Log message: www/tor-browser/browser: enable wayland support CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/12/11 02:40:42 Modified files: sys/dev/pv : if_vio.c Log message: vio(4): simplify mbuf parsing with ether_extract_headers() ok sf@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/11 03:34:24 Log message: import py-phx-class-registry. Python dev library for creating a registry of class instantiation patterns. from Paul Galbraith, ok sthen Status: Vendor Tag: tb Release Tags: tb_20231211 N ports/devel/py-phx-class-registry/Makefile N ports/devel/py-phx-class-registry/distinfo N ports/devel/py-phx-class-registry/pkg/DESCR N ports/devel/py-phx-class-registry/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/11 03:35:47 Modified files: devel : Makefile Log message: +py-phx-class-registry,python3 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/11 04:15:44 Modified files: sys/arch/arm64/conf: GENERIC files.arm64 Added files: sys/arch/arm64/dev: ampchwm.c Log message: Add ampchwm(4) a driver to access the Ampere Altra Fine-Grained Power Telemetry This adds per core energy sensors (in Joules) and one per SoC temparature sensor. OK kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/11 04:17:34 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: ampchwm.4 Log message: Manpage for ampchwm(4) - Ampere Altra Fine-Grained Power Telemetry CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 04:19:16 Modified files: devel/py-jsonschema-spec: Makefile distinfo devel/py-jsonschema-spec/pkg: PLIST Log message: backout to py3-jsonschema-spec-0.1.6 (EPOCH set), 0.2.x has additional deps not apparent (tests only do a coverage run as the tests dir is not present in the pypi distfile). problems reported by robert@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/11 05:39:39 Modified files: security/vaultwarden: Makefile security/vaultwarden/pkg: vaultwarden.rc Log message: Fix vaultwarden.rc OK sthen@, aisha@, sdk@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 05:40:37 Modified files: productivity/khal: Makefile distinfo productivity/khal/pkg: PLIST Log message: update to khal-0.11.2, from wen heping, ok jung@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/11 07:25:09 Modified files: sys/net : if_pflow.c if_pflow.h Log message: Turn `pflow_softc' list into SMR list. Since the revision 1.1182 of net/pf.c netlock is not taken while export_pflow() called from pf_purge_states(). Current locks order requires netlock to be taken before PF_LOCK(), so there is no reason to turn it back into this path only for optional export_pflow() call. The `pflowif_list' foreach loop has no context switch within, so SMR list is better than mutex(9). Tested by Hrvoje Popovski. ok sashan bluhm CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/11 07:26:54 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_debug_stack_trace_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_unittest_cc patch-base_linux_util_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_unittest_cc patch-base_profiler_module_cache_cc patch-base_rand_util_h patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_system_sys_info_posix_cc patch-build_config_compiler_BUILD_gn patch-build_linux_unbundle_libusb_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-cc_paint_paint_op_writer_h patch-chrome_app_app_management_strings_grdp 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_theme_chrome_unscaled_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_background_background_mode_manager_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_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_bubble_download_bubble_update_service_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_download_download_prefs_h 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_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_remote_commands_cbcm_remote_commands_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_extensions_external_provider_impl_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_intranet_redirect_detector_h patch-chrome_browser_media_router_discovery_BUILD_gn 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_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h 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_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_frame_browser_view_cc 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_hung_renderer_view_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc 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_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_web_applications_web_app_install_info_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_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_media_cdm_registration_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-components_autofill_core_browser_payments_iban_save_manager_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_crash_core_app_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_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_neterror_resources_neterror_js patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_user_education_views_help_bubble_view_cc patch-components_variations_service_variations_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_download_save_package_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_keys_listener_manager_impl_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_media_service_video_capture_device_launcher_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_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_gpu_gpu_main_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-extensions_browser_api_api_browser_context_keyed_service_factories_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_api__permission_features_json patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_lib_headless_content_main_delegate_cc patch-media_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni 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_base_features_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-printing_printing_context_linux_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_protocol_webrtc_video_stream_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_mojom_sandbox_mojom patch-sandbox_policy_sandbox_type_cc patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_device_geolocation_location_arbitrator_cc patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_mojom_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_editing_editing_behavior_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_parser_html_document_parser_fastpath_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_canvas_canvas2d_canvas_style_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_description_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_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_dawn_include_dawn_native_VulkanBackend_h patch-third_party_dawn_src_dawn_common_Platform_h patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_ffmpeg_chromium_scripts_build_ffmpeg_py patch-third_party_ffmpeg_configure patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h patch-third_party_perfetto_src_base_string_utils_cc patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_tflite_features_gni patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-third_party_widevine_cdm_widevine_gni patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_constants_cc patch-ui_base_clipboard_clipboard_constants_h patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_x_generated_protos_dri3_cc patch-ui_gfx_x_generated_protos_shm_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gtk_gtk_ui_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_trap-handler_handler-inside-posix_cc www/ungoogled-chromium/pkg: PLIST Added files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_address_space_randomization_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_address_space_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_forward_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_page_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_allocator_partition_allocator_src_partition_alloc_spinning_mutex_cc patch-base_allocator_partition_allocator_src_partition_alloc_starscan_stack_stack_cc patch-chrome_browser_browser_features_h patch-chrome_browser_component_updater_registration_cc patch-chrome_browser_performance_manager_metrics_cpu_probe_cpu_probe_cc patch-chrome_browser_sync_sync_service_util_cc patch-chrome_browser_ui_tabs_organization_trigger_observer_h patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-components_autofill_core_browser_data_model_autofill_i18n_api_h patch-components_commerce_core_commerce_feature_list_cc patch-components_eye_dropper_eye_dropper_view_aura_cc patch-components_eye_dropper_eye_dropper_view_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_supervised_user_core_common_features_cc patch-components_supervised_user_core_common_features_h patch-components_sync_base_features_cc patch-content_browser_browser_child_process_host_impl_h patch-content_browser_browser_child_process_host_impl_receiver_bindings_cc patch-content_browser_child_thread_type_switcher_linux_cc patch-content_browser_generic_sensor_frame_sensor_provider_proxy_cc patch-content_child_BUILD_gn patch-content_gpu_gpu_child_thread_cc patch-content_public_browser_content_browser_client_cc patch-content_utility_utility_thread_impl_cc patch-extensions_browser_api_management_management_api_cc patch-gpu_command_buffer_service_shared_image_ozone_image_gl_textures_holder_h patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_node_node_gni patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_speech-dispatcher_speechd_types_h patch-ui_base_test_ui_controls_h patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_h patch-ui_views_test_ui_controls_factory_desktop_aura_ozone_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Removed files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_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_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_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_forward_h patch-base_allocator_partition_allocator_partition_page_constants_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_allocator_partition_allocator_spinning_mutex_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-build_linux_unbundle_replace_gn_files_py patch-chrome_browser_ui_browser_dialogs_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_common_url_constants_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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_viz_test_fake_display_client_cc patch-components_viz_test_fake_display_client_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_public_test_mock_render_thread_cc patch-content_renderer_BUILD_gn patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-net_cert_cert_verifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_test_root_certs_unittest_cc patch-remoting_host_heartbeat_sender_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_network_public_cpp_features_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_ffmpeg_libavcodec_x86_fft_asm patch-ui_base_ui_base_features_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h Log message: update to 120.0.6099.71 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/12/11 07:27:09 Modified files: sys/dev/ic : nvmereg.h Log message: Fix the shift of status bits 2:0 to 11:9 from <<8 to <<9. Fix the mask of shifted 8 bit field from 0x7f to 0xff. Allows proper decoding of status fields SCT and SC. From mlelstv@netbsd via NetBSD. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/12/11 07:36:21 Log message: Import jdk-21. okay ian@ Status: Vendor Tag: kurt Release Tags: kurt_20231211 N ports/devel/jdk/21/Makefile N ports/devel/jdk/21/distinfo N ports/devel/jdk/21/patches/patch-make_common_NativeCompilation_gmk N ports/devel/jdk/21/patches/patch-make_modules_java_base_Lib_gmk N ports/devel/jdk/21/patches/patch-make_modules_java_desktop_lib_Awt2dLibraries_gmk N ports/devel/jdk/21/pkg/PFRAG.ci N ports/devel/jdk/21/pkg/DESCR N ports/devel/jdk/21/pkg/PLIST N ports/devel/jdk/21/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/12/11 07:38:55 Modified files: devel/jdk : java.port.mk Log message: Add support for jdk-21. okay ian@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/12/11 07:39:45 Modified files: devel/jdk : Makefile Log message: Connect jdk-21 to the build CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/11 08:10:38 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: update to puppet-lint 4.2.3; OK sebastia CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/12/11 08:21:15 Modified files: share/man/man4 : acpi.4 share/man/man4/man4.arm64: ampchwm.4 Log message: ampchwm: - lowercase Nd - add arch to Dt acpi.4: - add entry for ampchwm ok claudio CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/11 08:50:23 Modified files: usr.sbin/rpki-client: mft.c parser.c Log message: Log a warning when a manifest replay is detected OK tb@ claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/11 10:20:42 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: revert back to cairo-gtk3 to unbreak www/seamonkey still enables wayland support since gtk3 has wayland support now, and it's equivalent anyway to cairo-gtk3-x11-wayland CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/11 12:05:20 Modified files: usr.sbin/rpki-client: extern.h parser.c Log message: Warn when the same manifestNumber is recycled across multiple issuances of that manifest OK tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/11 12:52:40 Modified files: etc/etc.armv7 : login.conf etc/etc.i386 : login.conf etc/etc.loongson: login.conf etc/etc.macppc : login.conf etc/etc.sparc64: login.conf Log message: Synchronize datasize-cur limit for staff with the default class. ok deraadt@, millert@, phessler@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/11 13:03:07 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: update www/gallery-dl to 1.26.4; from MAINTAINER grodzio1, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 13:25:37 Modified files: shells/fish : Makefile distinfo Log message: update to fish-3.6.4, from Florian Viehweger (maintainer), earlier diff from Justin Berthault https://github.com/fish-shell/fish-shell/security/advisories/GHSA-2j9r-pm96-wp4f CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 13:25:53 Modified files: shells/fish : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to fish-3.6.4, from Florian Viehweger (maintainer), earlier diff from Justin Berthault https://github.com/fish-shell/fish-shell/security/advisories/GHSA-2j9r-pm96-wp4f CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 13:32:06 Log message: import ports/devel/p5-Mock-Sub, from wen heping, ok bluhm@ Easy to use and very lightweight module for mocking out sub calls. Very useful for testing areas of your own modules where getting coverage may be difficult due to nothing to test against, and/or to reduce test run time by eliminating the need to call subs that you really don't want or need to test. Status: Vendor Tag: sthen Release Tags: sthen_20231211 N ports/devel/p5-Mock-Sub/Makefile N ports/devel/p5-Mock-Sub/distinfo N ports/devel/p5-Mock-Sub/pkg/DESCR N ports/devel/p5-Mock-Sub/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/11 13:32:36 Modified files: devel : Makefile Log message: +p5-Mock-Sub CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/11 13:40:22 Modified files: security/rust-ring: Makefile security/rust-ring/pkg: DESCR Log message: rust-ring: clarify that this is only needed as a BDEP for ring 0.16.x. ok sthen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/11 15:12:53 Modified files: sys/arch/alpha/include: pmap.h sys/arch/amd64/include: pmap.h sys/arch/arm/include: pmap.h sys/arch/arm64/arm64: pmap.c sys/arch/arm64/include: pmap.h sys/arch/hppa/include: pmap.h sys/arch/i386/include: pmap.h sys/arch/m88k/include: pmap.h sys/arch/mips64/include: pmap.h sys/arch/powerpc/include: pmap.h sys/arch/powerpc64/include: pmap.h sys/arch/riscv64/include: pmap.h sys/arch/sh/include: pmap.h sys/arch/sparc64/include: pmap.h sys/kern : init_main.c Log message: Implement per-CPU caching for the page table page (vp) pool and the PTE descriptor (pted) pool in the arm64 pmap implementation. This significantly reduces the side-effects of lock contention on the kernel map lock that is (incorrectly) translated into excessive page daemon wakeups. This is not a perfect solution but it does lead to significant speedups on machines with many CPU cores. This requires adding a new pmap_init_percpu() function that gets called at the point where kernel is ready to set up the per-CPU pool caches. Dummy implementations of this function are added for all non-arm64 architectures. Some other architectures can probably benefit from providing an actual implementation that sets up per-CPU caches for pmap pools as well. ok phessler@, claudio@, miod@, patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/11 15:24:16 Modified files: lib/libc/arch : DEFS.h lib/libc/arch/alpha: SYS.h lib/libc/arch/hppa: SYS.h lib/libc/arch/i386: DEFS.h lib/libc/arch/m88k: DEFS.h lib/libc/arch/mips64: SYS.h lib/libc/arch/powerpc64: DEFS.h lib/libc/arch/riscv64: DEFS.h lib/libc/arch/sh: SYS.h Log message: Make sure the syscall table entries are aligned on a 4-byte boundary. Required for strict-alignment architectures and a good idea on others. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/11 15:29:25 Modified files: libexec/ld.so/aarch64: SYS.h libexec/ld.so/alpha: SYS.h libexec/ld.so/amd64: SYS.h libexec/ld.so/arm: SYS.h libexec/ld.so/hppa: SYS.h libexec/ld.so/i386: SYS.h libexec/ld.so/m88k: SYS.h libexec/ld.so/mips64: SYS.h libexec/ld.so/powerpc: SYS.h libexec/ld.so/powerpc64: SYS.h libexec/ld.so/riscv64: SYS.h libexec/ld.so/sh: SYS.h libexec/ld.so/sparc64: SYS.h Log message: Make sure the syscall table entries are aligned on a 4-byte boundary. Required for strict-alignment architectures and a good idea on others. same as kettenis commit to libc CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/12/11 15:31:26 Modified files: print/lilypond : Makefile print/lilypond/patches: patch-lily_music-iterator_cc Log message: Fix an old merge error resulting in really stupid code. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/11 17:03:31 Modified files: sys/net : if_pflow.c if_pflow.h Log message: Turn `pflowstats' statistics counters into per-CPU counters to make them mpsafe. The weird interactions around `pflow_flows' and `sc_gcounter' replaced by simple `pflow_flows' increment. Since the flow sequence is the 32 bits integer, the `sc_gcounter' type replaced by the type of uint32_t. ok bluhm sashan CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/11 17:52:55 Modified files: devel/gas : Makefile devel/gas/pkg : PLIST Log message: Add a @conflict marker on binutils-* ok phessler@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/11 18:07:34 Modified files: devel/git-annex: Makefile distinfo devel/git-annex/pkg: PLIST Added files: devel/git-annex/patches: patch-Utility_DirWatcher_Kqueue_hs Removed files: devel/git-annex/patches: 0001-Fix-build-with-GHC-9.2.patch Log message: Upgrade git-annex to 10.20230802 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/11 18:07:59 Modified files: devel/happy : Makefile distinfo Log message: Upgrade happy to 1.20.1.1 to work with ghc-9.6.3 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/11 18:08:22 Modified files: devel/cabal-bundler: Makefile distinfo devel/cabal-bundler/patches: patch-cabal_project Log message: Upgrade cabal-bundler for ghc-9.6.3 Workaround is required until upstream releases: https://github.com/haskell-hvr/paths/pull/16 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/11 18:08:41 Modified files: x11/xmonad : Makefile distinfo x11/xmonad/patches: patch-man_xmonad_1 patch-src_XMonad_Main_hs patch-xmonad_cabal Log message: Upgrade xmonad to 0.17.2 OK kili@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/11 18:45:27 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 00:37:21 Modified files: sys/arch/amd64/amd64: locore.S sys/arch/arm/arm: sigcode.S sys/arch/arm64/arm64: locore.S sys/arch/hppa/hppa: locore.S sys/arch/i386/i386: locore.s sys/arch/m88k/m88k: subr.S sys/arch/macppc/macppc: locore.S sys/arch/mips64/mips64: lcore_access.S sys/arch/powerpc64/powerpc64: locore.S sys/arch/riscv64/riscv64: locore.S sys/arch/sh/sh : locore_subr.S sys/arch/sparc64/sparc64: locore.s Log message: The sigtramp was calling sigreturn(2), and upon failure exit(2), which doesn't make sense anymore. It is better to just issue an illegal instruction. ok kettenis, with some misgivings about inconsistant approaches between architectures. In the future we could change sigreturn(2) to never return an exit code, but always just terminate the process. We stopped this system call from being callable ages ago with msyscall(2), and there is no stub for it in libc.. maybe that's the next step to take? CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/12 01:43:14 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.5.2. see https://www.thunderbird.net/en-US/thunderbird/115.5.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/12 01:43:59 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.5.2. see https://www.thunderbird.net/en-US/thunderbird/115.5.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 03:58:35 Modified files: net/zabbix : Makefile net/zabbix/pkg : PLIST-proxy PLIST-server Log message: Put back erroneously removed database initialization SQL scripts Spotted by Mark Patruck, thanks! CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/12/12 04:01:34 Modified files: sysutils/firmware/amd: Makefile distinfo Log message: update amd microcode to 20231211 00830F10 17-31-00 Rome-B0 0x0830107a -> 0x0830107b CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/12/12 04:03:19 Modified files: sysutils/firmware/amdgpu: Makefile distinfo Log message: update amdgpu firmware to 20231211 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/12/12 04:05:22 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeon firmware to 20231211 no binary change CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/12/12 04:06:40 Modified files: sysutils/firmware/inteldrm: Makefile distinfo Log message: update inteldrm firmware to 20231211 no binary change CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 05:18:16 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.16.0 -> 2.16.2 Changelog: https://github.com/ansible/ansible/blob/stable-2.16/changelogs/CHANGELOG-v2.16.rst CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/12 05:38:52 Modified files: sys/net : if_pflow.c Log message: slyle(9) fix. No functional changes. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 07:10:06 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 9.0.1 -> 9.1.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst#v9-1-0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/12 07:37:14 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-vendor_openssl-sys_build_cfgs_rs patch-vendor_openssl-sys_src_handwritten_x509_rs patch-vendor_openssl-sys_src_handwritten_x509v3_rs patch-vendor_openssl_build_rs patch-vendor_openssl_src_lib_rs patch-vendor_openssl_src_x509_mod_rs Log message: Prepare Rust for the next libcrypto bump X509V3_EXT_add_alias() will go away and X509_PURPOSE_get0() will return a const pointer. This breaks the build of the vendored rust-openssl crate. Fix this by pulling in (parts of) the following upstream PRs: https://github.com/sfackler/rust-openssl/pull/2121 https://github.com/sfackler/rust-openssl/pull/2124 ok semarie (maintainer) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 07:38:22 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.3 -> 1.15.4 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.4 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 07:44:30 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.32 -> 2.5.33 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 07:45:52 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.5.0 -> 3.6.0 Changelog: https://github.com/pre-commit/pre-commit/releases/tag/v3.6.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:30:56 Modified files: sys/kern : kern_ktrace.c syscalls.master sys/sys : ktrace.h syscall_mi.h usr.bin/kdump : kdump.c include : unistd.h lib/libc : Symbols.list lib/libc/hidden: unistd.h lib/libc/sys : Makefile.inc syscall.2 sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: locore.S trap.c sys/arch/arm/arm: syscall.c sys/arch/arm64/arm64: syscall.c sys/arch/hppa/hppa: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/powerpc64/powerpc64: syscall.c sys/arch/riscv64/riscv64: syscall.c sys/arch/sh/sh : trap.c sys/arch/sparc64/sparc64: trap.c Log message: remove support for syscall(2) -- the "indirection system call" because it is a dangerous alternative entry point for all system calls, and thus incompatible with the precision system call entry point scheme we are heading towards. This has been a 3-year mission: First perl needed a code-generated wrapper to fake syscall(2) as a giant switch table, then all the ports were cleaned with relatively minor fixes, except for "go". "go" required two fixes -- 1) a framework issue with old library versions, and 2) like perl, a fake syscall(2) wrapper to handle ioctl(2) and sysctl(2) because "syscall(SYS_ioctl" occurs all over the place in the "go" ecosystem because the "go developers" are plan9-loving unix-hating folk who tried to build an ecosystem without allowing "ioctl". ok kettenis, jsing, afresh1, sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:32:59 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:38:15 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:41:24 Modified files: lib/libc : shlib_version Log message: crank libc major because syscall(2) was removed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:41:47 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 08:44:00 Modified files: libexec/ld.so : loader.c Log message: To avoid kbind(2) becoming a powerful gadget, it is called inline to a function. Therefore we cannot create a precise pinsyscall label. Instead create a duplicate entry (using inline asm) to force the kernel's pinsyscall code to skip validation, rather than labelling it illegal. kbind(2) remains safe because it self-protects by checking its calling address. ok kettenis CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/12 08:47:41 Modified files: lib/libutil : Symbols.map imsg-buffer.c imsg.c imsg.h shlib_version Log message: Extend imsg and ibuf API with useful getter methods For ibufs: - various getters for ibufs (ibuf_get* and ibuf_skip) - additional ibuf set/add functions that don't alter byte order - ibuf_truncate and ibuf_rewind - ibuf_from_buffer and ibuf_from_ibuf to populate a reader ibuf - a getter for the msgbuf queuelen For imsg: - various getters for imsg (especially imsg_get_data() which can be used in most cases as a simple one call api with all error checks). All the imsg.hdr fields can also be accessed by getters. - The imsg data is now actually an ibuf but the old imsg.data pointer is kept for now to not break every imsg application. - Introduce imsg_forward to simply forward a message from one channel to an other (used in the control socket code). Since this requires a major bump take the oportunity to also cleanup some function signatures to use size_t for length fields. Also internal data structures are removed from the public header. With and OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/12 08:49:21 Modified files: lib/libutil : Makefile imsg_init.3 Added files: lib/libutil : ibuf_add.3 Log message: Move ibuf API from imsg_init.3 to ibuf_add.3 Document all new functions added and adjust examples in imsg_init.3 to follow the new way of handling messages. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/12 08:50:39 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: Sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/12 08:52:58 Modified files: sbin/iked : imsg_util.c Log message: ibuf_getdata() abuses the rpos from the ibuf. This is no longer allowed and breaks because ibuf_seek() now uses rpos itself. Now this is just ibuf_get_ibuf() with an extra allocation done. OK tobhe@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/12 08:54:18 Modified files: usr.sbin/rpki-client: io.c Log message: io_read_buf() abused the ibuf internal rpos which is no longer allowed. This is now just a simple wrapper around ibuf_get(). OK tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 10:39:14 Modified files: libexec/ld.so : syscall.h Log message: repair type for 2nd arg of read(2) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 10:43:10 Modified files: sys/kern : kern_pledge.c Log message: put pinsyscalls(2) into the "always" group CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/12/12 11:44:57 Modified files: x11/xmobar : Makefile distinfo Added files: x11/xmobar/patches: 0001-Make-compatible-with-ghc-9.6.patch patch-src_Xmobar_Plugins_EWMH_hs patch-src_Xmobar_X11_Loop_hs Log message: Upgrade xmobar to 0.47.1 OK kili@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/12 13:15:49 Modified files: usr.sbin/snmpd : application_internal.c Log message: Do a bitter cleanup after the config defined objects on shutdown. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/12 13:18:39 Modified files: usr.sbin/snmpd : trap.c Log message: The OID inside snmpTrapOID is of type NOTIFICATION-TYPE, which does not have a zero appended. OK tb@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/12 14:55:15 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_example_ini www/gitea/pkg : PLIST Log message: Update gitea 1.21.1 - > 1.21.2 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.2 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/12/12 15:00:43 Modified files: usr.bin/ftp : main.c Log message: Make -o less special, drop -o '' support, always use last value ftp(1) says -o is about a single file/URL, but option handling takes the empty string as "reset previous -o value", which makes little sense, is undocumented and counter-intuitively works as if no -o was specified. OK millert CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/12/12 15:14:26 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.8.5 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/12 15:24:20 Modified files: lang/hare/hare : Makefile lang/hare/harec: Makefile Added files: lang/hare/harec/patches: patch-rt_+openbsd_start+aarch64_s Log message: Move amd64 and arm64 to use devel/gas; riscv64 still needs devel/binutils While here, add a patch to have arm64 build, upstreamed by tobhe@ ok tobhe@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 16:43:35 Modified files: sys/arch/arm64/arm64: syscall.c sys/arch/sparc64/sparc64: trap.c Log message: two syscall(2) removal chunks got lost CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/12 17:37:42 Modified files: lib/libutil : imsg_init.3 Log message: filedescriptor -> file descriptor CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 19:31:15 Modified files: sys/arch/mips64/mips64: trap.c Log message: another syscall(2) removal chunk got lost CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/12 19:42:36 Removed files: lib/libc/sys : syscall.2 Log message: actually remove it, pointed out by jsg CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/12/12 20:20:21 Modified files: devel/arm-compute-library: Makefile distinfo devel/arm-compute-library/pkg: PLIST Log message: Update to 23.11 Changelog: https://arm-software.github.io/ComputeLibrary/v23.11/versions_changelogs.xhtml CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/12 20:28:19 Modified files: usr.bin/ssh : sshconnect2.c Log message: when invoking KnownHostsCommand to determine the order of host key algorithms to request, ensure that the hostname passed to the command is decorated with the port number for ports other than 22. This matches the behaviour of KnownHostsCommand when invoked to look up the actual host key. bz3643, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/12 22:57:37 Modified files: regress/lib/libcrypto/x509: x509_asn1.c Log message: x509_asn1: avoid lookup table that makes some compilers whine CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/12 22:59:50 Modified files: regress/lib/libcrypto/x509: constraints.c Log message: constraints: \178 isn't a valid octal escape sequence CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/12 23:00:28 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: tlsexttest: \178 isn't a valid octal escape sequence CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/12 23:20:16 Modified files: xserver/Xi : exevents.c xserver/dix : devices.c Log message: Xi: allocate enough XkbActions for our buttons CVE-2023-6377 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/12 23:21:57 Modified files: xserver/randr : rrproperty.c rrproviderproperty.c Log message: randr: avoid integer truncation in length check of ProcRRChange*Property CVE-2023-6478 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/12 23:34:18 Modified files: xserver/Xi : exevents.c Log message: The previous fix from X.Org was incorrect. This fixes it. Xi: allocate enough XkbActions for our buttons CVE-2023-6377 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/12/12 23:39:10 Modified files: share/man/man9 : ktrace.9 syscall.9 Log message: no more syscall.2; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/12 23:50:41 Modified files: xserver/Xi : Tag: OPENBSD_7_3 exevents.c xserver/dix : Tag: OPENBSD_7_3 devices.c Log message: Xi: allocate enough XkbActions for our buttons CVE-2023-6377 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/12 23:54:52 Modified files: xserver/randr : Tag: OPENBSD_7_3 rrproperty.c rrproviderproperty.c Log message: randr: avoid integer truncation in length check of ProcRRChange*Property CVE-2023-6478 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/13 00:04:00 Modified files: xserver/Xi : Tag: OPENBSD_7_4 exevents.c xserver/dix : Tag: OPENBSD_7_4 devices.c Log message: Xi: allocate enough XkbActions for our buttons CVE-2023-6377 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/12/13 00:04:30 Modified files: xserver/randr : Tag: OPENBSD_7_4 rrproperty.c rrproviderproperty.c Log message: randr: avoid integer truncation in length check of ProcRRChange*Property CVE-2023-6478 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/13 00:19:37 Modified files: regress/lib/libcrypto/x509/rfc3779: rfc3779.c Log message: rfc3779: remove redundant const. This is already included in the typedef (yuck) and makes some Windows compilers unhappy. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/13 01:06:51 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.98, from MAINTAINER Renaud Allard CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:08:48 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.2016.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/13 01:10:22 Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: elf64alpha_obsd.sh Log message: OSF/1 placed alpha binaries above 4G. This affects our nopie binaries, of which there is only one -- instbin, on the install media. But that is incompatible with the 32-bit offsets in openbsd.syscalls. Move the start of openbsd nopie binaries much lower. ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:11:03 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:31:15 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-457.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:31:29 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:35:49 Modified files: textproc/enchant2: Makefile distinfo textproc/enchant2/patches: patch-src_Makefile_in textproc/enchant2/pkg: PLIST Log message: Update to enchant2-2.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:35:58 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.8.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/13 01:41:06 Log message: import wayland/gtk-layer-shell 0.8.1. A library to write GTK applications that use Layer Shell. Layer Shell is a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers. You can use it to anchor your windows to a corner or edge of the output, or stretch them across the entire output. It supports all Layer Shell features including popups and popovers (GTK popups Just Work). ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20231213 N ports/wayland/gtk-layer-shell/Makefile N ports/wayland/gtk-layer-shell/distinfo N ports/wayland/gtk-layer-shell/pkg/PLIST N ports/wayland/gtk-layer-shell/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/13 01:45:25 Log message: import wayland/gtk4-layer-shell 1.0.2. A library to write GTK4 applications that use Layer Shell. Layer Shell is a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers. You can use it to anchor your windows to a corner or edge of the output, or stretch them across the entire output. It supports all Layer Shell features including popups and popovers (GTK4 popups Just Work). ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20231213 N ports/wayland/gtk4-layer-shell/Makefile N ports/wayland/gtk4-layer-shell/distinfo N ports/wayland/gtk4-layer-shell/pkg/PLIST N ports/wayland/gtk4-layer-shell/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/13 01:46:12 Modified files: wayland : Makefile Log message: +wayland/gtk{,4}-layer-shell CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 01:48:12 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.0beta4. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/13 02:01:25 Modified files: lib/libc/arch/hppa: DEFS.h SYS.h lib/libc/arch/hppa/string: memmove.S Log message: Move a large part of SYS.h defines to DEFS.h to match where other platforms put their macros, and also turn a few "EXIT" into "END" for consistency with other platforms. NFCI ok kettenis@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 02:08:20 Modified files: textproc/icu4c : Makefile distinfo Log message: Update to icu4c-74.2. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/12/13 04:17:30 Modified files: wayland/xwayland: Makefile distinfo Log message: Update to xwayland 23.2.3. ok landry@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/13 04:20:18 Modified files: sys/arch/hppa/hppa: trap.c Log message: Put back variable initialization mistakenly lost in 1.162 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/13 04:34:56 Modified files: etc : Makefile changelist Added files: etc/rpki : afrinic.constraints apnic.constraints arin.constraints lacnic.constraints ripe.constraints Log message: Impose constraints on RPKI Trust Anchors See https://datatracker.ietf.org/doc/html/draft-snijders-constraining-rpki-trust-anchors for more information. Tested for a few months. OK tb@ claudio@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/12/13 05:14:10 Modified files: regress/usr.bin/ftp: Makefile Log message: remove -o cases; reminded by anton CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/13 05:25:19 Modified files: x11/hk : Makefile distinfo Log message: update to hk 0.3.1; from Laurie CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/13 05:25:41 Modified files: sysutils/pkg_mgr: Makefile sysutils/pkg_mgr/patches: patch-OpenBSD_PackageManager_DBIModel_pm Log message: sysutils/pkg_mgr: unbreak after pkg_tools were moved to perl 5.36 OpenBSD::PackageRepository::Installed->new now takes 3 args, and since i have no idea what those should be pass (0,0), and that might lure espie@ into properly fixing it :) from Eirik Øverby (ltning / anduin + net), thanks ! CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/13 05:27:48 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_test_BUILD_gn patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-v8_src_execution_isolate_cc Log message: update to 120.0.6099.109 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/13 05:41:31 Modified files: sys/arch/sh/sh : trap.c Log message: Unbreak; looks like a not up-to-date diff was commited )-: CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/13 07:11:58 Modified files: sysutils/py-vmomi: Makefile distinfo Log message: Update py-vmomi 8.0.2.0 -> 8.0.2.0.1 Release notes: https://github.com/vmware/pyvmomi/releases/tag/v8.0.2.0.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/13 07:12:41 Modified files: sysutils/py-vsphere-automation: Makefile distinfo sysutils/py-vsphere-automation/pkg: PLIST Log message: Update py-vsphere-automation 8.0.1.0 -> 8.0.2.0 Changelog: https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v8.0.2.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/13 08:34:27 Modified files: usr.sbin/ospfd : ospfe.c Log message: Use imsg_get_fd() to access the control fd. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/13 08:34:43 Modified files: usr.sbin/ospf6d: ospfe.c Log message: Use imsg_get_fd() to access the control fd. OK tb@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/13 08:57:22 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/arm/arm: syscall.c sys/arch/arm64/arm64: syscall.c sys/arch/hppa/hppa: trap.c sys/arch/i386/i386: trap.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/powerpc64/powerpc64: syscall.c sys/arch/riscv64/riscv64: syscall.c sys/arch/sh/sh : trap.c sys/arch/sparc64/sparc64: trap.c Log message: Fix syscall number bounds check computations. CVSROOT: /cvs Module name: www Changes by: sdk@cvs.openbsd.org 2023/12/13 09:18:12 Modified files: faq : faq4.html Log message: faq4: clarify when bootstrapped firmwares can be used ok tj@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/13 09:31:51 Log message: Import textproc/ding - dictionary lookup program for X11 cat pkg/DESCR DIctionary Nice Grep is a dictionary lookup program for the X window system. It comes with a German-English Dictionary with approximately 326,000 entries. It is based on Tk version >= 8.3 and uses the agrep or egrep tools for searching. I'm taking maintainer. ok sthen@ Status: Vendor Tag: sdk Release Tags: sdk_20231213 N ports/textproc/ding/Makefile N ports/textproc/ding/distinfo N ports/textproc/ding/pkg/DESCR N ports/textproc/ding/pkg/PLIST N ports/textproc/ding/patches/patch-ding No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/13 09:32:38 Modified files: textproc : Makefile Log message: add dir for ding CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 09:42:29 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.5.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 09:58:18 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot-2.8.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/13 09:58:32 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 09:58:41 Modified files: security/yubico/yubico-piv-tool: Makefile distinfo Log message: update to yubico-piv-tool-2.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:01:09 Modified files: devel/py-country: Makefile distinfo devel/py-country/pkg: PLIST Log message: update to py3-country-23.12.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:03:20 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.15.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:05:34 Modified files: textproc/py-ujson: Makefile distinfo Log message: update to py3-ujson-5.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:08:28 Modified files: sysutils/checkbashisms: Makefile distinfo Log message: update to checkbashisms-2.23.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:11:59 Modified files: devel/py-hatchling: Makefile distinfo Log message: update to py3-hatchling-1.19.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:12:02 Modified files: www/linkchecker: Makefile distinfo Log message: update to linkchecker-10.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:12:20 Modified files: sysutils/snmp_exporter: Makefile distinfo sysutils/snmp_exporter/pkg: PLIST Log message: update to snmp_exporter-0.25.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:15:32 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.97 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:15:36 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.84 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:15:40 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:17:00 Modified files: www/qutebrowser: Makefile distinfo www/qutebrowser/pkg: PLIST Log message: update to qutebrowser-3.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:17:26 Modified files: security/step-ca: Makefile distinfo modules.inc Log message: update to step-ca-0.25.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 10:17:36 Modified files: devel/py-country: Makefile distinfo devel/py-country/pkg: PLIST Log message: update to py3-country-23.12.11 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/12/13 10:50:23 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Match what reorder_kernel is doing and use kern.osversion to find out whether we are running an MP kernel or not. based on a reworked submission from kris at devtty dot one via deraadt@ input and ok robert@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/13 10:53:28 Modified files: lang/rust : Makefile distinfo Log message: update lang/rust to 1.74.1 Announce: https://blog.rust-lang.org/2023/12/07/Rust-1.74.1.html CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/13 11:26:41 Modified files: sys/arch/riscv64/include: pmap.h sys/arch/riscv64/riscv64: pmap.c Log message: Implement per-CPU caching for the page table page (vp) pool and the PTE descriptor (pted) pool in the [riscv64] pmap implementation. This significantly reduces the side-effects of lock contention on the kernel map lock that is (incorrectly) translated into excessive page daemon wakeups. This is not a perfect solution but it does lead to significant speedups [on the Hifive Unmatched] Improvement and commit message adapted from kettenis' rev 1.110 commit to arm64/pmap.c. ok phessler@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 11:29:46 Modified files: devel/go-tools : Makefile distinfo modules.inc Log message: update to go-tools-0.16.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/13 12:55:31 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.27 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/13 13:08:58 Modified files: infrastructure/db: user.list Log message: Add _gonic user and group CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/13 13:12:39 Log message: Import audio/gonic - music streaming server / subsonic server API implementation pkg/DESCR: FLOSS alternative to subsonic, supporting its many clients. Port from Russ Sharek, who also takes MAINTAINER, thank you! OK aaron@ Status: Vendor Tag: sdk Release Tags: sdk_20231213 N ports/audio/gonic/Makefile N ports/audio/gonic/modules.inc N ports/audio/gonic/distinfo N ports/audio/gonic/pkg/gonic.rc N ports/audio/gonic/pkg/PLIST N ports/audio/gonic/pkg/DESCR N ports/audio/gonic/pkg/README N ports/audio/gonic/files/gonic.toml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/13 13:14:31 Modified files: audio : Makefile Log message: Add dir for gonic CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/13 16:28:48 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_obj2nid() Continue with OBJ_bsearch_() elimination. OBJ_obj2nid() first checks if the object identifier passed in has a nid and if so, it returns that. Otherwise, it looks into the global hash of added objects (of course without locking) for a match and then returns the nid thereof. As a last attempt, it searches the table of built-in object identifiers. The last two steps can be cleaned up and simplified quite a bit by using C99 initializers, bsearch() and an appropriate comparison function. Then it becomes obvious that bsearch() already returns a pointer to the nid we're looking for, so there is no point in converting that into its corresponding obj and returning the nid thereof. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/13 16:31:25 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_sn2nid() Another OBJ_bsearch_() elimination. OBJ_sn2nid() is very similar to OBJ_obj2nid(). First it tries to retrieve an object identifier with matching "short name" from the global hash of added objects and then searches the table of built-in objects. ok jsing CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/13 16:32:33 Modified files: games/redeclipse: Makefile distinfo games/redeclipse/patches: patch-Makefile patch-engine_serverbrowser_cpp games/redeclipse/pkg: PLIST-data Log message: unbreak redeclipse by updating to 2.0.0 This update was ok jsg@ who also drops MAINTAINER CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/13 16:34:45 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_ln2nid() This is s/sn/ln/g of the previous commit and eliminates another OBJ_bsearch_() user, the last one in this file. The bsearch() uses in this file are possibly the only ones that actually make sense since we're searching tables of roughly 1000 entries. ok jsing CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:14:10 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_cs.c Log message: drm/amdgpu: correct chunk_ptr to a pointer to chunk. From YuanShang 9046665befd6e9b9b97df458dc4c41cfe63e21d3 in linux-6.1.y/6.1.68 50d51374b498457c4dea26779d32ccfed12ddaff in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:15:59 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c gfx_v8_0.c gfx_v9_0.c Log message: drm/amdgpu: fix memory overflow in the IB test From Tim Huang 613eaee4459dfdae02f48cd02231cc177e9c37e7 in linux-6.1.y/6.1.68 6b0b7789a7a5f3e69185449f891beea58e563f9b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:17:32 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c From Srinivasan Shanmugam 41c5dd545e765bf4677a211d3c68808d7069e4a1 in linux-6.1.y/6.1.68 93125cb704919f572c01e02ef64923caff1c3164 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:19:03 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_display.c Log message: drm/amdgpu: correct the amdgpu runtime dereference usage count From Prike Liang 458affed061935948d31f5d731bbcfbff3158762 in linux-6.1.y/6.1.68 c6df7f313794c3ad41a49b9a7c95da369db607f3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:20:52 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10 From Candice Li f549f837b9aca23983540fc6498e19eee8b3073a in linux-6.1.y/6.1.68 bc22f8ec464af9e14263c3ed6a1c2be86618c804 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:23:24 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Add EEPROM I2C address support for ip discovery From Candice Li a945568638acfc7d2d95de520849857506b21252 in linux-6.1.y/6.1.68 c9bdc6c3cf39df6db9c611d05fc512b1276b1cc8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:25:39 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_eeprom.c amdgpu_ras_eeprom.c Log message: drm/amdgpu: Remove redundant I2C EEPROM address From Luben Tuikov ee9efcdc76af0dcb51579aa61c5019eabce93d73 in linux-6.1.y/6.1.68 da858deab88eb561f2196bc99b6dbd2320e56456 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:27:09 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Decouple RAS EEPROM addresses from chips From Luben Tuikov c67c553b4dd9a315919ae8990da367523fad0e38 in linux-6.1.y/6.1.68 3b8164f8084ff7888ed24970efa230ff5d36eda8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:30:17 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Add support for RAS table at 0x40000 From Luben Tuikov 30289057ef8f8accd98ee41221c859a471f20c5c in linux-6.1.y/6.1.68 64a3dbb06ad88d89a0958ccafc4f01611657f641 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:31:54 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Remove second moot switch to set EEPROM I2C address From Luben Tuikov a3049c9a30131639f056a2b3db934c70ff91068a in linux-6.1.y/6.1.68 1bb745d7596d2b368fd9afb90473f3581495e39d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:33:28 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Return from switch early for EEPROM I2C address From Luben Tuikov af6b1f1156fc2d886251a076b87243597301437c in linux-6.1.y/6.1.68 8782007b5f5795f118c5167f46d8c8142abcc92f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:34:50 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: simplify amdgpu_ras_eeprom.c From Alex Deucher 4ccb34d4313b81d6268b1e68bd9a4e7309f096f6 in linux-6.1.y/6.1.68 6246059a19d4cd32ef1af42a6ab016b779cd68c4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:36:31 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Add I2C EEPROM support on smu v13_0_6 From Candice Li 87509778718cffdee6412f0d39713f883208a013 in linux-6.1.y/6.1.68 b81fde0dfe402e864ef1ac506eba756c89f1ad32 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:38:21 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ras_eeprom.c Log message: drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 From Candice Li c8bf22e0d0499de0692a91290f923029230a5bd4 in linux-6.1.y/6.1.68 e0409021e34af50e7b6f31635c8d21583d7c43dd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:40:30 Modified files: sys/dev/pci/drm/i915/display: intel_dp.c intel_hdmi.c Log message: drm/i915/display: Drop check for doublescan mode in modevalid From Ankit Nautiyal e6d55cf4939987eb1761cb0cbf47af233123da87 in linux-6.1.y/6.1.68 9d04eb20bc71a383b4d4e383b0b7fac8d38a2e34 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:43:29 Modified files: sys/dev/pci/drm/i915: i915_reg.h sys/dev/pci/drm/i915/display: intel_lvds.c Log message: drm/i915/lvds: Use REG_BIT() & co. From Ville Syrjala cf70d62ace9070fb8be900fa87cb2e43cbc1fa9f in linux-6.1.y/6.1.68 9dd56e979cb69f5cd904574c852b620777a2f69f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:44:58 Modified files: sys/dev/pci/drm/i915/display: intel_sdvo.c Log message: drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvo From Jani Nikula d9ef7b05ccd7f4f0d12b7aed2a2e5858809dd4a4 in linux-6.1.y/6.1.68 f2f9c8cb6421429ef166d6404426693212d0ca07 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/13 22:47:42 Modified files: sys/dev/pci/drm/i915/display: icl_dsi.c intel_crt.c intel_display.c intel_display.h intel_dp.c intel_dp_mst.c intel_dvo.c intel_hdmi.c intel_lvds.c intel_sdvo.c intel_tv.c vlv_dsi.c Log message: drm/i915: Skip some timing checks on BXT/GLK DSI transcoders From Ville Syrjala f38b4e99e24cbc45084552fe50273ed847a4f511 in linux-6.1.y/6.1.68 20c2dbff342aec13bf93c2f6c951da198916a455 in mainline linux CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/14 00:27:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/14 00:32:24 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/14 00:32:41 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/14 00:32:55 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/14 00:33:24 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 00:52:53 Modified files: usr.sbin/rpki-client: cert.c roa.c Log message: rpki-client: make IP address block checks stricter There are only two valid AFIs in this context, so check that we have one or two of them. We only accept the IPv4 and IPv6 AFIs in ip_add_afi_parse() and reject any SAFI, so enforce that neither AFI is repeated. This doesn't change things for certificates, where all this is implied by other checks combined. Making this explicit and match the logic needed for ROAs is a win. looks good to job ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 01:00:34 Modified files: textproc/jq : Makefile distinfo textproc/jq/patches: patch-configure patch-tests_shtest Removed files: textproc/jq/patches: patch-main_c Log message: update to jq-1.7.1 - CVE-2023-50246: Fix heap buffer overflow in jvp_literal_number_literal - CVE-2023-50268: fix stack-buffer-overflow if comparing nan with payload CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/14 01:54:32 Modified files: x11/girara : Makefile distinfo Log message: x11/girara: update to 0.4.1, from Justin Berthault, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/14 01:55:35 Modified files: textproc/zathura/core: Makefile distinfo textproc/zathura/plugins: Makefile.inc textproc/zathura/plugins/cb: Makefile textproc/zathura/plugins/djvu: Makefile textproc/zathura/plugins/mupdf: Makefile textproc/zathura/plugins/poppler: Makefile distinfo textproc/zathura/plugins/ps: Makefile Log message: textproc/zathura: update to 0.5.4. based on a diff from Justin Berthault with tweaks. update poppler plugin to 0.3.2 while here. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/14 02:13:00 Modified files: etc/rpki : apnic.constraints Log message: For historical reasons, APNIC ended up with a v6 block for IX assignments carved out of a larger block assigned to RIPE NCC OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/14 02:21:49 Log message: import x11/gnome/tetravex 3.38.2. The game window is divided into two boxes: the one on the right side of the window contains the pieces that needs to be arranged; the one on the left side of the window is where the pieces from the right box will be arranged and moved. Each piece is divided into four little triangles containing a number. The scope of the game is to position the pieces so that only two identical numbers are next to each other. www: https://wiki.gnome.org/Apps/Tetravex ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20231214 N ports/x11/gnome/tetravex/Makefile N ports/x11/gnome/tetravex/distinfo N ports/x11/gnome/tetravex/patches/patch-data_meson_build N ports/x11/gnome/tetravex/pkg/PLIST N ports/x11/gnome/tetravex/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/14 02:22:22 Modified files: x11/gnome : Makefile Log message: +x11/gnome/tetravex CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 02:34:03 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/patches: patch-src_command_C Added files: x11/rxvt-unicode/patches: patch-src_rxvt_h Log message: replace the simple local urxvt patch fixing the terminating char sequence for OSC colour queries with the version committed upstream (which uses the same sequence as in the request, rather than just forcing it to use ESC \). CVSROOT: /cvs Module name: xenocara Changes by: claudio@cvs.openbsd.org 2023/12/14 02:44:15 Modified files: app/xlockmore/xlock: privsep.c Log message: Use proper len in strndup() call for the style argument. OK matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: claudio@cvs.openbsd.org 2023/12/14 02:46:10 Modified files: app/xlockmore/xlock: xlock.c Log message: Replace another memset() with explicit_bzero() since the goal is the reason why we have explicit_bzero(). OK matthieu@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 02:58:37 Modified files: sbin/dhcpleased: engine.c frontend.c Log message: Use imsg_get_fd() to access the fd passed with the imsg. Go ahead florian@ OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 02:58:59 Modified files: sbin/slaacd : engine.c frontend.c Log message: Use imsg_get_fd() to access the fd passed with the imsg. Go ahead florian@ OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 02:59:27 Modified files: sbin/unwind : frontend.c resolver.c Log message: Use imsg_get_fd() to access the fd passed with the imsg. Go ahead florian@ OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 03:02:27 Modified files: usr.sbin/eigrpd: packet.c Log message: Rewrite send_packet to update the eigrp header without using ibuf_seek. There is a long term goal to remove ibuf_seek from the public ibuf API since the function is a bit tricky to use. OK tb@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/12/14 03:12:38 Modified files: net/tor : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to tor 0.4.8.10. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/14 03:13:59 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.11.1 -> 8.11.3 Release notes: https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-2.html https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-3.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 04:09:34 Modified files: usr.sbin/rad : engine.c frontend.c Log message: Use imsg_get_fd() to access the file descriptor passed in the imsg. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 04:09:56 Modified files: usr.sbin/eigrpd: eigrpe.c rde.c Log message: Use imsg_get_fd() to access the file descriptor passed in the imsg. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 04:10:19 Modified files: usr.sbin/ldpd : lde.c ldpe.c Log message: Use imsg_get_fd() to access the file descriptor passed in the imsg. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 04:16:25 Modified files: lang/gcc/11 : Makefile lang/gcc/8 : Makefile Log message: remove obsolete lines copying across an updated libc.so.96.1 to bootstrap CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 04:17:52 Modified files: lang/pypy : Makefile Log message: remove obsolete lines copying across an updated libc.so.96.* to bootstrap (+ this port is BROKEN anyway) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 04:58:09 Modified files: sys/kern : kern_malloc.c Log message: Bring default logic to set nkmempages into the 21st century. The new logic is: Up to 1G physmem use physical memory / 4, above 1G add an extra 16MB per 1G of memory. Clamp it down depending on available kernel virtual address space - up and including 512M -> 64MB (macppc, arm, sh) - between 512M and 1024M -> 128MB (hppa, i386, mips, luna88k) - over 1024M clamping to VM_KERNEL_SPACE_SIZE / 4 The result is much more malloc(9) space on 64bit archs with lots of memory and large kva space. Note: amd64 only has 4G of kva and therefor nkmempages is limited to 262144 As a side-effect NKMEMPAGES_MAX and nkmempages_max are no longer used. Tested and OK miod@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 05:02:10 Modified files: lib/libcrypto/x509: x509_vpm.c Log message: Fix sk_deep_copy() implementation sk_deep_copy() is bad code. It is less bad than the upstream code, but still bad: it passes strdup() through a void pointer and assigns it to a function pointer of different type before calling the latter. That's not kosher in more than one way. There is no need for such gymnastics. If we need a deep copy for a type, we should implement it as appropriate for that type. Also, we should not expect and even less so allow holes in a STACK_OF(). The only way the vpm->hosts can be populated is by way of this deep_copy function or x509_param_set_hosts_internal(), which pushes only after a non-NULL check. Invariants: they're useful. ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/14 05:17:57 Modified files: cad/qcad : Makefile distinfo cad/qcad/patches: patch-src_core_RDebug_cpp patch-src_run_main_cpp cad/qcad/pkg : PLIST Removed files: cad/qcad/patches: patch-scripts_Widgets_LibraryBrowser_LibraryBrowser_js Log message: Update qcad to 3.28.2.2 Tested by Jonathan Armani, thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/14 05:20:32 Modified files: editors/neovim-qt: Makefile distinfo Removed 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 neovim-qt to 0.2.28 Update diff from Laurence Tratt, thanks CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/14 05:26:04 Modified files: etc/rpki : afrinic.constraints Log message: Constrain the AFRINIC TA further Today AFRINIC clarified its actual current resource holdings by issuing a new CA certificate in response to a report on overclaiming: https://lists.afrinic.net/pipermail/dbwg/2023-December/000496.html OK tb@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/14 05:40:18 Modified files: math/igraph : Makefile distinfo Log message: update math/igraph to 0.10.8 and add working test target from wen heping, wenheping2000 hotmail com tweak by me CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 06:26:50 Modified files: sys/arch/alpha/include: param.h sys/arch/amd64/include: param.h sys/arch/arm/include: param.h sys/arch/arm64/include: param.h sys/arch/hppa/include: param.h sys/arch/i386/include: param.h sys/arch/m88k/include: param.h sys/arch/mips64/include: param.h sys/arch/powerpc/include: param.h sys/arch/powerpc64/include: param.h sys/arch/riscv64/include: param.h sys/arch/sh/include: param.h sys/arch/sparc64/include: param.h Log message: NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. OK miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 06:34:23 Modified files: share/man/man4 : options.4 Log message: There is no more option NKMEMPAGES_MAX OK miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 06:52:38 Modified files: usr.sbin/bgpd : rde.c rtr.c session.c Log message: Mostly straightforward conversion to imsg_get_fd() only the handling of the control socket needs a local variable since imsg_get_fd() can only be called once on an imsg. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 07:01:42 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_nid2ln() If nid is in the range of built-in NIDs, return the corresponding long name, unless some genius left a hole. Otherwise perform a yolo check if there are any user-added objects with matching nid in the global hash. This changes behavior in that we now push an OBJ_R_UNKNOWN_NID error onto the stack even if there are no user-added objects. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 07:02:57 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_nid2sn() This is exactly the same as the previous OBJ_nid2ln() change modulo s/ln/sn/g. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 07:04:46 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Simplify OBJ_nid2obj() This is now yet another identical copy of the same code... Next step will be to dedup. ok jsing CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/14 07:04:57 Modified files: sys/kern : kern_malloc.c Log message: Workaround for broken clang which has a broken -fno-zero-initialized-in-bss implementation. Set nkmempages to -1 by default instead of 0 so that the value ends up in the data section. This way config(8) is able to alter the value as promised. See also: https://github.com/llvm/llvm-project/issues/74632 OK miod@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 07:33:23 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Dedup OBJ_nid2{obj,sn,ln}() First get the obj corresponding to nid, then inspect its sn and ln. Shaves off 40 lines of code and will simplify locking. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 07:45:45 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Move the txt to obj/nid conversions a bit down. No code change CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/14 08:16:14 Modified files: lang/rust : Makefile distinfo Log message: update some lang/rust bootstraps to unbreak the build with help from sthen@ and tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 08:31:22 Modified files: lib/libcrypto : cryptlib.c Log message: Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS This way people can actually notice that an OPENSSL_assert() triggered. discussed with deraadt and jsing CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/14 08:31:31 Modified files: lang/ldc : Makefile distinfo Log message: Regen bootstrap to unbreak the build CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 08:33:09 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OPENSSL_assert() that the passed nid is within range discussed with deraadt and jsing CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/12/14 08:33:38 Modified files: . : errata73.html errata74.html Log message: Release xserver errata. CVSROOT: /cvs Module name: www Changes by: sdk@cvs.openbsd.org 2023/12/14 10:45:59 Modified files: faq/ports : guide.html . : plus32.html plus31.html 69.html Log message: Fix manpage links ...and thanks for the hint that I don't need OKs for trivial www changes. OK sthen, tj, anthony CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:06:44 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create(): remove useless cast CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:08:18 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create(): remove pointless parentheses CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:09:35 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create(): rename i to len CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:10:32 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: rename ok to ret and make it last declaration CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:12:51 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: initialize buf and turn function into single exit CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:15:21 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: test and assign as usual CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:16:13 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: malloc() -> calloc() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:31:03 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: use a nid variable to avoid nested function call CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 11:32:49 Modified files: lib/libcrypto/objects: obj_dat.c Log message: OBJ_create: sorry Omar, aobj is a better name than op Done. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/14 11:42:39 Modified files: lang/rust : Makefile distinfo Log message: update some lang/rust bootstraps to unbreak the build (here it is amd64) CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/14 12:15:05 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.41.0 Changes: https://github.com/hetznercloud/cli/releases/tag/v1.41.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/14 14:06:39 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231214 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/12/14 15:32:44 Modified files: sysutils/m1n1 : Makefile distinfo Log message: Update to m1n1 1.4.8 ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/12/14 15:34:06 Modified files: sysutils/u-boot-asahi: Makefile distinfo Log message: Update u-boot to include rtkit oslog support. ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/12/14 15:35:26 Modified files: sysutils/firmware/apple-boot: Makefile Log message: Bump m1n1 and u-boot versions. ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/14 16:55:26 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.29.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/14 17:00:09 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.436 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/14 17:24:57 Modified files: sys/netinet : in_pcb.h ip_gre.c raw_ip.c sys/netinet6 : in6_src.c raw_ip6.c Log message: Use inpcb table mutex to set addresses. Protect all remaining write access to inp_faddr and inp_laddr with inpcb table mutex. Document inpcb locking for foreign and local address and port and routing table id. Reading will be made MP safe by adding per socket rw-locks in a next step. OK sashan@ mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 17:37:41 Modified files: telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/pkg: PLIST-fax Log message: update to asterisk-18.20.1 - Path traversal via AMI GetConfig allows access to outside files https://github.com/asterisk/asterisk/security/advisories/GHSA-8857-hfmw-vg8f - Asterisk susceptible to Denial of Service via DTLS Hello packets during call initiation https://github.com/asterisk/asterisk/security/advisories/GHSA-hxj9-xwr8-w8pq - PJSIP logging allows attacker to inject fake Asterisk log entries https://github.com/asterisk/asterisk/security/advisories/GHSA-5743-x3p5-3rg7 - PJSIP_HEADER dialplan function can overwrite memory/cause crash when using 'update' https://github.com/asterisk/asterisk/security/advisories/GHSA-98rc-4j27-74hh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 17:38:10 Modified files: telephony/asterisk/20: Makefile distinfo Log message: update to asterisk-20.5.1 - Path traversal via AMI GetConfig allows access to outside files https://github.com/asterisk/asterisk/security/advisories/GHSA-8857-hfmw-vg8f - Asterisk susceptible to Denial of Service via DTLS Hello packets during call initiation https://github.com/asterisk/asterisk/security/advisories/GHSA-hxj9-xwr8-w8pq - PJSIP logging allows attacker to inject fake Asterisk log entries https://github.com/asterisk/asterisk/security/advisories/GHSA-5743-x3p5-3rg7 - PJSIP_HEADER dialplan function can overwrite memory/cause crash when using 'update' https://github.com/asterisk/asterisk/security/advisories/GHSA-98rc-4j27-74hh CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/14 17:46:11 Modified files: telephony/asterisk: Tag: OPENBSD_7_4 Makefile.inc telephony/asterisk/16: Tag: OPENBSD_7_4 Makefile telephony/asterisk/16/pkg: Tag: OPENBSD_7_4 PLIST-main PLIST-odbc telephony/asterisk/18: Tag: OPENBSD_7_4 Makefile distinfo telephony/asterisk/18/patches: Tag: OPENBSD_7_4 patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c telephony/asterisk/18/pkg: Tag: OPENBSD_7_4 PLIST-main PLIST-odbc telephony/asterisk/20: Tag: OPENBSD_7_4 Makefile distinfo telephony/asterisk/20/patches: Tag: OPENBSD_7_4 patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c telephony/asterisk/20/pkg: Tag: OPENBSD_7_4 PLIST-main PLIST-odbc Added files: telephony/asterisk/16/pkg: Tag: OPENBSD_7_4 DESCR-fax PLIST-fax telephony/asterisk/18/pkg: Tag: OPENBSD_7_4 DESCR-fax PLIST-fax telephony/asterisk/20/pkg: Tag: OPENBSD_7_4 DESCR-fax PLIST-fax Log message: MFC Asterisk updates for security fixes, also merging in packaging changes (-fax is split out to a subpackage again so if you use this you'll need to pkg_add separately; keeping track of differences between -stable and -current for this type of change for a whole release is too error-prone so this is the pragmatic option) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 18:47:50 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Coverity rightly points out that an unsigned int is always >= 0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/14 18:51:23 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Hoist OBJ_sn2nid() over OBJ_ln2nid() In all other places, the short name comes before the long name, so fix the only exception. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/14 19:15:29 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 12.0.1 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/12/14 23:03:01 Modified files: distrib/amd64/ramdisk_cd: Makefile distrib/amd64/iso: Makefile Log message: For amd64 cdXX.iso and installXX.iso, create an EFI system partition image containing the EFI boot loaders and install it as an El Torito boot image, making the install CDs bootable in EFI mode. "looks great" deraadt@ ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 01:16:54 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Neuter EVP_PKEY_asn1_add{0,_alias}() Nothing uses these, so they will be removed in the next bump. For now make them always fail and remove the unprotected global state backing them. This makes EVP_PKEY_asn1_get{0,_count}() completely trivial and will allow some further cleanup in later steps. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/15 01:21:40 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 01:22:08 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Clean up includes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/15 01:48:04 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.7.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/15 03:17:40 Modified files: etc/etc.loongson: login.conf Log message: Sync limits with octeon. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/12/15 03:28:57 Modified files: usr.bin/ftp : main.c Log message: No interactive shell if -o is given After r1.140 and r1.144 fixed -o '' and clenaed up option handling, respectively, avoid the "ftp> " shell if any output file was specified. OK millert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/15 04:04:07 Modified files: devel/github-cli: Makefile distinfo Log message: update to github-cli 2.40.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/15 04:04:32 Modified files: sysutils/gitlab-cli: Makefile distinfo sysutils/gitlab-cli/pkg: PLIST Log message: update to gitlab-cli 1.36.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 04:29:29 Log message: import ports/net/trippy, ok phessler Trippy combines the functionality of traceroute and ping (supporting ICMP, UDP, TCP over IPv4 and IPv6) and is designed to assist with the analysis of networking issues. Customizable tracing options: packet size & payload pattern start and maximum time-to-live (TTL) minimum and maximum round duration round end grace period & maximum number of unknown hops source & destination port (TCP & UDP) source address and source interface TOS (aka DSCP + ECN) Identification of Equal Cost Multi-path Routing RFC4884 ICMP Multi-Part Messages Generic Extension Objects MPLS Label Stacks Tui (curses-style) interface: Trace multiple targets simultaneously from a single instance Per hop stats (sent, rcvd, loss%, last, avg, best, worst, stddev & status) Per hop round-trip-time (RTT) history and frequency distributing charts Interactive chart of RTT for all hops in a trace with zooming capability Interactive GeoIp world map (needs local mmdb files) Isolate and filter by individual tracing flows Customizable color theme & key bindings Show multiple hosts per hop Show hop details and navigate hosts within each hop Responsive UI with adjustable refresh rate DNS: Lazy reverse DNS queries Lookup autonomous system number (ASN) and name Generate tracing reports: json, csv & tabular (pretty-printed and markdown) Tracing flows report Graphviz dot charts configurable reporting cycles Status: Vendor Tag: sthen Release Tags: sthen_20231215 N ports/net/trippy/Makefile N ports/net/trippy/distinfo N ports/net/trippy/crates.inc N ports/net/trippy/pkg/DESCR N ports/net/trippy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 04:29:44 Modified files: net : Makefile Log message: +trippy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 04:40:17 Modified files: misc/remind : Makefile distinfo Log message: update to remind-4.2.8, from Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/15 05:45:21 Modified files: graphics/img2pdf: Makefile distinfo graphics/img2pdf/pkg: PLIST Log message: update to img2pdf 0.5.1; from wen heping, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/15 05:55:08 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: Makefile distinfo devel/kf5/bluez-qt: distinfo devel/kf5/breeze-icons: distinfo devel/kf5/extra-cmake-modules: distinfo devel/kf5/extra-cmake-modules/pkg: PLIST devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo 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: distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: 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: distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : distinfo devel/kf5/kio/pkg: PLIST devel/kf5/kirigami2: distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kquickcharts: distinfo devel/kf5/kross: distinfo devel/kf5/krunner: Makefile 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: distinfo devel/kf5/oxygen-icons: Makefile distinfo devel/kf5/plasma-framework: distinfo devel/kf5/plasma-framework/pkg: PLIST devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE Frameworks to 5.113.0 https://kde.org/announcements/frameworks/5/5.113.0/ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/12/15 06:11:55 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 06:27:44 Modified files: graphics/py-Pillow: Makefile Log message: py-Pillow: tidy up test-related Makefile pieces a bit CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 06:28:30 Modified files: lib/libcrypto/evp: evp_lib.c evp_enc.c Log message: Move EVP_Cipher() from evp_lib.c to evp_enc.c EVP_Cipher() is a dangerous thin wrapper of the do_cipher() method set on the EVP_CIPHER_CTX's cipher. It implements (part of) the update and final step of the EVP_Cipher* API. Its behavior is nuts and will be documented in a comment in a subsequent commit. schwarze has a manpage diff that will fix the incorrect documentation. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 06:31:47 ports/graphics/img2pdf/patches Update of /cvs/ports/graphics/img2pdf/patches In directory cvs.openbsd.org:/tmp/cvs-serv24278/patches Log Message: Directory /cvs/ports/graphics/img2pdf/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 06:33:10 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Document EVP_Cipher() in code EVP_Cipher() is an implementation detail of EVP_Cipher{Update,Final}(). Behavior depends on EVP_CIPH_FLAG_CUSTOM_CIPHER being set on ctx->cipher. If the flag is set, do_cipher() operates in update mode if in != NULL and in final mode if in == NULL. It returns the number of bytes written to out (which may be 0) or -1 on error. If the flag is not set, do_cipher() assumes properly aligned data and that padding is handled correctly by the caller. Most do_cipher() methods will silently produce garbage and succeed. Returns 1 on success, 0 on error. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 06:36:36 Modified files: graphics/img2pdf: Makefile Added files: graphics/img2pdf/patches: patch-src_img2pdf_py patch-src_img2pdf_test_py Log message: fix path for sRGB.icc, add some missing TDEPs, link gdate from coreutils to WRKDIR/bin/date to fix some tests CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 06:45:05 Modified files: lib/libcrypto/cmac: cmac.c Log message: Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMAC These are usually AEAD ciphers, for which CMAC makes little sense (if you need a MAC and all you have is an AEAD, you don't need CMAC, you can just use a zero length cipher text). Also, since the CMAC implementation only allows 64 and 128 bit block sizes, the AEADs would error out later anyway. The only family of ciphers this effectively excludes is AES key wrap, for which CMAC makes little sense. One notable side effect of doing this is that the EVP_Cipher() return value checks in the CMAC code magically become correct. EVP. What's not to love about it. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 06:48:59 Modified files: lib/libcrypto/evp: e_chacha20poly1305.c Log message: Fix a return value confusion in chacha20_poly1305_cipher() On overlong input, chacha20_poly1305_cipher() would return 0, which in EVP_CipherUpdate() and EVP_CipherFinal() signals success with no data written since EVP_CIPH_FLAG_CUSTOM_CIPHER is set. In order to signal an error, we need to return -1. Obviously. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 06:54:37 Modified files: graphics/py-Pillow: Makefile graphics/py-Pillow/pkg: PLIST Log message: remove some SUBST_VARS, no longer needed CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 07:16:44 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Remove unprotected global state from EVP_PBE Nobody adds a custom password-based encryption algorithm, be it a PRF or one that can be an outermost AlgorithmIdentifier in CMS or its precursors. This makes the undocumented and unused EVP_PBE_alg_add{,_type}() always fail. They will be removed in the next major bump. Thus, we no longer need to maintain a global stack of PBE algorithms that one thread can happily modify while another one searches it. In subsequent steps we can then remove another rather pointless use of OBJ_bsearch_(). "Let's optimize the lookup in a table with two dozen entries using about as many glorious layers of obfuscating macros." ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 07:19:17 Modified files: lang/python : python.port.mk Log message: allow settings args to MODPY_BUILD_TARGET for MODPY_PYBUILD useful for e.g. adding --config-setting CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 07:21:14 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Move all the neutered PBE API to the bottom of the file CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 07:22:10 Modified files: lib/libcrypto/evp: names.c Log message: Remove EVP_PBE_cleanup() from EVP_cleanup() It's a noop and will be removed in the next major bump. ok jsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/15 08:12:08 Modified files: sys/sys : ktrace.h sys/kern : kern_ktrace.c usr.bin/ktrace : ktrace.1 subr.c usr.bin/kdump : kdump.1 kdump.c Log message: provide the pieces for ktrace/kdump to observe pinsyscall violations. (not used yet, because the pinsyscall changes are still being worked on) ok kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/15 08:20:16 Modified files: sys/arch/m88k/m88k: trap.c Log message: Drop no-longer-applicable comment. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 08:29:02 Modified files: graphics/py-Pillow: Makefile Added files: graphics/py-Pillow/patches: patch-setup_py Log message: repair tiff support in py-Pillow, enable xcb while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/15 08:34:04 Modified files: graphics/img2pdf: Makefile Log message: extra TDEP and update comments regarding tests CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/15 08:55:09 Log message: import xnp21kai-0.0.20231030 NP2kai is PC-9801 series emulator ok/tweak sthen Status: Vendor Tag: op Release Tags: op_20241215 N ports/emulators/xnp21kai/Makefile N ports/emulators/xnp21kai/distinfo N ports/emulators/xnp21kai/patches/patch-network_net_c N ports/emulators/xnp21kai/patches/patch-CMakeLists_txt N ports/emulators/xnp21kai/pkg/DESCR N ports/emulators/xnp21kai/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/15 08:57:03 Modified files: emulators : Makefile Log message: +xnp21kai CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/15 09:59:48 Modified files: etc/rc.d : rc.subr Log message: Run non-daemons services in a different process group to avoid SIGHUP at boot 12 factors apps and similar don't daemonize and are thus vulnerable to receiving a SIGHUP signal at the end of /etc/rc. Shield them by running them in a different process group. Do this only for services that need rc_bg=Yes, as suggested by ajacoutot@ There have been several reports about this issue in the past years, the last one being from edd@ who successfully tested this fix. Input from several folks, ok sthen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/15 12:15:52 Modified files: devel/llvm/17 : Makefile distinfo devel/llvm/17/patches: patch-clang_include_clang_Basic_DiagnosticSemaKinds_td patch-clang_include_clang_Sema_Sema_h patch-clang_lib_Driver_ToolChains_Clang_cpp patch-lld_ELF_InputFiles_cpp patch-lld_ELF_LinkerScript_cpp patch-lld_ELF_Relocations_cpp patch-lld_ELF_ScriptParser_cpp patch-lld_ELF_Writer_cpp patch-llvm_lib_Target_Mips_MipsISelLowering_cpp patch-llvm_tools_llvm-objdump_ELFDump_cpp patch-llvm_tools_llvm-readobj_ELFDumper_cpp patch-llvm_tools_llvm-shlib_CMakeLists_txt Added files: devel/llvm/17/patches: patch-lld_ELF_Arch_RISCV_cpp patch-llvm_include_llvm_BinaryFormat_ELF_h patch-llvm_lib_Target_ARM_ARMISelLowering_cpp patch-llvm_lib_Target_PowerPC_PPCISelDAGToDAG_cpp Log message: update to 17.0.6 and sync patches with base CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/12/15 13:48:31 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15p4; fixes several bugs introduced in 1.9.15. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 14:55:47 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Remove strings.h again The portable compat shim doesn't provide it. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/15 15:24:15 Modified files: regress/lib/libcrypto/asn1: Makefile Removed files: regress/lib/libcrypto/asn1: string_table.c Log message: Remove the string_table test If it wasn't for security/xca, all of the ASN1_STRING_TABLE API would hit the attic before long. API design by a trained professional... The table can at least be made immutable, which in turn makes this test entirely pointless. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2023/12/15 23:42:38 Modified files: libexec/ld.so/m88k: ld.script Log message: Fix phdr name in ld.script. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/16 00:43:03 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: distinfo mail/notmuch/py-notmuch: Makefile distinfo Log message: Update to notmuch-0.38.2 Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=315f41360bd66038e461f0337d0062b56d2597f6;hb=c769658360e10a6d01a4134e680e2f498741bc5c CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 02:46:06 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Implement and use a do_cipher() wrapper Instead of using five different idioms for eight callers of the do_cipher() method in EVP_{Decrypt,Encrypt}{Update,Final_ex}(), wrap the API insanity in an evp_cipher() function that calls do_cipher() as appropriate depending on the EVP_CIPH_FLAG_CUSTOM_CIPHER being set or not. This wrapper has the usual OpenSSL calling conventions. There is one complication in EVP_EncryptUpdate() in the case a previous call wrote only a partial buffer. In that case, the evp_cipher() call is made twice and the lengths have to be added. Add overflow checks and only set outl (the number of bytes written) to out on success. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 03:14:00 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.96 see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_96.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 03:14:35 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to 0.6.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 03:17:19 Modified files: geo/py-laspy : Makefile distinfo geo/py-laspy/pkg: PLIST Log message: geo/py-laspy: update to 2.5.1. based on a diff from wen heping, i @comment'ed out bin/laspy because it requires new ports (typer, and optionally lazrs) cf https://github.com/laspy/laspy/releases/tag/2.5.0 & https://github.com/laspy/laspy/releases/tag/2.5.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 03:22:56 Modified files: lib/libcrypto/man: ASN1_STRING_TABLE_add.3 Log message: Remove ASN1_STRING_TABLE_{add,cleanup}() documentation The unused ASN1_STRING_TABLE extensibility API will be removed in the next major bump and the table itself will become immutable. Lightly adjust the remaining text. In particular, update the RFC reference, stop talking about defaults when nothing can be changed anymore, do not mention useless flags that you will no longer be able to set and move the description of the only remaining flag after the description of ASN1_STRING_TABLE_get(). The file will be renamed in a second step. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 03:26:10 Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: ASN1_STRING_TABLE_get.3 Removed files: lib/libcrypto/man: ASN1_STRING_TABLE_add.3 Log message: Rename ASN1_STRING_TABLE_add manual to _get CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 03:27:06 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 03:34:48 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.12 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 03:40:49 Modified files: x11/gnome/tetravex: Makefile Log message: Missing BDEP on vala. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 03:58:17 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20231215. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 04:06:45 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 04:06:54 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 04:07:34 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/16 04:57:56 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_test_BUILD_gn patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-v8_src_execution_isolate_cc Log message: update to 120.0.6099.109 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 05:01:21 Modified files: geo/pdal : Makefile distinfo Removed files: geo/pdal/patches: patch-pdal_util_CMakeLists_txt Log message: geo/pdal: update to 2.6.2 see https://github.com/PDAL/PDAL/releases/tag/2.6.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:04:03 Modified files: sysutils/consul: Makefile distinfo Removed files: sysutils/consul/patches: patch-agent_uiserver_dist_index_html Log message: Update to consul-1.17.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:11:31 Modified files: devel/vte3 : Makefile distinfo Log message: Update to vte3-0.74.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:14:19 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.51.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:14:45 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.4. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 05:25:02 Modified files: lib/libcrypto/asn1: asn1.h Log message: asn1.h: mark a type and a bunch of macros for removal ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 05:36:14 Modified files: lib/libcrypto : crypto_init.c Log message: Remove call to ASN1_STRING_TABLE_cleanup() In a few minutes, the string table will no longer have anything to clean up and ASN1_STRING_TABLE_cleanup() will push an error on the stack. So remove this pointless call in the still too complicated OPENSSL_cleanup(). ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:38:06 Modified files: x11/gnome/librsvg: Makefile crates.inc distinfo distinfo.old Log message: Update to librsvg-2.57.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 05:38:23 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.0beta5. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 05:40:02 Modified files: lib/libcrypto/asn1: a_strnid.c Log message: Neuter the ASN1_STRING_TABLE modification API This is complete nonsense that nothing's ever used except for a test by schwarze. It will be removed in the next major bump. What remains could be moved to a simple lookup table in security/xca... ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 05:56:20 Modified files: lib/libcrypto/asn1: a_strnid.c lib/libcrypto/man: ASN1_STRING_TABLE_get.3 Log message: Annotate incorrect value for ub_email_address The ub_email_address upper bound, 128, returned for NID_pkcs9_emailAddress, doesn't match the PKCS#9 specification where it is 255. This was adjusted in RFC 5280: The ASN.1 modules in Appendix A are unchanged from RFC 3280, except that ub-emailaddress-length was changed from 128 to 255 in order to align with PKCS #9 [RFC2985]. Nobody seems to have noticed so far, so leave it at an XXX and a BUGS entry for now. It also clearly has the wrong name. Another mystery is why the RFCs suffix some upper bounds with length, but not others. Also, OpenSSL chose to be inconsistent with that, because inconsistency is one of the few things this library is really good at. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 06:04:18 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.5. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 06:23:20 Modified files: lib/libcrypto/evp: p5_crpt2.c Log message: Using two different spellings of NULL in the same line is an achievement CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/16 06:41:35 Log message: Import plasma/powerdevil-5.27.9 Manages the power consumption settings of a Plasma shell. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231216 N ports/x11/kde-plasma/powerdevil/Makefile N ports/x11/kde-plasma/powerdevil/distinfo N ports/x11/kde-plasma/powerdevil/pkg/DESCR N ports/x11/kde-plasma/powerdevil/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/16 06:52:08 Log message: Import plasma/plasma-browser-integration-5.27.9 This KDE Plasma application aims to provide better integration of web browsers with the KDE Plasma 5 desktop. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231216 N ports/x11/kde-plasma/plasma-browser-integration/Makefile N ports/x11/kde-plasma/plasma-browser-integration/distinfo N ports/x11/kde-plasma/plasma-browser-integration/pkg/DESCR N ports/x11/kde-plasma/plasma-browser-integration/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 07:04:59 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Remove OBJ_bsearch_() usage from PBE Split the table of built-in password based encryption algorithms into two and use a linear scan over the table corresponding to the type specified in EVP_PBE_find()'s type argument. Use better variable names, make the API a bit safer and generally reduce the eye bleed in here. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 07:09:33 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Move EVP_PBE_find() next to the tables There is no point in having EVP_PBE_CipherInit() between the table and the lookup functions (which it notably uses). No code change. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/16 07:18:04 Modified files: x11/kde-plasma : Makefile Log message: Add powerdevil and plasma-browser-integration CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/16 07:19:00 Modified files: x11/kde-plasma : Makefile Log message: Remove comments CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 08:22:40 Modified files: lib/libcrypto/evp: evp_enc.c Log message: First cleanup pass over EVP_EncryptUpdate() Use more sensible variable names in order to make the logic a bit easier to follow. The variables may be renamed in a later pass. Unindent a block that was squeezed too much to the right and make a few minor stylistic tweaks. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/16 09:53:17 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.4. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/16 10:14:58 Modified files: productivity/khard: Makefile distinfo Log message: update productivity/khard to 0.19.1 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/16 10:16:56 Modified files: www/hugo : Makefile distinfo modules.inc Log message: update www/hugo to 0.121.1 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/16 10:20:02 Modified files: net/dnscontrol : Makefile distinfo modules.inc net/dnscontrol/pkg: PLIST Log message: update net/dnscontrol to 4.7.2 ok sdk@, sthen@, kn@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/16 10:21:06 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.42.2 ok sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 10:40:22 Modified files: lib/libcrypto/evp: evp_enc.c Log message: EVP_EncryptUpdate(): make block_size and block_mask const suggested by millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/16 12:14:56 Modified files: lib/libcrypto/man: ASN1_STRING_TABLE_get.3 Log message: ASN1_STRING_TABLE_get.3: grammar: have -> has CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/16 14:34:56 Modified files: security/openssl/3.2: Makefile security/openssl/3.2/pkg: PLIST Log message: openssl/3.2: no-default-conflict and @conflict openssl->=3.2v0,<3.3v0 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/16 15:16:02 Modified files: sys/net : if_pflow.c if_pflow.h Log message: Rework pflowioctl() lock dances. Release netlock and take `sc_lock' rwlock(9) just in the beginning of pflowioctl() and do corresponding operations in the end. Use `sc_lock' to protect `sc_dying'. We need to release netlock not only to keep locks order with `sc_lock' rwlock(9), but also because pflowioctl() calls some operations like socreate() or soclose() on udp(4) socket. Current implementation has many relocking places which breaks atomicy, so merge them into one. The `sc_lock' rwlock(9) is taken during all pflowioctl() call, so `sc_dying' atomicy is not broken. Not the ideal solution, but better then we have now. Tested by Hrvoje Popovski. Discussed with and ok from sashan CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/16 15:17:08 Modified files: sys/miscfs/fuse: fuse_device.c Log message: Make `fuse_rd_filtops' mpsafe. Introduce `fd_lock' rwlock(9) and use it for `fd_fbufs_in' fuse buffers queue and `fd_rklist' knotes list protection. Tested by Rafael Sadowski. Discussed with and ok from bluhm CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/16 21:04:31 Modified files: lang : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm lang/cython : Makefile lang/cython/pkg: PLIST Log message: make cython python3-only ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/16 23:06:10 Modified files: devel/sccache : Makefile crates.inc distinfo Log message: devel/sccache: update to 0.7.4 ok caspar@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/17 01:31:15 Modified files: security/c2sp-testvectors: Makefile distinfo security/c2sp-testvectors/pkg: PLIST Log message: Update to c2sp-testvectors 20231215 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/17 01:32:26 Modified files: regress/lib/libcrypto/c2sp: Makefile Log message: c2sp: replace openssl 3.0 with 3.2 support CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/17 01:47:55 Modified files: devel/appstream: Makefile distinfo Log message: Update to appstream-1.0.1. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/17 01:58:34 Modified files: security/py-bcrypt: Makefile Log message: fix py-bcrypt WANTLIB _bcrypt.abi3.so file is build from Rust, and reference libc++abi and libc. So use MODCARGO_WANTLIB in WANTLIB. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/17 03:14:54 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.27. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/17 04:55:38 Modified files: lang/cython : Makefile lang/cython/pkg: PLIST Log message: cython is now py3-only, so use MODPY_PYBUILD not MODPY_SETUPTOOLS CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/17 05:34:11 Modified files: sysutils/lsblk : Makefile Log message: upstream moved to gotweb, from maintainer CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/12/17 05:49:03 Modified files: net/minio/server: Makefile net/minio/server/pkg: minio.rc Log message: Fix rc script following VARBASE removal CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/12/17 06:49:47 Modified files: net/minio/server: Makefile net/minio/server/pkg: README minio.rc Log message: Use ${LOCALSTATEDIR} as it's already used in PLIST Requested by aja. While there, fix the README as pointed out by sdk. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/17 06:51:16 Modified files: lang/clang : clang.port.mk Log message: Make MODCLANG_VERSION default to 16 ok brad phessler sthen CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 07:04:07 Modified files: www/sogo : Makefile www/sogo/pkg : README Log message: Fix README to use LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 07:08:30 Modified files: net/bitcoin : Makefile net/bitcoin/pkg: bitcoind.rc Log message: Fix missed VARBASE in rc file CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 07:09:47 Modified files: net/litecoin : Makefile net/litecoin/pkg: litecoind.rc Log message: Fix missed VARBASE in rc file CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 07:19:32 Modified files: net/znc : Makefile net/znc/pkg : README-main znc.rc Log message: Change missed README and rc file to LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 07:35:17 Modified files: net/mautrix-whatsapp: Makefile net/mautrix-whatsapp/pkg: README Log message: Fix: change VARBASE to LOCALSTATEDIR in README file CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/17 08:23:22 Modified files: x11/gnome/builder: Makefile Log message: Drop MODCLANG_VERSION, 16 is the default now. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 08:27:32 Modified files: net/arpwatch : Makefile net/arpwatch/patches: patch-arpsnmp.8 patch-arpwatch.8 Log message: Fix: change patches to LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 08:29:06 Modified files: security/suricata: Makefile security/suricata/patches: patch-suricata-update_suricata_update_config_py patch-suricata-update_suricata_update_parsers_py patch-suricata_yaml_in security/suricata/pkg: README Log message: Fix: change missing VARBASE bits to LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 08:43:12 Modified files: net/syncthing : Makefile net/syncthing/pkg: README Log message: Fix: change VARBASE to LOCALSTATEDIR in README CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 09:21:12 Modified files: productivity/radicale: Makefile productivity/radicale/patches: patch-config Log message: Fix: change VARBASE to LOCALSTATEDIR in config patch CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/17 09:21:50 Modified files: productivity/radicale2: Makefile productivity/radicale2/patches: patch-config patch-radicale_config_py productivity/radicale2/pkg: README Log message: Fix: change VARBASE to LOCALSTATEDIR in patches and README CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/12/17 14:07:28 Log message: Import net/senpai. Thanks to Johannes Thyssen Tishman for the port. OK sthen, lraab Status: Vendor Tag: mbuhl Release Tags: mbuhl_20231215 N ports/net/senpai/Makefile N ports/net/senpai/modules.inc N ports/net/senpai/distinfo N ports/net/senpai/files/senpai.desktop N ports/net/senpai/pkg/DESCR N ports/net/senpai/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/12/17 14:24:54 Log message: Import net/soju. Thanks to Johannes Thyssen Tishman. ok lraab, feedbak from sthen Status: Vendor Tag: mbuhl Release Tags: mbuhl_20231215 N ports/net/soju/Makefile N ports/net/soju/modules.inc N ports/net/soju/distinfo N ports/net/soju/pkg/DESCR N ports/net/soju/pkg/soju.rc N ports/net/soju/pkg/PLIST N ports/net/soju/pkg/README N ports/net/soju/patches/patch-config_config_go N ports/net/soju/patches/patch-config_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/12/17 14:25:50 Modified files: infrastructure/db: user.list Log message: Add user for net/soju. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/12/17 14:41:34 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-23.12.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/17 16:35:33 Modified files: net/transmission: Makefile distinfo net/transmission/pkg: PLIST-main Log message: update to transmission 4.0.5; from maintainer Josh CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/17 23:06:57 Modified files: lib/libfido2/src: rs1.c rs256.c Log message: Remove EVP_MD_meth_*() dependency This broken API was added for Erlang's otp-test-engine which was disabled for LibreSSL without explanation shortly afterward. So we can remove this hazard again. Unfortunately, libfido2 started using EVP_MD_meth_dup(), but for no good reason: they dup static data into a buffer that is passed unmodified to EVP_PKEY_CTX_set_signature_md() only to be freed right after. This makes no sense. Rework this and the ifdefery to make it clear that it is OpenSSL who broke API contracts (again), not LibreSSL. ok djm jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/18 00:33:09 Modified files: lang/wasi-libc : Makefile lang/wasi-sdk : Makefile.inc Log message: lang/wasi-{sdk,libc}: drop MODCLANG_VERSION=16, its the default now CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 02:00:40 Modified files: security/c2sp-testvectors: Makefile distinfo security/c2sp-testvectors/pkg: PLIST Log message: Update c2sp-testvectors to 20231217 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/18 02:31:35 Modified files: security/qtkeychain: Makefile Log message: Add Qt6 FLAVOR. Needed for upcoming ownCloud client update. Tweaks and OK kn@, thanks! CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/18 02:42:57 Modified files: usr.sbin/snmpd : application_internal.c Log message: Fix two memory leaks: - MIB_snmpInReadOnlys was tried to be registered twice, leading to a leak of the second instance. Prevent this mistake in the future by making a double registration fatal. - The response buffer is owned by the backend, so the backend must also free it. OK tb@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2023/12/18 02:51:06 Modified files: usr.sbin/rpki-client: version.h Log message: bump version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 03:41:45 Modified files: devel/py-pip : Makefile distinfo Log message: update to py3-pip-23.3.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/18 04:11:10 Modified files: games/cgoban : Makefile distinfo Log message: games/cgoban: update to 1.9.14, released 20 years ago. while here use a working HOMEPAGE, switch to sourceforge, and fixup WANTLIB. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:51:31 Log message: import py3-tinytag-1.10.1; Feedback OK lraab tinytag is a library for reading music meta data of most common audio files in pure Python. tinytag only provides the minimum needed for _reading_ meta-data. It can determine track number, total tracks, title, artist, album, year, duration and any more. Status: Vendor Tag: kn Release Tags: kn_20231218 N ports/audio/py-tinytag/Makefile N ports/audio/py-tinytag/distinfo N ports/audio/py-tinytag/pkg/DESCR N ports/audio/py-tinytag/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:53:27 Modified files: audio : Makefile Log message: + py-tinytag,python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:54:38 Log message: import py3-spotipy-2.22.1; Feedback OK lraab Spotipy is a lightweight Python library for the Spotify Web API. With Spotipy you get full access to all of the music data provided by the Spotify platform. Spotipy supports all of the features of the Spotify Web API including access to all end points, and support for user authorization. For details on the capabilities you are encouraged to review the Spotify Web API documentation. Status: Vendor Tag: kn Release Tags: kn_20231218 N ports/www/py-spotipy/Makefile N ports/www/py-spotipy/distinfo N ports/www/py-spotipy/pkg/DESCR N ports/www/py-spotipy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:55:22 Modified files: www : Makefile Log message: + py-spotipy,python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:57:01 Log message: import syrics-0.0.1.8; OK lraab A command line tool to fetch lyrics from spotify and save it to lrc file. It can fetch both synced and unsynced lyrics from spotify. You can find API version at https://github.com/akashrchandran/spotify-lyrics-api Status: Vendor Tag: kn Release Tags: kn_20231218 N ports/textproc/syrics/Makefile N ports/textproc/syrics/distinfo N ports/textproc/syrics/pkg/DESCR N ports/textproc/syrics/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 04:58:18 Modified files: textproc : Makefile Log message: + syrics CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/18 05:12:42 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.3. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 05:29:09 Modified files: emulators/xnp21kai: Makefile Log message: mark BROKEN-i386 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 05:37:10 Modified files: devel/clang-tools-extra: Makefile devel/codechecker: Makefile x11/qt6/qttools: Makefile x11/qt5/qttools: Makefile lang/clazy : Makefile devel/kdevelop : Makefile Log message: bump REVISION, deps changed (llvm->16) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 05:39:59 Log message: import ports/devel/py-deprecated, ok kn@ Python @deprecated decorator to deprecate old python classes, functions or methods. Status: Vendor Tag: sthen Release Tags: sthen_20231218 N ports/devel/py-deprecated/Makefile N ports/devel/py-deprecated/distinfo N ports/devel/py-deprecated/pkg/DESCR N ports/devel/py-deprecated/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 05:40:20 Modified files: devel : Makefile Log message: +py-deprecated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 05:44:17 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/pkg: PLIST Removed files: print/py-pikepdf/patches: patch-tests_test_io_py Log message: update to py3-pikepdf-8.10.1 remove the comment about checking pdfarranger, there haven't been any issues with updates recently CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/18 06:11:20 Modified files: sys/kern : uipc_socket.c uipc_socket2.c uipc_syscalls.c sys/netinet : in_pcb.h sys/sys : protosw.h Log message: Run bind(2) system call in parallel. For protocols that care about locking, use the shared net lock to call sobind(). Use the per socket rwlock together with shared net lock. This affects protocols UDP, raw IP, and divert. Move the inpcb mutex locking into soreceive(), it is only used there. Add a comment to describe the current inmplementation of inpcb locking. OK mvs@ sashan@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/18 06:12:43 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Clean up EVP_PBE_CipherInit() a little This is mostly stylistic cleanup, making the control flow a bit more obvious. There's one user-visible change: we no longer go out of our way to provide info about the unknown algorithm. The nid is enough. ok joshua jsing CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/18 06:23:52 Modified files: sbin/dump : main.c Log message: Check if calloc calls succeeded; ok millert@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/18 06:30:44 Modified files: sys/netinet : if_ether.c Log message: Fix race between ifconfig destroy and ARP timer. After if_detach() has called if_remove(), if_get() will return NULL. Before if_detach() grabs the net lock, ARP timer can still run. In this case arptfree() should just return, instead of triggering an assertion because ifp is NULL. The ARP route will be deleted later when in_ifdetach() calls in_purgeaddr(). OK kn@ mvs@ claudio@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:45:17 Modified files: usr.bin/ssh : PROTOCOL kex.c kex.h packet.c packet.h sshconnect2.c Log message: implement "strict key exchange" in ssh and sshd This adds a protocol extension to improve the integrity of the SSH transport protocol, particular in and around the initial key exchange (KEX) phase. Full details of the extension are in the PROTOCOL file. with markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:45:49 Modified files: usr.bin/ssh : PROTOCOL auth2.c kex.c kex.h monitor_wrap.c sshconnect2.c sshd.c Log message: add "ext-info-in-auth@openssh.com" extension This adds another transport protocol extension to allow a sshd to send SSH2_MSG_EXT_INFO during user authentication, after the server has learned the username that is being logged in to. This lets sshd to update the acceptable signature algoritms for public key authentication, and allows these to be varied via sshd_config(5) "Match" directives, which are evaluated after the server learns the username being authenticated. Full details in the PROTOCOL file CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:46:12 Modified files: usr.bin/ssh : ssh-agent.c Log message: apply destination constraints to all p11 keys Previously applied only to the first key returned from each token. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:46:56 Modified files: usr.bin/ssh : PROTOCOL.agent authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c ssh-pkcs11-client.c ssh-pkcs11.h Log message: Make it possible to load certs from PKCS#11 tokens Adds a protocol extension to allow grafting certificates supplied by ssh-add to keys loaded from PKCS#11 tokens in the agent. feedback/ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:47:20 Modified files: usr.bin/ssh : channels.c channels.h Log message: stricter handling of channel window limits This makes ssh/sshd more strict in handling non-compliant peers that send more data than the advertised channel window allows. Previously the additional data would be silently discarded. This change will cause ssh/sshd to terminate the connection if the channel window is exceeded by more than a small grace allowance. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:47:44 Modified files: usr.bin/ssh : ssh.c Log message: ban user/hostnames with most shell metacharacters This makes ssh(1) refuse user or host names provided on the commandline that contain most shell metacharacters. Some programs that invoke ssh(1) using untrusted data do not filter metacharacters in arguments they supply. This could create interactions with user-specified ProxyCommand and other directives that allow shell injection attacks to occur. It's a mistake to invoke ssh(1) with arbitrary untrusted arguments, but getting this stuff right can be tricky, so this should prevent most obvious ways of creating risky situations. It however is not and cannot be perfect: ssh(1) has no practical way of interpreting what shell quoting rules are in use and how they interact with the user's specified ProxyCommand. To allow configurations that use strange user or hostnames to continue to work, this strictness is applied only to names coming from the commandline. Names specified using User or Hostname directives in ssh_config(5) are not affected. feedback/ok millert@ markus@ dtucker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:48:09 Modified files: usr.bin/ssh : ssh-agent.c Log message: ssh-agent: record failed session-bind attempts Record failed attempts to session-bind a connection and refuse signing operations on that connection henceforth. Prevents a future situation where we add a new hostkey type that is not recognised by an older ssh-agent, that consequently causes session-bind to fail (this situation is only likely to arise when people mix ssh(1) and ssh-agent(1) of different versions on the same host). Previously, after such a failure the agent socket would be considered unbound and not subject to restriction. Spotted by Jann Horn CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:48:44 Modified files: usr.bin/ssh : version.h Log message: openssh-9.6 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/18 07:48:48 Modified files: audio/ncspot : Makefile crates.inc Log message: audio/ncspot: update to 1.0.0 with tweaks and ok from tb@, ok kn@ and MAINTAINER CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:49:39 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: agent-pkcs11-restrict.sh Log message: regress test for constrained PKCS#11 keys CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/18 07:49:57 Modified files: audio/ncspot : distinfo Log message: audio/ncspot: oops, missed distinfo for prior commit CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 07:50:08 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: agent-pkcs11-cert.sh Log message: regress test for agent PKCS#11-backed certificates CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/18 07:56:35 Modified files: usr.bin/ssh : Tag: OPENBSD_7_4 PROTOCOL kex.c kex.h packet.c packet.h sshconnect2.c Log message: implement "strict key exchange" in ssh and sshd This adds a protocol extension to improve the integrity of the SSH transport protocol, particular in and around the initial key exchange (KEX) phase. Full details of the extension are in the PROTOCOL file. from djm@; with markus@ this is errata/7.4/011_ssh.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/18 07:57:43 Modified files: usr.bin/ssh : Tag: OPENBSD_7_3 PROTOCOL kex.c kex.h packet.c packet.h sshconnect2.c Log message: implement "strict key exchange" in ssh and sshd This adds a protocol extension to improve the integrity of the SSH transport protocol, particular in and around the initial key exchange (KEX) phase. Full details of the extension are in the PROTOCOL file. from djm@; with markus@ this is errata/7.3/024_ssh.patch.sig CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/12/18 08:01:56 Modified files: . : errata73.html errata74.html Log message: Release ssh errata. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/12/18 08:04:58 Added files: openssh/txt : release-9.6 Log message: openssh-9.6 release notes CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/12/18 08:07:18 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html releasenotes.html security.html openssh/txt : release-9.6 Log message: openssh-9.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 08:13:06 Modified files: graphics/ffmpeg: Makefile Added files: graphics/ffmpeg/patches: patch-libavformat_utils_c Log message: ffmpeg: prevent llvm 16 from optimizing away checks llvm 16 optimizations led to a segfault when seeking in opus files because checks that could leave pos_max uninitialized are optimized away, leading to out-of-bounds reads from the guard pages. https://marc.info/?l=openbsd-ports&m=170284868209618&w=2 https://github.com/FFmpeg/FFmpeg/commit/51066987cf05a7cad567e965fa637e28f9d902c5 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 08:25:41 Modified files: graphics/ffmpeg/patches: patch-libavformat_utils_c Log message: ffmpeg: link to upstream commit that contains the same analysis and diff https://github.com/FFmpeg/FFmpeg/commit/ab792634197e364ca1bb194f9abe36836e42f12d CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/12/18 08:32:02 Modified files: openssh/txt : release-9.6 Log message: typo CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/12/18 08:32:20 Modified files: openssh : releasenotes.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/12/18 08:40:36 Modified files: net : Makefile Log message: +senpai +soju CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 08:58:56 Modified files: usr.bin/ssh : ssh-agent.c Log message: match flag type (s/int/u_int) CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/18 09:56:01 Modified files: usr.sbin/snmpd : parse.y Log message: Fix copy-paste error for setting source-address in trap receiver. OK jca@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/18 09:58:26 Modified files: usr.sbin/snmpd : parse.y Log message: Add a family argument to host(). This allows us to force a specific address family for source-address, which must be in line with the destination address. OK jca@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/18 10:19:07 Modified files: libexec/ld.so : loader.c Log message: correct section the SYS_kbind syscall pin record goes into noticed by gnezdo CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 10:53:07 Modified files: graphics/asymptote: Makefile Log message: graphics/asymptote: switch to base-clang with -O0 Only mail/stalwart/jmap and gcc on i386 remain as llvm/13 consumers. from brad, with a slight tweak to use C{,XX}FLAGS_base-clang from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 11:27:38 Modified files: net/putty : Makefile distinfo Log message: update to putty-0.80 - Fix for a newly discovered security issue known as the 'Terrapin' attack, also numbered CVE-2023-48795. The issue affects widely-used OpenSSH extensions to the SSH protocol: the ChaCha20+Poly1305 cipher system, and 'encrypt-then-MAC' mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 11:28:00 Modified files: net/putty : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to putty-0.80 - Fix for a newly discovered security issue known as the 'Terrapin' attack, also numbered CVE-2023-48795. The issue affects widely-used OpenSSH extensions to the SSH protocol: the ChaCha20+Poly1305 cipher system, and 'encrypt-then-MAC' mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 12:05:47 Modified files: security/libssh: Makefile distinfo security/libssh/patches: patch-tests_unittests_torture_misc_c Log message: update to libssh-0.10.6 CVE-2023-6004: Command injection using malicious hostname in expanded proxy command. CVE-2023-48795: Avoid potential downgrade attacks by implementing strict kex. ("Terrapin") CVE-2023-6918: Avoid potential use of weak keys in low memory conditions by systematically checking return values of MD functions. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/18 12:05:59 Modified files: security/libssh: Tag: OPENBSD_7_4 Makefile distinfo security/libssh/patches: Tag: OPENBSD_7_4 patch-tests_unittests_torture_misc_c Log message: update to libssh-0.10.6 CVE-2023-6004: Command injection using malicious hostname in expanded proxy command. CVE-2023-48795: Avoid potential downgrade attacks by implementing strict kex. ("Terrapin") CVE-2023-6918: Avoid potential use of weak keys in low memory conditions by systematically checking return values of MD functions. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 13:19:07 Modified files: sysutils/uefitool: Makefile distinfo Log message: update to UEFITool A68 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/18 14:15:00 Modified files: lib/libcrypto/cmac: cmac.c Log message: cmac: use block_size rather than bl This is purely mechanical apart from a single line wrap. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/12/18 15:20:58 Modified files: lang/dmd : Makefile distinfo lang/dmd/patches: patch-dmd_compiler_src_dmd_link_d patch-dmd_druntime_posix_mak lang/dmd/pkg : PLIST Log message: Update to dmd-2.106.0, with a new bootstrap post-libc major bump. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/12/18 15:30:48 Modified files: openssh : index.html Log message: fix link target CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 16:00:17 Modified files: security/ssh-askpass-fullscreen: Makefile distinfo Added files: security/ssh-askpass-fullscreen/patches: patch-src_ssh-askpass-fullscreen_c Removed files: security/ssh-askpass-fullscreen/patches: patch-ssh-askpass-fullscreen_c Log message: update to ssh-askpass-fullscreen 1.3 Old SITES is dead, upstream switched to github and autoconf https://github.com/atj/ssh-askpass-fullscreen/releases CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/18 16:42:20 Modified files: usr.sbin/rpki-client: parser.c Log message: Rephrase some warnings related to Manifests Feedback from Tom Harrison (APNIC) with and OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/18 16:59:15 Modified files: security/yubico/yubico-piv-tool: Makefile distinfo security/yubico/yubico-piv-tool/patches: patch-tool_yubico-piv-tool_c Log message: update to yubico-piv-tool 2.4.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/18 18:11:21 Modified files: sys/kern : uipc_socket.c Log message: soreceive() must not hold mutex when calling sblock(). In my recent commit I missed that sblock() may sleep while soreceive() holds the incpb mutex. Call pru_lock() after sblock(). Reported-by: syzbot+f79c896ec019553655a0@syzkaller.appspotmail.com Reported-by: syzbot+08b6f1102e429b2d4f84@syzkaller.appspotmail.com OK mvs@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 23:14:26 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-Jamroot devel/boost/pkg: PLIST-main Removed files: devel/boost/patches: patch-boost_beast_ssl_ssl_stream_hpp patch-boost_phoenix_stl_hpp patch-boost_unordered_detail_foa_core_hpp patch-libs_context_build_Jamfile_v2 patch-libs_filesystem_src_unique_path_cpp patch-libs_log_src_posix_object_name_cpp Log message: Update to boost 1.84 From brad https://www.boost.org/users/history/version_1_84_0.html CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/18 23:18:03 Modified files: emulators/citra: Makefile Log message: emulators/citra: mark BROKEN After net/nheko is now the second port that breaks in a mysterious way due to a bad interaction of with . In file included from /tmp/pobj/citra-0.0.0.1827/citra-unified-source-20230110-ad2cbe2/externals/dyn armic/src/dynarmic/frontend/A32/a32_types.cpp:9: In file included from /usr/include/c++/v1/ostream:140: In file included from /usr/include/c++/v1/locale:218: /usr/include/c++/v1/__bsd_locale_fallbacks.h:110:5: error: cannot initialize a parameter of type '__ va_list_tag *' with an lvalue of type 'va_list' (aka '__va_list_tag[1]') va_start(__va, __format); ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdarg.h:34:47: note: expanded from macro 'va_start' #define va_start(ap, last) __builtin_va_start((ap), last) ^~~~ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/18 23:27:45 Modified files: libexec/ld.so : loader.c Log message: correct alignment placement CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/12/18 23:41:14 Modified files: usr.bin/ssh : PROTOCOL Log message: correct section numbers; from Ed Maste CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/18 23:57:12 Modified files: lib/libc/sys : pinsyscalls.2 Log message: pinsyscalls(2) has changed a little bit, and I can provide more advice for how it is used (in ld.so, it's not like anyone else can call it). Also document the errors.. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/12/18 23:57:34 Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c Log message: sort -C, and add to usage(); ok djm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/18 23:58:36 Modified files: sys/kern : syscalls.master Log message: the 4th argument of pinsyscalls() is now "number of pin elements", not "size of the storage of the pin elements" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/18 23:59:17 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/18 23:59:28 Modified files: lib/libc/stdlib: malloc.c Log message: A small cleanup of malloc_bytes(), getting rid of a goto and a tiny bit of optimization; ok tb@ asou@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/12/19 00:24:42 Modified files: lib/libc/sys : pinsyscalls.2 Log message: - new sentence, new line - zap an unused Pp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:09:50 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.6 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/19 01:10:19 Modified files: etc/rpki : afrinic.constraints apnic.constraints arin.constraints lacnic.constraints ripe.constraints Log message: Add markers OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/19 01:20:51 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac Log message: update to 2.20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:45:13 Modified files: security/py-paramiko: Makefile distinfo Log message: update to py3-paramiko-3.4.0, CVE 2023-48795 "Terrapin Attack" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:45:38 Modified files: security/py-paramiko: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to py3-paramiko-3.4.0, CVE 2023-48795 "Terrapin Attack" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:49:08 Modified files: mail/rspamd : Makefile distinfo Removed files: mail/rspamd/patches: patch-src_libserver_rspamd_control_c Log message: update to rspamd-3.7.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:49:11 Modified files: devel/py-hatchling: Makefile distinfo Log message: update to py3-hatchling-1.21.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/19 01:51:21 Modified files: graphics/asymptote: Makefile graphics/asymptote/patches: patch-doc_asymptote_texi Added files: graphics/asymptote/patches: patch-path_cc patch-triple_h Log message: asymptote: enable optimization Only disable optimization in routines with dubious floating point maths until someone finds time and motivation to look more closely. This works well enough for asymptote to build and package. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 01:59:59 Modified files: print/ocrmypdf : Makefile distinfo print/ocrmypdf/pkg: PLIST Log message: update to ocrmypdf-16.0.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/19 02:00:06 Modified files: graphics/ffmpeg/patches: patch-libavformat_utils_c Log message: ffmpeg: fix typo in patch description CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/19 02:01:43 Modified files: shells/zsh-syntax-highlighting: Makefile distinfo Log message: update to zsh-syntax-highlighting-0.8.0, from Matthew Martin (maintainer) CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/19 02:14:52 Modified files: security/qtkeychain: Makefile distinfo Log message: update to qtkeychain-0.14.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/19 02:15:30 Modified files: security/xca : Makefile security/xca/patches: patch-lib_pkcs11_cpp Added files: security/xca/patches: patch-lib_func_cpp patch-lib_x509name_cpp patch-widgets_NewX509_cpp Log message: security/xca: prepare for next major bump Make ASN1_STRING_TABLE entries const since libcrypto will no longer cast away the const before return. Also drop an unnecessary opensslfeatures.h include. ok sthen (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/19 03:22:42 Modified files: security/pcsc-lite: Makefile distinfo security/pcsc-lite/patches: patch-src_debuglog_c Log message: update pcsc-lite to 2.0.1 https://salsa.debian.org/rousseau/PCSC/blob/master/ChangeLog - SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit) - SCardCancel(): return SCARD_S_SUCCESS even if the client already finished - polkit is enabled by default - libpcscspy: fix a crash with NULL pointers - Doxygen: fix SCardBeginTransaction() documentation - fix pcscd internal thread safety issues (clang -fsanitize=thread) - Some other minor improvements Keep untested PolKit disabled, src/auth.c needs struct ucred fixes, anyway. OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/19 03:22:54 Modified files: security/opensc: Makefile distinfo security/opensc/patches: patch-configure_ac patch-src_pkcs11_Makefile_am security/opensc/pkg: PLIST Removed files: security/opensc/patches: patch-src_libopensc_card-iasecc_c patch-src_libopensc_sc-ossl-compat_h Log message: update to opensc 0.24.0 https://github.com/OpenSC/OpenSC/releases/tag/0.24.0 CVE-2023-40660: Fix Potential PIN bypass CVE-2023-40661: Important dynamic analyzers reports CVE-2023-4535: Out-of-bounds read in MyEID driver handling encryption using symmetric keys General improvements, onepin module got dropped. OK sthen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/19 03:32:20 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Show the RTR protocol version in the `bgpctl show rtr` output. Knowing the version is essential to understand if ASPA PDUs are included or not. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/19 04:03:43 Modified files: archivers/libzim: Makefile distinfo Removed files: archivers/libzim/patches: patch-meson_build Log message: update to libzim 9.0.0; from wen heping, thanks! Tests fill up /tmp/ and don't clean up, set TMPDIR to "fix" that. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/19 06:04:29 Modified files: www/py-spotipy : Makefile distinfo Log message: update to py-spotipy 2.23.0 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/19 06:12:47 Modified files: games/vcmi : Makefile distinfo games/vcmi/patches: patch-lib_modding_CModVersion_h Log message: update to vcmi-1.4.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/19 06:22:21 Modified files: devel/llvm/17 : Makefile devel/llvm/17/patches: patch-clang_lib_Driver_ToolChains_OpenBSD_cpp Added files: devel/llvm/17/patches: patch-clang_lib_Driver_ToolChains_CommonArgs_cpp Log message: merge LTO support for OpenBSD from upstream commit 4d5a8ccf25a6c43930c332e75ecead287778af6b Author: Brad Smith Date: Mon Nov 13 02:42:14 2023 -0500 [Driver] Add LTO support for Haiku and OpenBSD (#72047) found by semarie@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/19 06:50:19 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: Move constraints files to the etc set These are config files and once modified they should not be overwritten if they have local changes. ok deraadt job CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/19 07:10:51 Modified files: security/gnupg : Makefile Added files: security/gnupg/patches: patch-common_iobuf_c patch-common_iobuf_h patch-common_miscellaneous_c patch-common_util_h patch-g10_cipher-aead_c patch-g10_cipher-cfb_c patch-g10_encrypt_c patch-g10_sign_c Log message: Unbreak interaction with EPG (emacs package) Fixes hangs (at least) when writing .gpg/.asc files. Snatched from upstream. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/19 07:12:23 Modified files: security/gnupg : Tag: OPENBSD_7_4 Makefile Added files: security/gnupg/patches: Tag: OPENBSD_7_4 patch-common_iobuf_c patch-common_iobuf_h patch-common_miscellaneous_c patch-common_util_h patch-g10_cipher-aead_c patch-g10_cipher-cfb_c patch-g10_encrypt_c patch-g10_sign_c Log message: Unbreak interaction with EPG (emacs package) Fixes hangs (at least) when writing .gpg/.asc files. Snatched from upstream. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/19 07:15:47 Modified files: audio/musique : Makefile distinfo Log message: update to musique 1.12 (qt6 now) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:17:19 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.5, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:19:09 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.5, ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:23:43 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: changes for gecko 121 - drop MODCLANG_VERSION=16, it's the default now - use upstream-provided profiling data, no need to repackage/selfhost it anymore now that we use the same clang version as upstream uses to generate it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:27:02 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-toolkit_xre_glxtest_glxtest_cpp www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-dom_webauthn_authrs_bridge_src_lib_rs Log message: www/mozilla-firefox: update to 121.0. see https://www.mozilla.org/en-US/firefox/121.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-56/ backport a patch from #1863135 to fix concurrent access to FIDO devices, as found out/tested by gnezdo@ and David Goerger CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:27:46 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.6.0. see https://www.mozilla.org/en-US/firefox/115.6.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-54/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:30:39 Modified files: www/mozilla : Tag: OPENBSD_7_4 mozilla.port.mk Log message: www/mozilla: add a -repacked suffix to selfhosted profdata archives will allow to differentiate them from the ones used in -current from upstream, and avoid clashes on distfiles mirrors CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:34:13 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Added files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-build_moz_configure_nss_configure patch-dom_webauthn_authrs_bridge_src_lib_rs Log message: www/mozilla-firefox: MFC update to 121.0. see https://www.mozilla.org/en-US/firefox/121.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-56/ backport a patch from #1863135 to fix concurrent access to FIDO devices, as found out/tested by gnezdo@ and David Goerger CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 07:35:03 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.6.0. see https://www.mozilla.org/en-US/firefox/115.6.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-54/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/19 07:40:04 Modified files: sys/sys : malloc.h share/man/man9 : malloc.9 Log message: add a malloc type for pinsyscall arrays CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/19 07:56:45 Modified files: emulators/ppsspp/patches: patch-CMakeLists_txt patch-Core_HLE_sceMpeg_cpp Log message: Refresh patches CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/19 08:00:41 Added files: emulators/ppsspp/patches: patch-Common_RiscVCPUDetect_cpp Log message: Unbreak on riscv64, we don't have sys/auxv.h or getauxval(). OpenBSD/riscv64 assumes RV64GC, aka RV64IMAFDC. Our kernel provides no support for the V extension. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/12/19 08:48:32 Modified files: editors/neovim : Makefile distinfo Log message: editors/neovim: Fix uv_close() crash. https://github.com/neovim/neovim/issues/25086 Diff from Laurent Cheylus, then tweaked by kn@. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/12/19 09:03:27 Modified files: audio/navidrome: Makefile audio/navidrome/pkg: navidrome.rc Log message: audio/navidrome: add daemon_logger to rc script. OK jca@, thanks! CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/19 09:11:22 Modified files: sysutils/telegraf: Makefile Added files: sysutils/telegraf/patches: patch-plugins_inputs_ras_ras_go patch-plugins_inputs_sql_drivers_sqlite_go patch-plugins_outputs_sql_sqlite_go Log message: sysutils/telegraf: unbreak build by disabling plugins using modernc tested on amd64/arm64 discussed with jsing and tb, ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/19 09:13:22 Modified files: libexec/ld.so : dlfcn.c library.c library_mquery.c loader.c resolve.h Log message: whitespaces CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 09:15:52 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.6.0. see https://www.thunderbird.net/en-US/thunderbird/115.6.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-55/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/19 09:16:46 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.6.0. see https://www.thunderbird.net/en-US/thunderbird/115.6.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-55/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/19 09:31:50 Modified files: usr.bin/ktrace : ktrace.h Log message: include KTRFAC_PINSYSCALL in the ktrace options CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/19 11:34:46 Modified files: lang/rust : Makefile distinfo Log message: lang/rust: update sparc64 bootstrap from tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/19 12:39:52 Modified files: lib/libc/sys : pinsyscalls.2 Log message: static binary setting a table, or dynamic binary trying to do what ld.so already did, will both be EPERM CVSROOT: /cvs Module name: xenocara Changes by: millert@cvs.openbsd.org 2023/12/19 13:31:21 Modified files: app/xterm : Makefile Log message: Substitute "100" for __default_termid__ instead of "vt100". The "vt" prefix is optional for the default terminal ID. Fixes an instance of "vtvt100" in the installed man page. OK matthieu@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/19 13:34:10 Modified files: sys/net : if_pflow.c Log message: Initialize `sc_outputtask' before interface attachment. if_alloc_sadl() has sleep point, so the uninitialized `sc_outputtask` could be accessed through ioctl(2) interface. ok sashan bluhm CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/19 14:34:22 Modified files: sys/kern : uipc_socket.c Log message: Release inpcb mutex while calling sbwait(). As sbwait() may sleep, holding any mutex is not allowed. Call pru_unlock() before sbwait() in soreceive(). Bug spotted by sashan@; OK sashan@ mvs@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/19 15:34:04 Modified files: lang/dmd : Makefile Log message: lang/dmd: install libc.so.98, not libc.so.97 please commit, bcallah CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/19 17:06:25 Modified files: usr.bin/ssh : PROTOCOL PROTOCOL.agent ssh-keyscan.c sshkey.c xmss_hash.c Log message: spelling; ok markus@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/12/19 17:34:14 Modified files: sbin/isakmpd : ipsec.c Log message: Don't unset the SA tag set by ipsec_sa_tag in ipsec_sa_iface. Fixes SA tagging and a possible leak. from markus@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/12/19 18:38:46 Modified files: usr.sbin/btrace: bt_parse.y Log message: btrace: "too long line" -> "line too long" ok claudio@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2023/12/19 20:13:54 Modified files: devel/p5-DateTime: Makefile distinfo devel/p5-DateTime/pkg: PLIST Log message: Update p5-DateTime to 1.65 > Switched to using the `Perl_isfinite` function instead of trying to > implement this ourselves in XS code. From wen heping < wenheping2000 () hotmail ! com > CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/19 23:22:27 Modified files: lib/libcrypto/des: set_key.c Log message: Remove commented-out code CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/19 23:28:04 Modified files: lib/libcrypto : Makefile lib/libcrypto/des: set_key.c Removed files: lib/libcrypto/des: rand_key.c Log message: DES_random_key() sets the key There's no need to have 60 lines of license for 4 lines of actual code. Move DES_random_key() to set_key.c. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/19 23:30:04 Modified files: lib/libcrypto/des: set_key.c Log message: Remove a changelog from 1991 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/12/20 00:32:06 Modified files: sys/dev/pci : if_iwm.c if_iwx.c Log message: Ensure that iwm/iwx devices announce VHT capabilities in probe requests. The previous code did not update the per-band-data length field, resulting in firmware skipping the VHT information element in the probe-request frame template. Patch by Mikhail Pchelin CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/12/20 00:33:32 Modified files: sys/dev/pci : if_iwx.c Log message: Remove iwx_wait_tx_queues_empty(); unused with current firmware versions Current firmware supplies a flush-command response which makes it unnecessary to poll for empty queues after sending the flush command. Based on a patch by Mikhail Pchelin CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/20 00:39:44 Modified files: x11/papirus-icon-theme: Makefile distinfo x11/papirus-icon-theme/pkg: PLIST Log message: update x11/papirus-icon-theme to 20231201; diff from Justin Berthault, thanks! maintainer timeout. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/20 00:55:43 Modified files: graphics/zint : Makefile distinfo Log message: update to zint-2.13.0 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/12/20 01:08:10 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/noscript: Makefile distinfo Log message: Tor Browser: update to 13.0.7 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/12/20 01:08:58 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/noscript: Tag: OPENBSD_7_4 Makefile distinfo Log message: Tor Browser: update to 13.0.7 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/20 02:14:58 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231219 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/12/20 02:51:06 Modified files: sys/dev/pv : if_vio.c Log message: vio(4): checksum offloading for TCP/UDP in IPv6 Packets ok sf@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 03:14:14 Modified files: lib/libcrypto/evp: p_dec.c p_enc.c Log message: Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old() This was done the worst possible way. It would be much simpler to invert the logic and use a single #ifdef. jsing prefers keeping the current logic and suggested we ditch the preprocessor mess altogether. ok jsing, claudio agreed with the initial diff CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 03:15:30 Modified files: lib/libcrypto/evp: p_seal.c Log message: Remove commented out version of EVP_SealUpdate() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 03:35:25 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Simplify EVP_DecryptUpdate() a bit This time the block size is called b and there's some awful length fiddling with fix_len, which until recently also served as store for the return value for do_cipher()... If we land on a block boundary, we keep the last block decrypted and don't count it as part of the output. So in the next call we need to feed it back in. Feeding it back in counts as output written this time around, so instead of remembering that we need to adjust outl, keep a tally of the bytes written. This way we can also do some overflow and underflow checking. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 03:42:43 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Clean up EVP_EncryptFinal_ex() This switches to the variable names used in other functions, adds a reminder to add a missing length check and uses memset for the padding. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 03:48:19 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-458.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 03:54:10 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.34.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 03:55:49 Modified files: security/py-M2Crypto: Makefile Removed files: security/py-M2Crypto/patches: patch-src_M2Crypto_BIO_py Log message: remove patch which is no longer needed (only affects py2) add TDEP (we have py-parameterized now), and use -k to skip tests which hang CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 04:01:34 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Clean up EVP_DecryptFinal_ex() Rework the code to use the usual variable names, return early if we have block size 1 and unindent the remainder of the code for block sizes 8 and 16. Rework the padding check to be less acrobatic and copy the remainder of the plain text into out using memcpy() rather than a for loop. input/ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 04:06:14 Modified files: security/py-M2Crypto: Makefile distinfo Log message: update to py3-M2Crypto-0.39.0 (not using 0.40.1 yet: imports changed in 0.40.0 and py-tlslite-ng needs tweaks to cope - tlsfuzzer and regress/lib/libssl/tlsfuzzer are happy with both this and 0.40.1) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/20 04:25:58 Modified files: net/quiche : Makefile crates.inc distinfo Log message: Update quiche to 0.20.0 ok otto (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 04:31:17 Modified files: lib/libcrypto/evp: evp_enc.c evp_local.h Log message: Rename buf_len into partial_len in EVP_CIPHER_CTX suggested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 04:33:52 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Improve local variable names Rename the slightly awkward buf_offset into partial_len and rename buf_avail into partial_needed to match. suggested by jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 05:33:22 Modified files: textproc/syrics: Makefile Log message: Unbreak: set MODPY_PYBUILD to setuptools and not "Yes". CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 05:41:06 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.7. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 06:09:41 Modified files: net/py-tlslite-ng: Makefile Added files: net/py-tlslite-ng/patches: patch-tlslite_utils_openssl_rsakey_py patch-unit_tests_test_tlslite_utils_keyfactory_py Log message: py-tlslite-ng: handle newer py-M2Crypto, ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 06:10:10 Modified files: security/py-M2Crypto: Makefile distinfo security/py-M2Crypto/pkg: PLIST Added files: security/py-M2Crypto/patches: patch-src_M2Crypto___init___py Log message: update to py3-M2Crypto-0.40.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 06:23:45 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.24.39. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 06:29:33 Modified files: devel/py-hatchling: Makefile devel/py-poetry-core: Makefile devel/py-setuptools: Makefile lang/python : python.port.mk Log message: Don't accept "Yes" as a value of MODPY_PYBUILD; use "bootstrap" instead for those special-case ports which bootstrap from their own internal PEP517 build backend. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/12/20 06:30:51 Modified files: share/man/man5 : python-module.5 Log message: MODPY_PYBUILD: use "bootstrap" instead of "Yes" CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 06:34:47 Modified files: lib/libcrypto/evp: p_dec.c p_enc.c Log message: Less confusing variable names in EVP_PKEY_{de,en}crypt_old() ok jsing CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/12/20 06:37:25 Modified files: sys/dev/ic : nvme.c nvmereg.h Log message: Don't create an sd(4) larger than what the namespace will allow. A namespace must satisfy size (nsze) >= capacity (ncap) >= utilization (nuse) Use ncap for the sd(4) size when THINP is set and ncap < nsze. Tweak some variable names in passing to make code clearer. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 06:41:06 Modified files: productivity/gnucash-docs: Makefile distinfo productivity/gnucash-docs/pkg: PLIST Log message: Update to gnucash-docs-5.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 06:41:25 Modified files: productivity/gnucash: Makefile distinfo Added files: productivity/gnucash/patches: patch-CMakeLists_txt Log message: Update to gnucash-5.5. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 06:46:05 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/evp: p_legacy.c Removed files: lib/libcrypto/evp: p_dec.c p_enc.c Log message: Fold p_dec.c and p_enc.c into a new p_legacy.c discussed with jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 06:51:15 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.0rc1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 06:52:17 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: p_legacy.c Removed files: lib/libcrypto/evp: p_open.c p_seal.c Log message: Merge p_open and p_seal into p_legacy discussed with jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 06:58:42 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.6.0. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/12/20 07:00:17 Modified files: regress/usr.sbin/btrace: arithm.bt arithm.ok usr.sbin/btrace: bt_parse.y Log message: btrace: add support for hex and octal values. Changes number tokenizing and parsing to support hex & octal values. Does not address other lexer issues (e.g. $0x1) to close gaps with bpftrace. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/20 07:01:45 Modified files: sysutils/fd : Makefile crates.inc distinfo Log message: update to fd-9.0.0, from Justin Berthault, tested by Laurent Cheylus CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:05:58 Modified files: lib/libcrypto/evp: cipher_method_lib.c Log message: Add some sanity checks for EVP_CIPHER_meth_new() Ensure that the nid and key length are non-negative and that the block size is one of the three sizes 1, 8, or 16 supported by the EVP subsystem. ok joshua jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:10:03 Modified files: lib/libcrypto/evp: evp_enc.c evp_local.h Log message: Remove block_mask from EVP_CIPHER_CTX The block mask is only used in EVP_{De,En}cryptUpdate(). There's no need to hang it off the EVP_CIPHER_CTX since it is easy to compute and validate. ok joshua jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:11:41 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Tweak a comment a bit CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:13:07 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Rename outl into out_len throughout the file CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:14:39 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Rename inl to in_len throughout the file CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:15:19 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Rename impl into engine CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 07:26:47 Modified files: lib/libcrypto/asn1: tasn_prn.c Log message: Use BIO_indent() for indentation in tasn_prn.c Using a loop to print pieces of a static buffer containing 20 spaces to indent things is just silly. Even sillier is making this buffer const without looking what it's actually used for... There is BIO_indent() or BIO_printf() that can handle "%*s". Add a length check to preserve behavior since BIO_indent() succeeds for negattive indent. However, peak silliness must be how BIO_dump_indent_cb() indents things. That's for another day. ok jsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/20 07:50:09 Modified files: libexec/ld.so/aarch64: ld.script libexec/ld.so/alpha: ld.script libexec/ld.so/amd64: ld.script libexec/ld.so/arm: ld.script libexec/ld.so/hppa: ld.script libexec/ld.so/i386: ld.script libexec/ld.so/m88k: ld.script libexec/ld.so/mips64: ld.script libexec/ld.so/powerpc: ld.script libexec/ld.so/riscv64: ld.script libexec/ld.so/sh: ld.script libexec/ld.so/sparc64: ld.script Log message: For strange reasons which made sense at the time, the text segment was placed head of the btext (boot.text) segment. (the boot.text segment is "unmapped" after initization, as a self-protection mechanism). this meant the LOAD's virtual addresses were not in sequence, which clearly isn't what we intended. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/20 07:52:07 Modified files: libexec/ld.so/sparc64: ld.script Log message: there is a super-alignment between btext and text, this creates a hole. Twice, I have seen the sigtramp mapping land inside that hole. This causes grief for the upcoming pinsyscalls() work which operates on address space ranges. But the micro-optimization is silly. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/20 07:54:29 Modified files: libexec/ld.so : Makefile syscall.h Log message: create a stub for pinsyscalls(2) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/20 08:36:36 Modified files: usr.sbin/ntpd : client.c constraint.c control.c ntp.c ntpd.h util.c Log message: introduce log_ntp_addr() and use it where applicable, avoids a null pointer deref in constraint.c reported by bluhm@; ok millert@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/12/20 10:29:02 Modified files: usr.sbin/nsd : Makefile.in answer.c axfr.c config.h.in configlexer.lex configparser.y configure configure.ac dbaccess.c dbcreate.c difffile.c difffile.h edns.c ipc.c ixfr.c ixfr.h ixfrcreate.c namedb.h nsd-checkconf.8.in nsd-checkconf.c nsd-checkzone.8.in nsd-checkzone.c nsd-control.8.in nsd-mem.c nsd.8.in nsd.c nsd.conf.5.in nsd.conf.sample.in nsd.h nsec3.c nsec3.h options.c options.h query.c query.h remote.c remote.h rrl.c server.c udb.h xfr-inspect.c xfrd.c xfrd.h usr.sbin/nsd/dnstap: dnstap_collector.c usr.sbin/nsd/doc: ChangeLog README RELNOTES Added files: usr.sbin/nsd/util: proxy_protocol.c proxy_protocol.h Removed files: usr.sbin/nsd : udbradtree.c udbradtree.h udbzone.c udbzone.h Log message: update to nsd 4.8.0 OK sthen CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2023/12/20 10:30:01 Modified files: openssh : openbsd.html Log message: Correct the links in the 9.6 section. Reported by Christos Zoulas. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/20 10:43:33 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update GStreamer gang to version 1.22.8. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/20 11:13:16 Modified files: security/boringssl/head: Makefile distinfo security/boringssl/head/pkg: PLIST Log message: Update to boringssl 20231219 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/20 11:38:19 Modified files: lib/libcrypto/cms: cms_pwri.c Log message: Clean up includes in cms_pwri.c CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/12/20 13:26:18 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.7 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/12/20 14:54:14 Modified files: devel/jdk/17 : Makefile Added files: devel/jdk/17/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk Log message: Reduce optimization on parse2.cpp due to multiple tests fail with assert(taken_cnt <= total_cnt) with fastdebug build on i386. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/20 15:19:44 Modified files: net/i2pd : Makefile distinfo net/i2pd/pkg : PLIST Log message: Update to i2pd 2.50.0 From openbsd systemfailure.net, with a PLIST fix from me. Thanks! CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/20 17:19:40 Modified files: sysutils/loki : Makefile distinfo Log message: sysutils/loki: update to 2.9.3 ok landry@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/20 17:59:11 Modified files: sysutils/py-analyzemft: Makefile distinfo sysutils/py-analyzemft/pkg: PLIST Log message: update analyzeMFT to v3.0.1 While there hasn't been a proper release in some time, the latest github commits did the work to update the codebase to support Python 3. ok rpointel@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/20 18:20:54 Modified files: bin/pax : tar.c Log message: Print the proper file name in case we fail to allocate a "path" extended header Use name, not ln_name. Pasto introduced in previous. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/20 19:24:39 Modified files: security/ssh-audit: Makefile distinfo Log message: Update ssh-audit 3.0.0 -> 3.1.0 Changelog: https://github.com/jtesta/ssh-audit/releases/tag/v3.1.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/20 19:25:04 Modified files: textproc/terraform-docs: Makefile distinfo modules.inc Log message: Update terraform-docs 0.16.0 -> 0.17.0 Changelog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.17.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/20 19:31:36 Log message: import fastjsonschema This port is needed in order to update devel/py-nbformat. with tweaks to add a missing TDEP and ok tb@ Status: Vendor Tag: daniel Release Tags: daniel_20231220 N ports/textproc/py-fastjsonschema/Makefile N ports/textproc/py-fastjsonschema/distinfo N ports/textproc/py-fastjsonschema/pkg/DESCR N ports/textproc/py-fastjsonschema/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/20 19:33:56 Modified files: textproc : Makefile Log message: +py-fastjsonschema CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 19:57:14 Modified files: share/man/man9 : Makefile sys/conf : files sys/lib/libkern: libkern.h Added files: share/man/man9 : strnstr.9 sys/lib/libkern: strnstr.c Log message: add strnstr(9) string search within character limit From Mike Barcroft in FreeBSD. Added to FreeBSD in 2001, Linux in 2010. Used in amdgpu. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/20 20:06:59 Modified files: devel/py-nbformat: Makefile distinfo devel/py-nbformat/pkg: PLIST Log message: update py-nbformat to 5.3.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 20:09:08 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_fru_eeprom.c amdgpu_ras.c amdgpu_ras_eeprom.c Log message: use strnstr paths in amdgpu CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/20 20:17:24 Modified files: x11/keybinder3 : Makefile Log message: sync WANTLIB CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 20:43:28 Modified files: sys/dev/pci/drm/amd/amdgpu: sdma_v5_2.c Log message: drm/amdgpu/sdma5.2: add begin/end_use ring callbacks From Alex Deucher 78b2ba39beef21c8baebb1868569c2026ad76de0 in linux-6.1.y/6.1.69 ab4750332dbe535243def5dcebc24ca00c1f98ac in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 20:45:45 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vm_pt.c Log message: drm/amdgpu: fix tear down order in amdgpu_vm_pt_free From Christian Koenig a9e2de19433fe0b63c080e910cce9954745cd903 in linux-6.1.y/6.1.69 ceb9a321e7639700844aa3bf234a4e0884f13b77 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 20:47:04 Modified files: sys/dev/pci/drm/amd/display/modules/power: power_helpers.c Log message: drm/amd/display: Disable PSR-SU on Parade 0803 TCON again From Mario Limonciello 20907717918f0487258424631b704c7248a72da2 in linux-6.1.y/6.1.69 e7ab758741672acb21c5d841a9f0309d30e48a06 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/20 20:49:28 Modified files: sys/dev/pci/drm/i915/display: intel_fb.c Log message: drm/i915: Fix remapped stride with CCS on ADL+ From Ville Syrjala 7b0faa541f15af170607e565ceca1ae44e6daa35 in linux-6.1.y/6.1.69 0ccd963fe555451b1f84e6d14d2b3ef03dd5c947 in mainline linux CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/21 00:49:51 Modified files: www/chromium : Makefile distinfo Log message: update to 120.0.6099.129 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/12/21 01:01:21 Modified files: sbin/dump : dumprmt.c itime.c Log message: Fix a few unchecked allocations; ok millert@ miod@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/12/21 03:55:19 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.8.4 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/21 04:25:38 Modified files: usr.bin/cu : cu.c Log message: Tweak comment, the actual format is "ucom:" ok krw@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/21 05:24:03 Modified files: x11/libfakekey : Makefile distinfo x11/libfakekey/pkg: PLIST Log message: update to libfakekey 0.3 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/21 05:43:31 Modified files: usr.sbin/snmpd : application.c application_agentx.c application_blocklist.c application_internal.c ax.c ax.h log.c parse.y proc.c smi.c smi.h snmp.h snmpd.c snmpd.h snmpe.c snmpe.h trap.c traphandler.c usm.c util.c Log message: Clean up snmpd's header situation. With the help of tb@ and include-what-you-use. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 05:48:28 Modified files: sysutils : Makefile sysutils/py-analyzemft: Makefile sysutils/py-analyzemft/pkg: PLIST devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add quirks for the py-analyzemft -> py3-analyzemft rename add conflict (bin/analyzeMFT.py present in both py- and py3-) set FLAVOR as is normal for py-* ports CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/21 05:52:01 Modified files: audio/fdk-aac : Makefile distinfo audio/fdk-aac/patches: patch-libFDK_include_FDK_archdef_h audio/fdk-aac/pkg: PLIST Log message: update to fdk-aac 2.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:14:40 Modified files: net/isc-bind : Makefile distinfo Log message: update to isc-bind-9.18.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:14:51 Modified files: net/isc-bind : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to isc-bind-9.18.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:29:23 Modified files: mail/opendkim : Makefile Log message: set PORTROACH site CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:33:04 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/patches: patch-res_res_rtp_asterisk_c Log message: update to asterisk-20.5.2 res_rtp_asterisk: Fix regression issues with DTLS client check CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:33:06 Modified files: telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/patches: patch-res_res_rtp_asterisk_c Log message: update to asterisk-18.20.2 res_rtp_asterisk: Fix regression issues with DTLS client check CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:33:19 Modified files: telephony/asterisk/18: Tag: OPENBSD_7_4 Makefile distinfo telephony/asterisk/18/patches: Tag: OPENBSD_7_4 patch-res_res_rtp_asterisk_c Log message: update to asterisk-18.20.2 res_rtp_asterisk: Fix regression issues with DTLS client check CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 06:33:27 Modified files: telephony/asterisk/20: Tag: OPENBSD_7_4 Makefile distinfo telephony/asterisk/20/patches: Tag: OPENBSD_7_4 patch-res_res_rtp_asterisk_c Log message: update to asterisk-20.5.2 res_rtp_asterisk: Fix regression issues with DTLS client check CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/21 06:54:05 Modified files: usr.sbin/snmpd : mib.h snmpd.h Log message: mib_init() and MIB() disappeared with mib.c, remove their declarations. MIBDECL() and MIBEND are only used inside mib.h, so move their definition in there. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/21 07:31:56 Modified files: www/qutebrowser: Makefile Log message: fix archs for the conditional dependency on py-adblock; it's not available anywhere that ring fails to build, due to a BDEP on maturin. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/21 07:44:07 ports/www/py-adblock/patches Update of /cvs/ports/www/py-adblock/patches In directory cvs.openbsd.org:/tmp/cvs-serv55619/patches Log Message: Directory /cvs/ports/www/py-adblock/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/21 08:39:11 Added files: x11/gnome/zenity/patches: patch-meson_build Log message: Prvent picking up webkitgtk. spotted by espie CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:17:10 Log message: import wayland/wf-config 0.8.0. A library for managing configuration files, written for wayfire. ok volker@ matthieu@ Status: Vendor Tag: landry Release Tags: landry_20232112 N ports/wayland/wf-config/Makefile N ports/wayland/wf-config/distinfo N ports/wayland/wf-config/pkg/PLIST N ports/wayland/wf-config/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:18:12 Log message: import wayland/wf-shell 0.8.0. wf-shell is a repository which contains the various components needed to built a fully functional DE based around wayfire. Currently it has only a GTK-based panel and background client. ok volker@ matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231221 N ports/wayland/wf-shell/Makefile N ports/wayland/wf-shell/distinfo N ports/wayland/wf-shell/patches/patch-src_background_background_cpp N ports/wayland/wf-shell/patches/patch-src_background_meson_build N ports/wayland/wf-shell/patches/patch-src_dock_meson_build N ports/wayland/wf-shell/patches/patch-src_panel_meson_build N ports/wayland/wf-shell/pkg/PLIST N ports/wayland/wf-shell/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:19:21 Log message: import wayland/wcm 0.8.0. Wayfire Config Manager is a Gtk3 application to configure wayfire. It writes the config file that wayfire reads to update option values. ok volker@ matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231221 N ports/wayland/wcm/Makefile N ports/wayland/wcm/distinfo N ports/wayland/wcm/pkg/PLIST N ports/wayland/wcm/pkg/DESCR N ports/wayland/wcm/patches/patch-src_wcm_hpp N ports/wayland/wcm/patches/patch-src_wcm_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:22:14 Log message: import wayland/wayfire 0.8.0pl17 Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance. package a github commit including the wlroots 0.17 support from https://github.com/WayfireWM/wayfire/pull/2024 ship a 'startwayfire.sh' startup script copied from wayland/sway www: https://wayfire.org/ with tweaks/feedback from volker@ ok volker@ matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231221 N ports/wayland/wayfire/Makefile N ports/wayland/wayfire/distinfo N ports/wayland/wayfire/patches/patch-meson_build N ports/wayland/wayfire/patches/patch-src_meson_build N ports/wayland/wayfire/patches/patch-subprojects_wf-touch_meson_options_txt N ports/wayland/wayfire/pkg/PLIST N ports/wayland/wayfire/pkg/DESCR N ports/wayland/wayfire/files/startwayfire.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:23:14 Modified files: wayland : Makefile Log message: +wayland/{wayfire,wf-shell,wf-config,wcm} CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 09:42:33 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.96.1 see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_96_1.html apparently 3.96 was 'aborted' per https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_96.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 10:25:46 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.13 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/21 12:16:35 Modified files: net/filezilla : Makefile distinfo net/filezilla/pkg: PLIST Log message: Update to filezilla-3.66.4 Fixes address Terrapin protocol vulnerability. Change: https://filezilla-project.org/ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/21 12:34:08 Modified files: sys/kern : makesyscalls.sh syscalls.master Log message: Remove logic and comments related to INDIR now that they aren't supported anymore. ok tb@ deraadt@, no need to regen anything CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/21 12:40:47 Modified files: share/man/man4 : ugold.4 sys/dev/usb : ugold.c Log message: New TEMPerGold sensor; reported by Mikolaj Kucharski on bugs@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/21 13:35:19 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: Makefile distinfo x11/kde-plasma/breeze-gtk: Makefile distinfo x11/kde-plasma/kactivitymanagerd: distinfo x11/kde-plasma/kde-cli-tools: Makefile distinfo x11/kde-plasma/kde-gtk-config: Makefile distinfo x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/kdeplasma-addons: distinfo x11/kde-plasma/kgamma5: Makefile distinfo x11/kde-plasma/khotkeys: Makefile distinfo x11/kde-plasma/kinfocenter: distinfo x11/kde-plasma/kmenuedit: distinfo x11/kde-plasma/kscreen: Makefile distinfo x11/kde-plasma/kscreenlocker: Makefile distinfo x11/kde-plasma/ksshaskpass: distinfo x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: Makefile distinfo x11/kde-plasma/kwayland-integration: 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: Makefile distinfo x11/kde-plasma/milou: distinfo x11/kde-plasma/oxygen: Makefile distinfo x11/kde-plasma/oxygen-sounds: distinfo x11/kde-plasma/plasma-browser-integration: Makefile distinfo x11/kde-plasma/plasma-browser-integration/pkg: PLIST x11/kde-plasma/plasma-desktop: Makefile distinfo x11/kde-plasma/plasma-nano: distinfo x11/kde-plasma/plasma-pa: distinfo x11/kde-plasma/plasma-sdk: distinfo x11/kde-plasma/plasma-workspace: Makefile distinfo x11/kde-plasma/plasma-workspace-wallpapers: distinfo x11/kde-plasma/polkit-kde-agent-1: Makefile distinfo x11/kde-plasma/powerdevil: Makefile distinfo x11/kde-plasma/qqc2-breeze-style: distinfo x11/kde-plasma/systemsettings: Makefile distinfo x11/kde-plasma/xdg-desktop-portal-kde: distinfo Log message: Update KDE Plasma to 5.27.10 https://kde.org/announcements/plasma/5/5.27.10/ The bugfixes are typically small but important and include: - Powerdevil Backlighthelper: Implement support for the FreeBSD backlight(8) interface. Commit. - KWin: Allow running kwin5 windowed in kwin6. Commit. - Discover: Support AppStream 1.0 and 0.x versions. Commit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/21 13:50:43 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Remove some superfluous parentheses CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/21 14:23:37 Modified files: lib/libcrypto/man: ASN1_STRING_TABLE_get.3 Log message: Mark some API-to-be-removed as intentionally undocumented CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/21 14:32:01 Modified files: lib/libcrypto/man: EVP_PKCS82PKEY.3 EVP_PKEY_asn1_get_count.3 EVP_PKEY_asn1_new.3 EVP_PKEY_set1_RSA.3 Log message: Remove EVP_PKEY_asn1_add{0,_alias}() documentation This API was recently neutered and will be removed in the next major bump. Mark it as intentionally undocumented in EVP_PKEY_asn1_new.3 and remove it from all other manuals. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/21 15:15:01 Log message: import jupyter_packaging with tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231221 N ports/devel/py-jupyter_packaging/Makefile N ports/devel/py-jupyter_packaging/distinfo N ports/devel/py-jupyter_packaging/pkg/DESCR N ports/devel/py-jupyter_packaging/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/21 15:19:17 Modified files: devel : Makefile Log message: +py-jupyter_packaging CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/21 15:56:37 Modified files: audio/musique : Makefile Log message: add qt6 qttools BDEP; thanks naddy CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/21 16:49:56 Modified files: x11/qt6/qtwebengine: Makefile Log message: Add audio/pulseaudio as hidden build dependency Thanks espie@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/21 16:54:32 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.437 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/12/21 18:31:29 Modified files: lang/ghc-8.10.7: Makefile Log message: Prepare a new ghc bootstrap. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2023/12/21 22:28:14 Modified files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Update microcode, initialization and reset behavior. Remove two chip versions (identified by MAC_CFG2 and MAC_CFG4) support that may not be available in the market, and also raise rxring lwm to 32. Tested by Nick Owens. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 22:41:48 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.8.2. see https://github.com/OSGeo/gdal/blob/v3.8.2/NEWS.md CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/21 23:56:49 Modified files: geo/mapproxy : Makefile distinfo geo/mapproxy/pkg: PLIST Log message: geo/mapproxy: update to 2.0.0. see https://github.com/mapproxy/mapproxy/blob/2.0.0/CHANGES.txt#L4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/22 00:16:36 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 120.0.6099.129 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 00:35:09 Modified files: lib/libcrypto/x509: x509_local.h x509_vfy.c Log message: Remove unused function pointers from X509_STORE The struct underlying the X509_STORE type is opaque ars and nothing uses the accessors that OpenSSL added blindly for these. Therefore we didn't add them in the first place. So this rips out several dozens of lines of dead code. ok beck joshua jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 02:40:15 Modified files: lib/libcrypto/x509: x509_local.h x509_vfy.c Log message: Remove cleanup() and get_crl() from X509_STORE_CTX ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 03:20:33 Modified files: lib/libcrypto/evp: evp_enc.c Log message: evp_enc: make some flag checks explicit ok joshua jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 03:23:11 Modified files: lib/libcrypto/cms: cms_smime.c Log message: Clean up includes in cms_smime.c CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 05:35:22 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Simplify some logic in EVP_EncryptInit_ex() Pull up the EVP_R_NO_CIPHER_SET check that was hidden somewhere down in the middle of the function. Handle the reuse case outside of the big non-NULL cipher case for now. This looks a bit odd but relies on the invariant that cipher_data is only set if the cipher is set. It will be reworked in a subsequent commit. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 05:51:20 Modified files: lang/python : python.port.mk Log message: handle MODPY_PYBUILD=jupyter_packaging CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/12/22 05:51:53 Modified files: share/man/man5 : python-module.5 Log message: handle MODPY_PYBUILD=jupyter_packaging CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/22 06:03:16 Modified files: usr.sbin/snmpd : usm.c Log message: Remove a log_debug from usm_checkuser(). It would only display what is in the config and was never actually displayed because of insufficient verbosity level during config-parsing and would display the wrong auth algorithm for SHA2. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/12/22 06:04:30 Modified files: usr.sbin/snmpd : snmpd.c Log message: Call log_setverbosity() directly after getopt() so that debugging information during config-parsing can be displayed. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:09:20 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.15.0.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:12:16 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-458.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:17:04 Modified files: telephony/sngrep: Makefile distinfo telephony/sngrep/patches: patch-src_capture_c Log message: update to sngrep-1.8.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:24:13 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.9. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:27:03 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20231221 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:30:33 Modified files: lang/php : Tag: OPENBSD_7_4 Makefile.inc Log message: MFC lang/php/Makefile.inc: move DEBUG_PACKAGES to the right place (before including bsd.port.arch.mk), to avoid building debug packages on arch which shouldn't have them. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:30:56 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.27 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:30:57 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:30:58 Modified files: lang/php/8.3 : Makefile distinfo Log message: update to php-8.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:31:00 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:31:05 Modified files: lang/php/8.1 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.1.27 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 06:31:35 Modified files: lib/libcrypto/x509: x509_local.h x509_vfy.c Log message: Remove a bunch of function pointers from X509_STORE_CTX These are only ever set to one particular function which is either local to this file or part of the public API and we never added the public API to set them to something else. Prefix the local functions touched in this commit with x509_vfy_. More cleanup to follow. ok joshua jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:34:38 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:34:53 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:35:10 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 06:35:27 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.6. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 06:36:20 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Replace check_id() with its x509_vfy_check_id() wrapper CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 06:42:18 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Replace check_chain_extensions() with its x509_vfy_ wrapper CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:42:43 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/patches: patch-lib_base_tlsutility_cpp Log message: update to icinga2-2.14.1 hotfix release for masters and satellites; automatically renew own root CA and distribute it to all nodes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 06:42:55 Modified files: net/icinga/core2: Tag: OPENBSD_7_4 Makefile distinfo Added files: net/icinga/core2/patches: Tag: OPENBSD_7_4 patch-lib_base_tlsutility_cpp Log message: update to icinga2-2.14.1 hotfix release for masters and satellites; automatically renew own root CA and distribute it to all nodes. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 06:45:28 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Replace check_trust() with its x509_vfy_ prefixed wrapper CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 06:46:37 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Rename check_hosts() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/22 06:48:04 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/22 07:14:24 Modified files: devel/maturin : Makefile crates.inc distinfo Log message: Update maturin to 1.3.4 to remove one more rust-ring consumer 7 tests fail as opposed to 8 previously. But that's likely only because one of the failing tests was removed. tested/ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/22 07:19:27 Modified files: www/py-adblock : Makefile www/py-adblock/pkg: PLIST Added files: www/py-adblock/patches: patch-Cargo_toml patch-pyproject_toml patch-tests_test_metadata_py Log message: Fix build of py-adblock after maturin update This uses some patches stolen from arch linux. tested/ok sthen who suggested a tweak to reduce PLIST churn (As an aside, the local news papers are among the very few pages where disabling the ad blocker actually reduces the amount of wanting to throw things at the screen for me. Interestingly and quite unexpectedly that's different in sthen's neck of the wood.) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 07:58:05 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Add length checks for partial_len These remove a few more potential out-of-bounds accesses and ensure in particular that the padding is between 1 and block_size (inclusive). ok joshua jsing CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/22 08:08:02 Modified files: devel/ipython : Makefile devel/py-ipykernel: Makefile devel/py-ipython_genutils: Makefile devel/py-jupyter_core: Makefile devel/py-jupyter_client: Makefile devel/py-jupyter_packaging: Makefile devel/py-nbconvert: Makefile devel/py-nbformat: Makefile devel/py-nbval : Makefile devel/py-traitlets: Makefile devel/spyder : Makefile.inc devel/spyder/py-spyder-kernels: Makefile devel/spyder/spyder: Makefile shells/py-qtconsole: Makefile www/jupyter-notebook: Makefile Log message: take maintainer of jupyter, spyder and some related ports CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/12/22 10:12:13 Modified files: regress/usr.bin/xargs: xargs-L.sh usr.bin/xargs : xargs.c Log message: xargs: fix parsing of empty fields when "xargs -0" is used. Previously, these fields would be skipped. From Hiltjo Posthuma. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 10:25:47 Modified files: lib/libcrypto/evp: evp_local.h Log message: Remove extra whitespace on two lines CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 10:37:14 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Remove two no longer necessary reminders I guess I'm getting old. Next time I'll have to add a reminder not to forget to remove the reminder. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/22 12:24:34 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-doc_mpdconf_example Log message: audio/mpd: update to 0.23.15 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/22 12:25:37 Modified files: audio/mpc : Makefile distinfo audio/mpc/patches: patch-doc_meson_build Log message: audio/mpc: update to 0.35 ok landry@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/22 13:29:27 Modified files: bin/pax : tar.c Log message: 'pax' format support for files over 8GB ok millert@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/22 13:32:29 Modified files: bin/pax : tar.c Log message: Zap useless newline added in previous CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/22 13:34:34 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2023.3.2 ok ian@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/22 13:36:02 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: devel/pycharm: update to 2023.3.2 ok ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/22 14:31:03 Modified files: wayland/wayfire: Makefile Log message: Missing BDEP on wayland/wayland-protocols. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 15:25:18 Modified files: devel/mspdebug : Makefile distinfo Log message: update to mspdebug-0.25pl20220518, from Lucas de Sena, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 15:27:27 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix-3.7.9, ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/22 15:27:35 Modified files: mail/postfix/stable35: Makefile distinfo mail/postfix/stable35/patches: patch-src_tls_tls_server_c Added files: mail/postfix/stable35/patches: patch-src_tls_tls_misc_c Log message: update to postfix-3.5.23, ok tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/22 15:37:47 Modified files: devel/ipython : Makefile Log message: use a consistent email address... CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/12/22 16:01:50 Modified files: sys/net : if.c if_aggr.c if_bpe.c if_etherip.c if_gif.c if_gre.c if_mpe.c if_mpip.c if_mpw.c if_pflow.c if_pfsync.c if_pppx.c if_sec.c if_tpmr.c if_trunk.c if_tun.c if_var.h if_veb.c if_vlan.c if_vxlan.c if_wg.c sys/netinet : ip_carp.c Log message: Always allocate per-CPU statistics counters for network interface descriptor. We have the mess in network interface statistics. Only pseudo drivers do per-CPU counters allocation, all other network devices use the old `if_data'. The network stack partially uses per-CPU counters and partially use `if_data', but the protection is inconsistent: some times counters accessed with exclusive netlock, some times with shared netlock, some times with kernel lock, but without netlock, some times with another locks. To make network interfaces statistics more consistent, always allocate per-CPU counters at interface attachment time and use it instead of `if_data'. At this step only move counters allocation to the if_attach() internals. The `if_data' removal will be performed with the following diffs to make review and tests easier. ok bluhm CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/12/22 16:42:39 Modified files: sysutils/node_exporter: Makefile distinfo modules.inc Log message: Update to node_exporter-1.7.0 ok claudio@ (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/22 17:52:13 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Prefix get_trusted_issuer() with x509_vfy_ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/22 19:42:51 Modified files: share/man/man4 : abcrtc.4 Log message: ketttenis -> kettenis CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/23 00:33:47 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-CMakeLists_txt patch-src_server_CMakeLists_txt Log message: geo/qgis: update to 3.34.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/23 01:33:12 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231222 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/23 03:11:55 Log message: import wayland/wlr-randr 0.3.1. Utility to manage outputs of a Wayland compositor, like xrandr for Xorg. ok tb@ Status: Vendor Tag: landry Release Tags: landry_20231223 N ports/wayland/wlr-randr/Makefile N ports/wayland/wlr-randr/distinfo N ports/wayland/wlr-randr/pkg/PLIST N ports/wayland/wlr-randr/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/23 03:12:29 Modified files: wayland : Makefile Log message: +wayland/wlr-randr CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/23 03:29:05 Modified files: usr.sbin/smtpd : smtp_session.c Log message: remove trailing whitespaces CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/23 03:52:55 Modified files: sys/net : if.c if_aggr.c if_bpe.c if_etherip.c if_gif.c if_gre.c if_mpe.c if_mpip.c if_mpw.c if_pflow.c if_pfsync.c if_pppx.c if_sec.c if_tpmr.c if_trunk.c if_tun.c if_var.h if_veb.c if_vlan.c if_vxlan.c if_wg.c sys/netinet : ip_carp.c Log message: Backout always allocate per-CPU statistics counters for network interface descriptor. It panics during attach of em(4) device at boot. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 03:53:37 Modified files: wayland/wf-shell: Makefile Log message: Missing BDEP on wayland/wayland-protocols. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 04:27:51 Modified files: x11/gnome/settings-daemon: Makefile distinfo Log message: Update to gnome-settings-daemon-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 04:46:29 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 04:46:37 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 04:46:45 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 04:47:07 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.32.7. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/23 05:24:02 Modified files: textproc/hexyl : Makefile crates.inc distinfo Log message: textproc/hexyl: Update to 0.14.0 ok sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/23 06:05:06 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Use more consistent order for Init/Update/Final Consistently implement the _ex() version after the non-extended versions, First Cipher Init/Update/Final, then Encrypt, then Decrypt. This only switches the order of CipherFinal{,_ex} and move the DecryptInit* down, so they are no longer somewhere in the middle of the Encrypt* functions. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/23 06:44:57 Modified files: sys/dev/pci/drm/include/linux: types.h Log message: Change the type of dma_addr_t to uint64_t. It is a 64-bit type on most Linux architectures (including the most popular 32-bit ones) and a new driver I'm working on tries to print a dma_addr_t variable using %llx. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/23 07:18:27 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/drm: drm_file.h sys/dev/pci/drm/include/linux: backlight.h device.h io.h ioport.h jiffies.h kernel.h pci.h Log message: Provide more complete implementations of some of the Linux compat interfaces that are needed for the upcoming apple kms driver. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 08:13:35 Modified files: sysutils/deja-dup: Makefile distinfo Removed files: sysutils/deja-dup/patches: patch-app_RestoreFileTester_vala Log message: Update to deja-dup-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 08:40:03 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-23.4. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/12/23 08:58:58 Modified files: usr.bin/xargs : xargs.c Log message: Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/23 10:42:46 Modified files: wayland/wf-config: Makefile Log message: Missing BDEP on wayland/libinput-openbsd. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/23 11:18:33 Modified files: security/rbw : Makefile Added files: security/rbw/patches: patch-src_api_rs Log message: security/rbw: unbreak Apparently the API now requires a User-Agent header and would otherwise return a 400 in some circumstances. From Raf Czlonka https://github.com/doy/rbw/pull/151 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/23 11:22:18 Modified files: security/rbw : Tag: OPENBSD_7_4 Makefile Added files: security/rbw/patches: Tag: OPENBSD_7_4 patch-src_api_rs Log message: MFC: security/rbw: unbreak Apparently the API now requires a User-Agent header and would otherwise return a 400 in some circumstances. From Raf Czlonka https://github.com/doy/rbw/pull/151 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/23 11:28:38 Modified files: sys/arch/arm64/dev: apldart.c Log message: Add support for "locked" DARTs. These have the page table registers locked down and we need to retain the existing mappings. ok patrick@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/12/23 14:02:21 Modified files: gnu/usr.bin/perl: INSTALL MANIFEST META.json META.yml Makefile.SH Makefile.bsd-wrapper1 README.haiku README.macosx README.os2 README.vms patchlevel.h gnu/usr.bin/perl/Cross: config.sh-arm-linux config.sh-arm-linux-n770 gnu/usr.bin/perl/Porting: config.sh config_H epigraphs.pod make-rmg-checklist perldelta_template.pod release_schedule.pod todo.pod gnu/usr.bin/perl/dist/Module-CoreList: Changes gnu/usr.bin/perl/dist/Module-CoreList/lib/Module: CoreList.pm gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList: Utils.pm gnu/usr.bin/perl/hints: catamount.sh gnu/usr.bin/perl/lib/B: Op_private.pm gnu/usr.bin/perl/plan9: config_sh.sample gnu/usr.bin/perl/pod: perl.pod perldelta.pod perlhist.pod gnu/usr.bin/perl/t/win32: system.t gnu/usr.bin/perl/vms: descrip_mms.template gnu/usr.bin/perl/win32: GNUmakefile Makefile pod.mak win32.c Added files: gnu/usr.bin/perl/pod: perl5342delta.pod perl5343delta.pod perl5361delta.pod perl5362delta.pod Log message: Update to perl 5.36.3 No changes to perl, as those were already committed for the earlier errata. This just brings documentation and such in line with upstream. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/12/23 14:03:01 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: Sync for perl 5.36.3 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/23 15:40:42 Modified files: sys/dev/fdt : rkdrm.c Log message: Remove unused variables. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/12/23 15:48:33 Modified files: lang/ghc : Makefile distinfo Log message: Use the new ghc bootstrap. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/12/23 16:03:00 Modified files: usr.bin/ftp : main.c Log message: Relax -C pledge to unbreak shelling out in interactive mode r1.69 introduced -C in 2008 "to continue multiple transfers"; 'ftp -C ftp://ftp.eu.openbsd.org/' lands in "ftp> " and turns "mget" into "reget" by default. r1.139 -C/resume without "proc exec" thusly was too strict. Instead, now after recent cleanups/tweaks, prevent execution with -o. OK millert CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2023/12/23 17:26:12 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_fiber_detail_cpu_relax_hpp Log message: Unbreak devel/boost on powerpc, powerpc64 was picking the wrong syntax for PowerPC asm. ok tb@ CVSROOT: /cvs Module name: src Changes by: gnezdo@cvs.openbsd.org 2023/12/23 23:35:05 Modified files: usr.sbin/dev_mkdb: dev_mkdb.c Log message: Rewrite dev_mkdb with FTS This adds support for the devices in nested directories. Pointers, review, and OK by semarie@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/24 01:47:14 Modified files: security/c2sp-testvectors: Makefile distinfo security/c2sp-testvectors/pkg: PLIST Log message: Update to c2sp-testvectors 20231222 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/24 02:04:30 Modified files: x11/libquotient: Makefile Log message: libquotient: unbreak build on aarch64 by disabling precompiled headers CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/24 02:08:32 Modified files: x11/libquotient: Makefile Log message: libquotient: bump CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/24 02:09:53 Modified files: net/nheko : Makefile Log message: nheko: disable precompiled headers and remove broken marker ok kn CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/12/24 02:10:35 Modified files: www/honk : Makefile distinfo www/honk/pkg : MESSAGE README Log message: Update for Honk to 1.2.0 from Horia. thanks. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/24 02:22:54 Modified files: emulators/citra: Makefile Log message: citra: unbreak. properly disable dynarmic's precompiled headers from rsadowski CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 02:32:43 Modified files: wayland/wf-shell: Makefile Log message: Missing inotify WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 02:33:22 Modified files: wayland/wayfire: Makefile Log message: Add RDEP on graphics/glm for now: include/wayfire/config/types.hpp needs glm/vec4.hpp CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/24 03:05:43 Modified files: sysutils/rset : Makefile distinfo Added files: sysutils/rset/patches: patch-rsub_1 Log message: update sysutils/rset to 2.9 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/24 03:26:09 Modified files: lang/clojure : Makefile distinfo Log message: update lang/clojure to 1.11.1.1420 changelog: CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/24 03:28:09 Modified files: devel/poedit : Makefile distinfo Log message: update devel/poedit to 3.4.2 changelog: CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/24 03:48:58 Modified files: usr.sbin/rpki-client: rrdp_delta.c Log message: Zal dead code OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 03:52:35 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-Makefile_am patch-catalog_c patch-xmlcatalog_c patch-xmllint_c textproc/libxml/pkg: PLIST-python Removed files: textproc/libxml/patches: patch-configure_ac patch-dict_c Log message: Major update to libxml-2.12.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 03:53:02 Added files: databases/mariadb/patches: patch-storage_connect_libdoc_cpp databases/pgmodeler/patches: patch-libparsers_src_xmlparser_cpp databases/recoll/patches: patch-internfile_mh_xslt_cpp editors/abiword/patches: patch-src_af_util_xp_ut_stringbuf_cpp games/manaplus/patches: patch-src_utils_dumplibs_cpp patch-src_utils_xml_libxml_cpp geo/mapserver/patches: patch-mapwcs20_cpp patch-mapwcs_cpp graphics/darktable/patches: patch-src_external_rawspeed_data_cameras_xsd graphics/inkscape/patches: patch-src_object_uri_h graphics/mapnik/patches: patch-src_libxml2_loader_cpp lang/njs/patches: patch-external_njs_xml_module_c security/xmlsec/patches: patch-apps_crypto_c patch-apps_xmlsec_c patch-include_xmlsec_xmlsec_h patch-src_errors_helpers_h patch-src_mscrypto_certkeys_c patch-src_mscrypto_signatures_c www/apache-httpd/patches: patch-modules_filters_mod_xml2enc_c www/chromium/patches: patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc www/iridium/patches: patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc www/liferea/patches: patch-src_node_type_h www/ungoogled-chromium/patches: patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc x11/gnome/builder/patches: patch-src_plugins_xml-pack_ide-xml-parser_c patch-src_plugins_xml-pack_ide-xml-validator_c x11/lxqt/obconf-qt/patches: patch-src_obconf-qt_cpp x11/qt5/qtwebkit/patches: patch-Source_WebCore_xml_XSLTProcessorLibxslt_cpp patch-Source_WebCore_xml_XSLTProcessor_h x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_blink_renderer_core_xml_xslt_processor_h patch-src_3rdparty_chromium_third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc Log message: Unbreak build with libxml >=2.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 03:53:18 Added files: games/0ad/base/patches: patch-libraries_source_fcollada_src_FColladaPlugins_FArchiveXML_FArchiveXML_cpp patch-libraries_source_fcollada_src_FCollada_FUtils_FUXmlDocument_cpp patch-source_collada_CommonConvert_cpp patch-source_collada_XMLFix_cpp patch-source_ps_XML_RelaxNG_cpp patch-source_ps_XML_Xeromyces_cpp Log message: Unbreak build with libxml >=2.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 03:56:56 Modified files: editors/libreoffice: Makefile Log message: Temporarily mark BROKEN until I finish fixing the build with libxml >=2.12.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/12/24 04:12:34 Modified files: sys/arch/sparc64/include: bus.h Log message: rename bus_type enum to sparc_bus_type to not conflict with bus_type in drm build error reported by deraadt@ ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 08:53:45 Modified files: mail/sendmail : Makefile distinfo mail/sendmail/patches: patch-cf_m4_proto_m4 patch-libsm_ldap_c mail/sendmail/pkg: PLIST-main Log message: Update to sendmail-8.18.0.2 This fixes CVE-2023-51765 ("SMTP smuggling"). prodded by Claus Assmann CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 08:54:26 Modified files: mail/sendmail : Tag: OPENBSD_7_4 Makefile distinfo mail/sendmail/patches: Tag: OPENBSD_7_4 patch-cf_m4_proto_m4 patch-libsm_ldap_c mail/sendmail/pkg: Tag: OPENBSD_7_4 PLIST-main Log message: Update to sendmail-8.18.0.2 This fixes CVE-2023-51765 ("SMTP smuggling"). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 09:00:18 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/24 11:30:36 Modified files: editors/libreoffice: Makefile distinfo Added files: editors/libreoffice/patches: patch-download_lst patch-drawinglayer_source_tools_primitive2dxmldump_cxx patch-filter_source_xsltfilter_LibXSLTTransformer_cxx patch-helpcompiler_source_HelpLinker_cxx patch-include_xmloff_xmltoken_hxx patch-sax_source_fastparser_fastparser_cxx patch-sc_source_core_tool_interpr7_cxx patch-sc_source_filter_xml_XMLExportDataPilot_cxx patch-sc_source_filter_xml_XMLExportDatabaseRanges_cxx patch-sc_source_filter_xml_xmlfilti_cxx patch-unoxml_source_dom_attr_cxx patch-unoxml_source_dom_document_cxx patch-unoxml_source_dom_documentbuilder_cxx patch-unoxml_source_dom_entity_cxx patch-unoxml_source_xpath_xpathapi_cxx patch-xmloff_source_core_xmltoken_cxx patch-xmloff_source_style_PageMasterStyleMap_cxx patch-xmlsecurity_inc_xmlsec-wrapper_h patch-xmlsecurity_inc_xmlsec_saxhelper_hxx Log message: Unbreak build with libxml >=2.12.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/24 15:17:05 Modified files: lib/libcrypto/evp: digest.c Log message: Move EVP_Digest() next to the functions it wraps It really makes no sense to have the mess that is EVP_MD_CTX_copy{,_ex}() live between EVP_Digest{Init{,_ex},Update,Final{,_ex}}() and EVP_Digest(), the latter being a relatively simple wrapper of Init_ex/Update/Final_ex. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/12/24 22:13:29 Modified files: editors/qownnotes: Makefile distinfo Log message: Update qownnotes to 23.12.4. Changelog https://github.com/pbek/QOwnNotes/releases/tag/v23.12.4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2023/12/25 01:25:36 Modified files: math/p5-Math-Round: Makefile distinfo math/p5-Math-Round/pkg: PLIST Log message: update to 0.08 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2023/12/25 01:59:25 Modified files: math/p5-Math-GMPz: Makefile distinfo Log message: update to 0.61 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2023/12/25 02:00:33 Modified files: math/p5-Math-GMPf: Makefile distinfo Log message: update to 0.52 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/25 02:46:33 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231225 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/25 02:58:15 Modified files: share/man/man8 : release.8 Log message: Zap HISTORY Knowing for which release this documentation was introduced seems superfluous. ok tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/25 03:01:18 Modified files: share/man/man8 : release.8 Log message: Install media contain no packages anymore so move packages build last This may the first items all speak about base and xenocara material, and the mention of ports/packages feels less out of place. Input and ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/25 05:24:18 Modified files: security/pecl-mcrypt: Makefile distinfo Log message: update to pecl-mcrypt-1.0.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/25 05:24:22 Modified files: security/py-bcrypt: Makefile crates.inc distinfo security/py-bcrypt/pkg: PLIST Log message: update to py3-bcrypt-4.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/25 05:24:25 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/25 05:26:54 Modified files: devel/pecl-xdebug: Makefile distinfo devel/pecl-xdebug/patches: patch-xdebug_ini Log message: update to pecl-xdebug-3.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/25 05:26:57 Modified files: devel : Makefile Log message: link pecl-xdebug,php83 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/25 05:50:10 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/25 05:56:17 Modified files: print/qpdf : Makefile distinfo print/qpdf/patches: patch-CMakeLists_txt print/qpdf/pkg : PLIST Log message: Update to qpdf-11.7.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/25 07:43:47 Modified files: misc/redshift : Makefile misc/redshift/pkg: PLIST Log message: Neuter gtk-update-icon-cache(1) during fake, sync MODPY_COMMENT in PLIST gtk-update-icon-cache -f -t /usr/local/share/icons/hicolor || :; gtk-update-icon-cache: Failed to open file /usr/local/share/icons/hicolor/.icon-theme.cache : Permission denied CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/25 08:07:26 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/12/25 08:52:18 Modified files: lib/libcrypto/man: CMAC_Init.3 Log message: Clarify that the ENGINE argument is ignored; OK tb@. While here, also switch the argument placeholder from *impl to *engine as suggested by tb@. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/25 10:48:14 Modified files: geo/geoclue2 : Makefile Log message: set HOMEPAGE, zap trailing spaces; Feedback OK aja CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/25 11:33:55 Modified files: graphics/blender: Makefile distinfo graphics/blender/patches: patch-extern_glog_src_config_openbsd_h Removed files: graphics/blender/patches: patch-extern_glog_src_config_h patch-intern_ffmpeg_ffmpeg_compat_h patch-intern_guardedalloc_intern_mallocn_intern_h patch-source_blender_blenkernel_intern_writeffmpeg_c patch-source_blender_imbuf_intern_anim_movie_c patch-source_blender_imbuf_intern_indexer_c Log message: update to blender 3.3.14 LTS Latest release in the 3.3 LTS branch supported until 2024. 3.4/3.5/3.6/4.0 needs more work/testing. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:25:24 Modified files: lib/libcrypto/evp: p_lib.c Log message: Switch EVP_PKEY_new() from malloc() to calloc() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:27:03 Modified files: lib/libcrypto/evp: p_lib.c Log message: Simplify EVP_PKEY_up_ref() There is no need for a local variable and a ternary operator here. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:30:53 Modified files: lib/libcrypto/evp: p_lib.c Log message: Move the confusingly named EVP_PKEY_free_it() a bit up ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:31:58 Modified files: lib/libcrypto/evp: p_lib.c Log message: Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:33:50 Modified files: lib/libcrypto/evp: p_lib.c Log message: Rework evp_pkey_free_pkey_ptr() Rename the variable from x into pkey, make it NULL safe and unindent. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:36:05 Modified files: lib/libcrypto/evp: p_lib.c Log message: Fix EVP_PKEY_up_ref() - must have hit ^X somehow CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:37:26 Modified files: lib/libcrypto/evp: p_lib.c Log message: Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:41:19 Modified files: lib/libcrypto/evp: p_lib.c Log message: Rework EVP_PKEY_free() Use pkey instead of x, remove the pointless variable i, no need to check for NULL before sk_X509_ATTRIBUTE_pop_free(), switch to freezero() to leave fewer invalid pointers around. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:51:57 Modified files: lib/libcrypto/evp: p_lib.c Log message: Rework EVP_PKEY_set_type{,_str}() These two functions previously wrapped a pkey_set_type() helper, which was an utter mess because of ENGINE. With the long awaited departure of ENGINE, this function became a lot simpler. A further simplification is obtained by not doing the optimization to avoid an ameth lookup: this requires walking a list of 11 ameths. We should consider bsearch()... With this gone and a saner implementation of EVP_PKEY_free_it(), we can implement these functions with a dozen lines of code each. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 14:55:31 Modified files: lib/libcrypto/evp: p_lib.c Log message: Rename a few ret into pkey CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 15:02:59 Modified files: lib/libcrypto/asn1: a_bitstr.c Log message: Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}() If a negative n is passed, these functions would underrun the bitstring's data array. So add checks for that and drop spades of unnecessary parens. These functions are quite broken anyway. The setter attempts to zap the unnecessary trailing zero octets, but fails to do so if the bit being cleared isn't already set. Worse is the getter where you can't tell an error (like attempting an out-of-bounds read) from the bit being unset. ok joshua CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 15:14:23 Modified files: lib/libcrypto/x509: by_dir.c by_file.c by_mem.c x509_local.h x509_lu.c Log message: Remove unused X509_LOOKUP_METHODs None of these function pointers were ever set. Now that the structure is opaque they won't ever be, so time for them to hit the bitbucket. Infinite extensibility of the toolkit results in complications, bugs, and dead code. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/25 15:41:50 Modified files: lib/libcrypto/evp: p_lib.c Log message: Move EVP_PKEY_assign() a bit up and tweak it slightly ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/26 00:03:08 Modified files: x11/xfce4/xfce4-docklike: Makefile distinfo x11/xfce4/xfce4-docklike/pkg: PLIST Log message: x11/xfce4/xfce4-docklike: update to 0.4.2. see https://mail.xfce.org/pipermail/xfce-announce/2023-December/001355.html CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/26 01:39:28 Modified files: lib/libcrypto/evp: evp_enc.c Log message: EVP_CipherInit_ex() merge two code paths Clean up the cipher context unconditionally if the cipher is being set. This allows doing the dance to retain the key wrap flag only once and makes it more obvious that allocating the cipher data doesn't leak. suggested by/ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/26 02:04:30 Modified files: lib/libcrypto/evp: evp_enc.c Log message: EVP_CipherInit(): remove cleanup call There is a bizarre EVP_CIPHER_CTX_cleanup() call in EVP_CipherInit() leading to a subtle behavior difference with EVP_CipherInit_ex(). The history is that before EVP_CIPHER_CTX was made opaque, a context would often live on the stack (hello, MariaDB) and the EVP_CIPHER_CTX_cleanup() call was in fact an EVP_CIPHER_CTX_init() which just zeroes out the struct. The problem with doing this is that on context reuse there could be data hanging off it, causing leaks. Attempts were made to clean up things in EVP_CipherFinal*(), but that broke applications reaching into the context afterward, so they were removed again. Later on, opacity allowed changing the _init() to a _cleanup() since EVP_CIPHER_CTX could no longer live on the stack, so it would no longer contain garbage. I have to correct myself: it would no longer contain stack garbage. Now: EVP_CipherInit_ex() does some extra dances to preserve the AES key wrap flag, which is cleared unconditionally in EVP_CipherInit(). That's annoying to document and very likely never going to be an issue in the wild: you'd need to do key wrap and then use the same context for use with a cipher that does not allow key wrap for this to make a difference. This way, all our EVP_{Cipher,Decrypt,Encrypt}*_ex() functions are now trivially wrapped by their non-_ex() versions. ok jsing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/26 02:19:15 Modified files: sys/arch/arm64/arm64: cpu.c exception.S trap.c sys/arch/arm64/include: cpu.h Log message: Improve handling of SError interrupts. Print some useful information and allow additional information to be printed for specific CPU types. Use this to print the L2C registers on Apple CPUs which can be very useful in tracking down the source of certain SError interrupts. ok miod@, dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/26 02:25:15 Modified files: sys/dev/fdt : sncodec.c tascodec.c Log message: Apple machines with multiple speakers typically have the shutdown pin of the digital amplifier codecs wired up to a single GPIO. This is apparently problematic for Linux and Asahi Linux changed their device trees to use a regulator instead to such that reference counting makes sure that shutdown isn't asserted until all codecs are ready for it. Follow suit, even though our regulator code doesn't do the proper reference counting yet. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/26 02:34:04 Modified files: wayland/wayfire: Makefile Log message: Oops, BDEP -> RDEP CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/26 03:43:09 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.54.11. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/26 04:03:27 Modified files: usr.sbin/rpki-client: rrdp_delta.c Log message: Do not accept empty delta elements Ties de Kock found RRDP content that doesn't match the XML schema, most likely generated by krill: https://github.com/NLnetLabs/krill/issues/1180 Use the state machine to mark a new delta element as empty and check at the end whether that state was changed (which means it contained publish or withdraw elements). If so, raise a parse failure. ok claudio job CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/26 06:19:34 Modified files: x11/kde-plasma/kactivitymanagerd: Makefile x11/kde-plasma/kde-cli-tools: Makefile x11/kde-plasma/kde-gtk-config: Makefile x11/kde-plasma/kdeplasma-addons: Makefile x11/kde-plasma/kgamma5: Makefile x11/kde-plasma/khotkeys: Makefile x11/kde-plasma/kinfocenter: Makefile x11/kde-plasma/kmenuedit: Makefile x11/kde-plasma/kscreen: Makefile x11/kde-plasma/kscreenlocker: Makefile x11/kde-plasma/ksshaskpass: Makefile x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: Makefile x11/kde-plasma/kwayland-integration: Makefile x11/kde-plasma/kwin: Makefile x11/kde-plasma/kwrited: Makefile x11/kde-plasma/layer-shell-qt: Makefile x11/kde-plasma/libkscreen: Makefile x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/milou: Makefile x11/kde-plasma/oxygen-sounds: Makefile x11/kde-plasma/plasma-browser-integration: Makefile x11/kde-plasma/plasma-desktop: Makefile x11/kde-plasma/plasma-nano: Makefile x11/kde-plasma/plasma-pa: Makefile x11/kde-plasma/plasma-sdk: Makefile x11/kde-plasma/plasma-workspace: Makefile x11/kde-plasma/plasma-workspace-wallpapers: Makefile x11/kde-plasma/polkit-kde-agent-1: Makefile x11/kde-plasma/powerdevil: Makefile x11/kde-plasma/qqc2-breeze-style: Makefile x11/kde-plasma/systemsettings: Makefile x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Enable KDE Plasma Now that the plasma ports have been in the tree for a long time, the time has come to link them to the build so that more users can test and use it easily. ok kn@, kevlo@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/26 06:20:58 Modified files: meta/kde : Makefile Added files: meta/kde/pkg : DESCR-plasma DESCR-plasma-extras PLIST-plasma PLIST-plasma-extras README-plasma Log message: Introduce kde-plasam and kde-plasma-extras meta packages. This makes it super easy to install KDE Plasma: pkg_add kde-plasma (and kde-plasma-extras especially if you use it on a notebook). Feedback and ok kn@, kevlo@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/26 06:36:18 Modified files: etc/rpki : apnic.constraints arin.constraints lacnic.constraints ripe.constraints Log message: Align the other RIRs with the recent clarifications from AFRINIC Following https://lists.afrinic.net/pipermail/dbwg/2023-December/000496.html Simply apply the inverse of 'afrinic.constraints' r1.2 to the other RIR files (since no resources can be transferred from AFRINIC to any other RIRs). OK tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/26 06:43:20 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST editors/ghostwriter: distinfo graphics/skanlite: distinfo meta/kde : Makefile net/kdeconnect-kde: distinfo net/konversation: distinfo net/ktorrent : distinfo net/libktorrent: distinfo net/neochat : distinfo 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-tools: Makefile 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: Makefile distinfo x11/kde-applications/akonadi-search: Makefile distinfo x11/kde-applications/akonadiconsole: Makefile distinfo x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: distinfo x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: Makefile distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: Makefile distinfo x11/kde-applications/bomber: Makefile distinfo x11/kde-applications/bovo: Makefile distinfo x11/kde-applications/calendarsupport: Makefile distinfo x11/kde-applications/cantor: Makefile distinfo x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: Makefile distinfo x11/kde-applications/dolphin-plugins: Makefile distinfo x11/kde-applications/dragon: distinfo x11/kde-applications/elisa: distinfo x11/kde-applications/eventviews: Makefile distinfo x11/kde-applications/ffmpegthumbs: distinfo x11/kde-applications/filelight: Makefile distinfo x11/kde-applications/granatier: Makefile distinfo x11/kde-applications/grantlee-editor: Makefile distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: Makefile distinfo x11/kde-applications/incidenceeditor: Makefile distinfo x11/kde-applications/juk: Makefile distinfo x11/kde-applications/kaccounts-integration: Makefile distinfo x11/kde-applications/kaccounts-providers: Makefile distinfo x11/kde-applications/kaddressbook: Makefile distinfo x11/kde-applications/kajongg: Makefile distinfo x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalzium: distinfo x11/kde-applications/kamera: Makefile distinfo x11/kde-applications/kanagram: Makefile distinfo x11/kde-applications/kapman: Makefile distinfo x11/kde-applications/kapptemplate: Makefile distinfo x11/kde-applications/kate: Makefile distinfo x11/kde-applications/katomic: Makefile distinfo x11/kde-applications/kbackup: Makefile distinfo x11/kde-applications/kblackbox: Makefile distinfo x11/kde-applications/kblocks: Makefile distinfo x11/kde-applications/kbounce: Makefile distinfo x11/kde-applications/kbreakout: Makefile distinfo x11/kde-applications/kbruch: Makefile distinfo x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcachegrind/pkg: PLIST x11/kde-applications/kcalc: Makefile distinfo x11/kde-applications/kcalutils: Makefile distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: Makefile distinfo x11/kde-applications/kcron: 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: Makefile distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdepim-addons: Makefile distinfo x11/kde-applications/kdepim-runtime: Makefile distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: distinfo x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: Makefile distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfourinline: Makefile distinfo x11/kde-applications/kgeography: Makefile distinfo x11/kde-applications/kget: Makefile distinfo x11/kde-applications/kgoldrunner: Makefile distinfo 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: Makefile distinfo x11/kde-applications/killbots: Makefile distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: Makefile distinfo x11/kde-applications/kimap/pkg: PLIST x11/kde-applications/kio-extras: Makefile distinfo x11/kde-applications/kio-gdrive: Makefile distinfo x11/kde-applications/kipi-plugins: Makefile distinfo x11/kde-applications/kipi-plugins/pkg: PLIST x11/kde-applications/kirigami-gallery: distinfo x11/kde-applications/kiriki: Makefile distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kjumpingcube: Makefile distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: Makefile distinfo x11/kde-applications/klettres: Makefile distinfo x11/kde-applications/klickety: Makefile distinfo x11/kde-applications/klines: Makefile distinfo x11/kde-applications/kmag: Makefile distinfo x11/kde-applications/kmahjongg: Makefile distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail-account-wizard: Makefile distinfo x11/kde-applications/kmailtransport: Makefile distinfo x11/kde-applications/kmbox: Makefile distinfo x11/kde-applications/kmime: distinfo x11/kde-applications/kmines: Makefile distinfo x11/kde-applications/kmix: distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: Makefile distinfo x11/kde-applications/knetwalk: Makefile distinfo x11/kde-applications/knotes: Makefile distinfo x11/kde-applications/kolf: Makefile distinfo x11/kde-applications/kollision: Makefile distinfo x11/kde-applications/kolourpaint: Makefile distinfo x11/kde-applications/kompare: Makefile distinfo x11/kde-applications/konqueror: distinfo x11/kde-applications/konquest: Makefile distinfo x11/kde-applications/konsole: distinfo x11/kde-applications/kontact: Makefile distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/kopeninghours: distinfo x11/kde-applications/kopeninghours/pkg: PLIST 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/kross-interpreters: distinfo x11/kde-applications/kruler: Makefile distinfo x11/kde-applications/ksanecore: distinfo x11/kde-applications/kshisen: Makefile distinfo x11/kde-applications/ksirk: Makefile distinfo x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: Makefile distinfo x11/kde-applications/kspaceduel: Makefile distinfo x11/kde-applications/ksquares: Makefile distinfo x11/kde-applications/ksudoku: Makefile distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: Makefile distinfo x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: Makefile distinfo x11/kde-applications/ktouch: Makefile distinfo x11/kde-applications/ktuberling: Makefile distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: Makefile distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: Makefile distinfo x11/kde-applications/libgravatar: Makefile distinfo x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: 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: Makefile distinfo x11/kde-applications/libksieve: Makefile distinfo x11/kde-applications/lokalize: distinfo x11/kde-applications/lskat: Makefile 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: Makefile distinfo x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/minuet: distinfo x11/kde-applications/minuet/pkg: PLIST x11/kde-applications/okular: Makefile distinfo x11/kde-applications/palapeli: Makefile distinfo x11/kde-applications/picmi: Makefile 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: Makefile distinfo 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 : distinfo Log message: Update KDE Gear to 23.08.4 https://kde.org/announcements/gear/23.08.4/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/26 06:48:22 Added files: x11/kde-applications/kget/patches: patch-CMakeLists_txt Log message: Add missing patch to prevent kget to pickup KDE Plasma CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/12/26 07:04:50 Modified files: sys/arch/macppc/dev: asms.c Log message: Update documentation URL CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/26 08:06:40 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.13.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 10:28:58 Modified files: devel/p5-EV : Makefile distinfo Log message: update p5-EV to 4.34 take maintainer CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 10:42:24 Modified files: security/p5-Crypt-OpenSSL-PKCS10: Makefile distinfo Log message: update p5-Crypt-OpenSSL-PKCS10 to 0.25 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 10:57:24 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.42 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 11:00:06 Modified files: textproc/p5-XML-Generator: Makefile distinfo Log message: update p5-XML-Generator to 1.13 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 12:01:14 Modified files: textproc/p5-PPIx-Regexp: Makefile distinfo Log message: update p5-PPIx-Regexp to 0.088 from wen heping CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/12/26 12:09:08 Modified files: lib/libcrypto/man: EVP_CIPHER_CTX_init.3 Log message: Close some major gaps in the documentation of EVP_Cipher(3), and describe EVP_CIPHER_CTX_init(3) in a less misleading way. Joint work with and OK tb@. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/26 13:56:24 Modified files: security/p5-CryptX: Makefile distinfo Log message: update p5-CryptX to 0.080 from wen heping CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/12/26 15:13:00 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 EVP_CIPHER_CTX_init.3 Log message: Rename some argument placeholders to be less cryptic, in particular s/inl/in_len/ and s/outl/out_len/ as suggested by tb@. While here, also get rid of the "outm" placeholder that has been around since the file was added to OpenSSL in 2000, replacing it with the usual "out" in the four function prototypes affected; tb@ and myself suspect it was simply a typo followed by copy and paste. Slightly improve variable naming in the examples, too, for clarity and consistency, even though that doesn't turn the examples into good examples. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/26 18:55:25 Modified files: lib/libcrypto/x509: x509_lu.c Log message: X509_LOOKUP_shutdown() became a noop. That we are still calling this (NB without error check because heritage), made coverity unhappy. CID 471705 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/26 23:58:23 Modified files: wayland/wf-config: Makefile Log message: wayland/wf-config: add RDEP on graphics/glm include/wayfire/config/types.hpp needs glm/vec4.hpp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/27 00:00:14 Modified files: wayland/wayfire: Makefile Log message: wayland/wayfire: adjust comment wrt RDEP on graphics/glm include/wayfire/touch/touch.hpp needs glm/vec2.hpp include/wayfire/opengl.hpp needs glm/vec4.hpp include/wayfire/config/types.hpp needs glm/vec4.hpp but is actually in wayfire/wf-config CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/27 00:15:55 Modified files: usr.sbin/rpki-client: as.c constraints.c extern.h ip.c validate.c Log message: Rework the warnings on internet resources Unify the printing of warnings about AS numbers and IP address blocks to use a call to as_warn() and ip_warn(). Fix a bug in the latter where the upper bound of an IP range didn't take the RFC 3779 encoding into account and passed the address directly to inet_pton() rather than filling the missing bits with 1. Switch the argument order to match the warnings and tweak some warning messages. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/27 00:17:39 Modified files: usr.sbin/rpki-client: rrdp_delta.c rrdp_notification.c rrdp_snapshot.c Log message: Mark rrdp debug logging functions as used in regress ok claudio CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 00:22:52 Modified files: devel/ipython : Makefile distinfo Log message: update ipython to 8.19.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 00:25:06 Modified files: math/wxMaxima : Makefile distinfo math/wxMaxima/pkg: PLIST Log message: update wxmaxima to 23.12.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/27 00:44:05 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/27 00:46:13 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.2086.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/27 01:04:15 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.12. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/27 01:29:41 Modified files: bin/pax : tar.c Log message: 'pax' format support for mtime and atime Access time can't be represented by ustar, so always include it when using the pax format. Also include an extended header record for mtime if the file modification time can't be fully represented by ustar (eg subsecond resolution). Input & ok millert@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/12/27 04:28:00 Modified files: build : mirrors.dat Log message: laylo mirror (Amsterdam) moves from their old Chagos Islands tld to .nl https://social.laylo.nl/u/laylo/h/K37n4FK87qj73c3X33 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/12/27 04:28:54 Modified files: . : ftp.html httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/12/27 04:29:56 Modified files: usr.sbin/smtpd : table.5 Log message: sync table(5) with reality There are two different parser for table(5)s with different edge cases. Adjust the documentation to what the strictier of the two (smtpd internal parser) accepts, even if makemap(8) allows for more. In particular, adjust the description for the comments (that cannot be 'anywhere in the file'), document the special comment @list and mention that splitting is done on the colon character too. ok and many improvements from jmc@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/27 05:00:30 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Refactor rtr_parse_error() so that even a NO_DATA_AVAILABLE is logged as last error. So that bgpctl can show that there was no data available. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/27 05:17:01 Modified files: games/vcmi : Makefile distinfo games/vcmi/patches: patch-CMakeLists_txt games/vcmi/pkg : PLIST Added files: games/vcmi/patches: patch-client_CMT_cpp Log message: update to vcmi-1.4.2 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/12/27 05:17:59 Modified files: games/naev : Makefile distinfo games/naev/patches: patch-meson_build games/naev/pkg : PLIST-data Log message: update to naev-0.11.0 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2023/12/27 05:26:17 Modified files: regress/lib/libcrypto: Makefile Removed files: regress/lib/libcrypto/engine: Makefile enginetest.c Log message: Remove engine regress. Engines are no longer a thing. Discussed with tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2023/12/27 05:26:36 src/regress/lib/libcrypto/exdata Update of /cvs/src/regress/lib/libcrypto/exdata In directory cvs.openbsd.org:/tmp/cvs-serv78224/exdata Log Message: Directory /cvs/src/regress/lib/libcrypto/exdata added to the repository CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/12/27 05:30:03 Modified files: databases/p5-DBD-MariaDB: Makefile distinfo Log message: bugfix update to 1.23 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2023/12/27 05:34:32 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/exdata: Makefile exdata_test.c Log message: Add initial regress for CRYPTO_EX_DATA. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/27 05:46:00 Modified files: graphics/digikam: Makefile distinfo graphics/digikam/patches: patch-core_CMakeLists_txt patch-core_app_DigikamCoreTarget_cmake graphics/digikam/pkg: PLIST Added files: graphics/digikam/patches: patch-core_cmake_rules_RulesKDEFramework_cmake patch-core_utilities_extrasupport_CMakeLists_txt patch-core_utilities_extrasupport_addressbook_CMakeLists_txt Removed files: graphics/digikam/patches: patch-core_cmake_rules_RulesLibExiv2_cmake patch-core_libs_metadataengine_CMakeLists_txt Log message: Update digikam to 8.2.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/27 05:48:38 Modified files: x11/kde-plasma : Makefile.inc Log message: Add a comment to keep in-sync with meta/kde CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/27 05:56:46 Modified files: meta/kde/pkg : PLIST-plasma Log message: Fix README name in PLIST Spotted by aja, merci CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/27 06:13:14 Modified files: lang/gcc/11 : Makefile lang/gcc/11/patches: patch-libcc1_Makefile_in lang/gcc/8 : Makefile lang/gcc/8/patches: patch-libcc1_Makefile_in Log message: Drop workaround for fatal .gcc_except_table relocations on riscv64 This workaround stopped working when we switched to llvm-16, instead I committed a better workaround in lld/ELF/Relocations.cpp. REVISION bump since this technically affects code that ends up in the package. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/27 07:13:19 Modified files: www/seamonkey : Makefile Log message: www/seamonkey: unbreak build with libcxx 16.0.6 pass CPPFLAGS=-Dalloc_hooks_h__ to make sure realloc isnt redefined in extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h, because with unified builds and headers inclusion that prefixes things with std:: this leads to a c++ explosion. joint work with/ok tb@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/12/27 07:16:16 Modified files: archivers/unrar: Makefile distinfo Log message: archivers/unrar: update to 6.24 CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2023/12/27 08:29:35 Modified files: comms/conserver: Makefile comms/conserver/patches: patch-conserver_cutil_c Added files: comms/conserver/patches: patch-conserver_cutil_h patch-conserver_readcfg_c Log message: Support hw.ucomnames a la cu(1). e.g. 'device = usb2.0.00001.0'. Requested by deraadt@ Testing & ok jca@ sthen@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/12/27 08:48:31 Modified files: misc/memcached : Makefile distinfo misc/memcached/patches: patch-configure patch-doc_Makefile patch-memcached_c Log message: bugfix update to 1.6.22 regen patches CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/27 09:01:00 Modified files: textproc/p5-Template: Makefile distinfo textproc/p5-Template/pkg: DESCR PLIST Log message: update p5-Template to 3.101 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/27 09:23:48 Modified files: devel/p5-IPC-Run: Makefile distinfo devel/p5-IPC-Run/pkg: PLIST Removed files: devel/p5-IPC-Run/patches: patch-t_pty_t Log message: update p5-IPC-Run to 20231003.0 from wen heping CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/27 09:30:43 Modified files: games/godot4 : Makefile games/godot4/patches: patch-thirdparty_oidn_mkl-dnn_src_cpu_simple_reorder_hpp Log message: games/godot4: unbreak build with newer cxx stack ctype.h defines the brilliantly short names _U, _L, ..., _B and some component even more brilliantly uses _B for something else. So include ctype.h early on and #undef _B. ok op CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/27 10:22:25 Modified files: usr.bin/rsync : flist.c Log message: Fix handling of skipped elements on the very first element transmitted. rsync compares e.g. the first mtime against 0, if the mtime is the epoch then rsync will skip this field and openrsync will choke when receiving it. So if there is no first element but a FLIST_XYZ_SAME flag is use 0 as value. Problem noticed by job@ OK tb@ job@ and yoda@ for fixing the if statements CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/27 10:24:48 Modified files: devel/boost : Makefile devel/boost/patches: patch-boost_atomic_detail_futex_hpp patch-boost_fiber_detail_futex_hpp Added files: devel/boost/patches: patch-boost_fiber_detail_config_hpp Log message: boost: fix futex fallback The patch switching away from syscall(SYS_futex, ...) had a couple of issues. In particular, it disabled futexes altogether. Fix this and ensure that the arguments are cast correctly. Also enable futex for fiber. Also, gkoehler pointed out that the exclusion of patched files was faulty. Use PATCHORIG rather than hardcoding \.orig in pax commands. tested by phessler on aarch64 and by myself on amd64 based on an initial diff from brad CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2023/12/27 11:11:53 Modified files: net/knot : Makefile distinfo net/knot/pkg : PLIST Log message: update to 3.3.3 also enable quic using embedded ngtcp2 original patch from renaud allard ok abieber@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2023/12/27 11:14:34 Modified files: net/py-libknot : Makefile distinfo net/py-libknot/pkg: PLIST Log message: update to 3.3.3 also enable quic using embedded ngtcp2 original patch from renaud allard ok abieber@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/27 11:18:09 Modified files: security/py-omemo-dr: Makefile distinfo Log message: update security/py-omemo-dr to 1.0.1 ok kn@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/27 11:19:11 Modified files: net/py-nbxmpp : Makefile distinfo Log message: update of net/py-nbxmpp to 4.5.3 ok kn@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/12/27 11:22:05 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Log message: update net/gajim to 1.8.4 ok kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 12:47:33 Log message: import audio/spotifyd 0.3.5; RDEP for spotify-qt; OK bket Spotifyd streams music just like the official client, but is more lightweight and supports more platforms. Spotifyd also supports the Spotify Connect protocol, which makes it show up as a device that can be controlled from the official clients. Status: Vendor Tag: kn Release Tags: kn_20231227 N ports/audio/spotifyd/Makefile N ports/audio/spotifyd/crates.inc N ports/audio/spotifyd/distinfo N ports/audio/spotifyd/patches/patch-src_utils_rs N ports/audio/spotifyd/pkg/DESCR N ports/audio/spotifyd/pkg/PLIST N ports/audio/spotifyd/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 12:51:38 Log message: import audio/spotify-qt 3.10; Feedback OK bket An unofficial Spotify client using Qt as a simpler, lighter alternative to the official client. Status: Vendor Tag: kn Release Tags: kn_20231227 N ports/audio/spotify-qt/Makefile N ports/audio/spotify-qt/distinfo N ports/audio/spotify-qt/pkg/DESCR N ports/audio/spotify-qt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 12:52:13 Modified files: audio : Makefile Log message: +spotify{-qt,d} CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/27 13:05:01 Log message: Import Ruby 3.3.0 OK tb@, gkoehler@ Status: Vendor Tag: jeremy Release Tags: jeremy_2023-Dec-27 N ports/lang/ruby/3.3/Makefile N ports/lang/ruby/3.3/distinfo N ports/lang/ruby/3.3/patches/patch-common_mk N ports/lang/ruby/3.3/patches/patch-ext_etc_etc_c N ports/lang/ruby/3.3/patches/patch-compile_c N ports/lang/ruby/3.3/patches/patch-configure N ports/lang/ruby/3.3/patches/patch-ext_ripper_depend N ports/lang/ruby/3.3/patches/patch-ext_extmk_rb N ports/lang/ruby/3.3/patches/patch-lib_rubygems_ext_builder_rb N ports/lang/ruby/3.3/patches/patch-lib_fileutils_rb N ports/lang/ruby/3.3/patches/patch-lib_mkmf_rb N ports/lang/ruby/3.3/patches/patch-lib_rubygems_commands_install_command_rb N ports/lang/ruby/3.3/patches/patch-lib_rubygems_dependency_installer_rb N ports/lang/ruby/3.3/patches/patch-lib_rubygems_ext_ext_conf_builder_rb N ports/lang/ruby/3.3/patches/patch-lib_rubygems_rb N ports/lang/ruby/3.3/patches/patch-template_Makefile_in N ports/lang/ruby/3.3/patches/patch-template_builtin_binary_inc_tmpl N ports/lang/ruby/3.3/pkg/DESCR-ri_docs N ports/lang/ruby/3.3/pkg/DESCR-main N ports/lang/ruby/3.3/pkg/MESSAGE-main N ports/lang/ruby/3.3/pkg/PLIST-main N ports/lang/ruby/3.3/pkg/PLIST-ri_docs N ports/lang/ruby/3.3/pkg/UNMESSAGE-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/27 13:06:42 Modified files: lang/ruby : Makefile.inc lang/ruby/3.2 : Makefile lang/ruby/3.1 : Makefile Log message: Fix WANTLIB for Ruby 3.1 and 3.2, other minor changes This sets PATCHORIG = .orig, because the build infrastructure handles that better and it requires less work when updating plists. This sets optflags="", so that the build infrastructure does not override the default optimization flags. This removes ncurses, readline, and yaml from WANTLIB, and adds yaml-0 to WANTLIB. For Ruby 3.1 and 3.2, ncurses and readline are added back. Ruby 3.3 drops the readline extension, so those libraries are no longer needed. This drops the gdbm subpackage code from Makefile.inc, since it is no longer used by any supported Ruby version. OK tb@, gkoehler@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/27 13:07:31 Modified files: lang/ruby : ruby.port.mk Log message: Support ruby33 FLAVOR when building Ruby ports OK tb@, gkoehler@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/27 13:08:05 Modified files: lang/ruby : Makefile Log message: Hookup Ruby 3.3 to the build CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/12/27 13:13:36 Modified files: usr.bin/tmux : input.c Log message: Correctly handle window ops with no pane, GitHub issue 3747. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/12/27 13:17:13 Modified files: usr.bin/tmux : screen.c Log message: Always initialize screen mode, GitHub issue 3750 from Ding Fei. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/12/27 13:20:50 Modified files: usr.bin/tmux : tmux.1 Log message: groff apparently generates broken output for some common characters in mdoc, so escaped versions have to be used instead. From Alexis Hildebrandt in GitHub issue 3762. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/12/27 13:23:59 Modified files: usr.bin/tmux : server-client.c tmux.1 Log message: Remove flags from the prefix before comparing with the received key so that modifier keys with flags work correctly, GitHub issue 3764. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/12/27 13:42:01 Modified files: usr.bin/tmux : cmd-find-window.c Log message: Only wrap pattern in *s if using a regular expression. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/12/27 13:58:34 Modified files: lang/rust : Makefile distinfo Log message: Update riscv64 bootstrap for rust-1.74.1, post libc.so.98.0 ok semarie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 14:26:41 Modified files: audio/spotifyd : Makefile Added files: audio/spotifyd/patches: patch-modcargo-crates_keyring-2_0_1_Cargo_toml patch-modcargo-crates_keyring-2_0_1_src_lib_rs Log message: fix/enable keyring support CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 14:40:02 Log message: import x11/blueprint-compiler 0.10.0; Feedback OK rsadowski GtkBuilder XML format is quite verbose, and many app developers don't like using WYSIWYG editors for creating UIs. Blueprint files are intended to be a concise, easy-to-read format that makes it easier to create and edit GTK UIs. Internally, it compiles to GtkBuilder XML as part of an app's build system. It adds no new features, just makes the features that exist more accessible. Another goal is to have excellent developer tooling --incl. a language server-- so that less knowledge of the format is required. Status: Vendor Tag: kn Release Tags: kn_20231227 N ports/x11/blueprint-compiler/Makefile N ports/x11/blueprint-compiler/distinfo N ports/x11/blueprint-compiler/pkg/DESCR N ports/x11/blueprint-compiler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 14:40:54 Modified files: x11 : Makefile Log message: + blueprint-compiler (BDEP for new textproc/dialect) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 14:43:52 Log message: import textproc/py-gTTS 2.5.0; textproc/dialect RDEP; Feedback OK rsadowski tb gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate's text-to-speech API. Write spoken mp3 data to a file, a file-like object (bytestring) for further audio manipulation, or stdout. Status: Vendor Tag: kn Release Tags: kn_20231227 N ports/textproc/py-gTTS/Makefile N ports/textproc/py-gTTS/distinfo N ports/textproc/py-gTTS/pkg/DESCR N ports/textproc/py-gTTS/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 14:45:17 Modified files: textproc : Makefile Log message: +py3-gTTS CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 14:52:42 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/py2-parsing: Makefile distinfo devel/py2-parsing/pkg: DESCR PLIST Log message: retire py2-parsing ok sthen@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/27 15:18:38 Modified files: databases/pgbackrest: Makefile Log message: Add SFTP support for repository storage Noticed by ajacoutot@, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 15:18:55 Modified files: devel/cjson : Makefile distinfo Log message: update to cjson 1.7.17 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/27 15:19:18 Modified files: sysutils/tflint: Makefile distinfo modules.inc Log message: Update tflint 0.49.0 -> 0.50.0 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.50.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/27 15:19:38 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_example_ini www/gitea/pkg : PLIST Log message: Update gitea 1.21.2 - > 1.21.3 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/27 16:43:12 Modified files: audio : Makefile databases : Makefile devel : Makefile graphics : Makefile net : Makefile security : Makefile sysutils : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: Build ruby33 FLAVOR of ruby gem ext ports by default CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2023/12/27 16:46:42 Modified files: share/man/man5 : ruby-module.5 Log message: Update lang/ruby module documentation for Ruby 3.3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 17:50:46 Modified files: devel/py-jupyter_core: Makefile distinfo Log message: update py-jupyter_core to 5.5.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 17:52:38 Modified files: devel/py-jupyter_client: Makefile distinfo devel/py-jupyter_client/patches: patch-jupyter_client_connect_py devel/py-jupyter_client/pkg: PLIST Log message: update py-jupyter_client to 8.1.0 Notably, this version fixes a crash caused by spyder when that app shuts down. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/27 17:57:07 Modified files: textproc/nlohmann-json: Makefile distinfo Log message: Fix tests The "only 4 tests that try to git clone fail" comment is wrong, most of the 91 tests fail fetching data; https://github.com/nlohmann/json/pull/2202 from 2020 added an option to use prefetched test data and skip git usage, so do that and have 87/87 tests pass (on amd64). CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 18:03:33 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/patches: patch-notebook_notebookapp_py www/jupyter-notebook/pkg: PLIST Log message: update jupyter-notebook to 6.4.13 This update also cleans up the unneeded TDEP on nose which was removed from version 6.3.0. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/27 18:37:03 Modified files: devel/py-nbformat: Makefile distinfo devel/py-nbformat/pkg: PLIST Log message: update py-nbformat to 5.4.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/27 20:12:53 Modified files: x11/kde-applications/libkipi/pkg: PLIST Log message: Unbreak build with MODKF5_BUILD_TESTING=No Spotted by kevlo@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/28 01:21:58 Modified files: devel/ptlib : Makefile devel/ptlib/patches: patch-include_ptlib_psharedptr_h patch-src_ptlib_common_object_cxx Added files: devel/ptlib/patches: patch-include_ptlib_pprocess_h Log message: ptlib: backport patch for C++17 support Major bump because the signature of a new[] operator changed. ok aja (maintainer) https://github.com/willamowius/ptlib/commit/87728760efd5dc966374ff65e0e97b1cf5d7e6ed CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/12/28 02:52:54 Modified files: mail/grommunio/gromox: Makefile mail/kopano/core: Makefile Log message: define _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION in CXXFLAGS these ports use devel/libvmime which is built with std=c++11 however these ports require at least c++17 where unary and binary_function are removed so adding this define brings back support for them in libcxx 16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/28 03:23:20 Modified files: misc/hwdata : Makefile Log message: PORTROACH: skip 0.377-2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/28 03:26:26 Modified files: audio/hydrogen : Makefile Added files: audio/hydrogen/patches: patch-src_core_include_hydrogen_basics_adsr_h Log message: hydrogen: prepare to build with libcxx 16.0.6 The internal use of __decay clashes with std::decay_t internals. Move this local version out of the way. Upstream fixed this in a "refactor" commit. aja told me that updating ould likely be painful due to sndio patches, so use a one-line patch. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/28 03:53:46 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: devel/py-buildbot: update to 3.10.1. see https://github.com/buildbot/buildbot/releases/tag/v3.10.1 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/28 05:14:24 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.4.0 Release notes: https://www.sbcl.org/news.html#2.4.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/28 05:22:48 Modified files: x11/kde-applications/kimap/pkg: PLIST Log message: Unbreak build with MODKF5_BUILD_TESTING=No Spotted by kevlo@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/28 05:52:46 Modified files: inputmethods/libime: Makefile Added files: inputmethods/libime/patches: patch-src_libime_core_CMakeLists_txt Log message: inputmethods/libime: pull in upstream change to switch to C++11 unbreaks build to prepare for libcxx update CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/28 06:32:56 Modified files: sys/arch/arm64/dev: aplpcie.c Log message: Add stream ID mapping support for PCIe controller found on M2 Pro/Max SoCs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2023/12/28 07:03:22 Modified files: sys/dev/mii : eephy.c eephyreg.h Log message: assume RGMII-to-Copper mode by default in eephy(4) for 88E151x PHYs The desired MII mode must be programmed explicitly for Marvel Atlantis 88E1512/88E1514 variants and we already do this for SGMII. This change adds a missing case for RGMII-to-Copper that assumes RGMII, unless the MAC driver sets MII_SGMII before calling mii_attach() or the mode has already been programmed. (RGMII-to-Copper is also the hardware default for E1510 and E1518.) Suggestions and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2023/12/28 07:30:29 Modified files: sys/dev/ic : dwqe.c Log message: fix Tx watchdog trigger and freeze in dwqe(4) dwqe(4) interfaces may trigger the "dwqe_watchdog" function and stop transmitting packets under heavy Tx load. In this situation, ifconfig(8) will permanently show OACTIVE until the interface is restarted (ifconfig down/up). The problem seems to be triggered by writing to the Tx ring tail pointer register multiple times during dwqe_start(). Updating the Tx ring tail pointer only after all Tx descriptors have been updated seems to fix it. The fix is based on the eqos(4) driver in NetBSD. Verified on an Intel Elkhart Lake machine but might affect other platforms with DesignWare Ethernet Quality-of-Service Controller version 4. Testing by bluhm@, ok kettenis@ CVSROOT: /cvs Module name: src Changes by: aisha@cvs.openbsd.org 2023/12/28 09:21:08 Modified files: sys/net : pf.c Log message: use RB_FOREACH_SAFE for pf_purge_expired_src_nodes OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/28 09:41:24 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-library_std_src_sys_unix_os_rs patch-src_bootstrap_bootstrap_py patch-src_llvm-project_llvm_tools_llvm-shlib_CMakeLists_txt lang/rust/pkg : PLIST-src Added files: lang/rust/patches: patch-compiler_rustc_target_src_spec_targets_i686_unknown_openbsd_rs patch-src_bootstrap_src_bin_rustc_rs patch-src_bootstrap_src_core_build_steps_test_rs patch-src_bootstrap_src_lib_rs Removed files: lang/rust/patches: patch-compiler_rustc_target_src_spec_i686_unknown_openbsd_rs patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs Log message: update lang/rust to 1.75.0 Announce: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html Release notes: https://github.com/rust-lang/rust/releases/tag/1.75.0 ok landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/28 09:41:33 Modified files: java/jlint : Makefile java/jlint/patches: patch-method_desc_cc Added files: java/jlint/patches: patch-jlint_d Log message: jlint: avoid name collision with drem(3) Newer libcxx pulls in math.h, causing a name collision. Following FreeBSD move the local symbol to Jdrem. Either this works or no one is using this port, probably both. With the help of kurt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/28 09:46:34 Modified files: comms/conserver/patches: patch-conserver_cutil_c patch-conserver_cutil_h patch-conserver_readcfg_c Log message: update/add comments to patch files in conserver CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/12/28 10:36:29 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/arch/arm64/conf: GENERIC RAMDISK sys/conf : files sys/dev/pci : files.pci Added files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h sys/dev/pci : if_qwx_pci.c Log message: Introduce qwx(4), a work-in-progress port of the Linux ath11k driver. This driver is not working yet. Scanning almost works but a lot more work remains to be done. So far most of the porting work was done by myself, with some help from mpi, patrick, and kettenis. Obviously this driver remains disabled for now. Enable relevant lines in the kernel config if you want to help out with development. At present firmware files must be obtained manually and placed in the directory /etc/firmware/qwx/WCN6855/hw2.1/ This will be improved later. Thanks to the OpenBSD Foundation for supporting this effort. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/28 10:48:16 Modified files: x11/xdrawchem : Makefile Log message: xdrawchem: prepare for libcxx update by re-enabling binary functions This is a hopefully temporary workaround. openbabel upstream already has a fix. bket will look into updating the port or backporting the fix. ok bket (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/12/28 11:05:32 Modified files: usr.sbin/httpd : server_file.c Log message: don't add values we won't print, use scandir properly okay tb@ (logic NOT simplified because I don't want to risk introducing bugs, and the compiler knows as much boolean logic as me) CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/28 13:19:57 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: Update gallery-dl to 1.26.5 from MAINTAINER grodzio, thanks! CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/28 14:14:31 Modified files: misc/openbabel : Makefile Added files: misc/openbabel/patches: patch-include_openbabel_inchiformat_h patch-include_openbabel_plugin_h patch-scripts_openbabel-R_i patch-scripts_openbabel-csharp_i patch-scripts_openbabel-java_i patch-scripts_openbabel-perl_i patch-scripts_openbabel-php_i patch-scripts_openbabel-python_i patch-scripts_openbabel-ruby_i patch-src_ops_sort_cpp Log message: Remove std::binary_function from openbabel tb@ found that libcxx 16.0.6 breaks building of xdrawchem, which is caused by openbabel not being C++17 compatible. Upstream has fixed this with https://github.com/openbabel/openbabel/pull/2464. The latter has been backported. No bump required as diff does not affect symbols. Build tested by tb@. OK tb@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/12/28 14:15:00 Modified files: x11/xdrawchem : Makefile Log message: Drop workaround to fix the build of xdracwchem with libcxx 16.0.6 Issue has been resolved in openbabel. Diff from tb@ CVSROOT: /cvs Module name: ports Changes by: aisha@cvs.openbsd.org 2023/12/28 14:36:56 Modified files: net/py-libknot/pkg: PLIST Log message: remove old files from PLIST noticed by sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:47:17 Modified files: lib/libcrypto/gost: gost89imit_pmeth.c Log message: Clean up pkey_gost_mac_keygen() Make this function single exit, check and assign and finally error check EVP_PKEY_assign(). This can't actually fail currently, but if it did, things would leak. Free the key data with freezero. ok jsing CID 471704 (false positive) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:49:07 Modified files: lib/libcrypto/gost: gostr341001_ameth.c Log message: Fix another EVP_PKEY_assign_GOST() call Again this can't actually fail, but if it did, things would leak. Call GOST_KEY_free() in the error path. ok jsing CID 471706 (false positive) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:53:09 Modified files: lib/libcrypto/gost: gostr341001_ameth.c Log message: Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type() Calling EVP_KEY_assign_GOST(pkey, NULL) has the same effect as calling EVP_PKEY_set_type(pkey, EVP_PKEY_GOSTR01). The only difference is that the latter form allows for error checking while the former won't let you do that. Add comments explaining what we're actually doing: freeing and zeroing the pkey->pkey union. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:56:12 Modified files: lib/libcrypto/cmac: cm_pmeth.c Log message: Clean up and fix pkey_cmac_keygen() A void pointer can be passed without any cast or assigning it to an intermediate variable. That's one of hte puzzling things in old OpenSSL code: there are plenty of unnecessary casts and assignments of void pointers. Make use of this fact and rework the function to be single exit, error check consistently, including the EVP_PKEY_assign() call that can't really fail and free the cmkey on exit. Why coverity didn't flag this one is another mystery. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:57:08 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Clean up old_rsa_priv_decode() Again change this function into the single exit idiom, and error check EVP_PKEY_assign(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:58:12 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rework rsa_priv_decode() Turn the function into single exit and error check EVP_PKEY_assign() for style. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 14:59:07 Modified files: lib/libcrypto/rsa: rsa_pmeth.c Log message: Rework pkey_rsa_keygen() As usual, make the function single exit. Initialize the pkey callback pointer and the BN_GENCB on the stack at the top rather than relying on the weird trans_cb() in evp_pkey_set_cb_translate() to do so. Greatly simplify the control flow and add missing error checks. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:00:56 Modified files: lib/libcrypto/hmac: hm_pmeth.c Log message: Rework and fix pkey_hmac_keygen() The usual: single exit, error check all functions even if they can't actually fail. This one was flagged again. ok jsing CID 471706 (false positive) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:06:41 Modified files: lib/libcrypto/dh: dh_pmeth.c Log message: Rework pkey_dh_keygen() Single exit, fix error checking and hold on to the DH by keeping a reference. In other words, switch from EVP_PKEY_assign() to using EVP_PKEY_set1_DH() and free unconditionally in the error path. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:07:23 Modified files: lib/libcrypto/dsa: dsa_pmeth.c Log message: Rework pkey_dsa_keygen() Very similar to pkey_dh_keygen(): single exit and hold on to an extra reference by calling EVP_PKEY_set1_DSA() instead of assigning the DSA to the pkey. "Fixes" another leak that Coverity missed. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:09:10 Modified files: lib/libcrypto/ec: ec_pmeth.c Log message: Fix pkey_ec_keygen() The EC code came later, and people got better at writing terrible code. In this case, they could remain quite close to what they copy-pasted from DH, so it was relatively straightforward (for once). There's only one slight extra twist and that's easily dealt with. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:10:33 Modified files: lib/libcrypto/dh: dh_pmeth.c Log message: Rework pkey_dh_paramgen() Similar to pkey_rsa_paramgen() this function does some strange dances with the pkey_gencb and initialization plus missing error checks. Fix all that and use the idiom established in previous commits. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:11:26 Modified files: lib/libcrypto/dsa: dsa_pmeth.c Log message: Rework pkey_das_paramgen() Another copy-paste-then-tweak-and-diverge version of the same old thing. Fix it the same way as pkey_rsa_paramgen() and pkey_dh_paramgen(). The callbacks are initialized at the top and the weird error checking is turned into something much simpler. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 15:12:37 Modified files: lib/libcrypto/ec: ec_pmeth.c Log message: Clean up pkey_ec_paramgen() This is basically the same as the dh and dsa version, except it's different because it's EC. Single exit, uniform error checking. "Plug" another leak. With this I earned another shining turd for my collection. ok jsing CVSROOT: /cvs Module name: src Changes by: aisha@cvs.openbsd.org 2023/12/28 19:37:39 Modified files: regress/sys/sys/tree/rb: Makefile rb-test.c Added files: regress/sys/sys/tree/rb: rbt-test.c Log message: more regress tests for RB_* and RBT_* macros help, pointers and OK bluhm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/12/28 19:42:21 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/12/28 20:06:00 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.11 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 22:17:20 Modified files: lib/libcrypto/x509: x509_local.h Log message: Remove the unused init flag of X509_LOOKUP CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 22:33:32 Modified files: lib/libcrypto/x509: by_dir.c x509_local.h Log message: Use a void pointer rather than char for method_data This way we don't need to cast from BY_DIR * to char * and back in its only consumer, the lovely by_dir. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 22:57:24 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/evp: evp_cipher.c evp_digest.c evp_encode.c Removed files: lib/libcrypto/evp: digest.c encode.c evp_enc.c Log message: Use more consistent naming for some files in evp EVP_Digest{Init,Update,Final}() move from digest.c to evp_digest.c which will become the home of all things related to EVP_MD{,_CTX} handling. EVP_Cipher{Init,Update,Final}() move from evp_enc.c to evp_cipher.c which will become the home of all things related to EVP_CIPHER{,_CTX} handling. EVP_Encode{Init,Update,Final}() move from encode.c to evp_encode.c which already is the home of EVP_ENCODE_CTX_{new,free}(). discussed with jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 23:08:01 Modified files: lib/libcrypto/evp: evp_digest.c evp_lib.c Log message: Move the middle part of evp_lib.c to evp_digest.c These are ~200 lines of EVP_MD API that separated two parts of the file dedicated to EVP_CIPHER thingies. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 23:17:58 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: evp_cipher.c Removed files: lib/libcrypto/evp: evp_lib.c Log message: Merge the remainder of evp_lib.c into evp_cipher.c CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/28 23:21:55 Modified files: textproc/ripgrep: Makefile distinfo Log message: bugfix update to ripgrep 14.0.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 23:56:38 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: evp_cipher.c Removed files: lib/libcrypto/evp: cipher_method_lib.c Log message: Merge the EVP_CIPHER_meth_* API into evp_cipher.c CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/28 23:59:24 Modified files: lib/libcrypto/evp: evp_digest.c Log message: Move the copy/copy_ex stuff down below the new/free/clear mess CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 00:02:28 Modified files: lib/libcrypto/evp: evp_digest.c Log message: Move init/reset next to cleanup This way new/free aka create/destroy are next to each other. reset/cleanup are the same thing and init will join the club after some other fixing because two APIs that do the exact same thing aren't enough. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 00:09:44 Modified files: lib/libcrypto/evp: evp_digest.c Log message: Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl This way the file has EVP_Digest*, then EVP_MD_CTX new/free/clean, then ctrl then the EVP_MD_CTX accessors, then the EVP_MD accessors and finally the EVP_MD_meth stuff and the order of things starts making a wee bit of sense. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 00:14:02 Modified files: lib/libcrypto/evp: evp_digest.c Log message: Move the EVP_MD_CTX flag accessors up a bit This way the accessors are sorted the same way as the struct. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 00:22:47 Modified files: lib/libcrypto/evp: evp_digest.c Log message: Move the EVP_MD block size accessor down This way all the EVP_MD accessors are in the order of the struct fields. Well, arguably the EVP_MD_meth* should come first, but they are scheduled to go meet the dodo. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/29 00:53:24 Modified files: devel/py-buildbot/react-console-view: distinfo devel/py-buildbot/react-grid-view: distinfo devel/py-buildbot/react-waterfall-view: distinfo devel/py-buildbot/www-react: distinfo devel/py-buildbot/www-react/pkg: PLIST Log message: devel/py-builbdot: also update to react components to 3.10.1. build failure reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/29 01:07:27 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.18.9. see https://mail.xfce.org/pipermail/xfce-announce/2023-December/001357.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/29 01:43:40 Modified files: devel/ptlib : Makefile devel/ptlib/patches: patch-include_ptlib_pprocess_h Log message: Unbreak previous. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/29 03:00:18 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Support for "control" nodes was removed from the drm subsystem some time ago, but some code in drmopen() remained which means that opening a drm device node with a minor that matches the range for the "control" nodes will hit a kernel assertion. A similar issue exists for "render" nodes corresponding to a driver that only supports KMS (such as rkdrm(4)). Add checks to see if the minor is valid and return ENXIO if that isn't the case to prevent a kernel crash. ok jsg@, miod@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 03:08:44 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Move EVP_PKEY_asn1_add* to the end of the file Also add a reminder to remove most of the public API in this file. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 03:17:26 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Replace outdated comment on EVP_PKEY_asn1_find() with a todo item CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 03:31:50 Modified files: lib/libcrypto/evp: evp_encode.c Log message: Zap some whitespace CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/29 03:37:53 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.40.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 03:59:00 Modified files: lib/libcrypto/asn1: ameth_lib.c asn1_local.h t_x509.c lib/libcrypto/evp: evp_local.h p_lib.c Log message: Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c Most of these functions are only called from this file internally apart from the pem_str lookups from pem/. In the next major bump we can then remove asn/ameth_lib.c. Also move EVP_PKEY_ASN1_METHOD to evp_local.h. While this is used to dispatch to various ASN.1 decoding routines, it doesn't fit into asn1/ at all. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/29 04:43:04 Modified files: sys/net : if.c if_loop.c Log message: Make loopback interface counters MP safe. Create and use the MP safe version of the interface counters for lo(4). Input packets were counted twice. As interface input queue is already counting, remove input count in if_input_local(). Multicast and siplex packets are counted at the ethernet interface. Add a comment that this not MP safe. OK mvs@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/29 04:48:47 Modified files: lib/libutil : imsg_init.3 Log message: Cleanup required headers form imsg.h. Right now only sys/queue.h is required to be included for imsg.h. The only exception is if imsg_composev() is used, then sys/uio.h is needed to access struct iovec. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/29 04:57:38 Modified files: share/man/man5 : login.conf.5 Log message: There is no default for the rtable login.conf capability. If it is not set it will use the current rtable. It will not force every login to the default (0) rtable. For that rtable should be set to 0. OK schwarze@ a long time ago CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 05:06:48 Modified files: usr.bin/openssl: openssl.1 s_client.c Log message: s_client: pause hasn't worked in ages. Just ignore it ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 05:15:49 Modified files: usr.bin/openssl: s_client.c s_server.c Log message: Garbage collect the last users of SSL_set_debug(3) This undocumented, incomplete public function has never done anything useful. It will be removed from libssl. Removing it from openssl(1) clears the way for this. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 05:24:33 Modified files: lib/libssl : ssl_clnt.c ssl_lib.c ssl_local.h ssl_srvr.c Log message: Neuter the SSL_set_debug(3) API The TLSv1.3 stack didn't support this in the first place, and in the legacy stack it only added some dubious BIO_flush(3) calls. The sleep call between SSL_read(3) and SSL_write(3) advertised in the comment next to the flag has been a sleep call in the s_server since time immemorial, nota bene between calls to BIO_gets(3). Anyway. This can all go and what remains will go with the next major bump. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/29 05:25:07 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/patches: patch-build_mak_in telephony/pjsua/pkg: PLIST-main Log message: update to pjsip-2.14 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/12/29 05:45:33 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 23.0.1 -> 23.0.3 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/12/29 06:23:28 Modified files: sys/arch/amd64/amd64: pmap.c sys/arch/amd64/include: pmap.h Log message: Use a per cpu pool cache for pmap_pv_pool Improves performance on my 8 cores box. ok cheloha@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:31:54 Modified files: devel/kdevelop/pkg: PLIST Log message: Unbreak with default MODKF5_BUILD_TESTING=Yes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:36:01 Modified files: x11/kde-plasma/libksysguard: Makefile Log message: Add missing (hidden,build) dependency on knewstuff Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:38:21 Modified files: x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Add a missing dependency on kirigami2 Spotted by naddy CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:44:23 Modified files: x11/kde-plasma/kwayland-integration: Makefile Log message: Add the test dependency kidletime also to the build depends Spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/12/29 06:47:27 Modified files: devel/subversion: Makefile distinfo Removed files: devel/subversion/patches: patch-subversion_bindings_swig_include_proxy_swg Log message: Update to Subversion 1.14.3 Also remove the BDB-backend test-run from our port's regress target. The BDB backend has been deprecated for years and has become irrelevant. ok kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:47:59 Modified files: x11/kde-plasma/plasma-nano: Makefile Log message: Add missing build/run dependency on plasma-framework Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 06:54:34 Modified files: x11/kde-plasma/plasma-pa: Makefile Log message: Add a missing build/run dependency on kcmutils Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 07:27:54 Modified files: x11/kde-plasma/layer-shell-qt: Makefile Log message: Add missing build dependency on wayland/wayland-protocols Spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/12/29 07:35:43 Modified files: usr.sbin/rpki-client: parser.c Log message: Fix a NULL access or use-after-free bug This is a bandaid, the proc_parser_mft() is too complex and needs reworking OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/29 07:36:21 Log message: import textproc/dialect 2.2.0; Feedback OK rsadowski A translation app for GNOME. - Translation based on Google Translate - Translation based on the LibreTranslate API, allowing you to use any public instance - Translation based on Lingva Translate API - Translation based on Bing - Translation based on Yandex - Translation history - Automatic language detection - Text to speech - Clipboard buttons Status: Vendor Tag: kn Release Tags: kn_20231229 N ports/textproc/dialect/Makefile N ports/textproc/dialect/distinfo N ports/textproc/dialect/pkg/DESCR N ports/textproc/dialect/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/29 07:36:57 Modified files: textproc : Makefile Log message: + dialect CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/29 08:25:58 Modified files: www/sfeed : Makefile distinfo Log message: update www/sfeed to 2.0; diff from MAINTAINER Hiltjo Posthuma, thanks! CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/29 08:36:53 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/patches: patch-conf_sample_ini sysutils/grafana/pkg: PLIST Log message: sysutils/grafana: update to 10.2.3 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/12/29 08:41:15 Modified files: sysutils/telegraf: Makefile distinfo modules.inc Removed files: sysutils/telegraf/patches: patch-plugins_inputs_ras_ras_go Log message: sysutils/telegraf: update to 1.29.1 ok landry@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/12/29 09:02:29 Modified files: regress/lib/libutil/imsg: ibuf_test.c Log message: There is no need to include sys/uio.h here. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/29 09:13:59 Modified files: www/zola : Makefile distinfo Added files: www/zola : crates.inc Removed files: www/zola : modules.inc Log message: Update to zola 0.18. Move from modules.inc to crates.inc, drop dep on ring since it's now using v0.17, loosen NOT_FOR_ARCHS accordingly, and use ${MODCARGO_WANTLIB}. https://github.com/getzola/zola/releases/tag/v0.18.0 From Justin Berthault with tweaks by me maintainer timeout CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/29 09:16:00 Modified files: devel/poedit : Makefile Log message: poedit: work around build failure with libcxx 16.0.6 This needs fixing in libluceneplusplus, but until that's done we go with the kludge. tweak/ok op CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 10:15:10 Modified files: usr.sbin/rpki-client: parser.c Log message: Pass correct file to warnx() We end up here only if mft1 == NULL, which can happen because file1 == NULL. Use file2 instead because mft2 != NULL implies file2 != NULL. ok job CVSROOT: /cvs Module name: www Changes by: patrick@cvs.openbsd.org 2023/12/29 11:31:44 Modified files: . : want.html Log message: A Firefly ITX-3588J Mini-ITX Mainboard would be useful for RK3588 development. CVSROOT: /cvs Module name: www Changes by: patrick@cvs.openbsd.org 2023/12/29 11:40:43 Modified files: . : arm64.html Log message: Add a few supported NXP i.MX 8M boards CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:45:39 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Move a call to X509_ALGOR_get0() down a line CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:46:24 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Rework eckey_priv_decode() Factor out the pubkey computation and bring it into more sensible form. This removes lots of pointless setting of errors (twice) and makes the code a bit easier on the eyes. Other than that perform some stylistic cleanup like single exit and add an error check for EVP_PKEY_assign(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:47:47 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Clean up eckey_param_decode() This aligns eckey's parameter decoding routine with the one of other cipher abstractions: better variable names, single exit and add missing check for EVP_PKEY_assign_EC_KEY(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:48:25 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: Clean up old_ec_priv_decode() As per usual. Stylistic adjustments and missing error check. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:49:06 Modified files: lib/libcrypto/ec: ec_ameth.c Log message: eckey: adjust some variable names and unwrap function definitions ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 11:52:11 Modified files: usr.sbin/rpki-client: version.h Log message: bump version CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 12:00:31 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: ameth_lib: zap trailing empty line CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 12:12:47 Modified files: lib/libcrypto/man: BN_generate_prime.3 DSA_generate_key.3 DSA_generate_parameters.3 DSA_get0_pqg.3 DSA_new.3 Log message: Adjust documentation for upcoming DSA_generate_parameters removal This removes any mention of DSA_generate_parameters in the manuals apart from a comment that it is intentionally undocumented and adapts cross references to DSA_generate_parameters_ex. The file itself will be moved in a second step. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 12:15:15 Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: DSA_generate_parameters_ex.3 Removed files: lib/libcrypto/man: DSA_generate_parameters.3 Log message: Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 12:15:52 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 12:19:48 Modified files: lib/libcrypto/man: DSA_get0_pqg.3 Log message: A .Xr to DSA_generate_parameters_ex() was lost accidentally CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 12:39:52 Modified files: x11/qt5/qtbase : Makefile distinfo Log message: Update qtbase-5.15.11 KDE patchset from 147 to 148 CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/12/29 14:06:54 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/29 14:09:44 Modified files: net/ktorrent : Makefile Log message: Stop using x11/kde-plasma/plasma-workspace if present Set CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=ON CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/29 15:04:26 Modified files: devel/py-jupyter_packaging: Makefile distinfo devel/py-jupyter_packaging/pkg: PLIST Log message: update jupyter_packaging to 0.12.2 This update fixes two issues: - adds a missing RDEP on wheel to fix the jupyter-notebook build - stops putting a "tests" dir right under site-packages/ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/29 15:09:21 Modified files: audio/spotifyd : Makefile audio/spotifyd/pkg: PLIST Log message: cherry-pick config file docs to ease post-install setup CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 15:37:47 Modified files: lib/libcrypto/man: DSA_get0_pqg.3 Log message: fix previous: key -> parameter CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/29 23:25:56 Modified files: lib/libssl : ssl_rsa.c Log message: Fix two more unchecked EVP_PKEY_assign() calls In SSL{_CTX}_use_RSAPrivateKey() switch from EVP_PKEY_assign_RSA() to EVP_PKEY_set1_RSA() and hold on to the reference of the the pkey for the duration of ssl_set_pkey(). Use single exit and other minor style cleanups. ok joshua jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 00:23:34 Modified files: x11/kde-applications/kget: Makefile Removed files: x11/kde-applications/kget/patches: patch-CMakeLists_txt Log message: Replace patch by CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=ON CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/30 00:29:04 Modified files: www/lighttpd/patches: patch-src_sys-crypto-md_h Log message: lighttpd: use the patch brad upstreamed for truncated sha-512 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 00:53:33 Modified files: devel/netbeans : Makefile distinfo devel/netbeans/pkg: PLIST Log message: Update netbeans to 20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/30 01:13:46 Modified files: x11/xfce4/thunar: Makefile Log message: Regen WANTLIB to unbreak: xkcommon -> xkbcommon CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:17:11 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Log message: Update kdiff3 to 1.10.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:23:09 Modified files: devel/qbs : Makefile distinfo devel/qbs/pkg : PLIST Log message: Update qbs to 2.2.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:25:25 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 6.5.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:42:43 Modified files: x11/libqaccessibilityclient: Makefile distinfo x11/libqaccessibilityclient/pkg: PLIST Log message: Update libqaccessibilityclient to 0.6.0 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/12/30 01:44:49 Modified files: lang/clojure : Makefile distinfo Log message: update lang/clojure to 1.11.1.1429 Was released the same day as .1420, yet somehow I haven't seen it. Rolls back a Maven resolver dep update from .1420. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/30 01:47:18 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/30 01:47:31 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/30 01:48:02 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.11. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:57:48 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update homebank to 5.7.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 01:58:18 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Add extended regress coverage for ASN.1 methods Validate that every alias resolves to a non-alias in one step and that non-aliases have pkey_id == pkey_base_id, an info string and a pem_str. They can be looked up by their pkey_id or pem_str. Conversely, all these are false for aliases. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 01:58:36 Modified files: x11/tellico : Makefile distinfo x11/tellico/pkg: PLIST Log message: Update tellico to 3.5.2 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/12/30 02:08:05 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.41.1 Bugfix release: https://github.com/hetznercloud/cli/releases/tag/v1.41.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 02:08:22 Modified files: devel/catch2 : Makefile distinfo devel/catch2/pkg: PLIST Log message: Update Catch2 to 3.5.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/12/30 04:28:35 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-library_std_src_sys_unix_thread_rs Log message: backport std::thread::available_parallelism fix on lang/rust see https://github.com/rust-lang/rust/pull/119436 it makes std::thread::available_parallelism to use sysconf(_SC_NPROCESSORS_ONLN) and only fallback to sysctl([CTL_HW, HW_NCPU]). Problem reported by Jiri Navratil CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 04:58:06 Modified files: graphics/digikam: Makefile Log message: Remove system dependency graphics/liblqr (no longer supported) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 05:26:40 Modified files: graphics/zxing-cpp: Makefile distinfo graphics/zxing-cpp/pkg: PLIST Log message: Update zxing-cpp to 2.2.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/30 05:44:43 Modified files: sys/dev/pci : if_em.c Log message: Protect em(4) refill timeout with splnet. From time to time "pkt->pkt_m == NULL" or "m != NULL" assertions were hit in the em driver. Stack trace shows that em refill timeout was interrupted by em interrupt. Doing em_rxfill() and em_rxeof() simultaneously cannot be correct. Protect softclock in em_rxrefill() with splnet(). OK mglocker@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/12/30 06:13:11 Modified files: sys/arch/arm64/dev: rtkit.c rtkit.h Log message: Improve the RTKit code. This update brings us crashlog and syslog parsing support as well as bug fixes that are needed to bring up the DCP. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/12/30 08:23:10 Modified files: x11/kde-plasma/plasma-nano: Makefile x11/kde-plasma/plasma-workspace: Makefile x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Add missing build dependency on plasma-wayland-protocols in all kwayland ports Spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/12/30 09:55:45 Modified files: sys/dev/pci : if_iwx.c Log message: Fix iwx(4) device info table entries for So+Hr devices. Some non-160MHz So+Hr devices were misdetected, causing iwx(4) to select the wrong firmware image for them. Patch by Miguel Landaeta CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/30 10:52:27 Modified files: sys/dev/pci : if_ixl.c Log message: Set ixl(4) IXL_TX_PKT_DESCS to 8. Mark Patruck has reported problems with ixl revision 1.90 TSO diff. He uses ixl device passthrough from Linux via KVM to OpenBSD guest. After a few hours of operation, interface locks up with oactive. The problem also occures with TSO disabled, after the TSO diff had been commited. deraadt@ has seen similar problems with ixl interface on sparc64. Changing IXL_TX_PKT_DESCS back to the original value 8 fixes the lockup and even TSO on the hardware still works. FreeBSD and NetBSD also use this value. The 32 was copied from ix(4) TSO diff and is not necessary for ixl(4). debugged with jan@; lot of bisecting and testing by Mark Patruck OK mglocker@ patrick@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/30 10:56:35 Modified files: geo/osm2pgsql/patches: patch-CMakeLists_txt Log message: geo/osm2pgsql: set(OPENCV_CORE_FOUND 0) to make sure opencv isnt picked up if found reported by ajacoutot@, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 11:07:00 Modified files: lib/libcrypto/x509: x509_issuer_cache.c x509_issuer_cache.h Log message: Some BoringSSL devs spent too much time with C++ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 11:22:52 Modified files: lib/libcrypto/x509: x509_issuer_cache.c Log message: One more missing void was hiding here CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 11:24:09 Modified files: lib/libcrypto/evp: e_chacha20poly1305.c Log message: Some Australians don't like voids either CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 11:26:13 Modified files: lib/libcrypto/x509: x509_issuer_cache.c Log message: Make x509_issuer_cache_free_oldest() static This is an internal function and you can't hold the required mutex to call it anyway since that's internal, too. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/12/30 11:30:30 Modified files: security/sudo : Makefile Log message: Update to sudo 1.9.15p5; bug fix release CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/12/30 12:41:20 Modified files: lang/nim : Makefile distinfo lang/nim/patches: patch-config_nim_cfg Log message: update to nim-1.6.18 this is the most recent LTS version, the 2.0.x update needs some extra work CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/30 12:59:28 Modified files: lang/deno : Makefile lang/deno/patches: patch-cli_build_rs patch-cli_main_rs patch-cli_standalone_binary_rs patch-cli_standalone_mod_rs patch-modcargo-crates_deno_task_shell-0_11_0_src_shell_commands_executable_rs Added files: lang/deno/patches: patch-runtime_ops_os_mod_rs Log message: lang/deno: Add another patch to fix locating the currently running deno executable on OpenBSD. While already there, clean up the existing patches. Feedback and ok aja@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/30 13:24:39 Modified files: lang/elixir : Makefile distinfo Log message: lang/elixir: Update to 1.15.7 ok tb@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/30 13:27:03 Modified files: lang/erlang/25 : Makefile distinfo lang/erlang/25/pkg: PLIST-main Added files: lang/erlang/25/patches: patch-lib_ssh_test_ssh_to_openssh_SUITE_erl Log message: lang/erlang: Update to 25.3.2.8 ok tb@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/12/30 13:30:23 Modified files: net/rabbitmq : Makefile distinfo net/rabbitmq/files: rabbitmq.conf net/rabbitmq/pkg: PLIST Log message: net/rabbitmq: Update to 3.12.10 and modify default configuration to only listen on localhost ok tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/12/30 13:59:23 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231230 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/12/30 16:12:54 Modified files: devel/py-blinker: Makefile distinfo devel/py-blinker/pkg: PLIST Log message: update py-blinker to 1.6.2 Update needed so flask can be updated. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/12/30 16:58:59 Modified files: security/sudo : distinfo Log message: Update to sudo 1.9.15p5; bug fix release CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/30 18:31:07 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Sprinkle a handfull of missing continue CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/12/30 23:46:00 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.18.10, fixes a regression introduced in previous CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/31 00:10:50 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Replace the sorted extensions lookup with a switch If all you have is OBJ_bsearch_(), everything looks like a nail. This changes a binary search over a list of 12 elements with a lookup via a switch. switch suggested by claudio ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/31 00:14:42 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Sort the NIDs by name requested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/12/31 00:19:13 Modified files: lib/libcrypto/x509: x509_purp.c Log message: KNF nit CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2023/12/31 01:42:33 Modified files: sys/dev/pci : if_em.c if_em.h if_em_hw.h Log message: Add TCP Segmentation Offload (TSO) support for em(4). Following chip-sets are currently known to support TSO; 82575, 82576, 82580, I350, and I210. Suggested by claudio@. Feedback and testing from many on tech@. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/12/31 02:07:18 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.10. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 06:34:58 Modified files: misc/p5-Spreadsheet-ParseExcel: Makefile distinfo misc/p5-Spreadsheet-ParseExcel/pkg: DESCR PLIST Log message: update p5-Spreadsheet-ParseExcel to 0.66 CVE-2023-7101 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/31 07:26:22 Modified files: net/syncthing : Makefile distinfo Log message: update to syncthing 1.27.1; OK paco edd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/12/31 07:51:01 Modified files: devel/py-jsonschema: Makefile Log message: add an RDEP on py-idna; optional but have seen a race with DPB junking (:http://build-failures.rhaalovely.net/aarch64/2023-12-28/graphics/darktable.log) so let's force it CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/31 07:58:00 ports/audio/spotifyd/files Update of /cvs/ports/audio/spotifyd/files In directory cvs.openbsd.org:/cvs.d/hack/kn/ports/audio/spotifyd/files Log Message: Directory /cvs/ports/audio/spotifyd/files added to the repository CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 08:55:14 Modified files: devel/p5-IO-Tty: Makefile distinfo Log message: update p5-IO-Tty to 1.20 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/12/31 09:05:50 Modified files: etc/etc.i386 : login.conf Log message: Increase datasize to 1536 MB for running llvm-tblgen on i386. Fixes build in src/gnu/usr.bin/clang/include/llvm/AMDGPU. OK semarie@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 09:34:13 Modified files: devel/p5-Class-Trigger: Makefile distinfo Log message: update p5-Class-Trigger to 0.15 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 09:49:44 Modified files: devel/p5-Software-License: Makefile distinfo Log message: update p5-Software-License to 0.104005 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/12/31 11:45:18 Modified files: audio/spotifyd : Makefile crates.inc distinfo Added files: audio/spotifyd/patches: patch-Cargo_lock Removed files: audio/spotifyd/patches: patch-modcargo-crates_keyring-2_0_1_Cargo_toml patch-modcargo-crates_keyring-2_0_1_src_lib_rs Log message: bump keyring crate, upstream merged fixes CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 12:12:20 Modified files: www/p5-Dancer2 : Makefile distinfo Log message: update p5-Dancer2 to 1.1.0 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/12/31 12:29:01 Modified files: devel/p5-File-MimeInfo: Makefile distinfo Log message: update p5-File-MimeInfo to 0.34 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/12/31 14:25:23 Modified files: databases/ruby-sqlite3: Makefile distinfo databases/ruby-sqlite3/pkg: PLIST Log message: Update to ruby-sqlite3 1.7.0 Remove unneeded sqlite3 source file from package. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 00:00:18 Modified files: sys/kern : init_main.c Log message: copyright++; CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 01:22:41 Modified files: databases/influxdb: Makefile devel/sccache : Makefile x11/gnome/librsvg: Makefile Log message: rust ports cleanup: remove explicit BUILD_DEPENDS lang/rust when not needed when MODULE devel/cargo is used, lang/rust is already added to BUILD_DEPENDS. no changes (outside removing one lang/rust from the two present in BUILD_DEPENDS). CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 01:27:06 Modified files: devel/cargo : cargo.port.mk Log message: rust ports cleanup: remove some unused variables in cargo.port.mk - MODCARGO_BUILD_DEPENDS (and hardcode lang/rust in BUILD_DEPENDS) - MODCARGO_BUILDDEP these variables aren't used in the ports tree, remove them. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 01:35:07 Modified files: devel/cargo : cargo.port.mk Log message: rust ports cleanup: (ab)use a typo in MODCARGO_WANTLIB MODCARGO_WANTLIB should be defined differently on sparc64: the unwind mecanism used comes from (static) libgcc.a, whereas it comes from (dynamic) c++abi library on others architectures. but the current code has a typo in the conditionnal: MARCHINE_ARCH is wrong and should have been MACHINE_ARCH initially. and we can't change it without bumping all the ports using MODCARGO_WANTLIB. this typo makes MODCARGO_WANTLIB to have the value "c pthread c++abi" in all cases. it isn't a big trouble for sparc64 (outside an unncessary dependency on c++abi). so for now, simplify the code and use MODCARGO_WANTLIB="c pthread c++abi" unconditionnally. it will be changed to the right value soon. no changes (due to the initial typo). CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 02:02:17 Modified files: databases/influxdb: Makefile devel/cargo-audit: Makefile devel/cbindgen : Makefile devel/elfcat : Makefile devel/snare : Makefile mail/meli : Makefile mail/stalwart/cli: Makefile mail/stalwart/imap: Makefile mail/stalwart/smtp: Makefile net/bore : Makefile net/dog : Makefile net/routinator : Makefile security/py-cryptography: Makefile security/rbw : Makefile security/sn0int: Makefile sysutils/bat : Makefile sysutils/broot : Makefile sysutils/fclones: Makefile textproc/amber : Makefile textproc/jless : Makefile textproc/mdbook: Makefile www/castor : Makefile www/geckodriver: Makefile www/nextcloud_notify_push: Makefile www/py-adblock : Makefile x11/alacritty : Makefile x11/xcolor : Makefile Log message: rust ports cleanup: use MODCARGO_WANTLIB in WANTLIB fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB instead of hardcoding values (which will be soon different across archs). replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy). ok tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/01 03:16:23 Modified files: productivity/grisbi: Makefile distinfo Log message: productivity/grisbi: update to 3.0.1 CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/01 06:04:35 Modified files: share/man/man4 : umb.4 Log message: Add Quectel RM500Q to umb man page. ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/01 06:14:07 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-cmake_config_h_in patch-unittest_CMakeLists_txt Log message: update to ccache-4.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/01 06:14:10 Modified files: math/visidata : Makefile distinfo math/visidata/patches: patch-setup_py math/visidata/pkg: PLIST Log message: update to visidata-3.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 07:14:49 Modified files: databases/influxdb: Makefile devel/cargo : cargo.port.mk infrastructure/mk: arch-defines.mk mail/stalwart/jmap: Makefile net/synapse : Makefile www/newsboat : Makefile x11/gnome/librsvg: Makefile Added files: lang/rust : rust.port.mk Log message: lang/rust: add a module to cope with SYSTEM_VERSION-rust lang/rust module is intented to be only minimal. makes devel/cargo module to use lang/rust module. - makes MODCARGO_WANTLIB re-exports MODRUST_WANTLIB - it changes the WANTLIB to the right value for sparc64, but as SYSTEM_VERSION-rust is bumped, it should be fine adds SYSTEM_VERSION-rust ?= 0 to arch-defines.mk - this way, when lang/rust isn't used, -V 0 is passed (it is a no-op), and else, it is the value defined in lang/rust module. while here, correct few ports to use the right WANTLIB value ok tb@ "I'm happy with it" espie@ (regarding the usage of _SYSTEM_VERSION-rust) CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2024/01/01 07:17:00 Modified files: share/man/man5 : cargo-module.5 port-modules.5 Log message: update devel/cargo and lang/rust ports-module documentation with help and ok tb@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 07:33:33 Modified files: games/0ad/base : Makefile Log message: games/0ad/base: use lang/rust module use lang/rust module instead of BUILD_DEPENDS lang/rust. the port will get automatic bump with SYSTEM-VERSION-rust. while here, add MODRUST_WANTLIB to WANTLIB. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/01 07:35:32 Modified files: devel : Makefile Removed files: devel/cpp-hocon: Makefile distinfo devel/cpp-hocon/patches: patch-lib_CMakeLists_txt patch-lib_tests_CMakeLists_txt devel/cpp-hocon/pkg: DESCR PLIST devel/leatherman: Makefile distinfo devel/leatherman/patches: patch-cmake_cflags_cmake patch-cmake_leatherman_cmake_in patch-cmake_options_cmake patch-execution_CMakeLists_txt patch-file_util_CMakeLists_txt patch-file_util_src_file_cc patch-logging_CMakeLists_txt patch-nowide_CMakeLists_txt patch-tests_CMakeLists_txt patch-util_CMakeLists_txt patch-util_src_environment_cc patch-util_tests_environment_cc devel/leatherman/pkg: DESCR PLIST Log message: unhook and remove devel/cpp-hocon and devel/leatherman They're going to break with upcoming libcxx update. They have been dependencies of facter, which is not in the tree anymore, nothing else uses it, and upstream development more or less stalled. future breakage pointed out by: tb@ OK for removal: tb@, kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/01 08:23:00 Modified files: lib/libcrypto/evp: evp_local.h p_lib.c Log message: Remove EVP_PKEY's save_type member This was only used to avoid an ameth lookup in EVP_PKEY_set_type(), a micro-optimization that was removed in p_lib.c r1.48. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/01 08:43:02 Modified files: lib/libcrypto/rsa: rsa_ameth.c rsa_local.h Log message: pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.c These aren't particularly helpful and should probably both be expanded. For now move them to the only place where they are actually used. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/01 09:01:49 Modified files: lib/libcrypto/dh: dh_pmeth.c Log message: kill gross whitespace CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/01 10:00:57 Modified files: sys/net : pf.c Log message: Fix white space in pf.c. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 10:03:48 Modified files: lang/ruby/3.2 : Makefile lang/ruby/3.3 : Makefile Log message: lang/ruby/3.2 and 3.3: uses lang/rust module It switches ruby to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ jeremy@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/01 11:14:59 Modified files: lang/ocaml : Makefile distinfo lang/ocaml/pkg : PFRAG.native PLIST Removed files: lang/ocaml/patches: patch-Makefile_config_in patch-configure_ac Log message: update ocaml to 4.13.1 ok bket@, chrisz@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/01 11:17:21 Modified files: devel/cil : Makefile devel/coccigrep: Makefile devel/coccinelle: Makefile devel/dune : Makefile devel/frama-c : Makefile devel/ocaml-cppo: Makefile devel/ocaml-graph: Makefile devel/ocaml-menhir: Makefile devel/ocaml-ocamlbuild: Makefile devel/ocaml-parmap: Makefile devel/ocaml-yojson: Makefile graphics/ocaml-cairo: Makefile graphics/ocaml-graphics: Makefile graphics/pdfsandwich: Makefile lang/compcert : Makefile math/coq : Makefile math/ocaml-num : Makefile math/ocaml-zarith: Makefile net/unison : Makefile sysutils/findlib: Makefile sysutils/opam : Makefile textproc/bibtex2html: Makefile textproc/hevea : Makefile x11/kde-applications/kalzium: Makefile x11/lablgtk2 : Makefile x11/lablgtk3 : Makefile Log message: bump ocaml ports following ocaml update CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/01 11:25:50 Modified files: sys/conf : files sys/arch/arm/conf: files.arm sys/arch/arm64/conf: files.arm64 sys/arch/octeon/conf: files.octeon sys/arch/powerpc64/conf: files.powerpc64 sys/arch/riscv64/conf: files.riscv64 Log message: Move fdt attachment into sys/conf/files.conf instead of duplicating it on an MD basis. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/01 11:33:04 Modified files: lib/libcrypto/evp: pmeth_gn.c Log message: Fix bounds check in EVP_PKEY_CTX_get_keygen_info() Replace > with >= for the upper array bound to disallow a 4 byte overread. For RSA you can read the padding mode and for DH past the DH_PKEY_CTX. Unfortunately, Ruby thought it important to use this, so we can't kill it easily. ok miod CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/01 11:47:02 Modified files: sys/net : if_gif.c if_mpe.c if_mpip.c if_wg.c Log message: Call if_counters_alloc() before if_attach(). ok bluhm sashan CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/01 11:52:09 Modified files: sys/netinet6 : ip6_divert.c ip6_divert.h Log message: Reduce code duplication in ip6 divert. Protocols like UDP or TCP keep only functions in netinet6 that are essentially different. Remove divert6_detach(), divert6_lock(), divert6_unlock(), divert6_bind(), and divert6_shutdown(). Replace them with identical IPv4 functions. INP_HDRINCL is an IPv4 only option, remove it from divert6_attach(). OK mvs@ sashan@ kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/01 11:55:21 Modified files: audio/spotify-qt: Makefile distinfo Log message: update to spotify-qt 3.11 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/01 12:04:21 Modified files: devel/py-gitpython: Makefile distinfo Log message: update gitpython to 3.1.38 This update includes fixes for CVE-2023-40267, CVE-2023-40590, and CVE-2023-41040. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/01 12:09:29 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-6.7.4 -- fixes problems in the bc-gh manual page CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 12:21:10 Modified files: devel/spidermonkey115: Makefile x11/gnome/tour : Makefile Log message: devel/spidermonkey115 and x11/gnome/tour: uses lang/rust module It switches the ports to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/01 12:38:04 Modified files: graphics/asymptote: Makefile Log message: Reenable on riscv64 Floating Point issues most likely fixed by tb in previous commits CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/01 12:42:19 Modified files: lang/ocaml : Makefile lang/ocaml/pkg : PFRAG.native PLIST Log message: Fix packaging on archs without native code support CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:43:03 Modified files: editors/calligra: Makefile Log message: calligra: prepare for libcxx update ok rsadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:47:55 Modified files: emulators/advancemame: Makefile Log message: advancemame: prepare for libcxx update This passes the magic flag for C++ via CFLAGS because this port's build system is a horrid mess (which is kind of expected when one of the top level directories in the tarball has this name). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:51:21 Modified files: games/irrlamb : Makefile Added files: games/irrlamb/patches: patch-src_ode_src_lcp_cpp Log message: irrlamb: fix build with upcoming libcxx Newer libcxx pulls in ctype.h somehow, which then results in the usual fun with the stupid short macro names. This time it's _L and _C. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:53:03 Modified files: print/scribus : Makefile Log message: scribus: pass the magic flag to fix the build with newer libcxx This can be removed once upstream releases 1.7.0. discussed with landry CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:54:07 Modified files: lang/freehdl : Makefile Log message: freehdl: fix the build with upcoming libcxx update CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:55:21 Modified files: lang : Makefile Log message: -freehdl CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:56:56 Removed files: lang/freehdl : Makefile distinfo lang/freehdl/patches: patch-freehdl_kernel-classes_hh patch-freehdl_kernel-db_hh patch-freehdl_kernel-fhdl-stream_hh patch-freehdl_kernel-list_hh patch-freehdl_kernel-sig-info_hh patch-freehdl_kernel-util_hh patch-freehdl_std-vhdl-types_hh patch-kernel_driver_info_cc patch-kernel_fhdl_stream_cc patch-kernel_sig_info_cc patch-v2cc_v2cc-decl_cc patch-v2cc_v2cc-explore_cc patch-v2cc_v2cc-expr_cc patch-v2cc_v2cc-util_cc patch-v2cc_v2cc-util_h patch-v2cc_v2cc_cc patch-vaul_dunit_cc patch-vaul_pool_cc lang/freehdl/pkg: DESCR PLIST Log message: Remove freehdl Upstream is dead, tarballs are gone. If you need something like this, try porting https://github.com/ghdl/ghdl ok ajacoutot jasper CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 12:58:15 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register freehdl removal CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/01 13:39:02 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.31.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/01 13:39:52 Modified files: www/newsboat : Makefile crates.inc distinfo Log message: Update newsboat to 2.34. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/01 13:40:25 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 2.0.2 and take back maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/01 14:04:19 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: Update p5-Image-ExifTool to 12.72. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 14:22:12 Modified files: textproc/luceneplusplus: Makefile Log message: luceneplusplus: fix build with newer libcxx Upstream has a proper fix that is available in 3.0.8. Someone should update this port. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/01 14:29:43 Modified files: security/rust-openssl-tests: Makefile Log message: rust-openssl-tests: set MODRUST_BUILDDEP = No This port only provides the source and dependencies in a package. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/01 15:16:51 Modified files: sys/net : pf.c pfvar.h pfvar_priv.h sys/netinet : in_pcb.c in_pcb.h Log message: Protect link between pf and inp with mutex. Introduce global mutex to protect the pointers between pf state key and internet PCB. Then in_pcbdisconnect() and in_pcbdetach() do not need exclusive netlock anymore. Use a bunch of read once unlocked access to reduce performance impact. OK sashan@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:45:09 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c sys/dev/pci/drm/amd/display/dc: dc_hw_types.h sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_hw_sequencer.c sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hubp.c Log message: drm/amd/display: fix hw rotated modes when PSR-SU is enabled From Hamza Mahfooz 913463f8e6cd8b0567c44d7eef350b9592a369dd in linux-6.1.y/6.1.70 f528ee145bd0076cd0ed7e7b2d435893e6329e98 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:47:01 Modified files: sys/dev/pci/drm/i915/display: intel_atomic.c Log message: drm/i915/mtl: limit second scaler vertical scaling in ver >= 14 From Luca Coelho 99767368b7fad6bee30ca89ef96877d86e3181a1 in linux-6.1.y/6.1.70 8d4312e2b228ba7a5ac79154458098274ec61e9b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:48:31 Modified files: sys/dev/pci/drm/i915/display: intel_atomic.c intel_atomic.h skl_scaler.c skl_scaler.h Log message: drm/i915: Relocate intel_atomic_setup_scalers() From Ville Syrjala b097184f80269f384e9f5556e6b3592441e955f4 in linux-6.1.y/6.1.70 8976b18249407df8bf6ea18ecae0640a15341a50 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:50:42 Modified files: sys/dev/pci/drm/i915/display: skl_scaler.c Log message: drm/i915: Fix intel_atomic_setup_scalers() plane_state handling From Ville Syrjala 7afe8109456d94d6cc9374da869b2d64852b8535 in linux-6.1.y/6.1.70 c3070f080f9ba18dea92eaa21730f7ab85b5c8f4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:53:46 Modified files: sys/dev/pci/drm/i915/display: intel_fb.c Log message: drm/i915/dpt: Only do the POT stride remap when using DPT From Ville Syrjala 52c1a67dd3039ba254484cb7740d9079663a80bd in linux-6.1.y/6.1.70 ef5cb493a9acd7d97870d6e542020980ae3f3483 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:55:41 Modified files: sys/dev/pci/drm/i915/display: intel_fb.c Log message: drm/i915/mtl: Add MTL for remapping CCS FBs From Clint Taylor de4349bdf9f3ba46d0e5e298924432957328ddfd in linux-6.1.y/6.1.70 0da6bfe857ea9399498876cbe6ef428637b6e475 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:58:00 Modified files: sys/dev/pci/drm/i915/display: intel_fb.c Log message: drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the original From Ville Syrjala 900c1b3c62f920a50352f5dff6995bca5836b0c7 in linux-6.1.y/6.1.70 324b70e997aab0a7deab8cb90711faccda4e98c8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 16:59:47 Modified files: sys/dev/pci/drm/i915/display: intel_display.c Log message: drm/i915: Reject async flips with bigjoiner From Ville Syrjala 7d09c84df5ab9e18464a2f048e393a7860a043e9 in linux-6.1.y/6.1.70 88a173e5dd05e788068e8fa20a8c37c44bd8f416 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/01 17:03:06 Modified files: sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_hwseq.c Log message: Revert "drm/amd/display: Do not set DRR on pipe commit" From Aric Cyr b09a67617621f41e12ad9ec771ff320fc8b88a94 in linux-6.1.y/6.1.70 36951fc9460fce96bafd131ceb0f343cae6d3cb9 in mainline linux CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/01 21:47:30 Modified files: security/clamav: Makefile Log message: security/clamav: uses lang/rust module It switches clamav to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/02 01:05:56 ports/security/kpcli/patches Update of /cvs/ports/security/kpcli/patches In directory cvs.openbsd.org:/tmp/cvs-serv10289/patches Log Message: Directory /cvs/ports/security/kpcli/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/02 01:14:21 Modified files: security/kpcli : Makefile Added files: security/kpcli/patches: patch-kpcli-4_0_pl Log message: security/kpcli: fix opening passwordless (eg keyfile-only) kdbx files CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/02 02:18:37 Modified files: textproc/py-podcastparser: Makefile distinfo Log message: update to py-podcastparser 0.6.10; from maintainer CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/02 02:21:18 Modified files: math/cglm : Makefile distinfo math/cglm/pkg : PLIST Log message: update math/cglm to 0.9.2 changelog: CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/02 02:30:34 Modified files: www/nextcloud/26: Makefile distinfo www/nextcloud/26/pkg: PLIST Log message: Update for Nextcloud to 26.0.10 OK landry@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/02 02:32:48 Modified files: net/tdesktop : Makefile distinfo Added files: net/tdesktop/patches: patch-cmake_external_glib_cppgir_tools_genutils_hpp Log message: update to tdesktop 4.14.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:15:24 Modified files: cad/qcad : Makefile Log message: cad/qcad: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:18:56 Modified files: devel/libaudiofile: Makefile Log message: libaudiofile: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:20:09 Modified files: inputmethods/scim-pinyin: Makefile Log message: scim-pinyin: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:20:47 Modified files: japanese/mecab : Makefile Log message: mecab: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:22:05 Modified files: mail/mimetic : Makefile Log message: mimetic: fix build with newer libcxx CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2024/01/02 03:25:48 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: have quirks behave way more like other packages so it can have dependencies CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:33:23 Modified files: textproc/exempi: Makefile Log message: textproc/exempi: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/02 03:33:43 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: uses lang/rust module It switches all ports using www/mozilla to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 03:43:55 Modified files: www/cgicc : Makefile Log message: cgicc: fix build with newer libcxx CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/02 04:09:12 Modified files: x11/kde-plasma/kscreenlocker: Makefile x11/kde-plasma/kwin: Makefile x11/kde-plasma/layer-shell-qt: Makefile x11/kde-plasma/plasma-nano: Makefile x11/kde-plasma/plasma-workspace: Makefile x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Add missing build dependencies spotted by many CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/02 04:14:21 Modified files: www/nextcloud/26: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/26/pkg: Tag: OPENBSD_7_4 PLIST Log message: Update for Nextcloud to 26.0.10 OK landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 05:14:57 Modified files: telephony/pjsua: Makefile Added files: telephony/pjsua/patches: patch-pjlib_src_pj_ssl_sock_ossl_c Log message: pjsua: rework M_ASN1_* handling This project still uses M_ASN1_* macros and relies on libressl providing them. It's the only consumer remaining in the ports tree, so this piece of legacy will be removed with the next bump. Adjust #ifdef for that. pointed out by brad ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 05:15:53 Modified files: telephony/asterisk/16/patches: patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c telephony/asterisk/18/patches: patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c telephony/asterisk/20/patches: patch-third-party_pjproject_source_pjlib_src_pj_ssl_sock_ossl_c Log message: asterisk: rework M_ASN1_STRING macro handling This syncs with the previous commit for pjsua and allows us to remove the remaining M_ASN1_* macros from asn1.h. pointed out by brad ok sthen (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/02 05:25:32 Modified files: infrastructure/lib/DPB: State.pm Log message: have -F grab everything including ignored ports (so it grabs "unlinked" distfiles) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 05:31:44 Modified files: devel/libaudiofile: Makefile Log message: libaudiofile: append rather than assign to CXXFLAGS CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/02 05:49:33 Modified files: textproc/exempi: Makefile Log message: exempi: append to CPPFLAGS/CXXFLAGS/LDFLAGS rather than overriding them CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/02 08:06:48 Modified files: regress/sys/netinet/bindconnect: Makefile bindconnect.c Log message: Run bind(2) and connect(2) in parallel also for TCP and Raw IP. Before only UDP was tested. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/02 08:39:30 Modified files: infrastructure/lib/DPB: Config.pm Log message: tweak the exceptions_file bit so it is much closer to interpret_path. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/02 08:44:34 Modified files: games/manaplus : Makefile Added files: games/manaplus/patches: patch-src_utils_dtor_h Log message: C++17 compliance; prepare for libcxx-17 update ok tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/02 08:49:17 Modified files: telephony/coturn: Makefile Log message: fix SITES (first is down, second is now on an https redirect), add PORTROACH marker to find newer versions which moved to github CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/02 08:58:24 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2024.01. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/01/02 09:15:45 Modified files: lang/deno : Tag: OPENBSD_7_4 Makefile lang/deno/patches: Tag: OPENBSD_7_4 patch-cli_build_rs patch-cli_main_rs patch-cli_standalone_binary_rs patch-cli_standalone_mod_rs patch-modcargo-crates_deno_task_shell-0_11_0_src_shell_commands_executable_rs Added files: lang/deno/patches: Tag: OPENBSD_7_4 patch-runtime_ops_os_mod_rs Log message: lang/deno: Add another patch to fix locating the currently running deno executable on OpenBSD. ok sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/02 09:32:48 Modified files: sys/conf : GENERIC newvers.sh sys/dev/dt : dt_dev.c Log message: Prevent simultaneous dt(4) open. Syskaller has hit the assertion "dtlookup(unit) == NULL" by opening dt(4) device in two parallel threads. Convert kassert into if condition. Move check that device is not used after sleep points in malloc. The list dtdev_list is protected by kernel lock which is released during sleep. Reported-by: syzbot+6d66c21f796c817948f0@syzkaller.appspotmail.com OK miod@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/02 09:40:03 Modified files: sys/conf : GENERIC newvers.sh Log message: Revert chunk that I have commited by accident. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/02 10:39:08 Modified files: sys/dev/ic : qwx.c Log message: set attached flag properly when fw fails to load during config_mountroot() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 11:21:02 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Consistently use ctx for an EVP_CIPHER_CTX Not c (which is most of the time an EVP_CIPHER) or a (?!). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 11:28:35 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Better variable names in EVP_CIPHER_type() The EVP_CIPHER *ctx (yes) is renamed to cipher, otmp becomes an aobj. Change two !ptr to ptr == NULL checks. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 11:30:27 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Rename the poor outlier EVP_CIPHER *e into *cipher CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 11:48:02 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Two spellings of key length are enough The API is called EVP_CIPHER_CTX_set_key_length() it has an argument called keylen and, the EVP_CIPHER_CTX's member is called key_len. One of the three is trivial to adjust, so do it. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/02 12:26:03 Modified files: emulators/atari800: Makefile distinfo Log message: Update atari800 to 5.2.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/02 12:33:18 Modified files: emulators/vbam : Makefile distinfo emulators/vbam/patches: patch-CMakeLists_txt Log message: Update vbam to 2.1.8. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 12:54:43 Modified files: lib/libcrypto/evp: e_sm4.c Log message: sm4: more NULL misspellings CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 12:56:43 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Move the EVP_CIPHER API that only exists for CMS/legacy a bit down CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 13:00:45 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}() There's no need for a ret variable and else if/else CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 13:48:40 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Move the trivial EVP_CIPHER getters down They are now below the CMS ASN.1 IV stuff, but above the EVP_CIPHER_meth* API, which are setters, in a way. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 14:12:25 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals These confusingly named getters were added "for convenience" in 1.1. They fit best next to the EVP_CIPHER API. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/02 14:15:09 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-html_c Log message: Update links+ to 2.29. From maintainer Tim Meunier, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 14:24:42 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Match struct order for the EVP_CIPHER_CTX accessors This isn't great since the struct is ordered in about the silliest way imaginable, but it is better than it was before. Bringing order into this mess is harder than solving a Rubik's cube. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/02 14:27:39 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Move a t to the right place in a comment CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/02 14:46:35 Modified files: x11/kde-plasma/kde-gtk-config: Makefile Log message: Add missing hidden build/run dependency on gsettings-desktop-schemas While here add x11/xsettingsd as optional dependency Spotted by naddy@, thanks CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/02 15:32:28 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.2 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/01/02 15:43:21 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia europe iso3166.tab leap-seconds.list northamerica southamerica zone.tab zone1970.tab Log message: Update to 2023dgtz from https://github.com/JodaOrg/global-tz * Ittoqqortoormiit, Greenland changes time zones on 2024-03-31. * Vostok, Antarctica changed time zones on 2023-12-18. * Casey, Antarctica changed time zones five times since 2020. * Data fixes for Palestine timestamps starting in 2072. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/02 16:20:58 Modified files: mail/stalwart/smtp: Makefile Log message: mail/stalwart/smtp: fix typo in WANTLIB CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/02 18:59:29 Modified files: textproc/dialect: Makefile Log message: set proper homepage CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/02 19:11:55 ports/textproc/dialect/patches Update of /cvs/ports/textproc/dialect/patches In directory cvs.openbsd.org:/cvs.d/hack/kn/ports/textproc/dialect/patches Log Message: Directory /cvs/ports/textproc/dialect/patches added to the repository CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/02 20:14:16 Modified files: usr.sbin/vmd : vionet.c Log message: vmd(8): remove unused variable from vionet_notify_tx. num_enq was assigned and incremented, but never used. clang started pointing out via warnings. No functional change. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/02 23:28:01 Modified files: security/lastpass-cli: Makefile distinfo Removed files: security/lastpass-cli/patches: patch-process_c patch-process_h Log message: Update to lastpass-cli-1.3.7 Changes: https://github.com/lastpass/lastpass-cli/blob/v1.3.7/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/03 00:42:27 Modified files: x11/kde-plasma/plasma-desktop: Makefile Log message: Yet another wayland-protocols missing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/03 00:45:24 Modified files: x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Next missing BDEP wayland/libinput-openbsd CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/03 00:47:27 Modified files: security/suricata: Makefile Log message: security/suricata: uses lang/rust module It switches suricata to use MODULES+=lang/rust instead of BUILD_DEPENDS+=lang/rust. It makes the ports to use _SYSTEM_VERSION-rust and be bumped automatically when rust (compiler or stdlib) changes, and so get the package updated. ok tb@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/03 00:47:41 Modified files: textproc/libxmlb: Makefile distinfo textproc/libxmlb/pkg: PLIST Log message: Update to libxmlb-0.3.15. CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/01/03 01:11:15 Modified files: usr.sbin/smtpd : envelope.c mta.c mta_session.c smtp_session.c smtpd.h util.c Log message: relax ORCPT syntax validation We expected the ORCPT parameter to be a valid rfc822 address. This is wrong on multiple levels: - any other IANA-registered "addr-type" can be used - the parameter may be encoded and we didn't decode it prior validation - RFC3461 explicitly states that "[..] the address associated with the ORCPT keyword is NOT constrained to conform to the syntax rules for that 'addr-type'". Instead, just validate the xtext and preserve the ORCPT value as-is. Issue originally reported by Tim Kuijsten, Tassilo Philipp and others. ok millert@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/03 01:55:08 Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: PLIST Log message: Update dialog to 1.3-20240101. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/03 02:13:32 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Improve order in ancient CMS helpers First came EVP_CIPHER_param_to_asn1() which wraps EVP_CIPHER_set_asn1_iv() which was implemented last. Then came EVP_CIPHER_asn1_to_param() wrapping EVP_CIPHER_get_asn1_iv(). Move each param function below the iv function it wraps. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 02:13:47 Modified files: www/azorius : Makefile distinfo www/azorius/pkg: PLIST Log message: Update for Azorius to 0.3.2 from Horia (maintainer) CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/03 02:19:22 Modified files: share/man/man4 : uoaklux.4 uoakrh.4 uoakv.4 Log message: Update website URL. ok miod@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 03:04:37 ports/www/nextcloud/28 Update of /cvs/ports/www/nextcloud/28 In directory cvs.openbsd.org:/tmp/cvs-serv83743/28 Log Message: Directory /cvs/ports/www/nextcloud/28 added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 03:04:49 ports/www/nextcloud/28/pkg Update of /cvs/ports/www/nextcloud/28/pkg In directory cvs.openbsd.org:/tmp/cvs-serv93965/28/pkg Log Message: Directory /cvs/ports/www/nextcloud/28/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 03:06:01 Added files: www/nextcloud/28: Makefile distinfo www/nextcloud/28/pkg: PLIST Log message: Add Nextcloud 28 OK landry@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 03:06:32 Modified files: www/nextcloud : Makefile Log message: Add nc 28 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/03 03:23:53 Modified files: www/nextcloud : Makefile www/nextcloud/26: Makefile www/nextcloud/26/pkg: PLIST Removed files: www/nextcloud/25: Makefile distinfo www/nextcloud/25/pkg: MESSAGE PLIST Log message: www/nextcloud: upgrade 25 users to 26, and drop 25 which is EOL. ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 03:25:10 Modified files: net/toot : Makefile distinfo Log message: update to toot-0.41.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/03 03:42:36 Modified files: net/loudmouth : Makefile net/loudmouth/patches: patch-loudmouth_lm-ssl-openssl_c Log message: net/loudmouth: unbreak. Use flexible TLS method instead of TLSv1.0 found/tested/ok kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/03 03:43:38 Modified files: net/loudmouth : Tag: OPENBSD_7_4 Makefile net/loudmouth/patches: Tag: OPENBSD_7_4 patch-loudmouth_lm-ssl-openssl_c Log message: MFC: net/loudmouth: unbreak. Use flexible TLS method instead of TLSv1.0 found/tested/ok kn CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/03 03:59:52 Modified files: x11/smplayer : Makefile distinfo Log message: Update for SMPlayer to 23.6.0 OK kn@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/03 04:07:05 Modified files: sys/kern : uipc_syscalls.c sys/netinet : in_pcb.h Log message: Run connect(2) in parallel within inet doamin. This unlocks soconnect() for UDP, rip, rip6 and divert. It takes shared net lock in combination with per socket lock. TCP and GRE still use exclusive net lock when connecting. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/01/03 05:11:13 Modified files: biology/py-biopython: Makefile distinfo biology/py-biopython/pkg: PLIST Log message: update biopython to 1.82 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 06:20:33 Modified files: www/honk : Makefile Log message: disable on !LP64_ARCHS, "cannot use uint64(dir.Fd()) (value of type uint64) as uint32 value in struct literal" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 06:39:39 Modified files: mail/postfix/stable35: Tag: OPENBSD_7_4 Makefile distinfo mail/postfix/stable35/patches: Tag: OPENBSD_7_4 patch-src_tls_tls_server_c Added files: mail/postfix/stable35/patches: Tag: OPENBSD_7_4 patch-src_tls_tls_misc_c Log message: update -stable to postfix-3.5.23, for the new (optional) feature "smtpd_forbid_bare_newline" (long-term fix mentioned in https://www.postfix.org/smtp-smuggling.html) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 06:40:04 Modified files: mail/postfix/stable: Tag: OPENBSD_7_4 Makefile distinfo Log message: update -stable to postfix-3.7.9, for the new (optional) feature "smtpd_forbid_bare_newline" (long-term fix mentioned in https://www.postfix.org/smtp-smuggling.html) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 06:41:03 Modified files: mail/postfix/stable: Makefile Log message: bump REVISION to keep -current above -stable (different openssl ver) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/01/03 07:08:10 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.3.8.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 07:14:15 Modified files: www/azorius : Makefile Log message: mark BROKEN, same as www/honk CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 07:16:58 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/03 07:17:13 Modified files: security/oath-toolkit: Makefile distinfo Log message: update to oath-toolkit-2.6.10 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/01/03 07:20:38 Modified files: net/arping : Makefile distinfo net/arping/pkg : PLIST Log message: Update to arping-2.24. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/03 08:49:34 Log message: import py3-openbsd-0.1.0; Feedback OK sthen Python bindings for some OpenBSD-specific APIs. Currently the following are supported: - pledge - unveil Status: Vendor Tag: kn Release Tags: kn_20240103 C ports/devel/py-openbsd/Makefile C ports/devel/py-openbsd/distinfo C ports/devel/py-openbsd/pkg/DESCR C ports/devel/py-openbsd/pkg/PLIST 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jkn:yesterday -jkn ports/devel/py-openbsd CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/03 09:02:29 Added files: devel/py-openbsd: Makefile distinfo devel/py-openbsd/pkg: DESCR PLIST Log message: import/add py3-openbsd-0.1.0; Feedback OK sthen Python bindings for some OpenBSD-specific APIs. Currently the following are supported: - pledge - unveil CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/03 09:04:38 Modified files: devel : Makefile Log message: + py3-openbsd CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/03 09:07:38 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Use "established" and "exchange" as RTR state names. "idle" and "active" are used in the BGP FSM with different meaning which leads to confusion. When a RTR session is up the state is "established" apart from the time when a new delta is loaded (between cache response and end of data PDU) the state is "exchange". OK tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/03 09:13:00 Modified files: devel/py-openbsd: Makefile Log message: py-openbsd: add py-cffi also as a bdep confirmed by sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/03 10:12:45 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240103 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/03 11:34:19 Modified files: news/py-sabctools: Makefile distinfo Log message: Update to py-sabctools-8.1.0 Changes: https://github.com/sabnzbd/sabctools/releases/tag/v8.0.0 https://github.com/sabnzbd/sabctools/releases/tag/v8.0.1 https://github.com/sabnzbd/sabctools/releases/tag/v8.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/03 11:34:58 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-4.2.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.2.0 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/01/03 11:39:42 Modified files: wayland/libinput-openbsd: Makefile distinfo Log message: Add USB keyboards support. ok volker@ Please note that if you have different keyboard types connected to the wskbd mux, the last connected one before launching an application that opens the mux "wins" (the other ones with different types or connected later will generate random useless symbols). This is something that can't be fixed without a change in the kernel wscons protocol to actually provide an identifier of the device who produced the event to each event in a mux. This will take some time to be done correctly. Changes : ba8406af Better wscons device initialization and keyboard mapping handling. 60f16ee7 remove some debugging printf()s 41446a3d white space fixes b12c5d29 OpenBSD lacks strtod_l(3) but defaults to C locale semantics anyways f5930e9f Add support for USB keyboards CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/03 13:52:45 Log message: import v-0.4.3 (with several patches from git for better OpenBSD support) Simple, fast, safe, compiled language for developing maintainable software. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20240103 N ports/lang/v/Makefile N ports/lang/v/distinfo N ports/lang/v/patches/patch-vlib_os_signal_default_c_v N ports/lang/v/patches/patch-vlib_os_signal_linux_c_v N ports/lang/v/patches/patch-cmd_tools_vup_v N ports/lang/v/patches/patch-vlib_v_util_util_v N ports/lang/v/patches/patch-cmd_tools_vself_v N ports/lang/v/patches/patch-vlib_sokol_c_declaration_c_v N ports/lang/v/patches/patch-vlib_os_os_c_v N ports/lang/v/patches/patch-vlib_v_gen_native_tests_native_test_v N ports/lang/v/pkg/DESCR N ports/lang/v/pkg/PLIST N ports/lang/v/files/v No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/03 13:53:55 Modified files: lang : Makefile Log message: +v CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/01/03 14:41:44 Modified files: sys/dev/hid : hidkbd.c Log message: Enable Apple brightness keys also for archs other than macppc. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/03 15:04:57 src/sys/dev/pci/drm/include/sound Update of /cvs/src/sys/dev/pci/drm/include/sound In directory cvs.openbsd.org:/tmp/cvs-serv45794/sound Log Message: Directory /cvs/src/sys/dev/pci/drm/include/sound added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/03 15:05:45 src/sys/dev/pci/drm/include/linux/mux Update of /cvs/src/sys/dev/pci/drm/include/linux/mux In directory cvs.openbsd.org:/tmp/cvs-serv45834/mux Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/mux added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/03 15:05:45 src/sys/dev/pci/drm/include/linux/phy Update of /cvs/src/sys/dev/pci/drm/include/linux/phy In directory cvs.openbsd.org:/tmp/cvs-serv45834/phy Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/phy added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/03 15:05:45 src/sys/dev/pci/drm/include/linux/soc Update of /cvs/src/sys/dev/pci/drm/include/linux/soc In directory cvs.openbsd.org:/tmp/cvs-serv45834/soc Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/soc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/03 15:07:01 src/sys/dev/pci/drm/include/linux/soc/apple Update of /cvs/src/sys/dev/pci/drm/include/linux/soc/apple In directory cvs.openbsd.org:/tmp/cvs-serv65276/apple Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/soc/apple added to the repository CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/03 15:34:39 Modified files: usr.sbin/vmd : config.c vmm.c Log message: vmd(8): improve error messages when out of tap devices. The logging and the (lack of) errno don't describe the actual reason a vm fails to start when there are not enough tap(4) special files in /dev. Improve the log message to specify the tap file in question and set ENOENT so vmctl(8) gets something other than an undefined errno value to report. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/03 17:19:17 Modified files: regress/sys/netinet/bindconnect: Makefile README bindconnect.c Log message: Skip tests that use too many resources on armv7. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/03 18:32:06 Modified files: sys/dev/pv : hypervic.c Log message: Revert previous. splx(9) can call kvp_get_ip_info() from any place with netlock held and cause recursive lock acquisition issue. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/04 00:08:47 Modified files: sys/dev/pci : if_bnxt.c Log message: fix up barriers in bnxt_down() - use barriers for all interrupts and for the rx refill timeouts. tested by hrvoje ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/04 00:49:59 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_ui_views_frame_browser_view_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-ui_views_controls_textfield_textfield_cc Log message: update to 120.0.6099.199 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/04 00:51:22 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.36.0. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/04 01:16:16 Modified files: devel/boost : Makefile devel/boost/patches: patch-boost_atomic_detail_futex_hpp patch-boost_fiber_detail_cpu_relax_hpp Log message: boost: minor fix in futex and link to brad's upstream asm commit from brad CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/04 01:41:59 Modified files: share/man/man4 : axen.4 usb.4 sys/dev/usb : if_axen.c if_axenreg.h if_cdce.c if_cdcereg.h Log message: Add support for AX88179A. AX88179A interweave dummies alongside valid packet headers in axen_rxeof(). However current driver records these dummy headers as dropped frames, leading to stats misreporting one Ifail per Ipkt. This skips those dummy headers silently, thereby not generating Ifail for them. From FreeBSD commit 70fbcd451b68b7f6038d8a602cd8d5e1bb890f1d Tested by landry@ and myself. ok claudio@, landry@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/04 02:09:36 Log message: re import llama with new name walk Status: Vendor Tag: gonzalo Release Tags: gonzalo_20240401 N ports/sysutils/walk/Makefile N ports/sysutils/walk/distinfo N ports/sysutils/walk/modules.inc N ports/sysutils/walk/pkg/DESCR N ports/sysutils/walk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/04 02:10:38 Modified files: games/love/11 : Makefile distinfo games/love/11/pkg: PLIST Log message: update games/love/11 to 11.5 changelog: ok thfr@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/04 02:10:46 Modified files: sysutils : Makefile Log message: Remove llama and add walk OK op@ sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/04 02:11:59 Removed files: sysutils/llama : Makefile distinfo modules.inc sysutils/llama/pkg: DESCR PLIST Log message: Deleting llama now replaced by walk OK op@ sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/04 02:14:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add quirks from llama to walk OK op@ sthen@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/01/04 02:30:09 Modified files: usr.sbin/smtpd : config.c Log message: set_localaddrs(): don't wrap IPv6s address with braces twice ss_to_text() already wraps ipv6 addresses in braces, so no need to do it again and no need to do that for IPv4 addresses too. ok millert@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/04 02:31:44 Modified files: security/pcsc-tools: Makefile distinfo security/pcsc-tools/pkg: PLIST Log message: update to pcsc-tools 1.7.1; p5-libintl RDEP for gscriptor(1p) CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/01/04 02:34:03 Modified files: usr.sbin/smtpd : table.c Log message: fix IPv6 addresses table lookups Rework parse_sockaddr() to not reach inet_pton() with a brace-wrapped IPv6 address. Issue reported by Kirill Miazine. ok millert@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 02:47:54 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Improve length checks for oiv and iv There are two unsigned char arrays of size EVP_MAX_IV_LENGTH to store the IVs of block ciphers. In most modes, only iv is used, but in some modes iv is modified and oiv is used to store the original IV. At the moment nothing enforces that they are of the same length. Therefore make sure the correct one or both are checked before writing to or reading from them. ok miod CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/04 02:50:26 Modified files: print/scribus : Makefile distinfo print/scribus/patches: patch-scribus_util_cpp print/scribus/pkg: PLIST Removed files: print/scribus/patches: patch-scribus_plugins_import_pdf_importpdf_cpp patch-scribus_plugins_import_pdf_slaoutput_cpp Log message: print/scribus: update to 1.6.0 see https://www.scribus.net/scribus-1-6-0-released/ ok tb@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2024/01/04 02:51:49 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: src Changes by: claudio@cvs.openbsd.org 2024/01/04 03:26:14 Modified files: usr.sbin/bgpd : bgpd.c Log message: Rename argument roa of imsg_send_sockets() to rtr since the imsgbuf is for PROC_RTR. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/04 04:39:27 Modified files: x11/kde-plasma/kdeplasma-addons: Makefile Log message: Add build dependency on GNU tar Noticed by naddy CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/04 05:10:24 Modified files: security/rbw : Makefile crates.inc distinfo Removed files: security/rbw/patches: patch-src_api_rs Log message: Update to rbw 1.9.0 From Raf Czlonka with a couple of tweaks: ring was updated to 0.17, so drop BDEP on security/rust-ring and adjust NOT_FOR_ARCHS. https://github.com/doy/rbw/releases/tag/1.9.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/04 05:10:57 Modified files: textproc/gi-docgen: Makefile Added files: textproc/gi-docgen/patches: patch-gidocgen_config_py Log message: Don't depend on dot(1) for ports builds; if around it will be used and potentially junked by dpb(1) so just pretend it's not there by checking for BSD_INSTALL_PROGRAM which is defined in bsd.port.mk(5). This should fix the transient errors when building ports that depend on gi-docgen. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/04 05:22:35 Modified files: sys/dev/ic : ufshci.c Log message: Pass SCSI command directly to the UFS command descriptor instead of decoding/encoding it. Suggested and OK kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/04 06:30:20 Modified files: sys/dev/ic : ufshci.c Log message: Fix timeout value for write command (typo). CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/04 07:30:09 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Convert the RTR PDU parser to use the new ibuf API. Lenght / overflow checks are now handled by ibufs. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/04 09:38:18 Modified files: usr.sbin/bgpd : rtr.c Log message: Rewrite the imsg handling using the new API functions. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 09:41:56 Modified files: lib/libcrypto/dsa: dsa_ameth.c lib/libcrypto/evp: p_lib.c lib/libcrypto/gost: gostr341001_ameth.c lib/libcrypto/rsa: rsa_ameth.c Log message: Split ameth arrays into individual methods For some reason DSA, GOST, and RSA had their ASN.1 methods stored in an array. This is clumsy and the only benefit is that one saves a few externs in p_lib.c. They were also arranged by ascending NID because of bsearch() madness. Split them up and arrange the methods by name, which is much saner and simpler. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 09:50:54 Modified files: lib/libcrypto/asn1: ameth_lib.c Log message: Neuter the remainder of the ameth lib The few pieces of the ameth lib that will stay in libcrypto were moved to p_lib.c recently. The functions that still are in ameth_lib.c will be removed in the next major bump. With disabled EVP_PKEY_asn1_add{0,_alias}() API they are completely useless now and they are getting in the way of more ameth surgery. Rip out their guts and turn them into stubs that do nothing but push an error onto the stack. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 10:01:27 Modified files: lib/libcrypto/cmac: cm_ameth.c lib/libcrypto/dh: dh_ameth.c lib/libcrypto/dsa: dsa_ameth.c lib/libcrypto/ec: ec_ameth.c ecx_methods.c lib/libcrypto/evp: evp_local.h p_lib.c lib/libcrypto/gost: gost89imit_ameth.c gostr341001_ameth.c lib/libcrypto/hmac: hm_ameth.c lib/libcrypto/rsa: rsa_ameth.c Log message: Replace .pkey_base_id with a .base_method pointer Every EVP_PKEY_ASN1_METHOD is either an ASN.1 method or an alias. As such it resolves to an underlying ASN.1 method (in one step). This information can be stored in a base_method pointer in allusion to the pkey_base_id, which is the name for the nid (aka pkey_id aka type) of the underlying method. For an ASN.1 method, the base method is itself, so the base method is set as a pointer to itself. For an alias it is of course a pointer to the underlying method. Then obviously ameth->pkey_base_id is the same as ameth->base_method->pkey_id, so rework all ASN.1 methods to follow that. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 10:08:57 Modified files: lib/libcrypto/evp: p_lib.c Log message: Simplify EVP_PKEY_asn1_find() EVP_PKEY_asn1_find() finds the EVP_PKEY_ASN1_METHOD underlying the method or alias with nid (or, rather, pkey_id) passed in. Now that we have the base method stored in a pointer, we can return that method after a simple lookup of said nid (or, rather, pkey_id). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 10:17:40 Modified files: lib/libcrypto/evp: p_lib.c Log message: Clean up EVP_PKEY_asn1_find_str() Use slightly better argument and variable names, do not pointlessly try to match a string of negative length < -1, use a size_t for the strlen() and preserve the logic that allows lookup by a string fragment rather than a full string. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 10:22:29 Modified files: lib/libcrypto/evp: p_lib.c Log message: Clean up EVP_PKEY_asn1_get0_info() a bit Use better variable names without silly p prefix and use explicit checks against NULL. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 10:38:36 Modified files: lib/libcrypto/evp: e_aes.c e_bf.c e_camellia.c e_cast.c e_des.c e_des3.c e_gost2814789.c e_idea.c e_null.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_sm4.c e_xcbc_d.c evp_local.h Log message: Remove unused app_data from EVP_CIPHER The EVP_CIPHER structs are static const data that the library returns when you call EVP_aes_128_cbc(), for example. It makes no sense whatsoever to hang user data off such a struct, but it's been there since forever. ok jsing CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2024/01/04 11:17:47 Modified files: usr.sbin/httpd : Makefile server_file.c Added files: usr.sbin/httpd : css.h.in js.h.in toheader.sed Log message: make auto-index better - make it an actual table - use "human readable sizes" for the file sizes - add some decoration and javascript to be able to sort it per-column (client side) (this means some extra column attribute) - add glue to facilitate embedding js + css directly in the program - add some graphical indication for directories - should still validate as proper html everywhere (custom properties need to be called data-* for this!) Work with claudio@ and tb@, many thanks to claudio@ for some of the finer points of css handling, and tb@ for some fine spaces fixes. I've tried it with lynx as well, shows up correctly. One big plus is that the size of columns work as utf-8, so you can expose filenames without any problems (I've tried it with non-js text navigators as well as firefox, chromium and friends) And it looks slightly less yahoo ca. 1995. It's still "one size fits all". If people object to the current look, adding httpd.conf(5) properties to override the default css should be easy. okay claudio@, tb@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/04 12:43:35 Modified files: net/mcast-proxy: Makefile distinfo Log message: Update mcast-proxy to HEAD Changes: https://github.com/bket/mcast-proxy/compare/6222960...07978f1 OK Paul de Weerd (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/04 12:47:08 Modified files: devel/universal-ctags: Makefile distinfo devel/universal-ctags/pkg: PLIST Log message: Update universal-ctags to 6.1.0 OK kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/04 12:48:56 Modified files: devel/catch2 : Makefile distinfo Log message: Update Catch2 to 3.5.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/04 12:51:41 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/patches: patch-cmake_OpenCVCompilerOptions_cmake patch-modules_core_src_system_cpp graphics/opencv/pkg: PLIST-java PLIST-main Removed files: graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake patch-modules_core_include_opencv2_core_utils_filesystem_private_hpp patch-modules_core_src_utils_filesystem_cpp Log message: Update opencv to 4.9.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 13:02:10 Modified files: lib/libssl : ssl_ciph.c Log message: Remove last external call to EVP_PKEY_meth_find() In order to determine whether GOST is properly enabled, libssl has various weird dances. In this specific case, it calls EVP_PKEY_meth_find() to see whether the relevant cipher is around. Check the same thing with an #ifdef instead. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/04 13:15:02 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Disable EVP_PKEY_meth_* extensibility This removes the global pkey_app_methods stack that was never cleaned up and makes EVP_PKEY_meth_add0() always fail and push an error on the stack. EVP_PKEY_meth_find() can now walk the list of PKEY_METHODs forward and things become a bit cleaner. It's still all way more complicated than it needs to be... ok jsing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/04 13:50:43 Modified files: sys/arch/amd64/include: intrdefs.h Log message: Adjust IPLs to give us more interrupt vectors for IPL_NET. That is where we need them most since multi-queue NICs seem to be a thing now. ok patrick@, mlarkin@, jan@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/04 14:02:30 Modified files: sys/dev/ic : ufshcireg.h Log message: Set the interrupt aggregation counter down to 1, which fixes the read performance from ~20MB/s to ~220MB/s. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/04 14:23:43 Modified files: x11/tellico : Makefile distinfo Log message: Update tellico to 3.5.3 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/04 14:35:56 Modified files: sys/dev/ic : ufshci.c Log message: Zap some '#if 0' code which was initially required for debugging. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/04 18:43:33 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-16.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/04 18:43:40 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/04 18:43:53 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.5.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/04 19:25:04 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-4.0.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/04 19:25:11 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to wireshark-4.0.12 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/04 20:30:41 Modified files: lang/ocaml : Makefile Added files: lang/ocaml/patches: patch-configure_ac Log message: attempt to repair ocaml on i386 and aarch64 i386 breakage reported by sthen@ aarch64 breakage reported by phessler@ fixes proposed by jca@ who did extensive further testing on a variety of platforms CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/04 22:50:25 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/patches: patch-cmake_external_glib_cppgir_tools_genutils_hpp Log message: update to tdesktop 4.14.3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/04 23:54:10 Modified files: net/filezilla : Makefile Log message: net/filezilla - sync WANTLIB Forgotten in previous update. Bumped REVISION. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/04 23:57:21 Modified files: sysutils/borgbackup: Makefile.inc sysutils/borgbackup/1.2: Makefile Log message: sysutils/borgbackup - update TEST_DEPENDS py-dateutil$ is not needed as TDEP for 2.0. No REVISION bump needed. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/05 00:05:51 Modified files: . : 3RDPARTY MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/05 02:30:53 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/pkg: PLIST Log message: databases/sqlite3: update to 3.44.2. see https://sqlite.org/releaselog/3_44_2.html CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/05 03:14:09 Modified files: lib/libcrypto/evp: evp_key.c Log message: Plug a leak in EVP_read_pw_string_min() Use an error exit that frees the ui in case the UI_add_* fail. Also add a few empty lines for readability. ok joshua CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/05 03:15:36 Modified files: lib/libcrypto/evp: evp_key.c Log message: Minor tweaks in EVP_read_pw_string_min() Remove unnecessary parentheses and use a better place to break an overlong line. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/05 03:18:52 Modified files: lib/libcrypto/evp: evp_key.c Log message: evp_key.c: Remove more unnecessary parentheses CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/01/05 03:37:54 Modified files: regress/sys/netinet/carp: carp_1.sh carp_2.sh carp_3.sh carp_4.sh carp_subr Log message: Wait until the expected interface state is reached instead of relying on arbitrary sleeps. Should hopefully make these tests more stable. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/05 04:02:57 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Improve rtr_send_error() logging and demote the FSM state changes from log_info to log_debug. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/05 04:28:14 Modified files: databases/puppetdb/7: Makefile distinfo databases/puppetdb/7/patches: patch-Makefile patch-ext_cli_delete-reports databases/puppetdb/7/pkg: puppetdb.rc Log message: update puppetdb to 7.15.0 needs new logappender parameter in rc script switch to Java 11 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/05 04:44:01 Modified files: textproc/uni : Makefile distinfo textproc/uni/pkg: DESCR Added files: textproc/uni : modules.inc Log message: update to uni 2.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/05 05:09:41 Modified files: sysutils/puppetserver/7: Makefile distinfo sysutils/puppetserver/7/pkg: puppetserver.rc Log message: update puppetserver 7.14.0 needs new flag in rc script use java 11 now CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/05 07:40:32 Modified files: infrastructure/db: user.list Log message: add _spotifyd, reuse 2012's _kqemu; Feedback OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/05 07:49:06 Modified files: audio/spotifyd : Makefile audio/spotifyd/pkg: PLIST README Added files: audio/spotifyd/files: spotifyd.conf audio/spotifyd/pkg: spotifyd.rc Log message: Provide rc.d(8) script plus dedicated user; tests bket; help ratchov CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/05 07:52:40 Modified files: x11/kde-plasma/plasma-pa: Makefile Log message: add yet another missing dep in kde-land, devel/kf5/plasma-framework CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: Plasma) (found suitable version "5.113.0", minimum required is "5.102.0") CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/05 08:04:14 Modified files: audio/spotifyd/pkg: spotifyd.rc Log message: do not hardcode /usr/local in rc, requested by aja, use TRUEPREFIX CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/05 09:06:51 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20240105 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/05 10:40:36 Modified files: devel/kf5/kcoreaddons: Makefile devel/kf5/kcoreaddons/patches: patch-src_lib_util_kprocesslist_unix_cpp Log message: Determine UNIX process if "/proc" does not exist https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/420 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 10:57:20 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.378. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 11:04:02 Modified files: x11/gnome/zenity: Makefile distinfo Log message: Update to zenity-4.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 11:04:20 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.52.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 11:47:42 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.50.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 11:48:16 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.50.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/05 11:48:29 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.50.3. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/05 11:56:06 Modified files: audio/spotifyd : Makefile crates.inc distinfo audio/spotifyd/patches: patch-Cargo_lock Added files: audio/spotifyd/patches: patch-Cargo_toml patch-src_main_rs Log message: use pledge(2); OK/tests bket CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/05 12:07:04 Modified files: news/sabnzbd : Makefile distinfo Log message: Update to sabnzbd-4.2.1 New downloads did not appear in the History after the update to 4.2.0. Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.2.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/05 12:07:40 Modified files: sysutils/broot : Makefile distinfo Log message: Update broot to 1.32.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/05 12:09:05 Modified files: archivers/lzip/tarlz: Makefile distinfo archivers/lzip/tarlz/patches: patch-testsuite_check_sh Log message: Update tarlz to 0.25. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/01/05 12:34:20 Modified files: sys/arch/hppa/hppa: trap.c Log message: Remove more __syscall() leftovers. CVSROOT: /cvs Module name: www Changes by: patrick@cvs.openbsd.org 2024/01/05 12:54:05 Modified files: . : want.html Log message: Remove request for the Firefly ITX-3588J. Many thanks to Ibsen S Ripsbusker for arranging one! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/05 14:22:01 Modified files: lib/libcrypto/evp: p_lib.c Log message: EVP_PKEY_asn1_find_str() tweaks Switch i to a size_t and improve a flag check. Part of an earlier diff that was ok jsing but were lost when I reworked the diff. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/01/05 18:59:27 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-configure games/scummvm/pkg: PLIST Log message: update to scummvm 2.8.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/05 23:53:58 Modified files: x11/kde-plasma/libksysguard: Makefile Log message: Dependency tweaks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/06 00:01:58 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-CMakeLists_txt patch-tests_CMakeLists_txt Added files: net/weechat/patches: patch-src_core_hook_wee-hook-url_h Log message: Update weechat to 4.1.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/06 00:33:23 Modified files: telephony/pjsua/patches: patch-pjlib_src_pj_ssl_sock_ossl_c Log message: pjsua: add link to brad's PR CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/06 00:58:10 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_ui_views_frame_browser_view_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-ui_views_controls_textfield_textfield_cc Log message: update to 120.0.6099.199 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/06 01:02:53 Modified files: devel/cargo : cargo.port.mk devel/selene : Makefile mail/meli : Makefile Log message: devel/cargo: add support for installing several different paths - rename MODCARGO_INSTALL_TARGET_PATH to MODCARGO_INSTALL_TARGET_PATHS - and add support for multiples paths and changes the two ports currently using MODCARGO_INSTALL_TARGET_PATH CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2024/01/06 01:03:31 Modified files: share/man/man5 : cargo-module.5 Log message: devel/cargo: add support for installing several different paths rename MODCARGO_INSTALL_TARGET_PATH to MODCARGO_INSTALL_TARGET_PATHS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/06 02:33:08 Modified files: sys/dev/pci/drm: drm_drv.c drm_gem_dma_helper.c drm_gem_framebuffer_helper.c drm_linux.c sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c sys/dev/pci/drm/include/drm: drm_gem_dma_helper.h drm_gem_framebuffer_helper.h drm_legacy.h drm_of.h sys/dev/pci/drm/include/linux: atomic.h bitmap.h completion.h component.h device.h dma-mapping.h interrupt.h io.h iommu.h of.h of_device.h platform_device.h pm.h scatterlist.h time.h workqueue.h sys/dev/pci/drm/include/linux/gpio: consumer.h Added files: sys/dev/pci/drm: drm_fb_dma_helper.c sys/dev/pci/drm/include/drm: drm_fb_dma_helper.h drm_fbdev_generic.h drm_simple_kms_helper.h sys/dev/pci/drm/include/linux: align.h clk.h of_address.h of_platform.h sys/dev/pci/drm/include/linux/mux: consumer.h sys/dev/pci/drm/include/linux/phy: phy.h sys/dev/pci/drm/include/sound: pcm.h Log message: Add more Linux compat code in preparation for the apple KMS driver. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/06 02:38:07 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/06 02:38:17 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/06 02:38:54 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/06 02:39:27 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/06 02:40:45 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.50.1. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/06 03:50:21 Modified files: x11/kde-applications/gwenview: Makefile Log message: Dependency tweaks CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/06 03:58:45 Modified files: sys/net : if.c sys/netinet : in.c Log message: Take net lock before kernel lock. Doing KERNEL_LOCK() just before NET_LOCK() does not make sense. Net lock is a rwlock that releases kernel lock during sleep. To avoid an unnecessary release and take kernel lock cycle, move KERNEL_LOCK() after NET_LOCK(). There is no lock order reversal deadlock issue. Both locks are used in any order thoughout the kernel. As NET_LOCK() releases the kernel lock when it cannot take the lock immediately and has to sleep, we always end in the order kernel lock before net lock after sleeping. OK sashan@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2024/01/06 04:29:00 Modified files: usr.sbin/httpd : js.h.in server_file.c Log message: put the real sizes into the "title" attribute so that hovering shows the exact value. adjust/refactor javascript sorter accordingly CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/06 04:42:11 Modified files: sys/net : if.c Log message: Do not count packets though multicast loopback and simplex interfaces. Counting multicast packets sent to local stack or packets that are reflected by simplex interfaces does not make much sense. They are neither received nor output by any ethernet device. Counting these packets at lo0 or the loopback interface of the routing domain would be possible, but is not worth the effort. Make if_input_local() MP safe by deleting the if_opackets++ code. OK mvs@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/06 05:50:58 Modified files: sys/dev/pci/drm/include/drm: drm_gem_dma_helper.h sys/dev/pci/drm/include/linux: fs.h Log message: move struct file_operations to linux/fs.h ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/06 05:52:20 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: remove stray semicolon ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/06 06:04:04 Modified files: sys/dev/ic : ufshci.c Log message: Merge read/write UFS commands in to one single function, since they are very similar. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/06 06:06:24 Modified files: geo/osm2pgsql : Makefile Log message: mark osm2pgsql.ONLY_FOR_ARCHS LP64_ARCHS: CMake Error at CMakeLists.txt:20 (message): osm2pgsql needs a 64 bit architecture was hidden by gcc silently not building in i386 bulks due to dependency issues after the llvm switch in ports CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/06 06:17:20 Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: vmmvar.h Log message: vmm(4): reorder segment registers to match SDM. Shuffles around the defines so the segment register indexes match the values used by both Intel and AMD in vm exit information. Simplifies some upcoming changes. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/06 06:23:47 Modified files: sys/dev/ic : ufshci.c Log message: Unify UFS command function arguments a bit. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/06 08:18:55 Modified files: multimedia/phonon: Makefile distinfo multimedia/phonon/pkg: PLIST Removed files: multimedia/phonon/patches: patch-phonon_objectdescription_h Log message: Update phonon to 4.12.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/06 08:21:43 Modified files: multimedia/phonon-backend: Makefile.inc multimedia/phonon-backend/gstreamer: Makefile multimedia/phonon-backend/gstreamer/pkg: PLIST multimedia/phonon-backend/vlc: Makefile distinfo multimedia/phonon-backend/vlc/pkg: PLIST Log message: Update phonon backends. - VLC to 0.12.0 - Sync gstreamer with multimedia/phonon>=4.12.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2024/01/06 08:38:45 Modified files: usr.bin/calendar/calendars/de_DE.UTF-8: calendar.geschichte calendar.musik Log message: Ergaenzung der fehlenden Jahreszahlen; Flicken von Lennart Jablonka CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/06 08:45:02 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure sysutils/ugrep/pkg: PLIST Log message: Update to ugrep-4.5.1 Changelog: https://github.com/Genivia/ugrep/releases Main highlights are 7zip support and shell completion files. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/06 08:52:13 Modified files: sys/dev/pci/drm/include/linux: component.h Log message: revert component_add() change avoids fault in amdgpu_dm_audio_component_bind() problem reported by matthieu@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/06 10:17:08 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Remove X509_PURPOSE extensibility Another bit of global state without lock protection. The by now familiar complications of a stack to make this user configurable, which, of course, no one ever did. The table is not currently const, and the API exposes its entries directly, so anyone can modify it. This fits very well with the safety guarantees of Rust's 'static lifetime, which is how rust-openssl exposes it (for no good reason). Remove the stack and make the X509_PURPOSE_add() API always fail. Simplify the other bits accordingly. In addition, this API inflicts the charming difference between purpose identifiers and purpose indexes (the former minus one) onto the user. Neither of the two obvious solutions to avoid this trap seems to have crossed the implementer's mind. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/06 10:37:23 Modified files: lib/libcrypto/asn1: asn1_local.h x_crl.c lib/libcrypto/x509: x509_local.h Log message: Remove X509_CRL_METHOD internals Another complication of dubious value that nobody's ever used. crl_init(), crl_free() and the meth_data are dead weight, as are their accessors. Inline def_crl_verify() in X509_CRL_verify() so that the latter becomes the trivial wrapper of ASN1_item_verify() that one would expect it to be. It is quite unclear what kind of customization would make sense here... def_crl_lookup() is renamed into crl_lookup() and its two callers, X509_CRL_lookup_by_{serial,cert}(), are moved below it so that we don't need a prototype. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/06 10:43:39 Modified files: lib/libcrypto : crypto_init.c Log message: Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() Since x509_purp.c r1.34 this is a noop since there is nothing to clean up anymore. Remove the last caller. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/06 10:47:43 Modified files: sys/dev/acpi : ufshci_acpi.c sys/dev/ic : ufshci.c Log message: Zap more obsolete debug code. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/06 12:34:54 Modified files: usr.sbin/syslogd: syslogd.c Log message: Prevent use after free of TLS context at syslogd(8) shutdown. When splitting the event fields f_ev and f_bufev, disabling some events was missed. Callbacks could happen after tls_free(). Call bufferevent_disable() before f_bufev and struct filed are cleaned. In some error cases f_bufev might be NULL, add a check before cleanup. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/06 12:54:39 Modified files: x11/mate/menu-advanced: Makefile Log message: add dependency on py-xdg CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/06 13:03:12 Modified files: shells/fish : Makefile distinfo shells/fish/pkg: PLIST Log message: update shells/fish to 3.7.0; diff from MAINTAINER Florian Viehweger, thanks! CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/06 13:08:05 Modified files: fonts/juliamono: Makefile distinfo Log message: update fonts/juliamono to 0.0.53 Diff from Justin Berthault who is also taking up the maintainership of the port, thanks! OK Laurence Tratt (previous maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/06 13:47:01 Modified files: lib/libcrypto/asn1: asn1_local.h Log message: Zap some more CRL method things CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/06 14:50:38 Modified files: news/nzbget : Makefile distinfo news/nzbget/patches: patch-nzbget_conf Log message: Update to nzbget-22.0 Original developer has archived the project more than a year ago. Fortunate the project has been forked and is actively maintained by a small team. Changes: https://github.com/nzbgetcom/nzbget/releases/tag/v22.0 HOMEPAGE and DIST_TUPLE have been switched to the fork. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/06 16:20:26 Modified files: audio/spotifyd : Makefile crates.inc distinfo audio/spotifyd/patches: patch-Cargo_lock patch-Cargo_toml patch-src_main_rs Removed files: audio/spotifyd/patches: patch-src_utils_rs Log message: update to HEAD as of 06.01.2024 for merged patches and ring>=0.17; for/OK tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/06 18:06:55 Modified files: www/gotosocial : Makefile Log message: add aarch64 to gotosocial's ONLY_FOR_ARCHS as it can now build there. mark BROKEN as when built with the no-syscall patches in go-1.21.3p1 it fails at runtime (modernc.org/libc). CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/07 02:25:39 Modified files: x11/mate/control-center: Makefile Added files: x11/mate/control-center/patches: patch-capplets_appearance_mate-wp-xml_c Log message: GNOME has some nice backgrounds so make them available to MATE as well CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/01/07 02:40:37 Modified files: textproc/apertium: Makefile Added files: textproc/apertium/patches: patch-apertium_perceptron_spec_h Log message: Backport upstream commit to fix build with libcxx update. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 02:48:03 Modified files: usr.sbin/rpki-client: validate.c Log message: rpki-client: print revocation time in filemode If a certificate was revoked, extract the revocation timestamp and update the warning message in filemode to include it. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 02:48:29 Modified files: usr.sbin/rpki-client: extern.h Log message: rpki-client: zap a stray space CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/07 03:19:06 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/07 03:23:50 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-45.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/07 03:24:04 Modified files: x11/gnome/eog : Makefile distinfo Log message: Update to eog-45.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/07 03:29:06 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.46.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/07 03:29:18 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-45.2. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/07 04:11:57 Modified files: xserver : ChangeLog configure configure.ac meson.build xserver/hw/kdrive/ephyr: ephyrinit.c Log message: Update xserver to 21.1.10. The security fixes have already been committed. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/07 04:31:28 Modified files: games/trader : Makefile distinfo games/trader/patches: patch-src_system_h patch-src_utils_c games/trader/pkg: PLIST Log message: Update trader to 7.19 and take back maintainership. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/07 07:41:08 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Removed files: games/wesnoth/patches: patch-src_gettext_cpp Log message: update to wesnoth-1.16.11 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 07:50:45 Modified files: lib/libcrypto/x509: x509_trs.c Log message: Remove X509_TRUST extensibility This is pretty much identical to the X509_PURPOSE case: remove the stack used for extending and overriding the trust table and make X509_TRUST_add() always fail. Simplify some other bits accordingly. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 08:21:04 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Improve EVP_CIPHER_{get,set}_asn1_iv() Use iv_len for the variables storing the IV length, formerly l and j. Remove use of the unnecessary variable i and unindent the whole mess. Some return values are fishy. That will be addressed in subsequent commits. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 08:42:57 Modified files: lib/libcrypto/evp: e_null.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c e_xcbc_d.c Log message: Convert the remaining legacy ciphers to C99 initializers No change in the generated aarch64 assembly apart from line number changes. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 09:18:18 Modified files: lib/libcrypto/evp: e_rc4_hmac_md5.c Log message: const-correct r4_hmac_md5_cipher CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 09:22:46 Modified files: lib/libcrypto/x509: x509_purp.c x509_trs.c Log message: purpose/trust: Improve comments about COUNT/MAX confusion CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 11:15:42 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Minor cleanup in X509_STORE_CTX_purpose_inherit() Make a few checks against 0 explicit to reduce noise in an upcoming diff and tiny KNF tweaks. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/07 12:44:28 Modified files: lib/libc/thread: synch.h lib/librthread : synch.h Log message: libc, librthread: _twait: subtraction is not comparison Compare the current time with the absolute timeout before computing the relative timeout to avoid arithmetic overflow. Fixes a bug where large negative absolute timeouts are subtracted into large positive relative timeouts and incorrectly cause the caller to block. While here, use timespeccmp(3) and timespecsub(3) to simplify the code. Thread: https://marc.info/?l=openbsd-tech&m=169945962503129&w=2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 12:59:32 Modified files: lib/libcrypto : crypto_init.c Log message: Garbage collect call to X509_TRUST_cleanup() Since x509_trs.c r1.33, this is a noop. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/01/07 13:52:44 Modified files: sys/kern : makesyscalls.sh Log message: Error out if one syscall ever takes more than 6 arguments. This is not necessarily wrong per se, but would need special consideration, as not all platforms are currently able to process more than six syscall arguments (and upcoming diffs will rely upon reasonably-sized argument lists), so better break now and reconsider later if need be. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/07 14:01:45 Modified files: sys/dev/pci : if_ixl.c Log message: In ixl(4) attach, initialize mutex before using it. Function ixl_get_link_status() calls ixl_set_link_status() which locks sc_link_state_mtx. Move initilization of mutex before calling ixl_get_link_status(). This makes witness happy. Bug reported and fix tested by Hrvoje Popovski; OK miod@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/07 14:26:16 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20231230 CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2024/01/07 16:36:02 Modified files: build : support.dat Log message: update my own support page entry; i am moving my business to brussels CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2024/01/07 16:36:15 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/07 17:30:39 Modified files: usr.bin/ssh : ssh-add.c Log message: fix typo; spotted by Albert Chin CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/07 17:34:34 Modified files: usr.bin/ssh : kex.c sshconnect2.c sshd.c Log message: remove ext-info-* in the kex.c code, not in callers; with/ok markus@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/07 19:13:47 Modified files: audio/libsndfile: Makefile distinfo Log message: update to libsndfile 1.2.2; maintainer timeout CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/07 20:26:56 Modified files: audio/spotifyd : Makefile audio/spotifyd/files: spotifyd.conf audio/spotifyd/pkg: PLIST README Added files: audio/spotifyd/files: org.mpris.MediaPlayer2.spotifyd.conf Log message: Ship D-Bus system service policy to access system MPRIS interface as user Controlling spotifyd with, e.g. playerctl(1), only worked when running as your own user, i.e. interfacing with it on your own user session D-Bus. Allow _spotifyd to own the org.mpris.MediaPlayer.spotifyd service and allow any user to talk to it, so that desktop users get playback control, metadata, etc. for the unprivileged rc.d(8) daemon. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/07 20:32:01 Modified files: lib/libcrypto/x509: x509_trs.c Log message: Fix logic error (&& -> ||) CID 477172 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/07 21:10:03 Modified files: usr.bin/ssh : PROTOCOL Log message: make kex-strict section more explicit about its intent: banning all messages not strictly required in KEX CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/01/07 21:16:48 Modified files: usr.sbin/radiusd: radiusd.c radiusd.h radiusd_module.c radiusd_module.h radiusd_standard.c Log message: Pass the request packet to response decorations for future use. This is required for many cases and will be used future. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/01/07 21:59:11 Modified files: sysutils/firmware/inteldrm: Makefile sysutils/firmware/inteldrm/pkg: PLIST Log message: add files referenced by linux 6.6 drm drop files only referenced by linux 5.15 drm (OpenBSD 7.1->7.2) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/07 22:05:15 Modified files: usr.bin/ssh : PROTOCOL Log message: fix missing field in users-groups-by-id@openssh.com reply documentation GHPR441 from TJ Saunders CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/07 22:11:18 Modified files: usr.bin/ssh : PROTOCOL.mux Log message: Remove outdated note from PROTOCOL.mux Port forward close by control master is already implemented by `mux_master_process_close_fwd` in `mux.c` GHPR442 from bigb4ng CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/08 00:46:12 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: update to py3-sqlalchemy-1.4.51 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/08 01:03:01 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-24.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/08 01:03:04 Modified files: security/xmlsec: Makefile distinfo security/xmlsec/patches: patch-tests_testrun_sh security/xmlsec/pkg: PLIST-docs Removed files: security/xmlsec/patches: patch-apps_crypto_c patch-apps_xmlsec_c patch-include_xmlsec_xmlsec_h patch-src_errors_helpers_h patch-src_mscrypto_certkeys_c patch-src_mscrypto_signatures_c Log message: update to xmlsec-1.3.3 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/08 01:14:12 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.6.4 OK op@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/08 01:16:49 Modified files: www/varnish : Makefile distinfo www/varnish/pkg: PLIST Log message: Update for Varnish to 7.4.2 OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/08 01:26:38 Modified files: regress/usr.sbin/rpki-client: Makefile.inc test-rrdp.c Log message: Fix regress build since the reacharounds are fragile noted by anton CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/08 01:46:17 Modified files: geo/mapproxy : Makefile distinfo Log message: geo/mapproxy: update to 2.0.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/08 02:02:23 Modified files: x11/kde-applications/kio-gdrive: Makefile x11/kde-applications/kio-gdrive/pkg: PLIST Log message: link kio-gdrive and regen PLIST OK kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/08 02:31:09 Modified files: lib/libcrypto/evp: e_aes_cbc_hmac_sha1.c Log message: const correct aesni_{128,256}_cbc_hmac_sha1_cipher CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/08 02:36:03 Modified files: geo/kgeotag : Makefile distinfo geo/kgeotag/pkg: PLIST Log message: Update kgeotag to 1.5.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/08 02:51:09 Modified files: lib/libcrypto/x509: x509_vpm.c Log message: Inline X509_{TRUST,PUPROSE}_set() in their only callers They are now unused and will join the exodus to the attic in the next bump. ok jsing CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/01/08 02:57:56 Modified files: net/synapse : Makefile net/synapse/pkg: README Log message: fix synapse README, drop --generate-keys which is now done implicitly OK from renaud (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/08 03:06:50 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Disable X509_STORE_CTX_purpose_inherit() Nothing uses this function, except two internal callers. So split its guts temporarily into a helper function and disable the gross general case. The internal helper can be simplified by observing that def_purpose == 0: Overriding 0 by 0 doesn't do anything, so drop that bit. Rename ptmp into purp, and inline X509_PURPOSE_get_by_id(), i.e., make appropriate checks and subtract X509_PURPOSE_MIN. The fallback to X509_PURPOSE_get_by_id(0) will always fail since X509_PURPOSE_MIN == 1. So ditch that call. In particular, X509_STORE_CTX_set_purpose(ctx, X509_PURPOSE_ANY) fails in current because of this. That's nonsense. So remove the purp->trust == X509_TRUST_DEFAULT check as only change of behavior. This matches what OpenSSL do nowadays. They now set def_purpose = purpose if purpose != 0 and def_purpose == 0, so in all real-world uses of this function they will just fetch the same purpose again and do not check for default trust the second time around. Finally, X509_TRUST_get_by_id() is only used to ensure that a non-zero (or overridden) trust is between X509_TRUST_MIN and X509_TRUST_MAX. So expand that into its explicit form. ok jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/08 03:15:19 Modified files: net/bitcoin : Makefile Log message: bitcoin: fix hidden dep on libnatpmp ok rsadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/08 03:33:09 Modified files: shells/zsh : Makefile Added files: shells/zsh/patches: patch-Completion_Unix_Type__diff_options Log message: shells/zsh: Fix diff(1) completions for OpenBSD. https://sourceforge.net/p/zsh/code/ci/996b51515600859ce7f952f22c6262ecd24578e1/ OK sthen@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 05:53:10 Modified files: devel/mm-common: Makefile distinfo Log message: Update to mm-common-1.0.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 05:54:52 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 05:55:57 Modified files: x11/gnome/gjs : Makefile distinfo Log message: Update to gjs-1.78.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 06:02:09 Modified files: x11/gnome/mutter: Makefile distinfo Removed files: x11/gnome/mutter/patches: patch-src_backends_meta-fd-source_c Log message: Update to mutter-45.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 06:11:25 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-45.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/08 06:11:40 Modified files: meta/gnome : Makefile Log message: Bump GNOME to version 45.3. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/08 08:08:34 Modified files: usr.sbin/bgpd : bgpd.h kroute.c Log message: Define and use struct ctl_kroute_req to encode the arguments of IMSG_CTL_KROUTE instead of doing it by hand. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/08 08:09:14 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Simplify the IMSG_CTL_KROUTE after the change in bgpd. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/08 09:39:17 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Rework rtr_parse_header() and introduce rtr_check_session_id() to make the initial header parsing simpler. This also allows to simplify the version negotiation dance a bit. More is needed there. OK tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/08 09:44:42 ports/math/fftw3/files Update of /cvs/ports/math/fftw3/files In directory cvs.openbsd.org:/tmp/cvs-serv37003/files Log Message: Directory /cvs/ports/math/fftw3/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2024/01/08 12:19:54 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/pkg : PLIST Log message: Update to yt-dlp-2023.12.30. ok mestre@ (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/08 12:46:19 Modified files: usr.sbin/rpki-client: parser.c Log message: Only use DIR_VALID in noop mode Looking in DIR_TEMP will not find a file, resulting in lots of ugly printf (null). This is another bandaid until I figure out how to fix my fix for this function... with/ok job CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/08 12:52:29 Modified files: sys/dev/acpi : acpi.c dsdt.c dsdt.h Log message: Implement RootPathString support in the LoadTable() AML function. Fixes booting OpenBSD on some (ancient?) Hyper-V version. Tested by Henryk Paluch ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/01/08 12:57:24 Modified files: sysutils/m1n1 : Makefile distinfo Log message: Update to m1n1 1.4.11 ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/01/08 12:59:12 Modified files: sysutils/u-boot-asahi: Makefile distinfo Removed files: sysutils/u-boot-asahi/patches: patch-arch_arm_dts_t600x-j314-j316_dtsi patch-arch_arm_dts_t600x-j375_dtsi patch-arch_arm_dts_t8103-j293_dts patch-arch_arm_dts_t8103-j313_dts patch-arch_arm_dts_t8112-j413_dts patch-arch_arm_dts_t8112-j493_dts Log message: Update to openbsd-v2024.01. This also brings us newer device trees that are needed for the upcoming KMS driver. ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/01/08 13:00:31 Modified files: sysutils/firmware/apple-boot: Makefile Log message: Bump m1n1 and u-boot versions. ok tobhe@, sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/08 13:01:25 Modified files: devel/cmake : Makefile devel/cmake/pkg: PLIST Log message: fix PLIST (${MODPY_VERSION}.html should be 3.10.html), and avoid readding it in future with "UPDATE_PLIST_ARGS = -i MODPY_VERSION", spotted by daniel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/08 14:12:45 Modified files: sysutils/m1n1/patches: patch-data_makelogo_sh Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/08 14:57:47 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.41.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/08 18:05:34 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.4 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/08 18:21:47 Modified files: net/gpodder : Makefile distinfo Log message: update to gpodder 3.11.4; from maintainer Tim CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/01/08 20:16:00 Modified files: sys/ufs/ufs : dir.h ufs_dirhash.c ufs_lookup.c ufs_vnops.c sys/ufs/ffs : ffs_inode.c ffs_vfsops.c ffs_vnops.c sys/ufs/ext2fs : ext2fs_dir.h sbin/dump : main.c traverse.c sbin/fsck_ffs : dir.c inode.c pass1.c pass2.c sbin/fsdb : fsdb.c sbin/newfs : mkfs.c newfs.8 newfs.c sbin/restore : dirs.c usr.sbin/makefs: ffs.c Log message: Delete support for FFS filesystems before the in-inode symlink optimization. As observed by ali_farzanrad(at)riseup.net, support for these was broken in the 5.5 release in early 2014 by the time_t changes. No one noticed before now, so clearly this isn't something we need to continue to support; rejecting in ffs_validate() is an improvement. Also: simplify DIRSIZ(), drop OLDDIRFMT and NEWDIRFMT, tests of fs_maxsymlinklen against zero, #ifdef tests of FS_44INODEFMT, and remove support for newfs -O0, last used in 2016. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/08 20:53:09 Modified files: sys/dev/pci/drm: drm_drv.c Log message: avoid unused var warning on sparc64 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/08 21:23:07 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.65.1 Changelog: https://rclone.org/changelog/#v1-65-1-2024-01-08 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/08 21:29:46 Modified files: sys/dev/pci : if_bnxt.c Log message: If there are still mbufs on a ring when we're freeing it, it'd be a good idea to free them too. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/08 21:32:29 Modified files: sys/dev/pci : if_bnxt.c Log message: remove needless comment CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/08 22:07:12 Modified files: lang/hashlink : Makefile distinfo lang/hashlink/patches: patch-Makefile patch-src_module_c patch-src_std_socket_c patch-src_std_thread_c Log message: update to hashlink 1.14; tested with Dead Cells, Northgard, and Nuclear Blaze without issues CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/08 22:49:44 Modified files: sys/dev/pci/drm/include/linux: platform_device.h Log message: inline -> static inline ; fixes sparc64 build CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/09 00:10:00 Modified files: sys/dev/pci/drm/include/linux: of.h Log message: remove unused of_device_get_match_data() prototype CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/09 00:25:57 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Fix copy-paste error that broke openssl-ruby and openssl regress Noticed by anton CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/09 00:34:01 Modified files: shells/tcsh : Makefile distinfo shells/tcsh/patches: patch-tests_subst_at patch-tests_variables_at Log message: Update tcsh to 6.24.10 Update diff from Josh Grosse with patches regen by me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/09 01:42:31 Modified files: textproc/enchant2: Makefile distinfo textproc/enchant2/patches: patch-src_Makefile_in Log message: Update to enchant2-2.6.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/09 01:47:26 Modified files: print/qpdf : Makefile distinfo print/qpdf/pkg : PLIST Log message: Update to qpdf-11.8.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/09 01:48:53 Modified files: x11/kde-applications/kio-gdrive: Makefile Log message: I forgot to commit the correct diff with BDEP textproc/intltool Thanks aja. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/09 04:09:51 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/freetalk : Makefile distinfo net/freetalk/patches: patch-configure_ac patch-src_callbacks_cc patch-src_freetalk_cc net/freetalk/pkg: DESCR PLIST Log message: Remove unmaintained, outdated, broken freetalk 3.2; OK sthen Crashes on start, one two net/loudmouth (outdated) consumers, stuck in 2008. Noone spoke to fix or update it to 4.x from 2022. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/09 04:38:07 Modified files: math/visidata : Makefile distinfo math/visidata/pkg: PLIST Log message: update to visidata-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/09 04:43:46 Modified files: devel/snare : Makefile distinfo Added files: devel/snare : crates.inc Log message: update to snare-0.4.9, from Laurence Tratt (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/09 04:58:11 Modified files: infrastructure/mk: bsd.port.mk Log message: Don't do the "if !exists(${_LD_PROGRAM})" check if USE_LLD=ports; it results in ignoring the port unless ld.lld from ports clang is present _when the Makefile is parsed_, so doesn't have chance to actually install the relevant clang package. This resulted in incomplete i386 bulks since mid November because it only resulted in IGNORE rather than any kind of error, so didn't trigger any reports of build failures. (Failure paths included gfortran -> graphviz -> doxygen, gfortran -> numpy -> boost, etc). (USE_LLD=ports is currently *only* used for gcc, and only on i386, so other archs unaffected). ok tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/09 06:41:32 Modified files: usr.sbin/bgpd : bgpd.c kroute.c Log message: Convert the parent process imsg handling over to the new imsg API. This simplifies the code a fair bit and removes direct unchecked memory access to imsg.data. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/09 07:15:15 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Be more consistent with RTR parse error reporting. Stop calling rtr_send_error() after a parse error in rtr_process_msg(); instead move the calls into the parse functions. Use consistend and useful error text to most rtr_send_error() calls. In parse header also check the minimal version for router key and ASPA pdus before checking their length. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/09 07:43:41 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: rtr_parse_notify() state check is special since we ignore the PDU when it arrives in a strange moment. The RFC is as helpful about this as one could expect. Still I botched the state check and later added an rtr_send_error() call which made the previous worse. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/09 08:13:49 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210). Add struct rtr_endofdata_v0 and rtr_parse_end_of_data_v0() to handle this oddity. With this bgpd supports RFC6810 and RFC8210 and some form of draft-ietf-sidrops-8210bis OK tb@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/09 08:59:26 Modified files: mail/isync : Makefile mail/isync/pkg : PLIST Added files: mail/isync/pkg : README Log message: mail/isync: Add README documenting implicit xoauth2 dependency. XOAUTH2 requires cyrus-sasl-xoauth2. OK kn@, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/09 09:03:16 Modified files: mail/meli : Makefile crates.inc distinfo mail/meli/pkg : PLIST Added files: mail/meli/patches: patch-meli_Cargo_toml Log message: update to meli 0.8.4 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2024/01/09 12:08:51 Modified files: shells/ksh93 : Makefile distinfo Log message: Update to ksh 1.0.8. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/09 12:57:01 Modified files: sys/netinet : in_pcb.c in_pcb.h sys/netinet6 : in6_pcb.c in6_src.c Log message: Convert some struct inpcb parameter to const pointer. OK millert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/09 14:39:14 Modified files: usr.bin/ssh : ssh_api.c Log message: adapt ssh_api.c code for kex-strict from markus@ ok me CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/09 15:19:00 Modified files: usr.bin/ssh : channels.c ssh_config.5 sshd_config.5 Log message: add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watches all open channels and will close all open channels if there is no traffic on any of them for the specified interval. This is in addition to the existing per-channel timeouts added a few releases ago. This supports use-cases like having a session + x11 forwarding channel open where one may be idle for an extended period but the other is actively used. The global timeout would allow closing both channels when both have been idle for too long. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/09 15:19:36 Modified files: regress/usr.bin/ssh: channel-timeout.sh Log message: extend ChannelTimeout regression test to exercise multiplexed connections and the new "global" timeout type. ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/09 15:56:01 Modified files: graphics/libwebp: Makefile distinfo Log message: update to libwebp 1.3.2 just changelog, news and version bump after currently picked CVE fix commit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/09 16:45:15 Modified files: lang/cython : Makefile Log message: lang/cython: bump Apparently the last sparc64 bulk was started in the window between the last bump and the switch to setuptools. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/09 17:21:36 Modified files: lang/ruby : ruby.port.mk Log message: Do not change directory in EXTRACT_CASES Fixes interaction with devel/cargo module. From semarie@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/09 17:24:30 Log message: Import rb_sys 0.9.85 Allows for easily building native extensions for Ruby using Rust. OK semarie@ Status: Vendor Tag: jeremy Release Tags: jeremy_2024-Jan-09 N ports/devel/ruby-rb_sys/Makefile N ports/devel/ruby-rb_sys/distinfo N ports/devel/ruby-rb_sys/pkg/DESCR N ports/devel/ruby-rb_sys/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/09 17:26:20 Modified files: devel : Makefile Log message: Hookup ruby-rb_sys CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/09 17:31:15 Modified files: security/ccid : Makefile distinfo Log message: update to ccid 1.5.5 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/09 17:32:04 Modified files: textproc/ruby-commonmarker: Makefile distinfo textproc/ruby-commonmarker/pkg: DESCR PLIST Added files: textproc/ruby-commonmarker: crates.inc Log message: Update to commonmarker 1.0.3 The backend switched to Rust, so this brings in the devel/cargo module, and a number of other changes to deal with the significantly more involved build. Initial version by me Many improvements from semarie@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/09 19:59:01 Modified files: editors/novelwriter: Makefile distinfo editors/novelwriter/pkg: PLIST Log message: update to novelwriter 2.2 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/09 21:13:59 Modified files: usr.sbin/vmd : vm.c sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: vmmvar.h Log message: vmm/vmd: add io instruction length to exit information. Add the instruction length to the vm exit information to allower vmd(8) to manipulate the instruction pointer after io emulation. This is preparation for emulating string-based io instructions. Removes the instruction pointer update from the kernel (vmm(4)) as well as the instruction length checks, which were overly restrictive anyways based on the way prefixes work in x86 instructions. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/09 21:28:43 Modified files: lib/libc/thread: rthread_cond.c rthread_sync.c Log message: pthread_cond_timedwait(3): accept negative absolute timeouts Negative absolute timeouts are valid inputs. With input from kettenis@. Thread: https://marc.info/?l=openbsd-tech&m=170467558006767&w=2 ok guenther@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/09 22:06:00 Modified files: sys/dev/pci : if_bnxt.c Log message: If bringing up a queue fails, only tear down the ones that we set up successfully, rather than trying to tear them all down and crashing. tested by hrvoje, who can make queue setup fail sometimes ok bluhm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/01/09 23:33:13 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: fix incorrect capitalisation; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/09 23:56:53 Modified files: www/mozilla-firefox: Makefile distinfo Removed files: www/mozilla-firefox/patches: patch-dom_webauthn_authrs_bridge_src_lib_rs patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: www/mozilla-firefox: update to 121.0.1. see https://www.mozilla.org/en-US/firefox/121.0.1/releasenotes/ drop patches from #1863135 & #1871006, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/09 23:57:33 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 121.0.1. see https://www.mozilla.org/en-US/firefox/121.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/09 23:58:11 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: www/firefox-i18n: update to 121.0.1, forgotten in previous CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/09 23:58:46 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.6.1. see https://www.thunderbird.net/en-US/thunderbird/115.6.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/09 23:59:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.6.1 see https://www.thunderbird.net/en-US/thunderbird/115.6.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/10 01:20:59 Modified files: devel/cargo : cargo.port.mk Log message: devel/cargo: configure cargo options via MODCARGO_ENV and config.toml - unify cargo configuration in config.toml and MODCARGO_ENV - prefer to use config.toml and MODCARGO_ENV instead of arguments on the command-line (it permits external tools using cargo directly instead of MODCARGO_*_TARGET to have the right configuration) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/10 01:25:39 Modified files: www/chromium : Makefile distinfo Log message: update to 120.0.6099.216 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/10 02:07:46 Modified files: math/octave : Makefile Log message: Regen WANTLIB OK steven@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/01/10 03:13:36 Modified files: www/p5-Plack : Makefile distinfo Log message: Update to p5-Plack-1.0051 from wen heping, ok acamari@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/10 04:00:32 Modified files: www/smarc : Makefile distinfo www/smarc/pkg : PLIST Log message: update www/smarc to 0.4 changelog: - move the search link to a template - msearchd(8): switch log.c implementation CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/10 04:08:04 Modified files: usr.sbin/bgpd : control.c session.c session.h Log message: Update the control.c code to use the new imsg API. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/10 04:11:07 Modified files: devel/py-trio : Makefile Log message: fix COMMENT, pointed out by wen heping use consistent whitespace while there CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/10 04:13:36 Modified files: devel/quirks : Makefile devel/quirks/pkg: PLIST Log message: separate the updatedb into a separate package, now that pkg_add knows how to handle it (this only works with current !!! otherwise you lose the optimisation) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/10 04:15:08 Modified files: databases : Makefile Log message: link updatedb complement to quirks (this allows rebuilding quirks without having the full set of snapshot packages) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/10 04:36:13 Log message: import aarch64-esr-decoder, ok semarie Decode AArch64 register values. Supported are the Exception Syndrome Register (ESR), the Main ID Register (MIDR), and the Secure Monitor Call Calling Convention (SMCCC). Status: Vendor Tag: tb Release Tags: tb_20240110 N ports/sysutils/aarch64-esr-decoder/Makefile N ports/sysutils/aarch64-esr-decoder/crates.inc N ports/sysutils/aarch64-esr-decoder/distinfo N ports/sysutils/aarch64-esr-decoder/pkg/DESCR N ports/sysutils/aarch64-esr-decoder/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/10 04:37:25 Modified files: sysutils : Makefile Log message: +aarch64-esr-decoder CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2024/01/10 05:35:10 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.21.6. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2024/01/10 05:36:01 Modified files: lang/go : go.port.mk Log message: Bump _MODGO_SYSTEM_VERSION for lang/go 1.21.6. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2024/01/10 05:46:32 Modified files: build : support.dat Log message: Delete the entry for Kihaguru Njenga Gathura. They requested an update of their email address but submitted a malformed entry that looked as if they were struggling to correctly send plain-text email. The M line included *two* email addresses neither of which works; The primary MX for one of the domains rejects the specified info@ address saying "550 #5.1.0 Address rejected"; the other domain does not even have SOA nor MX records. The web server for the (existing) domain redirects HTTP to HTTPs but when connecting on the HTTPs port, it closes the connection right after the TLS handshake is completed without waiting for a HTTP request. A request for repairing the servers and clarifying what exactly they want listed got no reply within four days. Also, some time ago, they asked a very basic question about C programming on misc@ that looked as if they don't understand at all how arrays work in C and what an array overflow is. While we do not usually attempt to judge the qualification of people who want to be listed on support.html, i think it does make sense to delete entries when very serious doubts arise by chance regarding the qualification. I don't think we should advertise a person claiming "speciality in web applications ... and C programming language" when they appear to be struggling to send mail, run mail and web servers, and understand the most basic aspects of C. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2024/01/10 05:47:56 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/01/10 05:53:35 Modified files: net/powerdns_recursor: Makefile distinfo Added files: net/powerdns_recursor: crates.inc Removed files: net/powerdns_recursor/patches: patch-mtasker_fcontext_cc Log message: Update to PowerDNS Recursor 5.0.1 Tweaks and ok: tb@ semarie@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/10 06:31:09 Modified files: usr.sbin/bgpd : bgpd.h printconf.c util.c Log message: Implement log_roa() and log_aspa() and use these functions in printconf.c OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 07:22:53 Modified files: lib/libcrypto/err: err_prn.c Log message: Fix print_fp() The callback-based printing needs to die. But first BIO_set() will die. We have a FILE *. We have fprintf(). No need to use a static BIO to dump error codes to said stream. This basically undoes an unrelated change of "Move crpytlib.h prior bio.h" from 19 years ago (OpenSSL 25a66ee3). Except we don't cast and check len. ok jsing (who had a nearly identical diff) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 07:23:37 Modified files: lib/libcrypto/err: err_prn.c Log message: Drop an unnecessary cast from jsing CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/10 07:24:08 Modified files: security/p5-Chipcard-PCSC: Makefile distinfo security/p5-Chipcard-PCSC/patches: patch-PCSCperl_h security/p5-Chipcard-PCSC/pkg: DESCR PLIST Log message: update to p5-ChipCard-PCSC 1.4.16; fix HOMEPAGE CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 07:59:19 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Inline rsa_is_pss() and rsa_pkey_is_pss() It's more explicit and not that much longer. ok jsing CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/10 07:59:41 Modified files: usr.sbin/bgpctl: output.c Log message: Add missing newlines in printf. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/10 09:08:36 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Improve rtr_send_error() so that there is no need to log_warnx() before. Now rtr_send_error() supports a format string for the error message so use this fact to make the error report better. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/10 09:44:30 Modified files: sys/kern : kern_sysctl.c sys/net : pf.c sys/netinet : udp_usrreq.c udp_var.h Log message: Split UDP PCB table into IPv4 and IPv6. Having two hash tables instead of a common one, reduces table size and contention on the per table lock. The address family is always known in advance. The lookups and loops are more specific. OK sashan@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 10:31:28 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Rework X509_STORE_CTX_set_{purpose,trust}() Split the two codepaths in x509_vfy_purpose_inherit() into its two callers. What remains is gross, but at least a reader has a chance of following all this nonsense without leaving a significant amount of hair behind. In short, purpose and trust are only overridden if they're not already set. Otherwise silently ignore valid purpose and trust identifiers that were passed in and succeed. Error on almost all invalid trust or purpose ids, except 0, because... well... who knows, really? ok jsing CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/10 10:55:50 Modified files: comms/rtl-sdr : Makefile distinfo comms/rtl-sdr/pkg: DESCR PLIST Removed files: comms/rtl-sdr/patches: patch-include_rtl-sdr_h patch-src_CMakeLists_txt patch-src_librtlsdr_c patch-src_rtl_fm_c patch-src_rtl_sdr_c patch-src_rtl_test_c Log message: update to 2.0.1 more or less a complete overhaul, while there take MAINTAINER valuable feedback from @rsadowski, @sthen OK @rsadowski CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2024/01/10 12:12:21 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.01.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 14:11:37 Modified files: lib/libcrypto/x509: x509_trs.c Log message: X509_TRUST: start shuffling some code around Hoist obj_trust() to the top and move the static default_trust() next to its setter. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/10 14:11:55 Modified files: security/qca-qt5: Makefile distinfo Log message: Update qca to 2.3.8 Nothing interesting in the commit logs, except for a rootcerts.pem update that we don't install CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 14:14:14 Modified files: lib/libcrypto/x509: x509_trs.c Log message: X509_TRUST: hoist trust_compat() to the other end of the file CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 14:19:56 Modified files: lib/libcrypto/x509: x509_trs.c Log message: X509_TRUST: group together all trust_*() functions Now they are next to the trstandard[] table and listed in the order they appear in the table. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/10 14:34:53 Modified files: lib/libcrypto/x509: x509_trs.c Log message: X509_TRUST: tidy up includes CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/10 18:45:36 Modified files: usr.bin/ssh : Makefile.inc readconf.c readconf.h ssh-add.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c sshkey.c Log message: make DSA key support compile-time optional, defaulting to on ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/10 18:45:59 Modified files: regress/usr.bin/ssh: Makefile regress/usr.bin/ssh/unittests: Makefile.inc regress/usr.bin/ssh/unittests/hostkeys: test_iterate.c regress/usr.bin/ssh/unittests/kex: test_kex.c regress/usr.bin/ssh/unittests/sshkey: test_file.c test_fuzz.c test_sshkey.c regress/usr.bin/ssh/unittests/sshsig: tests.c Log message: make DSA testing optional, defaulting to on ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/10 18:51:16 Modified files: usr.bin/ssh : ssh-keysign.c Log message: ensure key_fd is filled when DSA is disabled; spotted by tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/10 21:50:28 Modified files: regress/usr.bin/ssh: Makefile Log message: don't disable RSA test when DSA is disabled; bug introduced in last commit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/10 22:27:46 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240111 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/10 23:36:48 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 120.0.6099.216 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/11 00:21:06 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.440 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/11 00:45:36 Modified files: x11/qt5ct : Makefile distinfo Log message: Update qt5ct to 1.8 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/11 00:46:14 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/pkg: PLIST Log message: Update homebank to 5.7.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/11 00:59:43 Modified files: share/misc : airport Log message: add XKH CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/11 02:07:09 Modified files: www/py-jinja2 : Makefile distinfo Log message: update to py3-jinja2-3.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/11 02:08:07 Modified files: www/tomcat/v10 : Makefile distinfo Log message: update to tomcat-10.1.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/11 02:08:11 Modified files: www/tomcat/v8 : Makefile distinfo Log message: update to tomcat-8.5.98 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/11 02:08:15 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.85 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/11 02:08:24 Modified files: www/phpldapadmin: Makefile distinfo Log message: update to phpldapadmin-1.2.6.7 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/11 02:48:05 Modified files: wayland/wayfire: Makefile Log message: wayland/wayfire: add missing BDEP on cmake wayfire has a BDEP on glm, but meson detects the latter via the .cmake files it ships.. found out by tb@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/11 02:52:19 Modified files: sys/dev/pci : if_qwx_pci.c Log message: handle MHI M1->M2 state transitions in qwx(4) When the device signals transition to state M1, the MHI driver may set the device into M2 state to save power. The MHI device will be woken up again by the driver ringing the wake doorbell register before doing PCI reads/writes, which qwx(4) already implements. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 04:43:07 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Try to improve RTR version negotiation. RFC8210 and especially draft-ietf-sidrops-8210bis are underspecified when it comes to inital version negotiation. The authors seem to have a very different view on how this works compared to the various RTR cache implementations. Reducing the version on any session close is a problem since it often leads to downgraded sessions where not needed. Instead require the server to send PDUs with their correct version (either a code 4 error, a cache response or cache reset pdu). Extensively tested against various modes of StayRTR. Also tested against routinator which is currently not following the spec (https://github.com/NLnetLabs/routinator/issues/919) and breaks on unknown versions. This is probably not the last change to make RTR version negotiation work but it is a step in the right direction. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/11 04:55:14 Modified files: usr.sbin/rpki-client: cert.c Log message: Make the -P option work for Trust Anchor certificates as well OK tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/01/11 05:31:37 Modified files: gnu/usr.bin/binutils-2.17/bfd: bfd-in2.h elf32-i386.c libbfd.h gnu/usr.bin/binutils-2.17/gas/config: tc-i386.c tc-i386.h gnu/usr.bin/binutils-2.17/include/elf: i386.h Log message: Add basic support for R_386_GOT32X Repairs ld.bfd operations on i386: since the switch to llvm-16 clang emits such relocations (eg one is present in /usr/lib/crtbegin.o). This unbreaks the build of ports/lang/fpc. Help and tests from tb@, ok tb@ kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 06:08:39 Modified files: usr.sbin/bgpd : bgpd.h rtr_proto.c Log message: Export the rtr session state as string. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 06:09:41 Modified files: usr.sbin/bgpctl: output.c output_json.c Log message: Display the exported rtr session state and fix a missing indent. OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/11 06:30:33 Modified files: lang/fpc : Makefile Log message: Drop BROKEN-i386: ld.bfd can be used again on that architecture You'll need a fresh snapshot or build binutils-2.17 from source. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/11 06:49:49 Modified files: sys/netinet : tcp_debug.c tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h Log message: Fix white spaces in TCP. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 07:11:03 Modified files: usr.sbin/bgpd : session.c Log message: Clear the last_sent_errcode, last_rcvd_errcode and last_reason when the session comes up instead of at the start of a connect. With this the last errors reported should stick around longer. Reported by linx.net, OK job@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/11 07:15:12 Modified files: sys/kern : uipc_domain.c uipc_socket.c uipc_socket2.c sys/net : pfkeyv2.c sys/netinet : in_proto.c sys/netinet6 : in6_proto.c sys/sys : domain.h protosw.h socketvar.h Log message: Use domain name for socket lock. Syzkaller with witness complains about lock ordering of pf lock with socket lock. Socket lock for inet is taken before pf lock. Pf lock is taken before socket lock for route. This is a false positive as route and inet socket locks are distinct. Witness does not know this. Name the socket lock like the domain of the socket, then rwlock name is used in witness lo_name subtype. Make domain names more consistent for locking, they were not used anyway. Regardless of witness problem, unique lock name for each socket type make sense. Reported-by: syzbot+34d22dcbf20d76629c5a@syzkaller.appspotmail.com Reported-by: syzbot+fde8d07ba74b69d0adfe@syzkaller.appspotmail.com OK mvs@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 07:34:49 Modified files: usr.sbin/bgpctl: output.c Log message: Move the 'Last received shutdown reason:' output a bit down where it makes more sense. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 08:38:05 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Clear the last errors after receiving a RTR_EVNT_END_OF_DATA event. Once the cache is synced we can assume that the errors are no longer relevant. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/11 08:46:25 Modified files: usr.sbin/bgpd : session.h control.c Log message: rename field ibuf to imsgbuf in struct ctl_conn OK tb@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/11 09:37:08 Modified files: net/gmid : Makefile distinfo net/gmid/pkg : PLIST gmid.rc Log message: update net/gmid to 2.0 Lots of improvements and new features, some bugfixes and breaking changes. Most notably, CGI support is removed. A certain degree of compatibility was kept, so most configuration should continue to work as-is, although they still need to be updated. Changelog: https://gmid.omarpolo.com/changelog.html CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/11 09:45:26 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Remove the evp_pkey_method() test This is a minimal test for an API that will be removed in a subsequent commit. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2024/01/11 10:12:58 Modified files: . : want.html Log message: add a request for a laptop CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/01/11 10:13:48 Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/dev/vmm : vmm.h Log message: fix build with VMM_DEBUG option ok dv@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/01/11 10:22:04 Modified files: sbin/ifconfig : ifconfig.8 Log message: ifconfig.8: reorder hwfeature list ok jmc@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/01/11 11:35:51 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.8.1 And fix the sed invocation in the post-extract target (upstream moved the relevant code to a different file some time ago). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/01/11 12:16:27 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c sys/arch/arm64/arm64: syscall.c sys/arch/m88k/m88k: trap.c sys/arch/mips64/mips64: trap.c sys/arch/powerpc/powerpc: trap.c sys/arch/powerpc64/powerpc64: syscall.c sys/arch/riscv64/riscv64: syscall.c sys/arch/sparc64/sparc64: trap.c Log message: Since no system call takes more than 6 arguments, and no more than one off_t argument, there is no need to process more than 6 arguments on 64-bit platforms and 8 on 32-bit platforms. Make the syscall argument gathering code simpler by removing never-used code to fetch more arguments from the stack, and local argument arrays when pointing to the trap frame does the job. ok guenther@ jsing@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/11 12:55:37 Modified files: sysutils/ruby-puppet: Makefile Removed files: sysutils/ruby-puppet/6: Makefile distinfo sysutils/ruby-puppet/6/patches: patch-install_rb patch-lib_puppet_defaults_rb patch-lib_puppet_gettext_config_rb patch-lib_puppet_provider_package_gem_rb patch-lib_puppet_provider_package_openbsd_rb patch-lib_puppet_provider_package_pip3_rb patch-lib_puppet_provider_package_pip_rb patch-lib_puppet_provider_service_openbsd_rb patch-lib_puppet_reference_configuration_rb patch-lib_puppet_util_rb patch-lib_puppet_util_run_mode_rb sysutils/ruby-puppet/6/pkg: MESSAGE PLIST Log message: bye bye Puppet 6, EOL since quite some time, we have Puppet 7 and it makes room for Puppet 8 long time ago no objections for removal from kn@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/11 17:57:54 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: Update pynetbox 7.2.0 -> 7.3.3 Changelog: https://github.com/netbox-community/pynetbox/releases/tag/v7.3.3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/11 17:58:21 Modified files: sysutils/tflint: Makefile distinfo Log message: Update tflint 0.50.0 -> 0.50.1 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.50.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/11 17:58:56 Modified files: sysutils/riemann: Makefile distinfo Log message: Update riemann 0.3.10 -> 0.3.11 Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:02:05 Log message: import ruby-faraday-net_http This gem is a Faraday adapter for the Net::HTTP library. Faraday is an HTTP client library that provides a common interface over many adapters. Every adapter is defined into it's own gem. This gem defines the adapter for Net::HTTP the HTTP library that's included into the standard library of Ruby. OK jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240112 N ports/www/ruby-faraday-net_http/Makefile N ports/www/ruby-faraday-net_http/distinfo N ports/www/ruby-faraday-net_http/pkg/DESCR N ports/www/ruby-faraday-net_http/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:04:01 Log message: import ruby-faraday-follow_redirects Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects. This gem will also work with Faraday 1.x, to support gem codebases which can work with Faraday 1.x or 2.x. OK jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240112 N ports/www/ruby-faraday-follow_redirects/Makefile N ports/www/ruby-faraday-follow_redirects/distinfo N ports/www/ruby-faraday-follow_redirects/pkg/DESCR N ports/www/ruby-faraday-follow_redirects/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:07:36 Modified files: www : Makefile Log message: Hook up ruby-faraday-follow_redirects and ruby-faraday-net_http unhook ruby-faraday_middleware CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:08:32 Removed files: www/ruby-faraday_middleware: Makefile distinfo www/ruby-faraday_middleware/pkg: DESCR PLIST Log message: remove obsolete ruby-faraday_middleware OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:09:54 Modified files: www/ruby-faraday: Makefile distinfo www/ruby-faraday/pkg: PLIST Log message: major update to 2.9.0 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:10:44 Modified files: devel/ruby-puppet_forge: Makefile distinfo devel/ruby-puppet_forge/pkg: PLIST Log message: update to 5.0.3 OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:11:57 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: update to 4.0.1 feedback and OK jeremy@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:31:18 Modified files: www/ruby-xmlrpc: Makefile distinfo www/ruby-xmlrpc/pkg: PLIST Log message: update to 0.3.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:33:33 Modified files: www/ruby-jwt : Makefile distinfo www/ruby-jwt/pkg: PLIST Log message: update to 2.7.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:35:22 Modified files: www/ruby-multipart-post: Makefile distinfo www/ruby-multipart-post/pkg: PLIST Log message: update to 2.3.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:39:27 Modified files: www/ruby-typhoeus: Makefile distinfo www/ruby-typhoeus/pkg: PLIST Log message: update to 1.4.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:41:25 Modified files: devel/ruby-semantic_puppet: Makefile distinfo devel/ruby-semantic_puppet/pkg: PLIST Log message: update to 1.1.0 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2024/01/12 01:47:46 Modified files: sys/nfs : nfs_syscalls.c Log message: nfssvc: When the client disconnects, close the socket before sleeping. If the server doesn't close the socket immediately and starts waiting for the client to reconnect, then the TCP connection will remain open. The client will have to wait for the connection to be closed in order to reconnect with the same source port; this never happens, resulting in a freeze until the file system is umounted. This change fixes Linux NFS clients freezing after 5 min of inactivity. ok miod, help from claudio CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:49:03 Modified files: security/py-fickling: Makefile distinfo security/py-fickling/pkg: PLIST Log message: update 0.0.7 -> 0.0.8 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:58:47 Modified files: devel/ruby-fast_gettext: Makefile distinfo devel/ruby-fast_gettext/pkg: PLIST Log message: update to 2.3.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 01:59:42 Modified files: devel/ruby-gettext-setup: Makefile distinfo devel/ruby-gettext-setup/pkg: PLIST Log message: update to 1.1.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 02:04:49 Modified files: devel/ruby-gettext: Makefile distinfo devel/ruby-gettext/pkg: PLIST Log message: update to 3.4.7, take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 02:20:44 Modified files: devel/ruby-zeitwerk: Makefile distinfo devel/ruby-zeitwerk/pkg: PLIST Log message: update 2.5.4->2.6.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/12 02:22:16 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-8.0.26, similar diff from Renaud Allard CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/12 03:48:03 Modified files: sys/kern : uipc_socket.c Log message: Send UDP packets in parallel. Sending UDP packets via datagram socket is MP safe now. Same applies to raw IPv4 and IPv6, and divert sockets. Switch sosend() from exclusive net lock to shared net lock in combination with per socket lock. TCP and GRE still use exclusive net lock. tested by otto@ and florian@ OK mvs@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/12 04:19:51 Modified files: usr.sbin/bgpd : session.c Log message: Convert the simple IMSG calls in session.c to the new imsg API. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/12 04:24:03 Modified files: regress/usr.bin/openssl: appstest.sh usr.bin/openssl: x509.c openssl.1 Log message: Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app The -set_issuer, -set_subject, and -force_pubkey features can be used to 'rechain' PKIs, for more information see https://labs.apnic.net/nro-ta/ and https://blog.apnic.net/2023/12/14/models-of-trust-for-the-rpki/ OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/12 05:33:48 Modified files: net/samba : Makefile distinfo Log message: Update to samba-4.19.4 Shared libs fix from bket@, tests and ok Ian McWilliam bket@ Release notes: https://www.samba.org/samba/history/samba-4.19.4.html CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/12 06:10:34 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo Log message: Update to samba-4.19.4 Shared libs fix from bket@, tests and ok Ian McWilliam bket@ Release notes: https://www.samba.org/samba/history/samba-4.19.4.html CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/12 06:16:48 Modified files: regress/usr.bin/openssl: appstest.sh Log message: appstest: Zap a trailing tab added in previous CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/12 08:42:55 Modified files: security/oath-toolkit: Makefile distinfo Log message: update to oath-toolkit-2.6.11 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 09:49:43 Log message: import textproc/ruby-erubi Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis, using the same basic algorithm, with a few differences. a new dependecy for the too quickly updated devel/ruby-gettext OK jeremy@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240112 N ports/textproc/ruby-erubi/Makefile N ports/textproc/ruby-erubi/distinfo N ports/textproc/ruby-erubi/pkg/DESCR N ports/textproc/ruby-erubi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/12 09:50:52 Modified files: textproc : Makefile Log message: hook up ruby-erubi CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/12 10:17:09 Modified files: devel/github-cli: Makefile distinfo Log message: update to github-cli 2.42.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/12 12:28:02 Modified files: lib/libcrypto/man: X509_STORE_CTX_set_flags.3 Log message: Remove X509_STORE_CTX_purpose_inherit(3) documentation This abomination of an API will be removed. Remove the hairy details of its internals and make the documentation of X509_STORE_CTX_set_trust(3) and X509_STORE_CTX_set_purpose(3) independent of it. Neither of these two remaining APIs can be recommended. Once set, trust and purpose are sticky. Setting the trust to a different (valid) value will indicate success but leave the value unchanged. I suppose it means the new trust value was successfully ignored. Also, setting the trust to X509_TRUST_DEFAULT can succeed or fail depending on which OpenSSL derivative you use. Setting the purpose will also set the trust (unless it is already set). Setting some purposes may or may not fail depending on the OpenSSL lib. The only way you have a chance of knowing what will be set is by calling only one of these functions directly after X509_STORE_CTX_init(). This isn't really safe either because in some versions the user can override the values stored in a global table by writing directly to it. The actual contributions here are rather minimal. State more explicitly that 0 is invalid (but results in success being returned), document the error values to be accurate across implementations and call out some of the nonsense in a CAVEATS section. Many thanks to schwarze for the very helpful review with lots of input. ok schwarze CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/01/12 13:21:09 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: Update gallery-dl to 1.26.6 from MAINTAINER grodziol Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.26.6 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/12 15:29:04 Modified files: sys/dev/pci/drm/include/linux: of_device.h Log message: add license; ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/12 15:45:52 Modified files: mail/swaks : Makefile distinfo Log message: Update to swaks-20240103.0 Improves TLS cert printing Drops the need for net/p5-IO-Socket-INET6 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2024/01/12 16:50:11 Modified files: usr.sbin/vmctl : vmctl.8 Log message: Clarify some behaviour for 'vmctl start' and 'vmctl reload' Clarify that vmctl start max memory is governed by the vmd(8) user's max datasize in /etc/login.conf and that vmctl reload only reloads state for non-running VMs. ok dv CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/12 19:38:21 Modified files: devel/sdl2-image: Makefile distinfo devel/sdl2-image/patches: patch-Makefile_in Log message: update to SDL_image 2.8.2, build-tested with all consumers CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/12 19:48:53 Modified files: games/tome4 : Makefile Log message: USE_NOBTCFI=Yes due to bundled luajit, fixes running on IBT hardware. In addition, previously observed blank window on start is also resolved, unclear if because of sdl2-image update or other previous work. ok kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:10:43 Log message: Import kpipewire-5.27.10 Comment: components relating to pipewire use in Plasma Description: KPipeWire: offers the main components to connect to and render PipeWire KPipeWireRecord: using FFmpeg, helps to record a PipeWire video stream into a file. Maintainer: Rafael Sadowski Tweaks and OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20240113 N ports/x11/kde-plasma/kpipewire/Makefile N ports/x11/kde-plasma/kpipewire/distinfo N ports/x11/kde-plasma/kpipewire/pkg/DESCR N ports/x11/kde-plasma/kpipewire/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:12:36 Modified files: x11/kde-plasma/plasma-desktop: Makefile Log message: Dependency cleanup CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:22:48 Modified files: x11/kde-plasma : Makefile Log message: +kpipewire CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:22:51 Modified files: x11/kde-plasma/plasma-workspace: Makefile Log message: Add kpipewire as dependency CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:22:55 Modified files: meta/kde : Makefile Log message: Add kpipewire to kde-plasma meta packages CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:22:59 Modified files: x11/kde-applications/spectacle: Makefile distinfo x11/kde-applications/spectacle/pkg: PLIST Removed files: x11/kde-applications/spectacle/patches: patch-src_QuickEditor_QuickEditor_cpp Log message: Update spectacle to 23.08.4 With KPipeWire as a dependency, we are able to update spectacle to the latest version CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:23:03 Modified files: x11/kde-applications/krfb: Makefile distinfo x11/kde-applications/krfb/pkg: PLIST Log message: Update krfb to 23.08.4 With KPipeWire as a dependency, we are able to update spectacle to the latest version. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 01:27:07 Modified files: x11/kde-applications/krfb: Makefile x11/kde-applications/spectacle: Makefile Log message: dependencies sport tweak spotted by kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 02:06:38 Modified files: x11/kde-applications/okteta: Makefile distinfo x11/kde-applications/okteta/pkg: PLIST Log message: Update okteta to 0.26.15 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/13 03:00:27 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: component.h platform_device.h Log message: Provide a more complete implementation of the "component" APIs. Also tweak the "platform" interfaces to stash away the bits of fdt_attach_args that we need later on instead of referencing it directly. This makes those interfaces usable after attach time. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/13 03:40:58 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/patches: patch-lib_facter_framework_core_file_loader_rb Log message: update 4.5.0->4.5.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 03:57:08 Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/evp: evp_names.c Log message: Add a table of cipher names, ciphers and aliases This arranges the data provided by dynamic library initialization in a static table and will help avoid gross code with missing error checking and other defects on every use of the library. This table isn't pretty due to various naming inconsistecies accumulated over the decades. It will significantly simplify the implementation of API such as EVP_get_cipherbyname() and EVP_CIPHER_do_all(). All the table does is map strings to ciphers, typically used on the openssl(1) command line or in code it's the mechanism that underlies the map from NID_chacha20 to the data returned by EVP_chacha20(). It's of course more complicated because it just had to be stupid. This is one of the places where the use of bsearch() is justified. The price to pay for the simplification is that adding custom aliases and custom ciphers to this table will no longer be supported. It is one significant user of the LHASH madness. That's just another piece of the awful "toolkit aspect"-guided misdesign that contributes to making this codebase so terrible. A corresponding table for the digests will be added in the next commit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:00:09 Modified files: lib/libcrypto/evp: evp_names.c Log message: Add a table of digest names, digests and aliases This is the corresponding commit for digests and their aliases. It only adds a table to be used in upcoming commits. What was said about ciphers applies mutatis mutandis to digests. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:08:39 Modified files: lib/libcrypto/evp: evp_names.c names.c lib/libcrypto/objects: o_names.c Log message: Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) This implements the do_all API by simple loops over the tables of digests and ciphers. Since some ciphers are only available on some platforms, we need to skip them if necessary. We use loops in each of the functions rather the convoluted way of reducing some of the loops to others. Since the tables are sorted, as ensured by regress, both do_all() and do_all_sorted() walk the lists in order. In particular, we no longer need to allocate to be able to sort hash tables by name on the fly in a void function that may end up doing nothing because allocation failed. We still need to do an unchecked OPENSSL_init_crypto() call. But that's what prayer and clean living are there for (as beck put it). The OBJ_NAME API is completely misnamed. It has little to do with objects and a lot to do with EVP. Therefore we implement what will remain from its saner replacement in the evp directory, i.e., evp_names.c. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:12:32 Modified files: lib/libcrypto/evp: evp_names.c names.c Log message: Reimplement EVP_get_{cipher,digest}byname() Instead of a hashtable lookup do a bsearch() over the static table. This needs about the same number of strcmp and is a lot simpler. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:18:52 Modified files: lib/libcrypto : Makefile crypto_init.c Removed files: lib/libcrypto/evp: c_all.c Log message: Stub out {OpenSSL,OPENSSL}_add* These serve no purpose anymore (and really haven't for many years) but will have to be kept since there's a number of software that still uses them because many years ago they had to. Relocate the stubs to crypto_init.c since library initialization's what they were there for. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:38:46 Modified files: lib/libcrypto/objects: o_names.c Log message: Remove the guts of the OBJ_NAME API With one exception, none of this is used anymore. All of it will be removed in the next major bump. The exception is OBJ_NAME_add(). scurity/xca ran into issues with their cert renewal logic because RSA certs had a way of mapping the signature algorithms to a hash, but a similar mechanism wasn't available for ECDSA certs. So xca uses EVP_add_digest_alias() to have corresponding aliases for ECDSA. This is a macro wrapping OBJ_NAME_add(). xca now has better logic using the more appropriate OBJ_find_sigid_algs() (which wasn't available back then). We will still add the alias entries that xca still adds ourselves to make sure there are no unexpected side effects. They make sense anyway. The diff will hopefully land in a few days. If your life depends on ECDSA cert renewal in xca please hold off on updating to a new snap. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/13 04:41:41 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.28 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:41:44 Modified files: lib/libcrypto/evp: names.c Log message: Remove OBJ_NAME_cleanup() calls from EVP_cleanup() This is a noop now, so no need to call it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/13 04:42:54 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.4.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:45:03 Modified files: lib/libcrypto/evp: names.c Log message: Remove most of EVP_add_{cipher,digest}() internals OBJ_NAME_add() is a noop now, so remove all calls and simplify the remainder of these two functions a bit. Intermediate step to a larger diff that was ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:48:16 Modified files: lib/libcrypto/evp: names.c Log message: Neuter EVP_add_{cipher,digest}() This makes them noops. They are used in the wild for adding ciphers that are always added by the library init code. This is a historic leftover. This removes the last (and only ever) calls to check_defer(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:55:31 Modified files: lib/libcrypto/evp: names.c lib/libcrypto/objects: obj_dat.c Log message: Garbage collect check_defer() This was a mechanism to ensure that OBJ_cleanup() doesn't remove the ASN1_OBJECT associated with a custom cipher or digest (that was added with EVP_add_{cipher,digest}(), while the latter is still referenced in the OBJ_NAME table. It had the effect that OBJ_cleanup() wasn't actually called ever from OPENSSL_cleanup() (it is only called if you load the OID conf module). Oh, and of course it was once part of the public API. I fixed that two years ago, almost exactly to the day. Still mentioned in OBJ_create.3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 04:57:51 Modified files: lib/libcrypto/evp: names.c lib/libcrypto/objects: obj_dat.c Log message: Remove obj_cleanup_defer With check_defer() gone, this is never set to anything but 0, so the two conditional branches it is still involved in are dead code. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 05:13:17 Modified files: lib/libcrypto/evp: evp_names.c names.c Log message: Open a garbage bin at the bottom of evp_names.c First to move is EVP_cleanup(), which should probably be moved to an evp_lib.c if such a file is reinstated. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 05:15:27 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: evp_names.c Removed files: lib/libcrypto/evp: names.c Log message: Move EVP_add_{cipher,digest}() to the trashcan They will await their removal in the next major bump. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/13 05:15:29 Modified files: security/p5-Net-SSLeay: Makefile distinfo Removed files: security/p5-Net-SSLeay/patches: patch-SSLeay_xs Log message: update p5-Net-SSLeay to 1.94 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 05:18:53 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: evp_names.c Removed files: lib/libcrypto/objects: o_names.c Log message: The OBJ_NAME API joins the party in evp_names.c ... and another file without license disappears. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/13 05:42:06 Modified files: net/p5-Net-eBay: Makefile distinfo net/p5-Net-eBay/patches: patch-MANIFEST Log message: update p5-Net-eBay to 0.62 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 05:46:59 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Prepare to remove the EVP_PKEY_meth_* API After removing the last caller of EVP_PKEY_meth_find() from libssl, none of these is used. And with EVP_PKEY_meth_new() gone, there will no longer be a way to get your hands onto an EVP_PKEY_METHOD that is writable, so none of the silent failures (because they're void functions) should matter in the few weeks until we bump. ok jsing CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/13 06:19:45 Modified files: devel/p5-Any-Moose: Makefile distinfo Log message: update p5-Any-Moose to 0.27 CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2024/01/13 06:59:18 Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Clean up EVP_MD_CTX_init() usage in ASN1_item_sign() ok tb@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/13 07:05:39 Modified files: devel/ruby-gettext: Makefile distinfo Log message: update 3.4.7 -> 3.4.9 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 07:10:42 Modified files: multimedia/synfigstudio: Makefile Log message: Regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 07:16:55 Modified files: graphics/libraw: Makefile distinfo Log message: Update LibRaw to 0.21.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/13 08:41:10 Modified files: lang/v : Makefile distinfo lang/v/pkg : PLIST Added files: lang/v/files : vself.v vup.v Removed files: lang/v/patches : patch-cmd_tools_vself_v patch-cmd_tools_vup_v patch-vlib_os_os_c_v patch-vlib_os_signal_default_c_v patch-vlib_os_signal_linux_c_v patch-vlib_sokol_c_declaration_c_v patch-vlib_v_gen_native_tests_native_test_v patch-vlib_v_util_util_v Log message: - update to v-0.4.4 - use standalone files for vup and vself instead of patching in our intended code as it's too likely to need merges with every update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/13 09:02:19 Modified files: misc/p5-Spreadsheet-ParseExcel: Tag: OPENBSD_7_4 Makefile distinfo misc/p5-Spreadsheet-ParseExcel/pkg: Tag: OPENBSD_7_4 DESCR PLIST Log message: MFC update to p5-Spreadsheet-ParseExcel-0.66 CVE-2023-7101 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/13 09:21:39 Modified files: net/i2pd : Makefile distinfo Log message: Update to i2pd 2.50.2 https://github.com/PurpleI2P/i2pd/compare/2.50.0...2.50.2 from openbsd systemfailure.net CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 09:32:53 Modified files: lib/libcrypto/stack: stack.c Log message: Move errno.h inclusion where it belongs CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 10:04:29 Modified files: lib/libcrypto : crypto_init.c Log message: Remove calls to OpenSSL_add_all_{ciphers,digests}() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 10:50:01 Modified files: lib/libssl/man : BIO_f_ssl.3 Log message: BIO_f_ssl.3: Remove explicit library initialization CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 11:37:51 Modified files: lib/libssl/man : BIO_f_ssl.3 Log message: Remove mention of a refcount bug Said bug was fixed in OpenSSL 1.0.0, released 14 years ago. It is of course unsurprising that you may accidentally increment the refcount if your idiom for decrementing it is CRYPTO_add(&bio-references, -1, CRYPTO_LOCK_BIO)). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 12:06:20 Modified files: lib/libcrypto/man: OBJ_create.3 Log message: Remove check{,obj_cleanup}_defer documentation Both check_defer() and the global variable obj_cleanup_defer were removed from the public API two years ago. Now they were removed from the internals as well, simplifying the cleanup process greatly. We no longer need them to have a chance to understand the cleanup process. Also remove references to EVP_cleanup() since this has long been deprecated and now it doesn't clean up things anymore. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2024/01/13 12:24:41 Modified files: net/tailscale : Makefile distinfo modules.inc net/tailscale/pkg: PLIST Log message: Update net/tailscale to 1.56.1 Changelogs: https://github.com/tailscale/tailscale/releases/tag/v1.50.1 https://github.com/tailscale/tailscale/releases/tag/v1.52.0 https://github.com/tailscale/tailscale/releases/tag/v1.52.1 https://github.com/tailscale/tailscale/releases/tag/v1.54.0 https://github.com/tailscale/tailscale/releases/tag/v1.54.1 https://github.com/tailscale/tailscale/releases/tag/v1.56.0 https://github.com/tailscale/tailscale/releases/tag/v1.56.1 - Add tsidp. An OpenID Connect relaying party tool. - Drop myself as MAINTAINER since I haven't been keeping up with things. Original diff from Adriano Barbosa barbosa dot aob at gmail dot com tweaks from myself. Thanks Adriano! CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/13 12:44:25 Modified files: security/hcxtools: Makefile distinfo security/hcxtools/pkg: PLIST Log message: update 6.2.7 -> 6.3.2 switch to use openssl 3.1 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:49:16 Modified files: lang/ghc : Makefile distinfo lang/ghc/patches: patch-compiler_GHC_Unit_State_hs patch-testsuite_driver_testlib_py patch-testsuite_tests_codeGen_should_run_all_T lang/ghc/pkg : PLIST Added files: lang/ghc/patches: patch-compiler_GHC_Driver_Pipeline_Execute_hs patch-hadrian_bootstrap_bootstrap_py patch-hadrian_hadrian_cabal patch-hadrian_src_Oracles_Setting_hs patch-rts_sm_HeapAlloc_h patch-rts_sm_Storage_h Removed files: lang/ghc/patches: patch-compiler_GHC_Linker_Loader_hs patch-docs_users_guide_ghc_config_py_in patch-ghc_mk patch-mk_install_mk_in patch-testsuite_mk_test_mk patch-utils_deriveConstants_Main_hs patch-utils_genprimopcode_Main_hs patch-utils_iserv_ghc_mk Log message: Switch lang/ghc to 9.6.4 The massive change is due to upstream switching to a new build system called hadrian. It needs to be bootrapped separately and its sources are kept as a bootstrap bundle. Documentation is no longer deemed worth packaging due to space and time overhead compared to its utility. Most of the work happened at h2k23, so this is a belated thank you to University of Coimbra and the portuguese usual suspects. OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:49:27 Modified files: devel/cabal-install: Makefile distinfo devel/cabal-install/files: openbsd.json Log message: Upgrade cabal-install to be compatible with ghc-9.6 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:49:37 Modified files: devel/git-annex: Makefile distinfo Log message: Make git-annex compatible with ghc-9.6 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:49:47 Modified files: devel/cpphs : Makefile distinfo Log message: Bump cpphs to allow building with ghc-9.6 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:49:58 Modified files: devel/hasktags : Makefile distinfo Log message: Upgrade hasktags to 0.73.0 compatible with ghc-9.6 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:50:06 Modified files: devel/cabal : cabal.port.mk Log message: Repair main cabal package revision cabal file This looks like a "how could this ever have worked" problem. It is only ever exercised if a file needs to be fetched. Once in distfiles we won't notice when it's broken. OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/13 12:50:17 Modified files: devel/darcs : Makefile distinfo Added files: devel/darcs/patches: patch-src_Darcs_Patch_Annotate_hs patch-src_Darcs_Patch_Index_Monad_hs patch-src_Darcs_UI_Commands_Log_hs patch-src_Darcs_Util_Compat_hs patch-src_Darcs_Util_Tree_Hashed_hs patch-src_Darcs_Util_Tree_Monad_hs Log message: Bump darcs for ghc-9.6 openFd API change is not compatible, so this goes in after the switch. OK kili@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/13 12:57:38 Modified files: lib/libcrypto/x509: x509_trs.c Log message: Prepare for removing most of the X509_TRUST API X509_check_trust() is of course used by the verifier. Unfortunately M2Crypto exposes it. The only other part of the X509_TRUST API that are still needed are the X509_TRUST_* macros in x509.h, as they are used via *_set_trust and indirectly via the purpose stuff. The rest will be removed. X509_TRUST_add() was defanged recently, in particular it no longer hangs strdup()'ed strings off the global struct. Nothing ever cleaned these up. TRUST_cleanup() attempted to do so, but since it checked the dynamic/dynamic strings flags in the wrong order, that cleanup call ended up doing nothing, so that code was removed at some point. As a consequence, the struct can now be made const. Use a CTASSERT() to ensure size assumptions on X509_TRUST_COUNT, X509_TRUST_MAX, and X509_TRUST_MIN hold true. Remove the global variable underlying X509_TRUST_set_default()'s functionality and move its accessor down to all the other functions that will be deleted. Inline a few things in X509_check_trust(), so we can excise the internals of X509_TRUST_get0(), X509_TRUST_get_by_id(). Since the default trust function can no longer be changed, call obj_trust() directly. ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/13 13:32:55 Removed files: graphics/libraw/patches: patch-src_decoders_fp_dng_cpp Log message: I forgot to remove the patch from cvs in preveuse update commit. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/13 17:57:30 Modified files: graphics/png : Makefile distinfo Log message: update to png 1.6.40; OK rsadowski naddy CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/13 20:08:28 Modified files: games/legendary: Makefile distinfo Log message: update to legendary 0.20.34 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/14 01:33:58 Modified files: sysutils/openbsdisks2: Makefile distinfo Log message: Update OpenBSDisks2 to 0.5.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/14 02:39:03 Modified files: libexec/ld.so : loader.c Log message: Whenever we have a libc major bump, we run the risk that dependent shared libraries will request a different (major) libc version from the one requested by the binary itself. For various reasons loading multiple libc versions is not a good idea, and since the introduction of msyscall(2) support, system calls will only work when called from one of the two loaded libcs. This really means that when we have a libc major bump, users must update all dynamic executables and shared libraries in the system. However, to ease this transition, change ld.so to only load the first libc version that we encounter (in a breadth first sense) and substitute that libc version for all further loads of libc, even if different versions are requested. This is done silently since I can't come up with a good warning message. In practice this means the libc version requested by the executable itself will be loaded. This means that shared libraries may fail to load if they use a symbol that has been removed. But given the constraints, this is the best that we can do. Even when we bump the libc major, the set of changes is typically small and most binaries and shared libraries will continue to run and allow the user to run pkg_add -u without any fallout. ok deraadt@, gkoehler@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2024/01/14 03:19:11 Modified files: games/godot4 : Makefile games/godot4/patches: patch-SConstruct Log message: Instead of setting BINSUFFIX to values that don't always make sense, just remove it from being set on binaries. We don't care, and we don't do cross-compiling or share an object tree between architectures. Fixes the build on arm64, possibly others. While here, update the C++ comment to C++17. OK op@ (MAINTAINER), thfr@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/14 06:34:21 Modified files: games/fs2open : Makefile distinfo games/fs2open/patches: patch-cmake_toolchain-clang_cmake patch-cmake_toolchain-gcc_cmake patch-code_CMakeLists_txt patch-lib_imgui_CMakeLists_txt Added files: games/fs2open/patches: patch-lib_imgui_backends_imgui_impl_opengl3_loader_h Removed files: games/fs2open/patches: patch-lib_vulkan-hpp_vulkan_vulkan_hpp Log message: update to fs2open 23.2.1; re-enable building with vulkan besides GL. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 08:43:44 Modified files: devel/glib2 : Makefile Log message: Add BDEP on shells/bash-completion to prevent dpb91) junking. Reported by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 09:08:20 Modified files: devel/libpeas2 : Makefile distinfo Log message: Update to libpeas2-2.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 09:08:36 Modified files: devel/libidn : Makefile distinfo devel/libidn/pkg: PLIST Log message: Update to libidn-1.42. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 09:13:09 Modified files: mail/sendmail : Makefile distinfo Removed files: mail/sendmail/patches: patch-libsm_ldap_c Log message: Update to sendmail-8.18.0.6. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/14 10:11:55 Modified files: sys/sys : sched.h Log message: sys/sched.h: conceal struct schedstate_percpu definition from userspace struct schedstate_perpcu contains struct clockintr pointers. struct clockintr is not defined in userspace, so move schedstate_percpu into the _KERNEL guard to hide it from userspace. Nothing in base userspace uses schedstate_percpu. Thread: https://marc.info/?l=openbsd-tech&m=169861224916185&w=2 ok claudio@ millert@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/14 10:23:56 Modified files: sys/sys : sched.h Log message: sys/sched.h: conceal inclusion from userspace Nothing outside of the _KERNEL guard in needs , so move its inclusion under _KERNEL. Requested by claudio@. Link: https://marc.info/?l=openbsd-tech&m=169937494818685&w=2 ok claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:26:43 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:26:51 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:27:40 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:28:25 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-459.0.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/14 10:28:45 Modified files: multimedia/libv4l: Makefile distinfo multimedia/libv4l/patches: patch-lib_libv4lconvert_Makefile_in Log message: update to libv4l 1.22.1; OK rsadowski https://git.linuxtv.org/v4l-utils.git/tree/ChangeLog?h=stable-1.22 first small steps, 1.24 needs patching, 1.26 dropped autoconf for meson CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:32:32 Modified files: textproc/libxml++: Makefile distinfo Log message: Update to libxml++-2.42.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:50:23 Modified files: textproc/libxml++40: Makefile distinfo Log message: Update to libxml++40-4.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 10:52:12 Modified files: textproc/libxml++50: Makefile distinfo Log message: Update to libxml++50-5.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 11:04:39 Modified files: x11/gnome/libpanel: Makefile distinfo Log message: Update to libpanel-1.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 11:09:46 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-3.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 11:14:43 Modified files: net/telepathy/folks: Makefile distinfo Log message: Update to folks-0.15.7. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/14 11:40:24 Modified files: lib/libcrypto/cms: cms_enc.c cms_env.c cms_ess.c cms_pwri.c Log message: Tidy a few more includes in cms/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 11:51:47 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.54.15. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/14 13:40:45 Modified files: www/sope : Makefile distinfo Log message: update 5.8.4 -> 5.9.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/14 13:41:13 Modified files: devel/p5-Devel-MAT: Makefile distinfo devel/p5-Devel-MAT/pkg: PLIST Log message: update p5-Devel-MAT to 0.52 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/14 13:42:18 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.6. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/14 13:49:18 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Log message: update 5.8.4 -> 5.9.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/14 13:53:27 Modified files: net/ruby-public_suffix: Makefile distinfo net/ruby-public_suffix/pkg: PLIST Log message: update 5.0.3 -> 5.0.4 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/14 14:09:27 Modified files: devel/ruby-concurrent-ruby: Makefile distinfo devel/ruby-concurrent-ruby/pkg: PLIST Log message: update 1.1.10 -> 1.2.2 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/14 18:15:37 Modified files: sys/kern : kern_clockintr.c sys/sys : clockintr.h Log message: clockintr: move CLST_IGNORE_REQUESTS from cl_flags to cq_flags In the near future, we will add support for destroying clockintr objects. When this happens, it will no longer be safe to dereference the pointer to the expired clockintr during the dispatch loop in clockintr_dispatch() after reentering cq_mtx. This means we will not be able to safely check for the CLST_IGNORE_REQUESTS flag. So replace the CLST_IGNORE_REQUESTS flag in cl_flags with the CQ_IGNORE_REQUESTS flag in cq_flags. The semantics are the same. Both cl_flags and cq_flags are protected by cq_mtx. Note that we cannot move the CLST_IGNORE_REQUESTS flag to cr_flags in struct clockrequest: that member is owned by the dispatching CPU and is not mutated with atomic operations. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/14 19:35:23 Modified files: sys/dev/fdt : virtio_mmio.c sys/dev/pci : virtio_pci.c Log message: vio(4): poll device status after issuing device reset. The virtio spec says a driver "should" wait for a device to report a clear device status after performing a reset. In some hypervisors, this doesn't matter as the vcpu's io instruction emulation and virtio network device emulation happen serially in the same thread. In hypervisors like vmd(8), device reset happens asynchronously and the driver can't assume the device is ready. This race condition results in mbuf pool corruption, causing panics. Bug reported and reproduced by bluhm@. Root cause found and diff from sf@. ok dv@ and committed on sf@'s behalf with his permission. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/01/14 23:20:53 Added files: wayland/libei/patches: patch-meson_build Log message: Fix libei build when libevdev-openbsd is installed. No REVISION bump as the package doesn't change if it builds. ok and suggestion aja@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/01/14 23:25:19 Modified files: wayland/libevdev-openbsd: Makefile Log message: Document ports that have libevdev explicitely disabled, like for libinput-openbsd. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/14 23:45:47 Modified files: graphics/libgphoto2: Makefile graphics/libgphoto2/pkg: PLIST Log message: Disable doxygen docs Upcoming Doxygen 1.10.0 produce md5 checksum issues. OK kn@, ajacoutot@ (maintainer) CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/01/14 23:51:55 Modified files: regress/sys/netinet/carp: carp_subr Log message: Increase wait until threshold. Should hopefully make these tests more stable. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/01/14 23:57:07 Modified files: gnu/usr.bin/binutils-2.17/include/opcode: i386.h Log message: From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemble endbr{64,32} "sure" dv@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/15 00:00:12 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-dom_webauthn_authrs_bridge_src_lib_rs Log message: www/mozilla-firefox: drop patch that should have been removed in previous and bump REVISION to make sure the 7.4-stable package is rebuilt. sadly, if it finds a patch that has been applied upstream, our patch(1) 'silently' reverts it... Patching file dom/webauthn/authrs_bridge/src/lib.rs using Plan A... Reversed (or previously applied) patch detected! Assume -R? [y] Hunk #1 succeeded at 1045. CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2024/01/15 00:23:32 Modified files: sbin/pfctl : pfctl.c pfctl_parser.h pfctl_table.c Log message: Currently 'pfctl -a "*" -sr' recursively walks anchor tree and shows rules found in every anchor. This commit introduces the same behavior for tables. Command 'pfctl -a "*" -sT' prints all tables attached to every anchor loaded to pf(4). Inconsistency has been noticed by Klemens (kn@). OK @bluhm, OK @kn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/15 00:41:32 Modified files: x11/xfce4/xfce4-notes: Makefile distinfo x11/xfce4/xfce4-notes/pkg: PLIST Log message: x11/xfce4/xfce4-notes: update to 1.11.0 see https://mail.xfce.org/pipermail/xfce-announce/2024-January/001361.html CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 01:05:51 Modified files: mail/postfix/stable35: Makefile mail/postfix/stable35/patches: patch-src_tls_tls_misc_c Log message: postfix/stable35: avoid EVP_add_digest() calls ok brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 01:09:12 Modified files: mail/exim : Makefile mail/exim/patches: patch-src_dane-openssl_c Log message: exim: avoid EVP_add_digest() calls ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:09:41 Modified files: multimedia/pipewire/pipewire: Makefile distinfo Log message: Update to pipewire-1.0.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 01:11:26 Added files: mail/exim/patches: patch-src_tls-openssl_c Log message: exim: add patch missed in previous CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:18:25 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:18:39 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:21:42 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: Update to iso-codes-4.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:30:20 Modified files: print/brlaser : Makefile distinfo Log message: Update to brlaser-6.2.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 01:35:11 Modified files: textproc/libxml++50: Makefile distinfo Log message: Update to libxml++50-5.2.0. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/15 01:56:46 Modified files: sys/dev/pci : if_bnxt.c Log message: The maximum number of ring slots a tx packet can use is 32, which is indicated by writing 0 to the 5 bit 'BD count' field in the first slot. Accordingly, mask the value we're writing there. Each packet uses one slot for offload information and then one per DMA segment, which means the maximum number of DMA segments must be 31 rather than 32. Trying to send a packet using 33 slots makes the nic firmware very upset. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/15 01:57:16 Modified files: productivity/minder: Makefile distinfo Log message: update productivity/minder to 1.16.1 changelog: and . CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/15 02:01:17 Modified files: lang/clojure : Makefile distinfo Log message: update lang/clojure to 1.11.1.1435 deps.edn files are now validated against specs and empty deps.edn are treated as {}. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/15 02:22:29 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.8.3. see https://github.com/OSGeo/gdal/blob/v3.8.3/NEWS.md CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/15 02:38:46 Modified files: audio/pulseaudio: Makefile distinfo audio/pulseaudio/patches: patch-meson_build patch-src_modules_meson_build patch-src_pulsecore_core-util_c audio/pulseaudio/pkg: PLIST Log message: Update to pulseaudio-17.0. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/15 04:55:26 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: A cache can send a 'NO_DATA_AVAILABLE' error during version negotiation so handle this case as well. This error triggers an RTR_EVNT_NO_DATA event that moves the session to RTR_STATE_ESTABLISHED (and out of negotiation). When there is no data available the session_id remains unset until data becomes available. So handle this case not only in rtr_parse_cache_response() but also in rtr_parse_notify(). RTR_EVNT_NO_DATA arms the RTR_EVNT_TIMER_RETRY timer. On expiry send a reset or serial query depending on the cache session state. OK tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/15 04:58:45 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: cpu.h Log message: We can't call kstat_create(9) when bringing up the secondary CPUs as it uses an rwlock and curproc isn't initialized yet for these CPUs at this point. As a result we hit a "locking against myself" panic if there is any lock contention. Fix this by adding a new ci_midr member to struct cpu_info which gets initialized when we identify the CPUs and use that to attach the kstat stuff. ok tobhe@, dlg@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:47:05 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac mail/grommunio/gromox/pkg: PLIST-main Log message: update to 2.21 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:47:45 Modified files: mail/grommunio/dav: Makefile distinfo mail/grommunio/dav/patches: patch-vendor_autoload_php patch-vendor_composer_autoload_classmap_php patch-vendor_composer_autoload_static_php Log message: update to git HEAD of upstream to include bugfixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:48:02 Modified files: mail/grommunio/admin-api: Makefile distinfo Log message: update to git HEAD of upstream to include bugfixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:48:15 Modified files: mail/grommunio/sync: Makefile distinfo Log message: update to git HEAD of upstream to include bugfixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:48:26 Modified files: mail/grommunio/web: Makefile distinfo mail/grommunio/web/pkg: PLIST Log message: update to git HEAD of upstream to include bugfixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/15 05:49:46 Modified files: mail/grommunio/dav: Makefile mail/grommunio/mapi-header-php: Makefile mail/grommunio/sync: Makefile mail/grommunio/web: Makefile Log message: use tabs instead of spaces CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 05:51:47 Modified files: multimedia/pipewire/helvum: Makefile Added files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_libspa-0_7_2_src_pod_parser_rs Log message: helvum: pull in upstream commit to fix build on 32-bit systems ok aja, tested & ok sthen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/15 06:27:20 Modified files: sys/arch/arm64/dev: aplhidev.c Log message: Fetch touchpad dimensions from firmware instead of hardcoding the values for the original 13" M1 MacBook. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/15 06:31:12 Modified files: audio/spotifyd : Makefile audio/spotifyd/patches: patch-src_main_rs Log message: use idiomatic promise strings instead of Rust flag and vectors CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/15 08:00:13 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Switch to EVP_CIPHER_do_all() now that snaps are available on most arches CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/15 08:09:57 Modified files: regress/lib/libcrypto/evp: evp_pkey_cleanup.c Log message: Run the pkey cleanup test also for {Ed,X}25519 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/01/15 08:29:00 Modified files: sbin/iked : ca.c config.c iked.c iked.h ikev2.c types.h Log message: Include cert_partial_chain in iked_static instead of sending a separate message. from markus@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/15 08:44:50 Modified files: usr.sbin/bgpd : rde.c Log message: Convert the simple bits of imsg handling over to the new imsg API. OK tb@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/15 08:47:37 Modified files: sys/kern : kern_exit.c kern_fork.c kern_proc.c kern_sysctl.c sys/sys : proc.h Log message: Introduce priterator(), the `ps_list' iterator. Some of `allprocess' list walkthroughs have context switch within, so make exit1() wait until the last reference released. Reported-by: syzbot+0e9dda76c42c82c626d7@syzkaller.appspotmail.com ok bluhm claudio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/15 09:57:31 Modified files: sys/arch/arm64/dev: rtkit.c Log message: Add support for bringing up RTKit while !cold. ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/15 10:03:59 Modified files: lang/ghc : Makefile Log message: Work around utf8 related breakage in lang/ghc More at https://gitlab.haskell.org/ghc/ghc/-/issues/17755 Reported and tested by naddy@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/15 10:21:41 Modified files: games/naev : Makefile distinfo Log message: update to naev-0.11.2 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/01/15 10:42:17 Modified files: devel/cabal : cabal.port.mk devel/git-annex: Makefile productivity/hledger: Makefile Log message: Set LC_ALL=en_US.UTF-8 centrally for all cabal.port.mk users The set of users has been growing and some of them hit problems inconsistently depending on machine state. There's no obvious downside to having it always set. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/01/15 11:03:39 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Make sure to return a proper string in ai_canonname. When we made sure that getaddrinfo(3) always resolves "localhost" to the loopback address we forgot to set ai_canonname if AI_CANONNAME or AI_FQDN is set. On a successful call ai_canonname has to be a NUL-terminated string if either of those flags are set. Problem observed by a@alexis-fouilhe.fr in smtpd(8) with a hostname of "localhost". OK millert CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 11:17:50 Modified files: security/xca : Makefile Added files: security/xca/patches: patch-widgets_MainWindow_cpp Log message: security/xca prepare for next libcrypto bump Do not call EVP_add_digest_alias(). This has no effect anymore. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/15 11:21:10 Modified files: lang/php/7.4 : Makefile lang/php/7.4/patches: patch-ext_openssl_openssl_c lang/php/8.0 : Makefile lang/php/8.0/patches: patch-ext_openssl_openssl_c Log message: PHP 7.4 and 8.0: avoid calling EVP_add_cipher() This was only called by accident because the constant they compared the OPENSSL_VERSION_NUMBER against had a 0 too many for ancient breakage I didn't bother to track down. EVP_add_cipher() will go away and break the build. ok sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/15 11:45:45 Modified files: games/tome4 : Makefile distinfo Log message: update to tome4 1.7.6; OK thfr CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/15 14:32: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.4 Avoid indirect branches into the assembly routines by using C wrappers, relieving us of the need to care for bti / endbr instructions for control flow integrity. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/01/15 14:37:58 Modified files: sbin/iked : ikev2.c Log message: Add debug message for no policy found. In this case iked would just silently drop incomming connections. Thus, the user has a chance to figure out whats going on. ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/15 15:01:23 Removed files: 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: actually remove empty patches pointed out by jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/15 15:57:19 Modified files: sysutils/restic: Makefile distinfo modules.inc sysutils/restic/pkg: PLIST Log message: update to restic-0.16.3 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/01/15 23:40:07 Modified files: regress/sys/net/pf_table: Makefile Log message: Cope with recent changes to pfctl output. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/16 00:40:41 Modified files: x11/kde-applications/spectacle: Makefile Log message: Add plasma-wayland-protocols to fix the build Spotted by naddy CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/16 00:41:24 Modified files: x11/kde-applications/krfb: Makefile Log message: Depends on libinput-openbsd at build time Spotted by naddy CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/16 01:24:28 Modified files: mail/grommunio/gromox: Makefile Log message: remove unused dependency on py-jwt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 01:58:47 Modified files: geo/traccar : Makefile distinfo geo/traccar/pkg: PLIST Log message: update to traccar-5.11, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/16 02:19:18 Log message: Import devel/c2ffi 16.0.0.0 ok tb@ Description: This is a tool for extracting definitions from C, C++, and Objective C headers for use with foreign function call interfaces. There are generally two steps to using `c2ffi`: - Generate output for a particular header or file, gathering macro definitions (with the `-M .c` parameter) - Generate output for macro definitions by running `c2ffi` again on the *generated* file (without `-M`) Currently JSON is the default output. This is in a rather wordy hierarchical format, with each object having a "tag" field which describes it. All objects are contained in an array. This should make it fairly easy (or at least far easier than parsing C yourself) to transform into language-specific bindings. The following language bindings exist for `c2ffi`: - [cl-autowrap](https://github.com/rpav/cl-autowrap/): Create bindings in Common Lisp from a `.h` with `c2ffi` using a simple `(c-include "file.h")` - [c2ffi-ruby](https://github.com/rpav/c2ffi-ruby): Uses the JSON from c2ffi to produce a nicely-formatted Ruby file for ruby-ffi. Status: Vendor Tag: semarie Release Tags: semarie_20240116 N ports/devel/c2ffi/Makefile N ports/devel/c2ffi/distinfo N ports/devel/c2ffi/pkg/DESCR N ports/devel/c2ffi/pkg/PLIST N ports/devel/c2ffi/patches/patch-CMake_setup_post_project_cmake N ports/devel/c2ffi/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/01/16 02:22:15 Modified files: devel : Makefile Log message: hook c2ffi CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/01/16 03:23:27 Log message: The FORT validator is an MIT-licensed RPKI Relying Party, offered as part of the FORT project. While rpki-client from base covers all our RPKI needs it is good to have other RP software available for testing. OK tb@ sthen@ Status: Vendor Tag: claudio Release Tags: claudio_20240116 N ports/net/fort/Makefile N ports/net/fort/distinfo N ports/net/fort/pkg/DESCR N ports/net/fort/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/01/16 03:26:49 Modified files: net : Makefile Log message: add fort CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 03:37:09 Modified files: net/lldpd : Makefile distinfo Log message: update to lldpd-1.0.18 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 03:50:01 Modified files: multimedia/py-chromecast: Makefile distinfo multimedia/py-chromecast/pkg: PLIST Log message: Update to py3-chromecast-13.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 03:55:40 Modified files: textproc/libxml: Makefile distinfo Log message: Update to libxml-2.12.4. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/16 04:19:36 Modified files: textproc/mupdf : Makefile textproc/mupdf/patches: patch-source_helpers_pkcs7_pkcs7-openssl_c Log message: mupdf: do not call EVP_add_digest(); it will be removed. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/16 04:20:16 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: zathura: bump so it picks up the change in mupdf CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 05:20:24 Modified files: x11/gnome/text-editor: Makefile distinfo Log message: Update to gnome-text-editor-45.2. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/16 05:21:02 Modified files: sys/dev/pci : if_iwmreg.h Log message: Fix clang warning about possible unaligned access on arm64. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 05:22:26 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_rpc_virnetsocket_c patch-src_storage_storage_util_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-10.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 05:22:36 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-10.0.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/16 05:34:23 Modified files: xserver/Xi : exevents.c xichangehierarchy.c xiquerypointer.c xserver/dix : devices.c enterleave.c xserver/glx : glxcmds.c xserver/hw/kdrive/ephyr: ephyrcursor.c Log message: Multiple issues have been found in the X server and Xwayland implementations: 1) CVE-2023-6816 can be triggered by passing an invalid array index to DeviceFocusEvent or ProcXIQueryPointer. 2) CVE-2024-0229 can be triggered if a device has both a button and a key class and zero buttons. 3) CVE-2024-21885 can be triggered if a device with a given ID was removed and a new device with the same ID added both in the same operation. 4) CVE-2024-21886 can be triggered by disabling a master device with disabled slave devices. 5) CVE-2024-0409 can be triggered by enabling SELinux xserver_object_manager and running a client. 6) CVE-2024-0408 can be triggered by enabling SELinux xserver_object_manager and creating a GLX PBuffer. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/01/16 05:42:37 Modified files: wayland/xwayland: Makefile distinfo Log message: Update to xwayland-23.2.4 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/16 06:07:30 Modified files: usr.bin/file : file.c Log message: Use imsg_get_fd() and adjust cleanup code accordingly. OK nicm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/16 06:09:11 Modified files: usr.bin/tmux : proc.c server-client.c Log message: Use imsg_get_fd() instead of direct access to imsg.fd The change in proc.c can be further simplified once imsg_free() takes care of unclaimed file descriptors. OK nicm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/16 06:14:26 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/16 06:15:31 Modified files: usr.sbin/bgpd : logmsg.c session.c session.h Log message: Switch session_notification() over to use a struct ibuf to carry the extra data. With this IMSG_UPDATE_ERR can use the new imsg API. Introduce session_notification_data() for the few cases where there is no ibuf readily available. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 06:16:51 Modified files: x11/tigervnc : Makefile distinfo Added files: x11/tigervnc/patches: patch-unix_xserver_os_access_c Log message: Build TigerVNC against newer xorg-server (v21.1.10); Matt Buchanan was seeing a SIGSEGV when using the mouse wheel to scroll rapidly through the scrollback in xterm/xfce-terminal with xfwm4 which he found was fixed with the newer version. Similar to his diff but I patched to fix build on OpenBSD (due to sockpeercred vs ucred issue) differently. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 06:18:05 Modified files: x11/tigervnc : Tag: OPENBSD_7_4 Makefile distinfo Added files: x11/tigervnc/patches: Tag: OPENBSD_7_4 patch-unix_xserver_os_access_c Log message: MFC xorg-server update for crash fix in TigerVNC CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/16 06:33:13 Modified files: usr.sbin/snmpd : proc.c snmpd.h snmpe.c Log message: Convert to imsg_get_fd() and remove unused proc_forward_imsg(). OK martijn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/16 07:35:56 Modified files: usr.sbin/btrace: bt_parse.y Log message: Handle variable names (things strating with $ or @) in yylex() this way the error handling of strange variable names can be better controlled. With and OK dv@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 07:48:26 Modified files: misc/py-memcached: Makefile distinfo misc/py-memcached/pkg: PLIST Log message: update to py3-memcached-1.62 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 07:51:31 Modified files: security/scrypt: Makefile distinfo Log message: update to scrypt-1.3.2 fix SITES, broken when HOMEPAGE was changed previously CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/16 07:52:40 Modified files: devel/py-hatch-fancy-pypi-readme: Makefile distinfo Log message: update to py3-hatch_fancy_pypi_readme-24.1.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/16 08:11:42 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-vendor_openssl-sys-0_9_90_src_handwritten_x509_rs Log message: lang/rust: pull in another rust-openssl commit to prepare libcrypto bump discussed with semarie CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/16 09:33:58 Modified files: math/py-numpy : Makefile distinfo math/py-numpy/patches: patch-numpy_core_setup_common_py math/py-numpy/pkg: PLIST Added files: math/py-numpy/patches: patch-numpy_core_src_common_simd_neon_memory_h Log message: Update to py-numpy 1.25.2 Tested on amd64, arm64, i386, riscv64 and sparc64 with sthen doing a bulk on i386. Let's sort out the remaining fallout in tree. from daniel who did the heavy lifting tested & ok jca sthen tb CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/16 12:01:21 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.8.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/16 12:05:01 Modified files: sys/sys : exec.h proc.h syscall_mi.h sys/kern : exec_elf.c kern_exec.c kern_exit.c kern_fork.c sys/uvm : uvm_map.c uvm_map.h uvm_mmap.c Log message: The kernel will now read pinsyscall tables out of PT_OPENBSD_SYSCALLS in the main program or ld.so, and accept a submission of that information for libc.so from ld.so via pinsyscalls(2). At system call invocation, the syscall number is matched to the specific address it must come from. ok kettenis, gnezdo, testing of variations by many people CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/16 12:07:31 Modified files: libexec/ld.so : library.c library_mquery.c loader.c resolve.c resolve.h Log message: Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table for pinsyscalls(2). ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: mlarkin@cvs.openbsd.org 2024/01/16 12:07:52 Modified files: xserver/Xi : Tag: OPENBSD_7_3 exevents.c xichangehierarchy.c xiquerypointer.c xserver/dix : Tag: OPENBSD_7_3 devices.c enterleave.c xserver/glx : Tag: OPENBSD_7_3 glxcmds.c xserver/hw/kdrive/ephyr: Tag: OPENBSD_7_3 ephyrcursor.c Log message: Fix multiple heap buffer overflows, out of bounds memory accesses and memory corruption in the GLX, SELinux and Xi extensions as well as in the main device and cursor handling code. CVE-2023-6816 CVE-2024-0229 CVE-2024-21885 CVE-2024-21886 CVE-2024-0408 CVE-2024-0409 this is errata/7.3/025_xserver.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/16 12:08:37 Modified files: bin/ps : print.c ps.1 Log message: print flag 'l' for base program or ld.so being under pinsyscalls enforcement, and 'L' for libc.so. This flag printing may be deleted once we are entirely confident this is working correctly. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: mlarkin@cvs.openbsd.org 2024/01/16 12:09:37 Modified files: xserver/Xi : Tag: OPENBSD_7_4 exevents.c xichangehierarchy.c xiquerypointer.c xserver/dix : Tag: OPENBSD_7_4 devices.c enterleave.c xserver/glx : Tag: OPENBSD_7_4 glxcmds.c xserver/hw/kdrive/ephyr: Tag: OPENBSD_7_4 ephyrcursor.c Log message: Fix multiple heap buffer overflows, out of bounds memory accesses and memory corruption in the GLX, SELinux and Xi extensions as well as in the main device and cursor handling code. CVE-2023-6816 CVE-2024-0229 CVE-2024-21885 CVE-2024-21886 CVE-2024-0408 CVE-2024-0409 this is errata/7.4/012_xserver.patch.sig CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 12:12:04 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-45.3. CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2024/01/16 12:17:40 Modified files: . : errata73.html errata74.html Log message: release xserver errata CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 12:20:59 Modified files: security/gnutls: Makefile distinfo Log message: SECURITY update to gnutls-3.8.3. ** libgnutls: Fix more timing side-channel inside RSA-PSK key exchange [GNUTLS-SA-2024-01-14, CVSS: medium] [CVE-2024-0553] CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 12:23:06 Modified files: security/gnutls: Tag: OPENBSD_7_4 Makefile distinfo security/gnutls/pkg: Tag: OPENBSD_7_4 PLIST Removed files: security/gnutls/patches: Tag: OPENBSD_7_4 patch-lib_auth_rsa_c patch-lib_auth_rsa_psk_c patch-lib_gnutls_int_h patch-lib_priority_c Log message: SECURITY update to gnutls-3.8.3. ** libgnutls: Fix more timing side-channel inside RSA-PSK key exchange [GNUTLS-SA-2024-01-14, CVSS: medium] [CVE-2024-0553] ** libgnutls: Fix timing side-channel inside RSA-PSK key exchange. [GNUTLS-SA-2023-10-23, CVSS: medium] [CVE-2023-5981] CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/16 12:23:50 Modified files: security/gnutls: Makefile Log message: Bump to be ahead of stable. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/16 12:28:47 Modified files: lang/ruby/3.3 : Makefile Log message: Disable YJIT on arm64 This allows Ruby 3.3 to work on arm64. No bump as it did not build before on arm64, and the change only affects arm64. OK tb@, phessler@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/16 12:41:42 Modified files: lang/zig : Makefile Added files: lang/zig/patches: patch-lib_std_dwarf_abi_zig Log message: unbreak on arm64: add missing definitions ok semarie@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/16 12:52:39 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Update standards reference CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/16 14:14:16 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240116 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/16 15:12:45 Modified files: sysutils/coreutils: Makefile distinfo sysutils/coreutils/patches: patch-Makefile_in sysutils/coreutils/pkg: PLIST Log message: Update to coreutils-9.4 Run in a bulk and ok tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/16 15:49:04 Modified files: devel/github-cli: Makefile distinfo Log message: update to github-cli 2.42.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/16 15:56:41 Modified files: net/tdesktop : Makefile distinfo Removed files: net/tdesktop/patches: patch-cmake_external_glib_cppgir_tools_genutils_hpp Log message: update to tdesktop 4.14.6 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/amd/amdxcp Update of /cvs/src/sys/dev/pci/drm/amd/amdxcp In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/amd/amdxcp Log Message: Directory /cvs/src/sys/dev/pci/drm/amd/amdxcp added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/amd/display/dc/link/accessories Update of /cvs/src/sys/dev/pci/drm/amd/display/dc/link/accessories In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/amd/display/dc/link/accessories Log Message: Directory /cvs/src/sys/dev/pci/drm/amd/display/dc/link/accessories added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/amd/display/dc/link/hwss Update of /cvs/src/sys/dev/pci/drm/amd/display/dc/link/hwss In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/amd/display/dc/link/hwss Log Message: Directory /cvs/src/sys/dev/pci/drm/amd/display/dc/link/hwss added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/amd/display/dc/link/protocols Update of /cvs/src/sys/dev/pci/drm/amd/display/dc/link/protocols In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/amd/display/dc/link/protocols Log Message: Directory /cvs/src/sys/dev/pci/drm/amd/display/dc/link/protocols added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/i915/soc Update of /cvs/src/sys/dev/pci/drm/i915/soc In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/i915/soc Log Message: Directory /cvs/src/sys/dev/pci/drm/i915/soc added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/include/linux/device Update of /cvs/src/sys/dev/pci/drm/include/linux/device In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/include/linux/device Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/device added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:18:50 src/sys/dev/pci/drm/ttm/tests Update of /cvs/src/sys/dev/pci/drm/ttm/tests In directory cvs.openbsd.org:/tmp/cvs-serv30249/dev/pci/drm/ttm/tests Log Message: Directory /cvs/src/sys/dev/pci/drm/ttm/tests added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 16:38:14 Modified files: sys/dev/fdt : files.fdt rkanxdp.c rkdrm.c rkdwhdmi.c sys/dev/ic : dwhdmi.c sys/dev/pci/drm: aperture.c drm_aperture.c drm_atomic.c drm_atomic_helper.c drm_atomic_state_helper.c drm_atomic_uapi.c drm_auth.c drm_blend.c drm_bridge.c drm_buddy.c drm_bufs.c drm_client.c drm_client_modeset.c drm_connector.c drm_context.c drm_crtc_helper.c drm_crtc_internal.h drm_debugfs.c drm_displayid.c drm_drv.c drm_dumb_buffers.c drm_edid.c drm_fb_helper.c drm_file.c drm_format_helper.c drm_framebuffer.c drm_gem.c drm_gem_dma_helper.c drm_gem_framebuffer_helper.c drm_gem_ttm_helper.c drm_internal.h drm_ioc32.c drm_ioctl.c drm_linux.c drm_mipi_dsi.c drm_mode_config.c drm_mode_object.c drm_modes.c drm_panel.c drm_plane.c drm_plane_helper.c drm_prime.c drm_probe_helper.c drm_rect.c drm_syncobj.c drm_vblank.c drm_vm.c files.drm sys/dev/pci/drm/amd/amdgpu: amdgpu.h amdgpu_acpi.c amdgpu_amdkfd.c amdgpu_amdkfd.h amdgpu_amdkfd_aldebaran.c amdgpu_amdkfd_arcturus.c amdgpu_amdkfd_gfx_v10.c amdgpu_amdkfd_gfx_v10_3.c amdgpu_amdkfd_gfx_v11.c amdgpu_amdkfd_gfx_v7.c amdgpu_amdkfd_gfx_v8.c amdgpu_amdkfd_gfx_v9.c amdgpu_amdkfd_gfx_v9.h amdgpu_amdkfd_gpuvm.c amdgpu_atom.c amdgpu_atombios.c amdgpu_atombios.h amdgpu_atombios_crtc.c amdgpu_atombios_encoders.c amdgpu_atomfirmware.c amdgpu_bios.c amdgpu_bo_list.c amdgpu_bo_list.h amdgpu_cgs.c amdgpu_cik.c amdgpu_cik_sdma.c amdgpu_connectors.c amdgpu_cs.c amdgpu_cs.h amdgpu_csa.c amdgpu_csa.h amdgpu_ctx.c amdgpu_ctx.h amdgpu_debugfs.c amdgpu_device.c amdgpu_discovery.c amdgpu_discovery.h amdgpu_display.c amdgpu_display.h amdgpu_dma_buf.c amdgpu_doorbell.h amdgpu_drv.c amdgpu_drv.h amdgpu_eeprom.c amdgpu_encoders.c amdgpu_fdinfo.c amdgpu_fdinfo.h amdgpu_fence.c amdgpu_fru_eeprom.c amdgpu_fru_eeprom.h amdgpu_fw_attestation.c amdgpu_gart.c amdgpu_gart.h amdgpu_gem.c amdgpu_gem.h amdgpu_gfx.c amdgpu_gfx.h amdgpu_gmc.c amdgpu_gmc.h amdgpu_gtt_mgr.c amdgpu_hdp.h amdgpu_ib.c amdgpu_ids.c amdgpu_ids.h amdgpu_ih.c amdgpu_ih.h amdgpu_irq.c amdgpu_irq.h amdgpu_job.c amdgpu_job.h amdgpu_jpeg.c amdgpu_jpeg.h amdgpu_kms.c amdgpu_mca.c amdgpu_mca.h amdgpu_mes.c amdgpu_mes.h amdgpu_mmhub.h amdgpu_mode.h amdgpu_nbio.c amdgpu_nbio.h amdgpu_object.c amdgpu_object.h amdgpu_pmu.c amdgpu_psp.c amdgpu_psp.h amdgpu_psp_ta.c amdgpu_psp_ta.h amdgpu_rap.c amdgpu_ras.c amdgpu_ras.h amdgpu_ras_eeprom.c amdgpu_ras_eeprom.h amdgpu_res_cursor.h amdgpu_reset.c amdgpu_ring.c amdgpu_ring.h amdgpu_rlc.c amdgpu_rlc.h amdgpu_sa.c amdgpu_sdma.c amdgpu_sdma.h amdgpu_securedisplay.c amdgpu_securedisplay.h amdgpu_si.c amdgpu_si_dma.c amdgpu_smuio.h amdgpu_sync.c amdgpu_sync.h amdgpu_trace.h amdgpu_ttm.c amdgpu_ttm.h amdgpu_ucode.c amdgpu_ucode.h amdgpu_umc.c amdgpu_umc.h amdgpu_umr.h amdgpu_uvd.c amdgpu_uvd_v3_1.c amdgpu_vce.c amdgpu_vcn.c amdgpu_vcn.h amdgpu_virt.c amdgpu_virt.h amdgpu_vm.c amdgpu_vm.h amdgpu_vm_cpu.c amdgpu_vm_pt.c amdgpu_vm_sdma.c amdgpu_vram_mgr.c amdgpu_xgmi.c amdgpu_xgmi.h amdgv_sriovmsg.h atom.h cik_ih.c dce_v10_0.c dce_v11_0.c dce_v6_0.c dce_v8_0.c df_v1_7.c gfx_v10_0.c gfx_v11_0.c gfx_v6_0.c gfx_v7_0.c gfx_v8_0.c gfx_v9_0.c gfx_v9_0.h gfx_v9_4.c gfx_v9_4_2.c gfxhub_v1_0.c gfxhub_v2_0.c gfxhub_v2_1.c gfxhub_v3_0.c gfxhub_v3_0_3.c gmc_v10_0.c gmc_v11_0.c gmc_v6_0.c gmc_v7_0.c gmc_v8_0.c gmc_v9_0.c hdp_v4_0.c ih_v6_0.c imu_v11_0.c jpeg_v1_0.c jpeg_v2_0.c jpeg_v2_5.c jpeg_v3_0.c jpeg_v4_0.c jpeg_v4_0.h mca_v3_0.c mca_v3_0.h mes_v10_1.c mes_v11_0.c mmhub_v1_0.c mmhub_v1_7.c mmhub_v2_0.c mmhub_v2_3.c mmhub_v3_0.c mmhub_v3_0_1.c mmhub_v3_0_2.c mmhub_v9_4.c mmsch_v3_0.h mmsch_v4_0.h mxgpu_ai.c mxgpu_ai.h mxgpu_nv.c mxgpu_nv.h mxgpu_vi.c navi10_ih.c nbio_v2_3.c nbio_v4_3.c nbio_v4_3.h nbio_v7_4.c nv.c nvd.h psp_gfx_if.h psp_v10_0.c psp_v11_0.c psp_v11_0_8.c psp_v12_0.c psp_v13_0.c psp_v13_0.h psp_v13_0_4.c psp_v3_1.c sdma_v2_4.c sdma_v3_0.c sdma_v4_0.c sdma_v4_4.c sdma_v5_0.c sdma_v5_2.c sdma_v6_0.c sienna_cichlid.c soc15.c soc15.h soc15_common.h soc15d.h soc21.c ta_ras_if.h ta_secureDisplay_if.h tonga_ih.c umc_v6_7.c umc_v6_7.h umc_v8_10.c umc_v8_10.h uvd_v6_0.c uvd_v7_0.c vce_v3_0.c vce_v4_0.c vcn_sw_ring.c vcn_v1_0.c vcn_v2_0.c vcn_v2_5.c vcn_v3_0.c vcn_v4_0.c vcn_v4_0.h vega10_ih.c vega20_ih.c vi.c sys/dev/pci/drm/amd/amdkfd: cik_event_interrupt.c cwsr_trap_handler.h cwsr_trap_handler_gfx10.asm cwsr_trap_handler_gfx9.asm kfd_chardev.c kfd_crat.c kfd_crat.h kfd_debugfs.c kfd_device.c kfd_device_queue_manager.c kfd_device_queue_manager.h kfd_device_queue_manager_cik.c kfd_device_queue_manager_v10.c kfd_device_queue_manager_v9.c kfd_device_queue_manager_vi.c kfd_doorbell.c kfd_events.c kfd_events.h kfd_flat_memory.c kfd_int_process_v11.c kfd_int_process_v9.c kfd_interrupt.c kfd_kernel_queue.c kfd_kernel_queue.h kfd_migrate.c kfd_migrate.h kfd_mqd_manager.c kfd_mqd_manager.h kfd_mqd_manager_cik.c kfd_mqd_manager_v10.c kfd_mqd_manager_v11.c kfd_mqd_manager_v9.c kfd_mqd_manager_vi.c kfd_packet_manager.c kfd_packet_manager_v9.c kfd_packet_manager_vi.c kfd_pm4_headers_ai.h kfd_priv.h kfd_process.c kfd_process_queue_manager.c kfd_smi_events.c kfd_smi_events.h kfd_svm.c kfd_svm.h kfd_topology.c kfd_topology.h soc15_int.h sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm.h amdgpu_dm_crc.c amdgpu_dm_crc.h amdgpu_dm_crtc.c amdgpu_dm_crtc.h amdgpu_dm_debugfs.c amdgpu_dm_hdcp.c amdgpu_dm_hdcp.h amdgpu_dm_helpers.c amdgpu_dm_irq.c amdgpu_dm_irq_params.h amdgpu_dm_mst_types.c amdgpu_dm_plane.c amdgpu_dm_plane.h amdgpu_dm_pp_smu.c amdgpu_dm_psr.c amdgpu_dm_trace.h dc_fpu.c sys/dev/pci/drm/amd/display/dc: dc.h dc_bios_types.h dc_ddc_types.h dc_dmub_srv.c dc_dmub_srv.h dc_dp_types.h dc_dsc.h dc_helper.c dc_hw_types.h dc_stream.h dc_trace.h dc_types.h dm_helpers.h dm_services.h dm_services_types.h os_types.h sys/dev/pci/drm/amd/display/dc/basics: amdgpu_vector.c conversion.c sys/dev/pci/drm/amd/display/dc/bios: bios_parser.c bios_parser2.c command_table2.c command_table2.h sys/dev/pci/drm/amd/display/dc/clk_mgr: clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dce112: dce112_clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10: rv1_clk_mgr_vbios_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn20: dcn20_clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn201: dcn201_clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21: rn_clk_mgr.c rn_clk_mgr_vbios_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30: dcn30_clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301: vg_clk_mgr.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31: dcn31_clk_mgr.c dcn31_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314: dcn314_clk_mgr.c dcn314_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn315: dcn315_clk_mgr.c dcn315_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn316: dcn316_clk_mgr.c dcn316_smu.c sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn32: dcn32_clk_mgr.c dcn32_clk_mgr.h dcn32_clk_mgr_smu_msg.c dcn32_clk_mgr_smu_msg.h sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c dc_hw_sequencer.c dc_link_enc_cfg.c dc_resource.c dc_stat.c dc_stream.c dc_vm_helper.c sys/dev/pci/drm/amd/display/dc/dce: dce_abm.h dce_aux.c dce_aux.h dce_clk_mgr.c dce_clock_source.c dce_clock_source.h dce_dmcu.c dce_hwseq.h dce_i2c_hw.c dce_i2c_sw.c dce_link_encoder.c dmub_abm.c dmub_hw_lock_mgr.c dmub_outbox.c dmub_psr.c dmub_psr.h sys/dev/pci/drm/amd/display/dc/dce100: dce100_resource.c sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c dce110_hw_sequencer.h dce110_resource.c dce110_timing_generator.c sys/dev/pci/drm/amd/display/dc/dce112: dce112_hw_sequencer.c dce112_resource.c sys/dev/pci/drm/amd/display/dc/dce120: dce120_hw_sequencer.c dce120_resource.c sys/dev/pci/drm/amd/display/dc/dce80: dce80_resource.c sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_dpp.h dcn10_dpp_dscl.c dcn10_dwb.c dcn10_dwb.h dcn10_hubbub.c dcn10_hubbub.h dcn10_hubp.c dcn10_hubp.h dcn10_hw_sequencer.c dcn10_hw_sequencer.h dcn10_hw_sequencer_debug.c dcn10_link_encoder.c dcn10_opp.c dcn10_optc.c dcn10_optc.h dcn10_resource.c dcn10_stream_encoder.c sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_dccg.h dcn20_dsc.c dcn20_dsc.h dcn20_dwb.c dcn20_dwb.h dcn20_hubbub.c dcn20_hwseq.c dcn20_hwseq.h dcn20_init.c dcn20_link_encoder.c dcn20_mmhubbub.c dcn20_mmhubbub.h dcn20_mpc.c dcn20_optc.c dcn20_resource.c dcn20_resource.h dcn20_stream_encoder.c dcn20_vmid.h sys/dev/pci/drm/amd/display/dc/dcn201: dcn201_dpp.c dcn201_hwseq.c dcn201_init.c dcn201_link_encoder.c dcn201_mpc.c dcn201_optc.c dcn201_resource.c sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_dccg.c dcn21_dccg.h dcn21_hubbub.c dcn21_hubp.c dcn21_hwseq.c dcn21_init.c dcn21_link_encoder.c dcn21_resource.c sys/dev/pci/drm/amd/display/dc/dcn30: dcn30_afmt.c dcn30_dio_link_encoder.c dcn30_dio_stream_encoder.c dcn30_dio_stream_encoder.h dcn30_dpp.h dcn30_dwb.c dcn30_dwb.h dcn30_hubp.c dcn30_hwseq.c dcn30_hwseq.h dcn30_init.c dcn30_mmhubbub.c dcn30_mmhubbub.h dcn30_mpc.c dcn30_optc.c dcn30_optc.h dcn30_resource.c sys/dev/pci/drm/amd/display/dc/dcn301: dcn301_dio_link_encoder.c dcn301_init.c dcn301_resource.c sys/dev/pci/drm/amd/display/dc/dcn302: dcn302_resource.c sys/dev/pci/drm/amd/display/dc/dcn303: dcn303_resource.c sys/dev/pci/drm/amd/display/dc/dcn31: dcn31_apg.c dcn31_apg.h dcn31_dccg.c dcn31_dccg.h dcn31_dio_link_encoder.c dcn31_hpo_dp_link_encoder.c dcn31_hpo_dp_stream_encoder.c dcn31_hubbub.c dcn31_hubbub.h dcn31_hwseq.c dcn31_init.c dcn31_panel_cntl.c dcn31_resource.c sys/dev/pci/drm/amd/display/dc/dcn314: dcn314_dccg.c dcn314_dccg.h dcn314_dio_stream_encoder.c dcn314_dio_stream_encoder.h dcn314_hwseq.c dcn314_hwseq.h dcn314_init.c dcn314_optc.c dcn314_resource.c sys/dev/pci/drm/amd/display/dc/dcn315: dcn315_resource.c sys/dev/pci/drm/amd/display/dc/dcn316: dcn316_resource.c sys/dev/pci/drm/amd/display/dc/dcn32: dcn32_dccg.c dcn32_dccg.h dcn32_dio_link_encoder.c dcn32_dio_stream_encoder.c dcn32_dio_stream_encoder.h dcn32_hpo_dp_link_encoder.c dcn32_hubbub.c dcn32_hubbub.h dcn32_hubp.c dcn32_hubp.h dcn32_hwseq.c dcn32_hwseq.h dcn32_init.c dcn32_mmhubbub.c dcn32_mpc.c dcn32_mpc.h dcn32_optc.c dcn32_optc.h dcn32_resource.c dcn32_resource.h dcn32_resource_helpers.c sys/dev/pci/drm/amd/display/dc/dcn321: dcn321_dio_link_encoder.c dcn321_resource.c sys/dev/pci/drm/amd/display/dc/dml: dc_features.h display_mode_enums.h display_mode_lib.c display_mode_lib.h display_mode_structs.h display_mode_vba.c display_mode_vba.h sys/dev/pci/drm/amd/display/dc/dml/calcs: dce_calcs.c dcn_calcs.c sys/dev/pci/drm/amd/display/dc/dml/dcn10: dcn10_fpu.c dcn10_fpu.h sys/dev/pci/drm/amd/display/dc/dml/dcn20: dcn20_fpu.c display_mode_vba_20.c sys/dev/pci/drm/amd/display/dc/dml/dcn21: display_mode_vba_21.c sys/dev/pci/drm/amd/display/dc/dml/dcn30: dcn30_fpu.c display_mode_vba_30.c display_rq_dlg_calc_30.c sys/dev/pci/drm/amd/display/dc/dml/dcn301: dcn301_fpu.c sys/dev/pci/drm/amd/display/dc/dml/dcn31: dcn31_fpu.c dcn31_fpu.h display_mode_vba_31.c display_rq_dlg_calc_31.c sys/dev/pci/drm/amd/display/dc/dml/dcn314: dcn314_fpu.c display_mode_vba_314.c display_rq_dlg_calc_314.c sys/dev/pci/drm/amd/display/dc/dml/dcn32: dcn32_fpu.c dcn32_fpu.h display_mode_vba_32.c display_mode_vba_32.h display_mode_vba_util_32.c display_mode_vba_util_32.h sys/dev/pci/drm/amd/display/dc/dml/dcn321: dcn321_fpu.c dcn321_fpu.h sys/dev/pci/drm/amd/display/dc/dml/dsc: qp_tables.h sys/dev/pci/drm/amd/display/dc/dsc: dc_dsc.c dscc_types.h rc_calc.c rc_calc_dpi.c sys/dev/pci/drm/amd/display/dc/gpio: ddc_regs.h hpd_regs.h sys/dev/pci/drm/amd/display/dc/gpio/dcn32: hw_factory_dcn32.c sys/dev/pci/drm/amd/display/dc/hdcp: hdcp_msg.c sys/dev/pci/drm/amd/display/dc/inc: core_types.h hw_sequencer.h hw_sequencer_private.h link_hwss.h resource.h sys/dev/pci/drm/amd/display/dc/inc/hw: abm.h aux_engine.h clk_mgr.h dccg.h dchubbub.h dmcu.h dpp.h dwb.h hubp.h hw_shared.h link_encoder.h stream_encoder.h timing_generator.h sys/dev/pci/drm/amd/display/dc/irq: irq_service.c sys/dev/pci/drm/amd/display/dc/irq/dcn201: irq_service_dcn201.c irq_service_dcn201.h sys/dev/pci/drm/amd/display/dc/irq/dcn314: irq_service_dcn314.c sys/dev/pci/drm/amd/display/dmub: dmub_srv.h sys/dev/pci/drm/amd/display/dmub/inc: dmub_cmd.h sys/dev/pci/drm/amd/display/dmub/src: dmub_dcn21.c dmub_dcn21.h dmub_dcn31.c dmub_dcn31.h dmub_dcn32.c dmub_dcn32.h dmub_srv.c dmub_srv_stat.c sys/dev/pci/drm/amd/display/include: dal_asic_id.h ddc_service_types.h dpcd_defs.h fixed31_32.h link_service_types.h signal_types.h sys/dev/pci/drm/amd/display/modules/color: color_gamma.c color_gamma.h sys/dev/pci/drm/amd/display/modules/freesync: freesync.c sys/dev/pci/drm/amd/display/modules/hdcp: hdcp_log.h sys/dev/pci/drm/amd/display/modules/inc: mod_hdcp.h mod_info_packet.h sys/dev/pci/drm/amd/display/modules/info_packet: info_packet.c sys/dev/pci/drm/amd/display/modules/power: power_helpers.c power_helpers.h sys/dev/pci/drm/amd/include: amd_shared.h atombios.h atomfirmware.h discovery.h kgd_kfd_interface.h kgd_pp_interface.h mes_v11_api_def.h v11_structs.h v9_structs.h yellow_carp_offset.h sys/dev/pci/drm/amd/include/asic_reg/dcn: dcn_3_0_0_offset.h dcn_3_0_0_sh_mask.h dcn_3_0_2_offset.h dcn_3_0_2_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/gc: gc_10_1_0_offset.h gc_10_1_0_sh_mask.h gc_10_3_0_offset.h gc_10_3_0_sh_mask.h gc_11_0_0_sh_mask.h gc_11_0_3_offset.h gc_11_0_3_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/oss: osssys_4_2_0_offset.h osssys_4_2_0_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/vcn: vcn_2_5_offset.h vcn_2_5_sh_mask.h sys/dev/pci/drm/amd/include/ivsrcid/gfx: irqsrcs_gfx_11_0_0.h sys/dev/pci/drm/amd/include/ivsrcid/vcn: irqsrcs_vcn_4_0.h sys/dev/pci/drm/amd/pm: amdgpu_dpm.c amdgpu_pm.c sys/dev/pci/drm/amd/pm/inc: amdgpu_dpm.h amdgpu_pm.h smu_v13_0_0_pptable.h sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_kv_dpm.c amdgpu_si_dpm.c legacy_dpm.c r600_dpm.h sislands_smc.h sys/dev/pci/drm/amd/pm/powerplay: amd_powerplay.c sys/dev/pci/drm/amd/pm/powerplay/hwmgr: ci_baco.c common_baco.c fiji_baco.c hwmgr.c polaris_baco.c ppatomctrl.h ppatomfwctrl.h ppevvmath.h pptable_v1_0.h processpptables.c smu10_hwmgr.c smu7_hwmgr.c smu7_powertune.c smu_helper.c smu_helper.h tonga_baco.c vega10_baco.c vega10_hwmgr.c vega10_powertune.c vega10_pptable.h vega10_processpptables.c vega12_baco.c vega12_hwmgr.c vega12_hwmgr.h vega12_pptable.h vega12_processpptables.c vega12_thermal.c vega20_baco.c vega20_hwmgr.c vega20_hwmgr.h vega20_pptable.h vega20_processpptables.c vega20_thermal.c sys/dev/pci/drm/amd/pm/powerplay/inc: hardwaremanager.h hwmgr.h pp_thermal.h smu7.h smu71.h smu73.h smu73_discrete.h smu75.h smu7_fusion.h smu9_driver_if.h sys/dev/pci/drm/amd/pm/powerplay/smumgr: ci_smumgr.c fiji_smumgr.c iceland_smumgr.c polaris10_smumgr.c smu10_smumgr.c smu8_smumgr.c tonga_smumgr.c vegam_smumgr.c sys/dev/pci/drm/amd/pm/swsmu: amdgpu_smu.c smu_cmn.c smu_cmn.h smu_internal.h sys/dev/pci/drm/amd/pm/swsmu/inc: amdgpu_smu.h smu_11_0_cdr_table.h smu_types.h smu_v11_0.h smu_v11_0_pptable.h smu_v13_0.h smu_v13_0_7_pptable.h sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if: smu11_driver_if_vangogh.h smu13_driver_if_aldebaran.h smu13_driver_if_v13_0_0.h smu13_driver_if_v13_0_4.h smu13_driver_if_v13_0_5.h smu13_driver_if_v13_0_7.h smu13_driver_if_yellow_carp.h smu_v13_0_0_ppsmc.h sys/dev/pci/drm/amd/pm/swsmu/smu11: arcturus_ppt.c cyan_skillfish_ppt.c navi10_ppt.c sienna_cichlid_ppt.c smu_v11_0.c vangogh_ppt.c sys/dev/pci/drm/amd/pm/swsmu/smu12: renoir_ppt.c smu_v12_0.c sys/dev/pci/drm/amd/pm/swsmu/smu13: aldebaran_ppt.c smu_v13_0.c smu_v13_0_0_ppt.c smu_v13_0_4_ppt.c smu_v13_0_5_ppt.c smu_v13_0_5_ppt.h smu_v13_0_7_ppt.c yellow_carp_ppt.c yellow_carp_ppt.h sys/dev/pci/drm/display: drm_dp_aux_dev.c drm_dp_helper.c drm_dp_mst_topology.c drm_dsc_helper.c drm_scdc_helper.c sys/dev/pci/drm/i915: i915_active.h i915_cmd_parser.c i915_config.c i915_debugfs.c i915_debugfs_params.c i915_deps.c i915_driver.c i915_drm_client.c i915_drm_client.h i915_drv.h i915_file_private.h i915_gem.c i915_gem.h i915_gem_evict.c i915_gem_gtt.h i915_getparam.c i915_gpu_error.c i915_gpu_error.h i915_irq.c i915_irq.h i915_memcpy.c i915_mm.h i915_params.c i915_params.h i915_pci.c i915_perf.c i915_perf.h i915_perf_oa_regs.h i915_perf_types.h i915_pmu.c i915_pmu.h i915_query.c i915_reg.h i915_reg_defs.h i915_request.c i915_request.h i915_scatterlist.c i915_scatterlist.h i915_selftest.h i915_sw_fence.c i915_sw_fence.h i915_sysfs.c i915_trace.h i915_ttm_buddy_manager.c i915_user_extensions.c i915_utils.h i915_vma.c i915_vma.h i915_vma_resource.c i915_vma_resource.h i915_vma_types.h intel_device_info.c intel_device_info.h intel_gvt_mmio_table.c intel_mchbar_regs.h intel_memory_region.c intel_pci_config.h intel_pcode.c intel_region_ttm.c intel_runtime_pm.c intel_runtime_pm.h intel_step.c intel_step.h intel_stolen.c intel_uncore.c intel_uncore.h intel_wakeref.c intel_wakeref.h vlv_sideband.c vlv_suspend.c sys/dev/pci/drm/i915/display: dvo_ch7xxx.c dvo_sil164.c g4x_dp.c g4x_dp.h g4x_hdmi.c g4x_hdmi.h hsw_ips.c hsw_ips.h i9xx_plane.c icl_dsi.c icl_dsi.h icl_dsi_regs.h intel_atomic.c intel_atomic_plane.c intel_atomic_plane.h intel_audio.c intel_audio.h intel_audio_regs.h intel_backlight.c intel_backlight_regs.h intel_bios.c intel_bios.h intel_bw.c intel_bw.h intel_cdclk.c intel_cdclk.h intel_color.c intel_color.h intel_combo_phy.c intel_combo_phy_regs.h intel_connector.c intel_connector.h intel_crt.c intel_crtc.c intel_crtc.h intel_crtc_state_dump.c intel_crtc_state_dump.h intel_cursor.c intel_ddi.c intel_ddi.h intel_ddi_buf_trans.c intel_de.h intel_display.c intel_display.h intel_display_core.h intel_display_debugfs.c intel_display_debugfs.h intel_display_power.c intel_display_power.h intel_display_power_map.c intel_display_power_well.c intel_display_power_well.h intel_display_trace.h intel_display_types.h intel_dkl_phy.c intel_dkl_phy.h intel_dmc.c intel_dmc.h intel_dmc_regs.h intel_dp.c intel_dp.h intel_dp_aux.c intel_dp_aux.h intel_dp_aux_backlight.c intel_dp_hdcp.c intel_dp_link_training.c intel_dp_link_training.h intel_dp_mst.c intel_dpio_phy.c intel_dpio_phy.h intel_dpll.c intel_dpll_mgr.c intel_dpll_mgr.h intel_dpt.c intel_dpt.h intel_drrs.c intel_drrs.h intel_dsb.c intel_dsb.h intel_dsi.c intel_dsi.h intel_dsi_dcs_backlight.c intel_dsi_vbt.c intel_dvo.c intel_dvo_dev.h intel_fb.c intel_fb.h intel_fb_pin.c intel_fbc.c intel_fbdev.c intel_fbdev.h intel_fdi.c intel_fifo_underrun.c intel_fifo_underrun.h intel_frontbuffer.c intel_frontbuffer.h intel_global_state.c intel_global_state.h intel_gmbus.c intel_gmbus.h intel_hdcp.c intel_hdcp.h intel_hdcp_regs.h intel_hdmi.c intel_hdmi.h intel_hotplug.c intel_hotplug.h intel_lpe_audio.c intel_lpe_audio.h intel_lspcon.c intel_lvds.c intel_modeset_setup.c intel_modeset_verify.c intel_opregion.c intel_opregion.h intel_overlay.c intel_overlay.h intel_panel.c intel_panel.h intel_pch_display.c intel_pch_refclk.c intel_pipe_crc.c intel_plane_initial.c intel_pps.c intel_pps.h intel_psr.c intel_psr.h intel_qp_tables.c intel_qp_tables.h intel_sdvo.c intel_snps_phy.c intel_snps_phy_regs.h intel_sprite.c intel_sprite.h intel_tc.c intel_tc.h intel_tv.c intel_vdsc.c intel_vdsc.h intel_vga.c intel_vrr.c intel_vrr.h skl_scaler.c skl_scaler.h skl_universal_plane.c skl_universal_plane.h skl_watermark.c skl_watermark.h vlv_dsi.c vlv_dsi_pll.c vlv_dsi_regs.h sys/dev/pci/drm/i915/gem: i915_gem_clflush.c i915_gem_context.c i915_gem_create.c i915_gem_dmabuf.c i915_gem_domain.c i915_gem_execbuffer.c i915_gem_internal.c i915_gem_mman.c i915_gem_mman.h i915_gem_object.c i915_gem_object.h i915_gem_object_types.h i915_gem_pages.c i915_gem_phys.c i915_gem_pm.c i915_gem_region.h i915_gem_shmem.c i915_gem_shrinker.c i915_gem_stolen.c i915_gem_stolen.h i915_gem_tiling.c i915_gem_ttm.c i915_gem_ttm.h i915_gem_ttm_move.c i915_gem_ttm_pm.c i915_gem_userptr.c i915_gem_wait.c sys/dev/pci/drm/i915/gem/selftests: huge_gem_object.c huge_pages.c i915_gem_client_blt.c i915_gem_coherency.c i915_gem_context.c i915_gem_dmabuf.c i915_gem_migrate.c i915_gem_mman.c i915_gem_object.c igt_gem_utils.c igt_gem_utils.h sys/dev/pci/drm/i915/gt: gen2_engine_cs.c gen6_ppgtt.c gen6_ppgtt.h gen7_renderclear.c gen8_engine_cs.c gen8_engine_cs.h gen8_ppgtt.c gen8_ppgtt.h intel_context.c intel_context.h intel_context_types.h intel_engine.h intel_engine_cs.c intel_engine_heartbeat.c intel_engine_pm.c intel_engine_regs.h intel_engine_types.h intel_engine_user.c intel_execlists_submission.c intel_ggtt.c intel_ggtt_fencing.c intel_ggtt_gmch.c intel_gpu_commands.h intel_gsc.c intel_gsc.h intel_gt.c intel_gt.h intel_gt_buffer_pool.c intel_gt_clock_utils.c intel_gt_debugfs.c intel_gt_irq.c intel_gt_mcr.c intel_gt_mcr.h intel_gt_pm.c intel_gt_pm_debugfs.c intel_gt_regs.h intel_gt_requests.c intel_gt_sysfs.c intel_gt_sysfs.h intel_gt_sysfs_pm.c intel_gt_types.h intel_gtt.c intel_gtt.h intel_lrc.c intel_lrc.h intel_migrate.c intel_migrate.h intel_mocs.c intel_ppgtt.c intel_rc6.c intel_rc6.h intel_rc6_types.h intel_region_lmem.c intel_renderstate.c intel_reset.c intel_reset.h intel_reset_types.h intel_ring.c intel_ring_submission.c intel_rps.c intel_rps.h intel_rps_types.h intel_sa_media.c intel_sseu.c intel_workarounds.c intel_workarounds_types.h selftest_execlists.c selftest_gt_pm.c selftest_hangcheck.c selftest_llc.c selftest_lrc.c selftest_migrate.c selftest_mocs.c selftest_rc6.c selftest_reset.c selftest_ring_submission.c selftest_rps.c selftest_slpc.c selftest_timeline.c selftest_workarounds.c shmem_utils.c sysfs_engines.c sys/dev/pci/drm/i915/gt/uc: guc_capture_fwif.h intel_guc.c intel_guc.h intel_guc_ads.c intel_guc_capture.c intel_guc_capture.h intel_guc_ct.c intel_guc_ct.h intel_guc_debugfs.c intel_guc_fw.c intel_guc_fwif.h intel_guc_hwconfig.c intel_guc_log.c intel_guc_rc.c intel_guc_reg.h intel_guc_slpc.c intel_guc_slpc.h intel_guc_slpc_types.h intel_guc_submission.c intel_guc_submission.h intel_huc.c intel_huc.h intel_huc_fw.c intel_huc_fw.h intel_uc.c intel_uc.h intel_uc_debugfs.c intel_uc_fw.c intel_uc_fw.h intel_uc_fw_abi.h selftest_guc.c selftest_guc_hangcheck.c selftest_guc_multi_lrc.c sys/dev/pci/drm/i915/gt/uc/abi: guc_actions_abi.h guc_actions_slpc_abi.h guc_communication_ctb_abi.h guc_errors_abi.h guc_klvs_abi.h guc_messages_abi.h sys/dev/pci/drm/i915/gvt: aperture_gm.c cfg_space.c cmd_parser.c debugfs.c display.c dmabuf.c dmabuf.h edid.c fb_decoder.h firmware.c gtt.c gvt.h handlers.c interrupt.c kvmgt.c mmio.c mmio_context.c page_track.c scheduler.c vgpu.c sys/dev/pci/drm/i915/pxp: intel_pxp.c intel_pxp.h intel_pxp_cmd.c intel_pxp_debugfs.c intel_pxp_debugfs.h intel_pxp_irq.c intel_pxp_irq.h intel_pxp_pm.c intel_pxp_pm.h intel_pxp_session.c intel_pxp_session.h intel_pxp_tee.c intel_pxp_tee.h intel_pxp_types.h sys/dev/pci/drm/i915/selftests: i915_gem.c i915_gem_evict.c i915_gem_gtt.c i915_perf.c i915_request.c i915_selftest.c i915_sw_fence.c igt_flush_test.c igt_live_test.c igt_live_test.h igt_spinner.c intel_memory_region.c intel_uncore.c mock_gem_device.c mock_gtt.c mock_region.c scatterlist.c sys/dev/pci/drm/include/drm: drm_atomic.h drm_atomic_helper.h drm_atomic_state_helper.h drm_audio_component.h drm_bridge.h drm_client.h drm_connector.h drm_crtc.h drm_crtc_helper.h drm_debugfs.h drm_device.h drm_displayid.h drm_drv.h drm_edid.h drm_fb_helper.h drm_file.h drm_fixed.h drm_format_helper.h drm_gem.h drm_gem_dma_helper.h drm_gem_framebuffer_helper.h drm_mode_config.h drm_modes.h drm_modeset_helper_vtables.h drm_panel.h drm_pciids.h drm_plane.h drm_prime.h drm_print.h drm_probe_helper.h drm_syncobj.h drm_sysfs.h drm_vblank.h gpu_scheduler.h i915_component.h i915_drm.h i915_pxp_tee_interface.h task_barrier.h sys/dev/pci/drm/include/drm/display: drm_dp.h drm_dp_helper.h drm_dp_mst_helper.h drm_dsc_helper.h drm_scdc_helper.h sys/dev/pci/drm/include/drm/ttm: ttm_device.h ttm_execbuf_util.h ttm_pool.h ttm_resource.h ttm_tt.h sys/dev/pci/drm/include/generated: autoconf.h sys/dev/pci/drm/include/linux: acpi.h aperture.h atomic.h compiler.h component.h cpumask.h debugfs.h delay.h device.h dma-fence.h errno.h fb.h fs.h hdmi.h ioport.h kernel.h list.h mm.h mmu_notifier.h mmzone.h pagevec.h pci.h preempt.h random.h rbtree.h seq_file.h slab.h sort.h spinlock.h stddef.h sysfs.h timer.h vmalloc.h sys/dev/pci/drm/include/uapi/drm: amdgpu_drm.h drm.h drm_fourcc.h drm_mode.h i915_drm.h sys/dev/pci/drm/include/uapi/linux: kfd_ioctl.h sys/dev/pci/drm/radeon: atom.c atombios.h atombios_crtc.c atombios_dp.c atombios_encoders.c cik.c clearstate_si.h evergreen_cs.c ni.c r100.c r300.c r420.c r600.c radeon.h radeon_acpi.c radeon_acpi.h radeon_agp.c radeon_asic.c radeon_atombios.c radeon_audio.c radeon_combios.c radeon_connectors.c radeon_cs.c radeon_device.c radeon_display.c radeon_dp_auxch.c radeon_drv.c radeon_drv.h radeon_encoders.c radeon_fence.c radeon_gart.c radeon_gem.c radeon_ib.c radeon_irq_kms.c radeon_kms.c radeon_legacy_crtc.c radeon_legacy_encoders.c radeon_legacy_tv.c radeon_mode.h radeon_object.c radeon_object.h radeon_pm.c radeon_prime.c radeon_ring.c radeon_sa.c radeon_semaphore.c radeon_test.c radeon_trace.h radeon_ttm.c radeon_uvd.c radeon_vce.c radeon_vm.c rs400.c rv515.c rv770.c rv770_smc.c si.c sislands_smc.h sys/dev/pci/drm/scheduler: sched_entity.c sched_fence.c sched_main.c sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_util.c ttm_bo_vm.c ttm_device.c ttm_execbuf_util.c ttm_pool.c ttm_range_manager.c ttm_resource.c ttm_tt.c Added files: sys/dev/pci/drm: drm_exec.c drm_fbdev_dma.c drm_fbdev_generic.c drm_suballoc.c sys/dev/pci/drm/amd/amdgpu: amdgpu_amdkfd_aldebaran.h amdgpu_amdkfd_gc_9_4_3.c amdgpu_amdkfd_gfx_v10.h amdgpu_doorbell_mgr.c amdgpu_hdp.c amdgpu_hmm.c amdgpu_hmm.h amdgpu_mmhub.c amdgpu_ring_mux.c amdgpu_ring_mux.h amdgpu_xcp.c amdgpu_xcp.h aqua_vanjaram.c df_v4_3.c df_v4_3.h gfx_v11_0_3.c gfx_v11_0_3.h gfx_v9_4_3.c gfx_v9_4_3.h gfxhub_v1_2.c gfxhub_v1_2.h ih_v6_1.c ih_v6_1.h jpeg_v4_0_3.c jpeg_v4_0_3.h mmhub_v1_8.c mmhub_v1_8.h mmsch_v4_0_3.h nbio_v7_9.c nbio_v7_9.h sdma_v4_4_2.c sdma_v4_4_2.h smu_v13_0_10.c smu_v13_0_10.h smuio_v13_0_3.c smuio_v13_0_3.h vcn_v4_0_3.c vcn_v4_0_3.h sys/dev/pci/drm/amd/amdkfd: kfd_debug.c kfd_debug.h kfd_int_process_v10.c sys/dev/pci/drm/amd/amdxcp: amdgpu_xcp_drv.c amdgpu_xcp_drv.h sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_replay.c amdgpu_dm_replay.h sys/dev/pci/drm/amd/display/dc: dc_hdmi_types.h sys/dev/pci/drm/amd/display/dc/core: dc_link_exports.c sys/dev/pci/drm/amd/display/dc/dce: dmub_abm_lcd.c dmub_abm_lcd.h dmub_replay.c dmub_replay.h sys/dev/pci/drm/amd/display/dc/dcn301: dcn301_optc.c dcn301_optc.h sys/dev/pci/drm/amd/display/dc/inc: link.h sys/dev/pci/drm/amd/display/dc/link: link_detection.c link_detection.h link_dpms.c link_dpms.h link_factory.c link_factory.h link_resource.c link_resource.h link_validation.c link_validation.h sys/dev/pci/drm/amd/display/dc/link/accessories: link_dp_cts.c link_dp_cts.h link_dp_trace.c link_dp_trace.h link_fpga.c link_fpga.h sys/dev/pci/drm/amd/display/dc/link/hwss: link_hwss_dio.c link_hwss_dio.h link_hwss_dio_fixed_vs_pe_retimer.c link_hwss_dio_fixed_vs_pe_retimer.h link_hwss_dpia.c link_hwss_dpia.h link_hwss_hpo_dp.c link_hwss_hpo_dp.h link_hwss_hpo_fixed_vs_pe_retimer_dp.c link_hwss_hpo_fixed_vs_pe_retimer_dp.h sys/dev/pci/drm/amd/display/dc/link/protocols: link_ddc.c link_ddc.h link_dp_capability.c link_dp_capability.h link_dp_dpia.c link_dp_dpia.h link_dp_dpia_bw.c link_dp_dpia_bw.h link_dp_irq_handler.c link_dp_irq_handler.h link_dp_phy.c link_dp_phy.h link_dp_training.c link_dp_training.h link_dp_training_128b_132b.c link_dp_training_128b_132b.h link_dp_training_8b_10b.c link_dp_training_8b_10b.h link_dp_training_auxless.c link_dp_training_auxless.h link_dp_training_dpia.c link_dp_training_dpia.h link_dp_training_fixed_vs_pe_retimer.c link_dp_training_fixed_vs_pe_retimer.h link_dpcd.c link_dpcd.h link_edp_panel_control.c link_edp_panel_control.h link_hpd.c link_hpd.h sys/dev/pci/drm/amd/display/include: hdcp_msg_types.h sys/dev/pci/drm/amd/include/asic_reg/athub: athub_1_8_0_offset.h athub_1_8_0_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/df: df_4_3_offset.h df_4_3_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/gc: gc_9_4_3_offset.h gc_9_4_3_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/hdp: hdp_4_4_2_offset.h hdp_4_4_2_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/mmhub: mmhub_1_8_0_offset.h mmhub_1_8_0_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/mp: mp_13_0_6_offset.h mp_13_0_6_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/nbio: nbio_7_9_0_offset.h nbio_7_9_0_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/oss: osssys_4_4_2_offset.h osssys_4_4_2_sh_mask.h osssys_6_1_0_offset.h osssys_6_1_0_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/sdma: sdma_4_4_2_offset.h sdma_4_4_2_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/smuio: smuio_13_0_3_offset.h smuio_13_0_3_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/vcn: vcn_4_0_3_offset.h vcn_4_0_3_sh_mask.h sys/dev/pci/drm/amd/include/asic_reg/xgmi: xgmi_6_1_0_sh_mask.h sys/dev/pci/drm/amd/pm/swsmu/inc/pmfw_if: smu13_driver_if_v13_0_6.h smu_v13_0_6_pmfw.h smu_v13_0_6_ppsmc.h sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0_6_ppt.c smu_v13_0_6_ppt.h sys/dev/pci/drm/i915: i915_config.h i915_hwmon.c i915_hwmon.h intel_clock_gating.c intel_clock_gating.h sys/dev/pci/drm/i915/display: i9xx_wm.c i9xx_wm.h intel_cx0_phy.c intel_cx0_phy.h intel_cx0_phy_regs.h intel_display_device.c intel_display_device.h intel_display_driver.c intel_display_driver.h intel_display_irq.c intel_display_irq.h intel_display_limits.h intel_display_reg_defs.h intel_display_reset.c intel_display_reset.h intel_display_rps.c intel_display_rps.h intel_dkl_phy_regs.h intel_dp_aux_regs.h intel_dsb_regs.h intel_dvo_regs.h intel_fdi_regs.h intel_hdcp_gsc.c intel_hdcp_gsc.h intel_hotplug_irq.c intel_hotplug_irq.h intel_hti.c intel_hti.h intel_hti_regs.h intel_load_detect.c intel_load_detect.h intel_lvds_regs.h intel_mg_phy_regs.h intel_modeset_lock.c intel_modeset_lock.h intel_pmdemand.c intel_pmdemand.h intel_pps_regs.h intel_psr_regs.h intel_sprite_uapi.c intel_sprite_uapi.h intel_tv_regs.h intel_vblank.c intel_vblank.h intel_vdsc_regs.h intel_wm.c intel_wm.h intel_wm_types.h skl_watermark_regs.h sys/dev/pci/drm/i915/gt: intel_gt_defines.h intel_gt_print.h intel_tlb.c intel_tlb.h intel_wopcm.c intel_wopcm.h selftest_tlb.c sys/dev/pci/drm/i915/gt/uc: intel_gsc_binary_headers.h intel_gsc_fw.c intel_gsc_fw.h intel_gsc_proxy.c intel_gsc_proxy.h intel_gsc_uc.c intel_gsc_uc.h intel_gsc_uc_debugfs.c intel_gsc_uc_debugfs.h intel_gsc_uc_heci_cmd_submit.c intel_gsc_uc_heci_cmd_submit.h intel_guc_print.h intel_huc_print.h sys/dev/pci/drm/i915/pxp: intel_pxp_cmd_interface_42.h intel_pxp_cmd_interface_43.h intel_pxp_cmd_interface_cmn.h intel_pxp_gsccs.c intel_pxp_gsccs.h intel_pxp_huc.c intel_pxp_huc.h intel_pxp_regs.h sys/dev/pci/drm/i915/soc: intel_dram.c intel_dram.h intel_gmch.c intel_gmch.h intel_pch.c intel_pch.h sys/dev/pci/drm/include/drm: drm_accel.h drm_exec.h drm_fbdev_dma.h drm_gpuva_mgr.h drm_suballoc.h i915_gsc_proxy_mei_interface.h i915_hdcp_interface.h sys/dev/pci/drm/include/drm/ttm: ttm_bo.h sys/dev/pci/drm/include/linux: eventfd.h math.h memremap.h nodemask.h numa.h sys/dev/pci/drm/include/linux/device: bus.h sys/dev/pci/drm/include/uapi/linux: kfd_sysfs.h sys/dev/pci/drm/include/video: cmdline.h nomodeset.h sys/dev/pci/drm/radeon: radeon_fbdev.c sys/dev/pci/drm/ttm/tests: ttm_device_test.c ttm_kunit_helpers.c ttm_kunit_helpers.h ttm_pool_test.c Removed files: sys/dev/pci/drm/amd/amdgpu: amdgpu_mn.c amdgpu_mn.h sys/dev/pci/drm/amd/amdkfd: kfd_iommu.c kfd_iommu.h kfd_pm4_headers_diq.h sys/dev/pci/drm/amd/display/dc: dc_link.h sys/dev/pci/drm/amd/display/dc/core: dc_link.c dc_link_ddc.c dc_link_dp.c dc_link_dpcd.c dc_link_dpia.c sys/dev/pci/drm/amd/display/dc/inc: dc_link_ddc.h dc_link_dp.h dc_link_dpia.h link_dpcd.h sys/dev/pci/drm/amd/display/dc/link: link_dp_trace.c link_dp_trace.h link_hwss_dio.c link_hwss_dio.h link_hwss_dpia.c link_hwss_dpia.h link_hwss_hpo_dp.c link_hwss_hpo_dp.h link_hwss_hpo_frl.h sys/dev/pci/drm/amd/display/dmub/inc: dmub_subvp_state.h sys/dev/pci/drm/amd/display/include: hdcp_types.h i2caux_interface.h sys/dev/pci/drm/i915: intel_dram.c intel_dram.h intel_pch.c intel_pch.h intel_pm.c intel_pm.h intel_pm_types.h intel_wopcm.c intel_wopcm.h sys/dev/pci/drm/i915/display: intel_tc_phy_regs.h sys/dev/pci/drm/i915/pxp: intel_pxp_tee_interface.h sys/dev/pci/drm/include/drm: i915_mei_hdcp_interface.h sys/dev/pci/drm/include/drm/ttm: ttm_bo_api.h ttm_bo_driver.h sys/dev/pci/drm/radeon: radeon_fb.c Log message: update drm to linux 6.6.12 Thanks to the OpenBSD Foundation for sponsoring this work. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/16 23:28:15 Modified files: sys/dev/pci/drm/i915: i915_driver.c Log message: unstub i915_driver_hw_remove() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/17 01:20:58 Modified files: usr.sbin/httpd : config.c Log message: Get all variable-length values for the parent server before linking the server onto various list. Fixes a use-after-free if former fails. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/17 01:22:40 Modified files: usr.sbin/httpd : config.c logger.c proc.c Log message: Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a file descriptor just use -1 there. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/17 01:25:03 Modified files: sbin/iked : config.c ocsp.c proc.c Log message: Convert to use imsg_get_fd() proc_forward_imsg() does not need to forward file descriptors so just use -1 there. In other places shuffle debug messages around or use a helper variable since imsg_get_fd() can only be called once. OK tb@ tobhe@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2024/01/17 01:26:06 Modified files: etc/rc.d : rc.subr Log message: Zap trailing space. from Kirill Miazine, thanks. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/17 01:28:15 Modified files: usr.sbin/ldapd : ldape.c Log message: Use imsg_get_fd() and a local variable. OK florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/17 02:13:55 Modified files: net/scamper : Makefile distinfo net/scamper/pkg: PLIST Log message: update to scamper-20240117 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/17 02:13:59 Modified files: math/visidata : Makefile distinfo math/visidata/patches: patch-setup_py Log message: update to visidata-3.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/17 02:14:02 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/17 02:29:38 Modified files: mail/exim : Makefile distinfo Log message: update to exim-4.97.1, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/17 02:32:27 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_BUILD_gn patch-chrome_browser_chrome_browser_main_cc Log message: update to 120.0.6099.224 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/17 02:41:29 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py3-ghmi-1.5.65 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/17 03:01:24 Modified files: usr.sbin/relayd: agentx_control.c config.c proc.c relay.c Log message: Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descriptor so just use -1 there. This should be replaced by imsg_forward(). All other changes are simple conversions. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/17 04:07:33 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 4.6.3 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2024/01/17 05:05:34 Modified files: net/lagrange : Makefile distinfo Log message: Update to lagrange-1.17.6 From maintainer Florian Viehweger, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/17 05:25:29 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/17 05:25:38 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.28. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/17 06:00:05 Modified files: libexec/ld.so : library.c library_mquery.c loader.c Log message: very ugly whitespaces CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/17 07:17:59 Modified files: editors/neovim : Makefile distinfo Log message: editors/neovim: simple update to version 0.9.5. Diff from Laurent Cheylus. Thanks! CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/17 07:44:42 Modified files: infrastructure/templates: Makefile.template Log message: use '+=' in DIST_TUPLE example, nudging porters to use this syntax that makes it easy to combine multiple DIST_TUPLE entries. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/17 07:59:35 Modified files: databases/updatedb: Makefile Log message: lie to simplify some very specific use case CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 07:59:46 Modified files: security/boringssl/head: Makefile distinfo Log message: Update boringssl head to 20240116 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/17 09:11:45 Modified files: archivers/gcpio: Makefile distinfo archivers/gcpio/pkg: PLIST Log message: archivers/gcpio: update to 2.15 * Fix operation of --no-absolute-filenames --make-directories * Restore access and modification times of symlinks in copy-in and copy-pass modes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/17 11:56:13 Modified files: sys/kern : kern_exec.c Log message: Since pinsyscalls(2) applies to all system calls and does a more precise check earlier, the pinsyscall(SYS_execve mechanism has become redundant. It needs to be removed delicately since ld.so and static binaries use it. As a first step, neuter the checking code in sys_execve(). Further steps will follow slowly. ok kettenis CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 12:08:27 ports/devel/gengetopt/patches Update of /cvs/ports/devel/gengetopt/patches In directory cvs.openbsd.org:/tmp/cvs-serv22240/patches Log Message: Directory /cvs/ports/devel/gengetopt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 12:09:15 Modified files: devel/gengetopt: Makefile Added files: devel/gengetopt/patches: patch-src_gm_utils_h Log message: devel/gengetopt: fix build with libcxx 16.0.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 12:48:13 Modified files: games/crack-attack: Makefile Log message: crack-attack: fix build with libcxx 16.0.6 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 12:48:40 Modified files: security/stegseek: Makefile Log message: stegseek: fix build with libcxx 16.0.6 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/17 12:50:13 Modified files: games/amnesia-tdd: Makefile Log message: amnesia-tdd: fix build with libcxx 16.0.6 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/17 13:27:05 Modified files: devel/py-ptyprocess: Makefile devel/py-ptyprocess/pkg: PLIST Log message: fix build on python 3.12 by adding MODPY_PYBUILD=flit_core ok sthen@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2024/01/17 15:22:25 Modified files: sys/kern : exec_elf.c kern_sig.c sys/sys : core.h exec_elf.h sys/uvm : uvm_extern.h uvm_unix.c Log message: Fix core file writing when a file map into memory has later been truncated to be smaller than the mapping. Record which memory segments are backed by vnodes while walking the uvm map and later suppress EFAULT errors caused by the underlying file being truncated. okay miod@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/17 16:15:49 Modified files: games/fifengine: Makefile Log message: add missing RDEP on py-future CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/17 22:01:52 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: Instead of skipping the call to hdcp_destroy(), use NULL for the kobject argument. Unused in the function itself as we define away sysfs_remove_bin_file(). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/17 23:24:03 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vcn.c Log message: remove duplicate steam deck block, merge error from local patches CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/18 00:52:37 Modified files: sys/dev/pci/drm/i915: intel_device_info.h Log message: remove duplicate defines, merge error from local patches CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2024/01/18 01:17:38 Modified files: databases/updatedb: Makefile Log message: placate register-plist CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 01:26:32 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.24.40. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 01:27:29 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/pkg : PLIST-main Log message: Update to gtk+4-4.12.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 01:33:09 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.8.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 01:34:58 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-10.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 01:35:39 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-460.0.0. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/18 01:46:41 Modified files: sys/net : if_wg.c Log message: Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9). ok bluhm CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/18 01:48:33 Modified files: sys/kern : kern_sysctl.c Log message: Use solock() instead of netlock within fill_file(). This makes all socket types protected. The netlock is still used while fill_file() called through *table.inpt_queue walkthroughs, but this is the inet sockets case. ok bluhm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/18 01:50:27 Modified files: sys/dev/pci/drm: drm_print.c drm_syncobj.c sys/dev/pci/drm/amd/amdgpu: smu_v11_0_i2c.c sys/dev/pci/drm/i915/gt: intel_rc6.c sys/dev/pci/drm/radeon: radeon_prime.c Log message: reduce diff to linux CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/18 02:05:15 Removed files: www/sogo/patches: patch-SoObjects_SOGo_SOGoGCSFolder_m Log message: remove obsolete patch file, not needed anymore since last update where it was forgotten to be removed breakage pointed out by naddy@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 02:39:36 Modified files: usr.sbin/bgpd : rtr.c Log message: Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr process was sending and hit the error path because of that. Since the encoding as two uint32_t in rtr.c is awkward use the same way that the parent is sending the aspa sets. This uses a local copy so that the included expire filed is forced to 0 (the RDE does not use that field). OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 02:51:02 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.7.0. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/18 02:57:11 Modified files: games/freeciv : Makefile distinfo Log message: update to freeciv-3.0.9 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 02:58:23 Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Convert privsep imsg code to use imsg_get_fd(). ok yasuoka CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/18 03:41:17 Modified files: games/nudoku : Makefile distinfo Log message: Update nudoku to 3.0.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/18 03:50:26 Modified files: sysutils/ttyplot: Makefile distinfo sysutils/ttyplot/patches: patch-Makefile Added files: sysutils/ttyplot/patches: patch-ttyplot_c Log message: Update ttyplot to 1.6.1. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 04:03:17 Modified files: sys/netinet : in_pcb.c ip_output.c sys/netinet6 : ip6_output.c Log message: Move the rtable_exists() check into in_pcbset_rtableid(). OK bluhm@ mvs@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/18 04:17:37 Modified files: textproc/riff : Makefile crates.inc distinfo Log message: Update riff to 2.27.1 and add missing WANTLIB. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/18 05:07:45 Modified files: textproc/ripgrep: Makefile crates.inc distinfo Log message: Update ripgrep to 14.1.0. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/18 05:42:28 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-RepositoryExternal_mk patch-configure patch-external_skia_UnpackedTarball_skia_mk patch-vcl_source_app_svapp_cxx Log message: update to 7.6.4.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/18 06:31:36 Modified files: security/openssl-ruby-tests: Makefile distinfo security/openssl-ruby-tests/patches: patch-test_openssl_test_ssl_rb Log message: Update to openssl-ruby-tests 20240117 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/18 07:34:26 Modified files: usr.sbin/rpki-client: crl.c extern.h parser.c print.c Log message: The CRL's purported signing time actually is called thisUpdate, not lastUpdate OK tb@ claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 07:46:21 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Convert the simple imsgs to use imsg_get_data(). OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 07:49:59 Modified files: usr.sbin/vmd : config.c control.c priv.c proc.c vm.c vmd.c vmm.c Log message: Use imsg_get_fd() in vmd. vmd uses a lot of fd passing and does it sometimes via extra abstraction so this just tries to convert the code without any optimisations. ok dv@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/18 07:56:45 Modified files: usr.sbin/bgpd : session.c Log message: Convert IMSG_UPDATE and session_update() to new imsg API and ibufs. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 08:30:35 Modified files: sysutils/polkit: Makefile distinfo Removed files: sysutils/polkit/patches: patch-meson_build Log message: Update to polkit-124. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2024/01/18 08:34:29 Modified files: usr.bin/tsort : tsort.c Log message: fix macro to look more like a function, remove extraneous ; (clang's -Weverything would correctly warn about the resulting empty statement) No generated code change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/18 08:39:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.19. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/18 09:30:43 Modified files: lib/libssl : tls12_record_layer.c Log message: Switch from EVP_CIPHER_type() to EVP_CIPHER_nid() EVP_CIPHER_type() will never return NID_gost89_cnt since it has no associated ASN1_OBJECT. Switching to EVP_CIPHER_nid() has a slight chance of working. Do that before beck applies the flensing knife. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/18 09:49:40 Modified files: regress/lib/libcrypto/ec: ec_point_conversion.c Log message: ec_point_conversion: zap an empty line CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2024/01/18 10:00:05 Modified files: x11/kde-plasma/kwin: Makefile Log message: add a missing hidden dep on multimedia/pipewire/pipewire,-libs OK rsadowski@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/18 12:00:11 Modified files: lib/libc/dlfcn : init.c Log message: the warning about syscall going away is a bit dated now. ok miod tb CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/18 13:05:48 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.7 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/18 13:53:02 Modified files: net/syncthing : Makefile distinfo Log message: update to syncthing 1.27.2; OK paco edd CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/18 15:59:17 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.8 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/18 18:43:27 Modified files: sys/kern : kern_exit.c kern_fork.c kern_proc.c kern_sysctl.c sys/sys : proc.h Log message: Backout priterator() for walking allprocess list. This approach does not work as LIST_NEXT() of a removed element does not return NULL. I causes a crash in syzcaller and triggers kernel diagnostic assertion "vp->v_uvcount == 0" in sys/kern/kern_unveil.c line 845 during reboot. Unfortunately the backout brings back the race in fill_file() and fstat(1) may crash the kernel. Reported-by: syzbot+54fba1c004d7383d5e85@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/18 19:24:07 Modified files: sys/netinet : in_pcb.c tcp_usrreq.c udp_usrreq.c Log message: Unify inpcb API for inet and inet6. Many functions for IPv4 call their IPv6 counterpart if INP_IPV6 is set at the socket's pcb. By using the generic API consistently, the logic is not in the caller it gets more readable. OK mvs@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2024/01/18 20:25:13 Modified files: sys/dev/pci : if_bnxt.c Log message: Add TSO support. Previous commit fixed up a bug that could only be triggered with TCP socket splicing and TSO, and with that fixed, it works reliably. tested by hrvoje, jan@, mbuhl@, bluhm@, feedback from jan@ and bluhm@, ok jan@ mbuhl@ bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/01/18 20:46:15 Modified files: sys/dev/ic : re.c revar.h sys/dev/pci : if_re_pci.c sys/dev/cardbus: if_re_cardbus.c Log message: consolidate pci and cardbus detach code, and have it detach kstats. this solves one probably with an re(4) going away. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/01/18 23:32:28 Modified files: lib/libradius : radius.h Log message: Define the IPv6 related attributes from RFC 2865. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2024/01/18 23:59:10 Modified files: sys/arch/arm64/conf: GENERIC Log message: add iwn(4) to arm64 GENERIC ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:00:35 Added files: x11/gnome/builder/patches: patch-src_libide_tweaks_ide-tweaks-window_c Log message: Unbreak build with newer GTK. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:31:48 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.2143.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:34:21 Modified files: x11/gnome/gjs : Makefile distinfo Log message: Update to gjs-1.78.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:52:18 Modified files: x11/icewm : Makefile distinfo x11/icewm/pkg : PLIST Log message: Update to icewm-3.4.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:55:00 Modified files: graphics/jasper: Makefile distinfo graphics/jasper/patches: patch-src_libjasper_jpc_jpc_enc_c Log message: Update to jasper-4.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/19 00:56:08 Modified files: textproc/re2 : Makefile distinfo Log message: Update to re2-20231101. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/19 01:21:01 src/regress/lib/libssl/shutdown Update of /cvs/src/regress/lib/libssl/shutdown In directory cvs.openbsd.org:/tmp/cvs-serv37393/shutdown Log Message: Directory /cvs/src/regress/lib/libssl/shutdown added to the repository CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/19 01:28:52 Modified files: sysutils/coreutils: Makefile Added files: sysutils/coreutils/patches: patch-src_split_c Log message: coreutils: fix heap buffer overflow This was introduced when improving UBsan reports. Probably a new variety of bugs to be classified in the same family as silencing compiler and coverity warnings. https://marc.info/?l=oss-security&m=170556990821840&w=2 ok bcallah (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/19 01:29:08 Added files: regress/lib/libssl/shutdown: Makefile shutdowntest.c Log message: Add regress test coverage for SSL_shutdown(). This tests and codifies the behaviour of SSL_shutdown() with respect to SSL_quiet_shutdown() and SSL_set_shutdown(). For now, only the legacy stack (TLSv1.2) is tested, as there are currently some subtle differences with the TLSv1.3 stack. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/19 01:29:26 Modified files: regress/lib/libssl: Makefile Log message: Enable shutdown regress test. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/19 06:45:49 ports/net/fort/patches Update of /cvs/ports/net/fort/patches In directory cvs.openbsd.org:/tmp/cvs-serv44235/patches Log Message: Directory /cvs/ports/net/fort/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/19 07:09:55 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf 4.25.2 https://github.com/protocolbuffers/protobuf/releases/tag/v25.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/19 07:10:58 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py-protobuf 4.25.2 https://github.com/protocolbuffers/protobuf/releases/tag/v25.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 07:15:51 Modified files: lib/libc/sys : Makefile.inc lib/libc/dlfcn : init.c Log message: Stop initializing pinsyscall(SYS_execve in static binaries that contain an execve(2) stub. The new pinsyscalls(2) that applies to all system calls has made this redundant. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 07:16:42 Modified files: libexec/ld.so : Makefile loader.c syscall.h Log message: Stop initializing pinsyscall(SYS_execve in dynamic binaries that contain a reference reaching the execve(2) stub. The new pinsyscalls(2) that applies to all system calls has made this redundant. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 07:25:03 Modified files: usr.bin/lastcomm: lastcomm.1 lastcomm.c Log message: pinsyscall(SYS_execve) will soon go away, so the sys/acct.h bit AEXECVE can also be remove. Delete the code using it from the one program that inspects it. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/19 07:26:09 Modified files: net/fort : Makefile Added files: net/fort/patches: patch-src_algorithm_c patch-src_object_certificate_c patch-src_rtr_pdu_stream_c Log message: fort: fix this port a little bit Make it work with opaque X509_ALGOR and backport a commit to fix version negotiation with bgpd. with claudio CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 08:09:04 Modified files: sysutils/squashfs-tools/patches: patch-squashfs-tools_mksquashfs_h patch-squashfs-tools_signals_h patch-squashfs-tools_unsquashfs_c Log message: sync comments: these have been merged upstream CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 08:10:27 Modified files: share/man/man9 : malloc.9 Log message: M_PINSYSCALL is for pinsyscalls(2), not pinsyscall(2) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 08:12:56 Modified files: lang/snobol4 : Makefile Log message: fix HOMEPAGE and SITES maintainer timed-out CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 08:13:42 Modified files: devel/py-r2pipe: Makefile distinfo Log message: update to r2pipe-1.8.8 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 08:19:30 Modified files: devel/afl++ : Makefile distinfo devel/afl++/patches: patch-GNUmakefile patch-afl-cmin devel/afl++/pkg: PLIST Removed files: devel/afl++/patches: patch-instrumentation_afl-compiler-rt_o_c Log message: update to afl++-4.09c CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 08:30:04 Modified files: devel/py-pylint_venv: Makefile devel/py-pylint_venv/pkg: DESCR Log message: this was imported with an emtpy DESCR CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/19 09:14:55 Log message: import py3-bdfparser 2.2.0; from Корякин Артём; Feedback OK sthen BDF format bitmap font file parser library in Python. It has Font, Glyph and Bitmap classes providing more than 30 chainable API methods of parsing BDF fonts, getting their meta information, rendering text in any writing direction, adding special effects and manipulating bitmap images. It works seamlessly with PIL / Pillow and NumPy, and has detailed documentation / tutorials / API reference. Status: Vendor Tag: kn Release Tags: kn_20240119 N ports/graphics/py-bdfparser/Makefile N ports/graphics/py-bdfparser/distinfo N ports/graphics/py-bdfparser/pkg/DESCR N ports/graphics/py-bdfparser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 09:14:58 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/19 09:15:31 Modified files: graphics : Makefile Log message: + py3-bdfparser CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/01/19 09:30:28 Modified files: lib/libc/stdio : Makefile.inc lib/libc/stdlib: Makefile.inc Added files: lib/libc/stdlib: mktemp.3 mktemp.c Removed files: lib/libc/stdio : mktemp.3 mktemp.c Log message: Move mktemp.c to stdlib where it belongs. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/19 09:47:48 Modified files: x11/gnustep/make: Makefile Log message: Fix x11/gnustep on non-x86 clang archs This just handles the base-clang case. It's likely doable to also support ports-gcc as an ObjC compiler, but the COMPILER infrastructure doesn't support this (yet?). Tested in a riscv64 bulk build. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/19 09:55:36 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_BUILD_gn patch-chrome_browser_chrome_browser_main_cc Log message: update to 120.0.6099.224 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/19 10:01:39 Log message: Import devel/rust-analyzer. This is the result of combining independent porting efforts from gnezdo@ and Laurent Cheylus, with tweaks added from myself, Benjamin Stürz, tb@ and semarie@. OK semarie@ (tb@ OK'd an earlier attempt) Status: Vendor Tag: edd Release Tags: edd_20240119 N ports/devel/rust-analyzer/Makefile N ports/devel/rust-analyzer/crates.inc N ports/devel/rust-analyzer/distinfo N ports/devel/rust-analyzer/pkg/DESCR N ports/devel/rust-analyzer/pkg/PLIST N ports/devel/rust-analyzer/patches/patch-crates_sourcegen_src_lib_rs N ports/devel/rust-analyzer/patches/patch-crates_rust-analyzer_tests_slow-tests_tidy_rs No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 10:02:28 Modified files: lib/libc/dlfcn : Makefile.inc Log message: _execvesize.c is no longer generated to support pinsyscall(SYS_execve CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/19 10:02:48 Modified files: devel : Makefile Log message: Link devel/rust-analyzer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/19 10:42:57 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.20.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/19 10:51:15 Modified files: sbin/wsconsctl : util.c sys/dev/fdt : rkdrm.c sys/dev/wscons : wsconsio.h Log message: Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it for other generic KMS drivers. ok jsg@, matthieu@ CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2024/01/19 10:52:03 Modified files: xserver/hw/xfree86/common: xf86AutoConfig.c Log message: WSDISPLAY_TYPE_RKDRM was renamed to WSDISPLAY_TYPE_KMS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/19 11:38:16 Modified files: sys/dev/pci : pcireg.h sys/arch/amd64/amd64: i8259.c intr.c machdep.c sys/arch/amd64/include: pci_machdep.h pic.h segments.h sys/arch/amd64/pci: pci_machdep.c Log message: Implement Multiple Message MSI support on amd64. This is experimental code to assist qwx(4) development. We may remove this code again at some point in the future. Multiple Message MSI has some serious design flaws, especially when combined with the APIC interrupt controller architecture. It was superseded by MSI-X. Unfortunately qwx(4) does not implement MSI-X. ok stsp@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/19 11:56:15 Modified files: net/tdesktop : Makefile distinfo Log message: backout upstream post-4.14.8 commit causing crashes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 11:58:17 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: ugly whitespace CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/01/19 12:45:02 Modified files: lib/libc/hidden: stdlib.h lib/libc/stdlib: Makefile.inc mktemp.c Added files: lib/libc/stdlib: __mktemp4.c mkdtemp.c mkstemp.c Log message: Make our mktemp(3) callback-driven and split into multiple files. Previously, calling any of the mktemp(3) family would pull in lstat(2), open(2) and mkdir(2). Now, only the necessary system calls will be reachable from the binary. OK deraadt@ guenther@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/01/19 13:06:00 Modified files: distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: More files to be blessed by the clean target. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/19 13:45:27 Modified files: games/unknown-horizons: Makefile distinfo games/unknown-horizons/pkg: PLIST Log message: update unknown horizons to latest git commit The upstream update drops legacy Python2 support code, meaning we can now drop the RDEP on py-future. The TDEP on py-nose has not needed since upstream commit 3a808be which switched from nose to pytest. Also switch to using MODPY_SETUPTOOLS=Yes. ok thfr@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/19 14:20:35 Modified files: sys/uvm : uvm_extern.h uvm_mmap.c Log message: remove the guts of pinsyscall(2), it just returns 0 now. It has been made redundant by the introduction of pinsyscalls(2) which handles all system calls, rather than just 1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/19 14:33:13 Modified files: net/tor : Makefile net/tor/pkg : tor.rc Log message: add rcctl(8) configtest; OK solene pascal CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/19 15:01:37 Modified files: www/w3m : Makefile Added files: www/w3m/patches: patch-etc_c Log message: www/w3m: Fix OOB access due to multiple backspaces This is the upstream fix for CVE-2023-4255, via tj@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/01/19 15:01:51 Modified files: fonts/iosevka-fonts: Makefile.inc fonts/iosevka-fonts/aile: Makefile distinfo fonts/iosevka-fonts/aile/pkg: DESCR PLIST fonts/iosevka-fonts/default: Makefile distinfo fonts/iosevka-fonts/default/pkg: DESCR PLIST fonts/iosevka-fonts/etoile: Makefile distinfo fonts/iosevka-fonts/etoile/pkg: DESCR PLIST fonts/iosevka-fonts/slab: Makefile distinfo fonts/iosevka-fonts/slab/pkg: PLIST Log message: fonts/iosevka-fonts: update to version 28.0.5. Also updates all the DESCR files so that the variant descriptions match those at: https://github.com/be5invis/Iosevka/blob/main/doc/PACKAGE-LIST.md Diff from Manuel Giraud. Thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/19 15:12:24 Modified files: share/man/man9 : extent.9 sys/kern : subr_extent.c sys/sys : extent.h Log message: Implement extent_alloc_region_with_descr(9) which is the equivalent of extent_alloc_region(9) that uses a pre-allocated region descriptor. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/19 15:23:59 Modified files: net/tdesktop : Makefile distinfo Log message: update to 4.14.9 fix for previously backed out commit plus another fix CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2024/01/19 20:57:01 Modified files: . : groups.html build : groups.dat Log message: ChiBUG is no more CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/20 01:00:59 Modified files: sys/arch/arm64/dev: apldc.c Log message: Fetch touchpad dimensions from firmware here as well. ok mlarkin@, tobhe@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/20 01:28:03 Modified files: print/py-pypdf : Makefile distinfo print/py-pypdf/pkg: PLIST Log message: Update to py3-pypdf-4.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/20 01:32:18 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/20 01:32:31 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/20 01:33:38 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.23. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/20 01:38:22 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.20. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/20 02:01:03 Modified files: usr.sbin/smtpd : control.c enqueue.c lka.c mda.c mproc.c mta_session.c queue.c queue_proc.c smtp_session.c smtpd.c Log message: Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is simple there is just log_imsg() that can no longer display the fd since imsg_get_fd() can only be called once. OK op@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/20 04:16:27 Modified files: lib/libz : compress.3 Log message: Merge docs of crc32_combine_{gen,op} from zlib.h Also add two 'len2 must be non-negative.' from upstream looks good to jmc CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/20 04:22:46 Modified files: sys/arch/arm64/dev: apldart.c sys/arch/arm64/include: bus.h Log message: There are several DART variants; print some more details such that we can distinguish between them. Pay attention to the apple,dma-range property that tells us the desired DVA window. Add support for a new BUS_DMA_FIXED that allows use of bus_dmamap_load_raw(9) to map things at a pre-determined DVA. This last change is needed for the upcoming Apple KMS driver. Hopefully that is the only driver that will need this, so don't attempt to turn this into an MI feature. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/20 04:29:40 Modified files: regress/lib/libz: Makefile Log message: link the infcover test statically in preparation of zlib changes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/20 04:36:29 src/sys/dev/pci/drm/apple Update of /cvs/src/sys/dev/pci/drm/apple In directory cvs.openbsd.org:/tmp/cvs-serv57611/apple Log Message: Directory /cvs/src/sys/dev/pci/drm/apple added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/20 05:16:55 Modified files: sys/sys : acct.h Log message: AEXECVE can be removed, because pinsyscall SYS_execve detection has been deleted. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/20 06:19:39 Modified files: lib/libc/sys : mimmutable.2 sys/uvm : uvm_map.c Log message: Early during mimmutable(2) development, we had a big problem with the chrome v8_flags variable's placement in bss, and as a workaround made it possible to demote a mimmutable mapping's permissions from RW to R. Further mimmutable-related work in libc's malloc created the same problem, which led to a better design: objects could be placed into .openbsd.mutable region, and then at runtime their permission and immutability could be manipulated better. So the RW to R demotion logic is no longer being used, and now this semantic is being deleted. ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 07:51:53 Log message: import py3-unique-log-filter-0.1.0 Simple tool to filter out duplicate lines from a log file. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20240120 N ports/devel/py-unique-log-filter/Makefile N ports/devel/py-unique-log-filter/distinfo N ports/devel/py-unique-log-filter/pkg/DESCR N ports/devel/py-unique-log-filter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 07:53:49 Modified files: devel : Makefile Log message: +py-unique-log-filter CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 07:54:11 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: distinfo devel/angr/py-angr: Makefile distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: distinfo devel/angr/py-claripy: distinfo devel/angr/py-cle: distinfo devel/angr/py-pyvex: distinfo devel/angr/py-pyvex/pkg: PLIST Log message: update angr to 9.2.85 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 07:55:50 Modified files: devel/py-cstruct: Makefile distinfo Log message: update to py-cstruct-5.3 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/01/20 08:15:09 Modified files: x11/zutty : Makefile distinfo Log message: x11/zutty: update to 0.15 feedback from and ok sdk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 08:49:57 Modified files: lang/pythran : Makefile distinfo lang/pythran/pkg: PLIST Log message: update to pythran-0.15.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/20 08:57:24 Modified files: lang/myhdl : Makefile distinfo lang/myhdl/patches: patch-myhdl_test_core_Makefile patch-myhdl_test_core_test_Cosimulation_py lang/myhdl/pkg : PLIST Log message: - update to myhdl-0.11.43 - fix HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/20 09:35:18 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240120 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/20 09:43:53 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Source_cmQtAutoGenInitializer_cxx Log message: CMake >= 3.27 exports the CXX std to moc. This is a workaround for a moc parsing bug that happens parsing headers from libc++ < 14 when the CXX std > 17. Based on the FreeBSD patch. OK kn CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/01/20 10:34:50 Modified files: bin/pax : tar.c Log message: Better formatting for pax extended header times As specified, don't include the subsecond part if zero and drop trailing zeros in the subsecond part. ok millert@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/01/20 10:54:03 Modified files: www/py-bokeh : Makefile distinfo www/py-bokeh/patches: patch-pyproject_toml www/py-bokeh/pkg: PLIST Log message: www/py-bokeh: update to 3.3.3 ok daniel@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/20 10:57:26 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update libmaxminddb to 1.9.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/20 11:03:11 Modified files: x11/gnome/mutter: Makefile Added files: x11/gnome/mutter/patches: patch-src_backends_meta-stage-impl_c Log message: reinstate a removed patch that fixes mutter with DRI3 on amdgpu CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/20 12:41:12 Log message: import irctk-1.0.0 IRCTk is a graphical user interface for IRC that supports the client protocol as specified in RFC1459 and a subset of IRCv3. ok and tweaks sdk@ Status: Vendor Tag: op Release Tags: op_20230120 N ports/net/irctk/Makefile N ports/net/irctk/distinfo N ports/net/irctk/pkg/DESCR N ports/net/irctk/pkg/PLIST N ports/net/irctk/pkg/README N ports/net/irctk/patches/patch-Makefile_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/20 12:43:57 Modified files: net : Makefile Log message: +irctk CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/20 13:01:57 Modified files: audio/fluidsynth: Makefile distinfo audio/fluidsynth/pkg: PLIST Added files: audio/fluidsynth/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt Removed files: audio/fluidsynth/patches: patch-Makefile_am patch-configure_ac patch-fluidsynth_pc_in patch-src_Makefile_am patch-src_drivers_fluid_adriver_c patch-src_drivers_fluid_jack_c patch-src_drivers_fluid_mdriver_c patch-src_fluidsynth_c patch-src_utils_fluid_sys_c patch-src_utils_fluidsynth_priv_h Log message: update to fluidsynth 2.3.4 based on original diff by rsadowski@ to 2.3.2. Consumers tested by solene@ and rsadowski@. ok rsadowski@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2024/01/20 13:11:24 Modified files: sys/arch/amd64/include: vmmvar.h Log message: vmm(4)/vmd(8)/vmctl(8): increase max VM mem size. MAXDSIZ was cranked to 128GB back in April 2023, but vmd(8) was limiting VM RAM size to the old value (32GB). CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/20 13:20:50 Modified files: lang/ruby/3.2 : Makefile distinfo lang/ruby/3.2/pkg: MESSAGE-main PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Update to Ruby 3.2.3 Fixes CVE-2023-36617: ReDoS vulnerability in URI CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/20 15:43:40 Modified files: editors/emacs : Makefile distinfo editors/emacs/patches: patch-lisp_vc_vc_el patch-src_emacs_c Log message: Bugfix update to emacs-29.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/20 17:23:29 Modified files: sys/uvm : uvm_map.c Log message: some bizzare glitch related to ramdisk instbin static binaries, their mutable mapping is not working right, so temporarily bring back the RW -> R *only* for ramdisk kernels CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/20 17:26:14 Modified files: sys/uvm : uvm_map.c Log message: oops, brain scrambled trying to squeeze the ifdef into bad place CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/20 18:17:20 Modified files: sys/netinet : raw_ip.c udp_usrreq.c sys/netinet6 : raw_ip6.c Log message: Assert that inpcb table has correct address family. Since inpcb tables for UDP and Raw IP have been split into IPv4 and IPv6, assert that INP_IPV6 flag is correct instead of checking it. While there, give the table variable a nicer name. OK sashan@ mvs@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/01/21 00:17:06 Modified files: sys/arch/loongson/dev: kb3310.c Log message: Print raw battery information if KB3310_DEBUG, not DEBUG. NFC CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 00:33:46 Modified files: lib/libz : Makefile Log message: Define HAVE_HIDDEN for libz This adds the hidden visibility attribute to functions that are needed in multiple source files of the library but not part of the public API. This is technically a major bump, but that decided to be overkill. discussed with deraadt and millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 00:34:39 Modified files: lib/libz : deflate.c deflate.h gzguts.h gzlib.c trees.c zlib.h zutil.h Log message: libz: sync with upstream's develop branch as of Jan 18 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 00:35:28 Modified files: sys/lib/libz : deflate.c deflate.h trees.c zlib.h zutil.h Log message: sync with userland CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 00:46:17 Modified files: lib/libz : deflate.c zconf.h Log message: Sync with upstream as of Jan 20 No change of compiled code: the bug fix in check_match() affects ZLIB_DEBUG builds only and the Z_ARG macro is unused. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 00:46:55 Modified files: sys/lib/libz : deflate.c zconf.h Log message: sync with userland CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/21 03:15:01 Modified files: security/libdigidocpp: Makefile distinfo Log message: pick slightly tweaked LibreSSL fix, merged months ago CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:51:30 Modified files: lang/php/8.2 : Makefile distinfo lang/php/8.2/patches: patch-ext_openssl_openssl_c Log message: update to php-8.2.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:51:45 Modified files: lang/php/8.3 : Makefile distinfo lang/php/8.3/patches: patch-ext_openssl_openssl_c Log message: update to php-8.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:52:10 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo lang/php/8.2/patches: Tag: OPENBSD_7_4 patch-ext_openssl_openssl_c Log message: update to php-8.2.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:52:14 Modified files: net/icinga/core2: Makefile distinfo Log message: update to icinga2-2.14.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:52:21 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST-main Log message: update to roundcubemail-1.6.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 03:54:16 Modified files: mail/roundcubemail: Tag: OPENBSD_7_4 Makefile distinfo mail/roundcubemail/pkg: Tag: OPENBSD_7_4 PLIST-main Log message: update to roundcubemail-1.6.6 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/21 03:57:58 Modified files: sysutils/ruby-puppet/7: Makefile distinfo Log message: update 7.27.0 -> 7.28.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/21 03:58:41 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/patches: patch-lib_facter_framework_core_file_loader_rb sysutils/ruby-facter/pkg: PLIST Log message: update 4.5.1 -> 4.5.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/21 03:59:18 Modified files: devel/ruby-concurrent-ruby: Makefile distinfo devel/ruby-concurrent-ruby/pkg: PLIST Log message: update 1.2.2 -> 1.2.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/21 04:00:03 Modified files: databases/puppetdb/7: Makefile distinfo databases/puppetdb/7/patches: patch-Makefile Log message: update 7.15.0 -> 7.16.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 04:34:23 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/pkg: PLIST Added files: mail/rspamd/patches: patch-src_libstat_backends_redis_backend_cxx Log message: update to rspamd-3.8.0 patch to avoid a conflict with the _L macro in ctype.h (not the first of these that we've seen recently) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 04:36:07 Modified files: devel/p5-Modern-Perl: Makefile distinfo Log message: update to p5-Modern-Perl-1.20240120 CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/01/21 04:58:03 Modified files: databases/victoriametrics: Makefile distinfo Log message: update to v1.93.10 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/21 05:19:23 Modified files: audio/qsynth : Makefile distinfo audio/qsynth/pkg: PLIST Removed files: audio/qsynth/patches: patch-Makefile_in patch-src_qsynthChannelsForm_cpp Log message: update to 0.9.12 based on patch sent for 0.9.11 by rsadowski@ switch to QT6 and cmake CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/21 05:24:11 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update ngtcp2 to v1.2.0 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 06:12:22 Modified files: www/c-icap/modules: Makefile distinfo www/c-icap/modules/patches: patch-configure_ac Log message: update to c-icap-modules-0.5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/21 06:12:33 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c-icap-0.5.12 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/21 06:36:41 Modified files: sys/dev/pci/drm: drm_linux.c Log message: Add support for multiple matches in the component code. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/01/21 08:06:12 Modified files: devel/sccache : Makefile crates.inc distinfo Log message: devel/sccache: update to 0.7.5 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/21 09:16:19 Modified files: audio/fluidsynth: Makefile audio/fluidsynth/files: fluid_sndio.c audio/fluidsynth/patches: patch-src_CMakeLists_txt Added files: audio/fluidsynth/patches: patch-FluidSynthConfig_cmake_in patch-cmake_admin_report_cmake patch-src_config_cmake patch-src_drivers_fluid_adriver_c patch-src_drivers_fluid_adriver_h patch-src_drivers_fluid_mdriver_c patch-src_drivers_fluid_mdriver_h Log message: hook up sndio backend again post update, ok sebastia@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/21 09:31:43 Log message: import games/bugdom by Stu (izder456 () disroot ! org) who also takes MAINTAINER - thanks! with contribution/review by me, op@, gkoehler@ ok op@ DESCR: In the Bugdom, the peaceful rule of the Rollie Pollies and Lady Bugs was recently toppled by the Fire Ants. They have captured all the Lady Bugs, who are now held captive. To bring back peace, Rollie McFly, the sole bug capable of saving the Lady Bugs, must defeat King Thorax, the leader of the Fire Ants. Starting from the Lawn area, Rollie will encounter various challenges, including crossing water, riding bugs, and battling enemy forces. Once King Thorax and the Fire Ants are defeated, Rollie will become the new ruler, restoring peace to the Bugdom. Bugdom was released in 1999 by Pangea Software as a pack-in game on Macs. It is known for being the most advanced game to use QuickDraw 3D. This port aims to provide the best Bugdom experience by adding modern comforts and fixing gameplay bugs, while staying true to the original game's spirit. No modifications to the game's design are included in this project. Status: Vendor Tag: thfr Release Tags: thfr_20240121 N ports/games/bugdom/Makefile N ports/games/bugdom/distinfo N ports/games/bugdom/patches/patch-src_Boot_cpp N ports/games/bugdom/pkg/DESCR N ports/games/bugdom/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/21 09:33:00 Modified files: games : Makefile Log message: +bugdom CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 09:57:06 Modified files: sys/uvm : uvm_map.c Log message: madvise(2) and msync(2) have some memory/mapping destructive ops which should not be allowed upon immutable memory, instead return EPERM. Some of these ops are not destructive in OpenBSD, but they are destructive on other systems, so we take the "all ops" are illegal approach. Related to this, it should not be allowed to minherit(MAP_INHERIT_ZERO) immutable regions, or vice versa, calling mimmutable() upon MAP_INHERIT_ZERO regions, because such a range will be zero'd post-fork in the child. These now also return EPERM. Adjusting the madvise / msync behaviour upon immutable memory brings us closer to the behaviour of the mimmutable clone "mseal" being proposed by google for inclusion in Linux. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 09:59:15 Modified files: sys/uvm : uvm_map.c Log message: For minherit(MAP_INHERIT_ZERO) upon readonly memory return EPERM. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 10:00:43 Modified files: lib/libc/sys : mprotect.2 munmap.2 Log message: Add Xr mimmutable to manual pages which discuss immutable memory. prodding from kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/21 10:18:13 Modified files: lib/libc/dlfcn : init.c Log message: Static non-PIE binaries always have a base address of 0 (even if the ELF headers start at a higher address). Using the wrong base address meant that we were protecting the wrong address range for the malloc internals which made the code error out now that mimmutable(2) no longer allows an RW->R transition. Issue found by gkoehler@ who got most of the way towards a proper fix. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 10:21:55 Modified files: sys/uvm : uvm_map.c Log message: workaround for the static non-PIE instbin "instbin" program on the install media is no longer needed, due to fix in libc/dlfcn/init.c thanks kettenis and gkoehler CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 10:46:03 Modified files: lib/libc/sys : madvise.2 mimmutable.2 minherit.2 msync.2 Log message: update docs on madvise/msync/minherit behaviour in relation to immutable memory; ok kettenis CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/21 11:22:50 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20240121 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/21 11:41:55 Log message: import games/bugdom2 from izzy Meyer ( izder456 () disroot ! org ) tweaks and ok op@ DESCR: Three years after Rollie McFly's victory over King Thorax, the Bugdom remains a dangerous place. Skip, our new hero, has had his knapsack stolen by a Bully Bee. Your mission as Skip is to track down the Bully Bee and retrieve your knapsack in the chase that takes place around a house. Along the way, you'll receive assistance from new Bugdom friends like Sam the Snail and Sally the Chipmunk. Sam may require you to prove yourself before offering help, while Sally is preoccupied with collecting acorns. Make sure to have plenty of acorns to give to Sally. Additionally, the same Buddy Bugs that aided Rollie McFly will assist you in defeating hostile bugs you come across. Status: Vendor Tag: thfr Release Tags: thfr_20240121 N ports/games/bugdom2/Makefile N ports/games/bugdom2/distinfo N ports/games/bugdom2/pkg/DESCR N ports/games/bugdom2/pkg/PLIST N ports/games/bugdom2/patches/patch-Source_Boot_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/21 11:42:36 Modified files: games : Makefile Log message: +bugdom2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/21 12:08:59 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: Replace more occurrences of OBJ_NAME_do_all_sorted() with OBJ_NAME_do_all() CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/21 12:18:26 Modified files: audio/amused : Makefile distinfo Log message: update audio/amused to 0.14 - added libao and oboe (android) audio backends - honour $TMPDIR if set - switched to new imsg APIs CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/21 12:21:44 Modified files: www/links+ : Makefile Log message: Add missing LIB_DEPENDS on graphics/libavif. Pointed out by sthen@, thanks! Maintainer Tim Meunier is fine with the change. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/21 18:40:28 Modified files: audio/shairport-sync: Makefile distinfo Log message: pull upstream fix for crash on pause; OK anton CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/21 18:51:25 Modified files: games/cataclysm-dda: Makefile Log message: BDEP on abseil to fix sporadic build failure; OK kirby rsadowski Found by naddy, cataclysm-dda bundles flatbuffers which uses abseil-cpp. Neither checked during configure nor linked to; devel/flatbuffers does not pull in devel/abseil-cpp, but cataclysm-dda does not support using the system library, so satisfy the dependency to avoid dpb(1) junking it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 19:08:31 Modified files: libexec/ld.so : dl_printf.c dlfcn.c loader.c resolve.c Log message: ugly whitespaces CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:48:43 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v7_9.c Log message: drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt From Hawking Zhang 541cb7618a15674ccad4d6878f65fa3241009cb6 in linux-6.6.y/6.6.13 884e9b0827e889a8742e203ccd052101fb0b945d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:50:19 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Use common function for IP version check From Mukul Joshi 867ecd8970d33ae4e269a7f24d037c35dcc79290 in linux-6.6.y/6.6.13 2f86bf79b63dbe6963ebc647b77a5f576a906b40 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:52:31 Modified files: sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn315: dcn315_clk_mgr.c Log message: drm/amd/display: update dcn315 lpddr pstate latency From Dmytro Laktyushkin 6396b551f28668aa376e281993ff0790bc8e7b9e in linux-6.6.y/6.6.13 c92da0403d373c03ea5c65c0260c7db6762013b0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:54:33 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_debugfs.c Log message: drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer From Lu Yao 61dfdb779048332546358ac1847f0bbb07367162 in linux-6.6.y/6.6.13 2161e09cd05a50d80736fe397145340d2e8f6c05 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:55:58 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_process_queue_manager.c Log message: drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit From ZhenGuo Yin ccba042816400a82ed5d3d2f7b4ed79403d20c4c in linux-6.6.y/6.6.13 72838777aa38352e20301e123b97110c456cd38e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 19:57:26 Modified files: sys/dev/pci/drm/amd/amdgpu: soc15.c Log message: drm/amdgpu: Use another offset for GC 9.4.3 remap From Lijo Lazar 941887dc5ed4ef85ad06f3e76bcd444d9d5bc839 in linux-6.6.y/6.6.13 ed6e4f0a27ebafffbd12bf3878ab004787685d8a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:01:25 Modified files: sys/dev/pci/drm: drm_prime.c sys/dev/pci/drm/include/drm: drm_prime.h Log message: Revert "drm/prime: Unexport helpers for fd/handle conversion" From Felix Kuehling 379af079c42738fa3f33de5912931a7865887c62 in linux-6.6.y/6.6.13 0514f63cfff38a0dcb7ba9c5f245827edc0c5107 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:03:39 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_helpers.c Log message: drm/amd/display: Add monitor patch for specific eDP From Ivan Lipski 7fc3d8ea1a675eae9ee57dca894a9c4fb0e0d8b5 in linux-6.6.y/6.6.13 3d71a8726e05a35beb9de394e86ce896d69e563f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:05:56 Modified files: sys/dev/pci/drm/amd/amdgpu: soc15.c Log message: drm/amdgpu: Add NULL checks for function pointers From Lijo Lazar fb26de4a86e19711880e7e845505505f01d2eb82 in linux-6.6.y/6.6.13 81577503efb49f4ad76af22f9941d72900ef4aab in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:07:51 Modified files: sys/dev/pci/drm: drm_crtc.c Log message: drm/crtc: Fix uninit-value bug in drm_mode_setcrtc From Ziqi Zhao ff89e507b231a3afbddc2972a850947b73247a3b in linux-6.6.y/6.6.13 3823119b9c2b5f9e9b760336f75bc989b805cde6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:09:50 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: svm range always mapped flag not working on APU From Philip Yang bd443910debf71a1c0140c148ffb4f048fff3c2b in linux-6.6.y/6.6.13 ebab8c3eb6a6515dc14cd93fc29dd287709da6d3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:12:06 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event From Wayne Lin 18562b1691e2280858f291d00678468cf70bda5a in linux-6.6.y/6.6.13 989824589f793120833bef13aa4e21f5a836a707 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:15:16 Modified files: sys/dev/pci/drm/amd/display/dc/bios: bios_parser2.c sys/dev/pci/drm/amd/display/include: grph_object_ctrl_defs.h Log message: drm/amd/display: get dprefclk ss info from integration info table From Charlene Liu a5ba95c226b5c25cd5c8b9df29a1953c85a1531e in linux-6.6.y/6.6.13 51e7b64690776a9981355428b537af9048308a95 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:16:43 Modified files: sys/dev/pci/drm: drm_crtc.c Log message: drm/crtc: fix uninitialized variable use From Jani Nikula 7e881af7fb3c2ddc0c29b249250606fbe004f353 in linux-6.6.y/6.6.13 6e455f5dcdd15fa28edf0ffb5b44d3508512dccf in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/21 20:20:08 Modified files: sys/dev/pci/drm/amd/display/dc: dc_bios_types.h sys/dev/pci/drm/amd/display/dc/bios: bios_parser2.c command_table2.c command_table2.h sys/dev/pci/drm/amd/display/dc/dce: dmub_abm.c dmub_abm_lcd.c dmub_abm_lcd.h sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_hwseq.c sys/dev/pci/drm/amd/display/dc/dcn31: dcn31_panel_cntl.c sys/dev/pci/drm/amd/display/dc/inc/hw: abm.h panel_cntl.h sys/dev/pci/drm/amd/display/dc/link: link_factory.c sys/dev/pci/drm/amd/display/dmub/inc: dmub_cmd.h Log message: drm/amd/display: Pass pwrseq inst for backlight and ABM From Lewis Huang 71be0f674070a5ad54a1c4fb112bb2923b28ea50 in linux-6.6.y/6.6.13 b17ef04bf3a4346d66404454d6a646343ddc9749 in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/21 21:38:32 Modified files: sys/sys : syscall_mi.h Log message: make a note about when to remove overly verbose logging for pinsyscall violations CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/22 01:01:25 Modified files: devel/py-unique-log-filter: Makefile Log message: setuptools -> flit_core CVSROOT: /cvs Module name: xenocara Changes by: claudio@cvs.openbsd.org 2024/01/22 03:13:34 Modified files: app/xlockmore/xlock: privsep.c Log message: Rewrite the privsep imsg code using the new ibuf API. Properly wrap the imsg_read() / imsg_get() calls in a while loop. Do not initialize the fd of the struct ibuf to -1 (this is already done). Rewrite the imsg parser using imsg_get_ibuf(), ibuf_get and a local new function ibuf_get_string() which abstracts the extraction of the strings from the ibuf. Properly clear and free the user, pass and style variables. OK tb@ matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/22 04:59:00 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.78.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/22 05:58:47 Modified files: graphics/py-Pillow: Makefile distinfo graphics/py-Pillow/patches: patch-setup_py graphics/py-Pillow/pkg: PLIST Log message: update to py3-Pillow-10.2.0 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/22 06:44:59 Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: CMS_signed_add1_attr.3 Log message: Document various CMS_{signed,unsigned}_* functions These functions change signed & unsigned attributes of a CMS SignerInfo object With & OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/22 06:47:51 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/22 06:52:09 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.8.7 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/22 06:54:46 Modified files: lib/libcrypto/man: CMS_signed_add1_attr.3 Log message: Simplify history section to match what other manuals do CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/22 07:00:13 Modified files: lib/libcrypto/man: CMS_ContentInfo_new.3 CMS_get0_SignerInfos.3 CMS_signed_add1_attr.3 Log message: Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and add a back reference from CMS_get0_SignerInfos(3). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/22 07:21:58 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-src_OpenVpn_ServerConfig_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.5.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/22 07:42:03 Modified files: net/py-ncclient: Makefile distinfo net/py-ncclient/pkg: PLIST Log message: update to py3-ncclient-0.6.15 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/22 08:35:52 Modified files: games/vcmi : Makefile distinfo games/vcmi/pkg : PLIST Added files: games/vcmi/patches: patch-server_CVCMIServer_cpp Log message: update to vcmi-1.4.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 09:18:06 Modified files: lib/libc/yp : yp_bind.c lib/libc/rpc : Makefile.inc clnt_udp.c Added files: lib/libc/rpc : clnt_udp.h clnt_udp_bufcreate.c Log message: When getpwnam(3) reaches out to YP, it calls clntudp_create(3) with a pre-initialized ypconnect(2) socket. That calls clntudp_bufcreate(), which contains code checking if the socket and address are configured.. If not, socket(2) is called, or an address allocation is performed via the portmapper (which calls a whole lot more code). Split clnt_udp.c into two .c files (which will compile as seperate .o files), and create a new libc-private clntudp_bufcreate_simple() function which skips the socket and address work. Result: In most static binaries, this reduces the text segment by ~100K, and removes 5-7 system call stubs -- which might matter for non-pledged binaries with otherwise lack socket(2). ok millert jmatthew CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/01/22 09:34:46 Modified files: usr.bin/tmux : style.c Log message: Increase buffer size to avoid truncating styles, GitHub issue 3809 from Ricardo Bittencourt. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2024/01/22 09:35:09 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.33.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2024/01/22 09:36:37 Modified files: sysutils/login_duo: Makefile distinfo Log message: Update login_duo to 2.0.3 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/01/22 10:11:26 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: security/osv-scanner: update to 1.6.1 ok gonzalo@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 10:21:52 Modified files: lib/libc/gen : getpwent.c getnetgrent.c Log message: getpwnam(3) uses dbopen(3), which pulls all 3 database backends into static binaries. If we call libc-private __hash_open() instead, it results in a ~40K reduction in many static binaries. ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 10:22:58 Modified files: lib/libc/gen : devname.c getcap.c ttyname.c Log message: Similar to getpwnam(3) and getnetgrent(3), it is better to call libc-private __hash_open() than the generic dbopen(3) which pulls in all 3 database backends. ok millert CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/01/22 10:44:08 Modified files: lang/ruby/3.2 : Tag: OPENBSD_7_4 Makefile distinfo lang/ruby/3.2/pkg: Tag: OPENBSD_7_4 MESSAGE-main UNMESSAGE-main PLIST-main PLIST-ri_docs Log message: Update to Ruby 3.2.3 Fixes CVE-2023-36617: ReDoS vulnerability in URI CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/01/22 11:29:40 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.45.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/22 11:54:01 Modified files: sys/arch/arm64/conf: GENERIC sys/dev/pci/drm: files.drm sys/dev/pci/drm/include/generated: autoconf.h Added files: sys/dev/pci/drm/apple: afk.c afk.h apldcp.c apldrm.c apple_drv.c dcp-internal.h dcp.c dcp.h dcp_backlight.c dptxep.c dptxep.h ibootep.c iomfb.c iomfb.h iomfb_internal.h iomfb_template.c iomfb_template.h iomfb_v12_3.c iomfb_v12_3.h iomfb_v13_3.c iomfb_v13_3.h parser.c parser.h systemep.c trace.c trace.h version_utils.h sys/dev/pci/drm/include/linux: apple-mailbox.h args.h sys/dev/pci/drm/include/linux/soc/apple: rtkit.h Log message: Add apldcp(4) and apldrm(4). Together these drivers provide KMS functionality on Apple Silicom machines. At this point the drivers provide significant power savings when the display is blanked (and during suspend) and backlight control. Some support for HDMI output is also included, but for now only when HDMI is used as the primary output. In the future this should also provide displayport support. This is a port of the the Asahi Linux drivers which can be found at https://github.com/AsahiLinux/linux/tree/asahi-wip Note that this branch gets rebased from time to time. These drivers do *not* bring us GPU accelerated graphics. But there are reports that things run "smoother". There are some known bugs with backlight control: the backlight level may not be restored properly after the display has been blanked, and changing the backlight quickly un succession may break the backlight control. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/22 11:56:18 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: apldcp.4 apldrm.4 Log message: apldcp(4) and apldrm(4) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/01/22 12:06:01 Modified files: . : innovations.html Log message: describe pinsyscalls(2) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 12:26:55 Modified files: share/man/man5 : login.conf.5 lib/libc/crypt : cryptutil.c Log message: make login.conf(5) and crypt_newhash(3) and the underlying code consistant regarding bcrypt,a instead of blowfish,a. "blowfish" is a historical alias which we don't need to document as firmly as "bcrypt". report about difficult manual page discovery from ataraxia937 ok millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/01/22 13:23:26 Modified files: lang/snobol4 : Makefile distinfo lang/snobol4/patches: patch-Makefile2_m4 Log message: - update to snobol-2.3.2 maintainer timed-out CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 14:07:10 Modified files: lib/libc/gen : getpwent.c usr.bin/chpass : Makefile usr.bin/passwd : Makefile Log message: I forgot that chpass(1) and passwd(1) reach-around into libc for getpwent.c (isn't it horrible), and therefore lack visibility of the the libc-internal __hash_open() function. Use -DFORCE_DBOPEN in chpass/Makefile and passwd/Makefile and adjust getpwent.c to use the external visible interface. Is there a better way? CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/22 15:28:09 Modified files: productivity/minder: Makefile distinfo Log message: update productivity/minder to 1.16.2 changelog: CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/22 15:56:41 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/22 16:05:53 Modified files: www/py-responses: Makefile Log message: remove no longer needed RDEP on py-cookies ok kmos@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/22 16:09:57 Modified files: print/htmldoc : Makefile distinfo Removed files: print/htmldoc/patches: patch-htmldoc_http_c patch-htmldoc_ps-pdf_cxx Log message: Update to htmldoc-1.9.17 - now links to print/cups,-libs instead of embedding code from that library. - the patch to work around an llvm8 bug can also be removed. ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/22 16:13:46 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches: patch-setupext_py graphics/py-matplotlib/pkg: PLIST Log message: update to matplotlib 3.8.2 ok bket@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/01/22 16:23:35 Modified files: . : innovations.html Log message: some Xr CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/22 20:31:45 Modified files: sys/dev/pci/drm/include/linux: args.h kernel.h Log message: move CONCATENATE() to args.h to match linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/22 21:47:13 Modified files: sys/dev/pci/drm/include/linux: align.h kernel.h limits.h math.h printk.h stddef.h Log message: move more defines out of kernel.h CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/22 22:48:47 Modified files: share/man/man4/man4.arm64: apldrm.4 Log message: aplrm -> apldrm CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/01/22 23:06:14 Modified files: emulators/stella: Makefile distinfo Log message: Update to stella-6.7.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:28:16 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20240122 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:40:45 Log message: import ports/devel/py-transitions, ok daniel@ A lightweight, object-oriented Python state machine implementation with many extensions. Status: Vendor Tag: sthen Release Tags: sthen_20240123 N ports/devel/py-transitions/Makefile N ports/devel/py-transitions/distinfo N ports/devel/py-transitions/pkg/DESCR N ports/devel/py-transitions/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:41:08 Modified files: devel : Makefile Log message: +py-transitions CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:41:14 Log message: import ports/textproc/py-yamlordereddictloader, ok daniel@ This module provide a loader and a dumper for PyYAML allowing to keep items order when loading a file (by putting them in OrderedDict objects) and to manage OrderedDict objects when dumping to a file. This is deprecated; new code should use Phynix/yamlloader instead. Status: Vendor Tag: sthen Release Tags: sthen_20240123 N ports/textproc/py-yamlordereddictloader/Makefile N ports/textproc/py-yamlordereddictloader/distinfo N ports/textproc/py-yamlordereddictloader/pkg/DESCR N ports/textproc/py-yamlordereddictloader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:41:41 Modified files: textproc : Makefile Log message: +py-yamlordereddictloader CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/23 00:42:11 Modified files: net/py-junos-eznc: Makefile distinfo net/py-junos-eznc/pkg: DESCR PLIST Log message: update to py3-junos-eznc-2.7.0, unbreaking with python 3.10 reported/tested by chris@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:08:56 Modified files: converters/opencc: Makefile distinfo converters/opencc/pkg: PLIST Log message: Update to opencc-1.1.7 - minor bugfixes for build infra - translation updates From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:09:44 Modified files: inputmethods/xcb-imdkit: Makefile distinfo Log message: Update to xcb-imdkit-1.0.6 - minor bugfix on setting XCB event mask From MAINTAINER Yifei Zhan ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:10:48 Modified files: inputmethods/fcitx: Makefile distinfo inputmethods/fcitx/patches: patch-cmake_Fcitx5CompilerSettings_cmake patch-src_lib_fcitx-utils_misc_cpp inputmethods/fcitx/pkg: PLIST README Log message: Update to fcitx-5.1.7 - libevent has been replaced by libuv - bugfixes on xcb, dbus interface, ui - bump major for Fcitx5Core, Fcitx5Utils - slightly rework of existing patch for detecting OpenBSD - translation updates From MAINTAINER Yifei Zhan ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:11:23 Modified files: inputmethods/fcitx-qt: Makefile distinfo inputmethods/fcitx-qt/pkg: PLIST Log message: Update to fcitx-qt-5.1.4 - disable nonfunctional qtwayland support for now - add qt support for widgets addons and guiwrapper - new shared library: Fcitx5Qt6WidgetsAddons - bugfixes on ui - translation updates From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:12:10 Modified files: inputmethods/fcitx-gtk: Makefile distinfo inputmethods/fcitx-gtk/patches: patch-CMakeLists_txt inputmethods/fcitx-gtk/pkg: PLIST Log message: Update to fcitx-gtk-5.1.1 From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:12:46 Modified files: inputmethods/fcitx-lua: Makefile distinfo Log message: Update to fcitx-lua-5.0.12 From MAINTAINER Yifei Zhan ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:13:51 Modified files: inputmethods/libime: Makefile distinfo inputmethods/libime/pkg: PLIST Removed files: inputmethods/libime/patches: patch-src_libime_core_CMakeLists_txt Log message: Update to libime-1.1.5 - static data/table updates, new table - drop outdated C11 patch From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:14:26 Modified files: inputmethods/fcitx-chinese-addons: Makefile distinfo inputmethods/fcitx-chinese-addons/pkg: PLIST Log message: Update to fcitx-chinese-addons-5.1.3 From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:15:02 Modified files: inputmethods/fcitx-config-qt: Makefile distinfo inputmethods/fcitx-config-qt/patches: patch-src_CMakeLists_txt inputmethods/fcitx-config-qt/pkg: PLIST Log message: Update to fcitx-configtool-qt-5.1.3 - add support for Qt6, translation updates From MAINTAINER Yifei Zhan Tweak/ok op@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:15:35 Modified files: inputmethods/fcitx-table-extra: Makefile distinfo inputmethods/fcitx-table-extra/pkg: PLIST Log message: Update to fcitx-table-extra-5.1.2 From MAINTAINER Yifei Zhan ok op@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/01/23 01:20:30 Modified files: share/man/man4 : multicast.4 Log message: correct sysctl name; from clemens goessnitzer CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/23 01:48:12 Modified files: sys/dev/pci : if_igc.c Log message: Change default duplex setting and simplify the setup of srrctl.BSIZEPKT. During media selection through ifconfig one might not specify the duplex setting through the mediaopt flag. In that case the igc(4) would default to full-duplex. The problem with this approach is that em(4) defaults to half-duplex. Because of that if one connects both NICs and sets media to e.g. 100baseTX on both of them no carrier will be found. Fix that by matching igc(4) behaviour with what em(4) does. Adapted from FreeBSD commits 3b8d04f845b416d29a258658b8a48d1afb4a2e81 and 0eb8cd1de26849cbaefaf3bc59aa9612fa0dfa52 respectively. ok mbuhl@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/23 01:51:57 Modified files: devel/catch2 : Makefile distinfo Log message: Update Catch2-3.5.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/23 01:52:28 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl-1.29.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/23 01:53:14 Modified files: net/weechat : Makefile distinfo Log message: Update weechat-4.1.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/23 01:53:59 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins-devel to 2.441 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 02:14:46 Modified files: print/libpaper : Makefile distinfo Log message: Update to libpaper-2.1.3. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/23 02:32:57 Modified files: usr.sbin/rpki-client: filemode.c Log message: Warn about overclaiming intermediate CAs, but don't error OK tb@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/01/23 03:27:12 Modified files: regress/sys/kern/exec_self: exec_self.c Log message: Place the blob in the .openbsd.mutable section to cope with recent madvise(2) changes. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 03:27:49 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.54.21. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 03:31:41 Modified files: x11/gnome/text-editor: Makefile distinfo Log message: Update to gnome-text-editor-45.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 04:34:40 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-CMakeLists_txt patch-src_file_analysis_analyzer_x509_OCSP_cc net/bro/pkg : PLIST Log message: SECURITY update to zeek-6.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 04:49:18 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-meson_build graphics/colord/pkg: PLIST Log message: Update to colord-1.4.7. CVSROOT: /cvs Module name: src Changes by: uwe@cvs.openbsd.org 2024/01/23 04:51:54 Modified files: sys/dev/mii : eephy.c Log message: explicitly disable Energy-Efficient Ethernet (EEE) on Marvell E151x The Energy Detect feature is part of EEE and it defaults to off on both hardware and software reset to enter "normal 10/100/1000 Mbps operation." This change makes it explicit, as for the other PHYs in that family. Note that, if EEE was actually enabled, an errata applies which requires a certain sequence of magic register writes. ok stsp@ kettenis@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2024/01/23 06:02:15 Modified files: sys/arch/m88k/m88k: trap.c Log message: Delete unused labels which cause error in making kernel. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/23 06:16:12 Modified files: devel/abseil-cpp: Makefile Log message: zap obvious comments, fold CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/23 06:50:02 Modified files: net/bro : Tag: OPENBSD_7_4 Makefile distinfo net/bro/patches: Tag: OPENBSD_7_4 patch-CMakeLists_txt patch-src_file_analysis_analyzer_x509_OCSP_cc net/bro/pkg : Tag: OPENBSD_7_4 PLIST Log message: SECURITY update to zeek-6.0.3.tgz. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/23 07:13:55 Modified files: usr.sbin/ypbind: ypbind.c Log message: found some boilerplate strncpy to replace with strlcpy. They are in messages, but the messages are zero'd first. ok jmatthew CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 07:18:11 Modified files: sys/dev/pci/drm/apple: afk.c iomfb.c Log message: Pick up some fixup commits that add #include from https://github.com/jannau/linux/tree/bits/200-dcp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:23:51 Modified files: security/nss : Makefile distinfo security/nss/pkg: PLIST Log message: security/nss: update to 3.97, will be required by gecko 123. see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (404 for now, but will be generated from https://hg.mozilla.org/projects/nss/file/tip/doc/rst/releases/nss_3_97.rst) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 07:25:07 Modified files: sys/dev/pci/drm/apple: parser.c Log message: drm: apple: mark local functions static From Arnd Bergmann c23a90c49c665bfb61f0200e966cef042063e364 in jannau's bits/200-dcp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:25:29 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: upstream moved to clang 17 with 122, so repack & selfhost again the profiling data while here bump dependency on nss 3.97. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:26:13 Modified files: mail/mozilla-thunderbird: Makefile Log message: mail/mozilla-thunderbird: bump REVISION after mozilla.port.mk change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:26:52 Modified files: www/seamonkey : Makefile Log message: www/seamonkey: bump REVISION after mozilla.port.mk change CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 07:27:26 Modified files: sys/dev/pci/drm/apple: afk.c Log message: drm: apple: use strscpy() in place of strlcpy() From Arnd Bergmann 2501a971dbec631932aba9aba55b7b61b7c3c390 in jannau's bits/200-dcp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:28:10 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-toolkit_xre_glxtest_glxtest_cpp Log message: www/mozilla-firefox: update to 122.0. see https://www.mozilla.org/en-US/firefox/122.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-01/ drop patch from #1868782, merged upstream CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:29:01 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.7.0. see https://www.mozilla.org/en-US/firefox/115.7.0/releasenotes/ fixes https://www.mozilla.org/security/advisories/mfsa2024-02/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:29:57 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-toolkit_xre_glxtest_glxtest_cpp Log message: www/mozilla-firefox: MFC update to 122.0. see https://www.mozilla.org/en-US/firefox/122.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-01/ drop patch from #1868782, merged upstream CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 07:30:13 Modified files: sys/dev/pci/drm/apple: apple_drv.c dcp-internal.h dcp.c iomfb.c iomfb_template.c iomfb_v13_3.c Log message: drm/apple: spelling fixes From Jonathan Gray cee29f9bcbf9574ce1ae19e586728a9d85c3db05 in jannau's bits/200-dcp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 07:30:28 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.7.0 see https://www.mozilla.org/en-US/firefox/115.7.0/releasenotes/ fixes https://www.mozilla.org/security/advisories/mfsa2024-02/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 07:39:10 Modified files: usr.sbin/bgpd : rde.c Log message: Split cases and call peer_stale() individually instead of using a conditional argument. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/23 07:46:28 Modified files: lib/libz : ChangeLog README deflate.c deflate.h gzguts.h gzlib.c inftrees.c trees.c zconf.h zlib.h zutil.h Log message: Update to zlib 1.3.1 Since we already pulled in all fixes, this only bumps version/magic numbers and copyright years. The fixes relevant to OpenBSD are: - Fix bug in inflateSync() for data held in bit buffer - Add LIT_MEM define to use more memory for a small deflate speedup - Add bounds checking to ERR_MSG() macro, used by zError() - Various portability and appearance improvements CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/23 07:46:51 Modified files: sys/lib/libz : deflate.c deflate.h inftrees.c trees.c zconf.h zlib.h zutil.h Log message: Sync with userland CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2024/01/23 08:04:42 Modified files: net/rpkitouch : Makefile distinfo Log message: Update rpkitouch Also add missing WANTLIB OK tb@ CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2024/01/23 08:38:55 Modified files: net/rpkitouch : Makefile distinfo Log message: Update rpkitouch 1.2 OK tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 08:48:28 Modified files: sys/dev/pci/drm/apple: dcp-internal.h dcp.c dcp_backlight.c iomfb_template.c Log message: drm: apple: backlight: force backlight update after resume From Mark Kettenis fcad9f366ba0c934f877662ee8199051b636d2e1 in jannau's bits/200-dcp CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 08:55:21 Modified files: usr.sbin/bgpctl: output_ometric.c Log message: Spaces CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 08:56:01 Modified files: sys/dev/pci/drm/apple: afk.c apple_drv.c dcp.c dcp_backlight.c iomfb.c iomfb_template.c Log message: drm: apple: Fix/remove log messages From Janne Grunau 37a0cddeede0a715d137838a88c61e0c53c8d6cd in jannau's bits/200-dcp CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 08:56:48 Modified files: usr.sbin/bgpctl: mrtparser.h Log message: Fixup more spaces CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 08:59:56 Modified files: usr.sbin/bgpd : rde_update.c rtr_proto.c Log message: KNF, space before EOL CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 09:08:35 Modified files: usr.sbin/bgpd : bgpd.h Log message: Fix tab after space CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 09:13:35 Modified files: usr.sbin/bgpd : bgpd.h rde.c rde.h rde_update.c util.c Log message: Start converting the message parser to use the new ibuf api. Rewrite rde_update_dispatch() to use ibufs. Because of this rde_update_err(), rde_get_mp_nexthop(), nlri_get_prefix() and friends are switched to use ibufs. For rde_attr_parse() a minimal change was done for now. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/23 09:16:15 Modified files: usr.sbin/bgpctl: bgpctl.c mrtparser.c output.c output_json.c Log message: Adopt bgpctl code to the ibuf changes done in bgpd. Adjust code that calls nlri_get_prefix() and friends to work with an ibuf. show_mrt_update() is mostly converted because of this. The output functions and the rest of the mrtparser are just minimally touched to keep the diff reasonable. OK tb@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/01/23 09:23:09 Modified files: net/miniflux : Makefile distinfo modules.inc Log message: update net/miniflux to 2.0.51 CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/01/23 09:25:49 Modified files: net/dnscontrol : Makefile distinfo modules.inc net/dnscontrol/pkg: PLIST Log message: update net/dnscontrol to 4.8.1 ok kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/23 09:57:53 Modified files: sys/net : pipex.c pipex_local.h Log message: Remove `pipex_rd_head6' and `ps6_rn[2]'. They are not used. ok yasuoka CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/23 10:57:21 Modified files: sys/net : pipex.c pipex_local.h Log message: Introduce pipex_iterator(), the special thing to perform `pipex_session_list' foreach walkthrough with `pipex_list_mtx' mutex(9) relocking. It inserts special item after acquired `session' and keeps it linked until `session' release. Only owner can unlink it's own item, so the LIST_NEXT(session) is always valid even the `session' was unlinked. The iterator skips special items at the `session' acquisition time, as all other foreach loops where `pipex_list_mtx' mutex(9) is not relocked. ok yasuoka CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 12:35:58 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: mail/mozilla-thunderbird: update to 115.7.0. see https://www.thunderbird.net/en-US/thunderbird/115.7.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-04/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/23 12:36:55 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.7.0. see https://www.thunderbird.net/en-US/thunderbird/115.7.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-04/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/23 12:51:10 Modified files: sys/arch/riscv64/riscv64: cpu.c machdep.c pmap.c sys/arch/riscv64/include: pmap.h pte.h Log message: T-Head implemented a page attribute extension that violates the RISC-V specification. The default attributes result in memory being uncached which makes the system perform like a slug. So implement a workaround that is designed to make implementation of the Svpbmt extension that is part of the latest published RISC-V specification. This gets us a bit further booting OpenBSD on an Allwinner D1 SoC. ok mlarkin@, jca@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/01/23 13:12:23 Modified files: biology/py-biopython: Makefile distinfo Log message: Update biopython to 1.83. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/01/23 13:17:59 Modified files: devel/py-vulture: Makefile distinfo Log message: Update py-vulture to 2.11. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/01/23 15:04:15 Modified files: usr.sbin/btrace: btrace.c Log message: Consider the whole tuple when reading a map entry whose key is that tuple. Previously only the first element of the tuple was considered. This led to the introduction of new map entries. Reported by Christian Ludwig. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/01/23 15:28:20 Modified files: share/termtypes: termcap.5 Log message: The 1023-byte entry limit is historical, as is the vi(1) limitation. We ship nvi, not classic vi, so that parst is not relevant. OK deraadt@ jmc@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/23 15:58:03 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-6.7.5 Fixes a bug where sometimes numbers are printed to incorrect line lengths. The number is always correct; the line is just longer than the limit. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/01/23 16:51:49 Modified files: editors/moe : Makefile distinfo Log message: Update to moe-1.14 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/01/23 17:17:01 Modified files: sys/net : if_sec.c Log message: tag packets going out a sec interface to prevent route/encap loops. sec(4) was already looking for this mbuf tag so it could drop packets that had already been sent out on the same interface, but i forgot the code that adds the tag. this was reported by jason tubnor who experienced spins/lockups when using sec and a physical interface was disconnected. rather than being a locking problem like we initially assumed, it turned out that unplugging a physical interface caused a route for ipsec encapsulated traffic to go out over sec(4), causing the packet to loop in the stack. the fix was also tested and verified by jason. sorry for taking so long to look at it. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/23 23:53:13 Modified files: devel/llvm : Makefile Log message: hook llvm17 up to the build; will be required by chromium CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/24 00:21:44 Modified files: net/proxychains-ng: Makefile distinfo Log message: update 4.15 -> 4.17 CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/01/24 00:36:52 Modified files: sys/arch/arm64/conf: GENERIC Log message: Add iwm(4) to arm64 GENERIC, as follow up of 1.280 ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/24 01:16:10 Modified files: graphics/webp-pixbuf-loader: Makefile distinfo Added files: graphics/webp-pixbuf-loader/patches: patch-meson_build Log message: Update to webp-pixbuf-loader-0.2.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/24 01:16:47 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.54.22. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/24 03:01:30 Modified files: www/pound : Makefile distinfo www/pound/pkg : PLIST Added files: www/pound/patches: patch-src_ht_h patch-src_http_c patch-src_log_c patch-src_pound_c Removed files: www/pound/patches: patch-pound_8 Log message: Update pound to 4.11 This moves to a new upstream and switches to using pcre2 instead of pcre. tested/tweaks/ok kili CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/01/24 03:09:08 Modified files: sbin/iked : ca.c control.c iked.h ikev2.c Log message: Use per connection peerid for control replies instead of 'broadcasting' replies for 'ikectl show sa' and similar control requests, we now assign a uniq peerid to each request and pass this peerid between the processes so the reply can be sent on the matching connection. from markus@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/01/24 05:25:50 Modified files: sys/arch/riscv64/include: atomic.h Log message: Remove atomic_store_64(), misleading and now unused The function was actually performing an OR instead of a store. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/24 05:47:01 Modified files: net/dnscrypt-proxy: Makefile Added files: net/dnscrypt-proxy/patches: patch-vendor_golang_org_x_sys_unix_fcntl_go patch-vendor_golang_org_x_sys_unix_syscall_openbsd_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_386_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_386_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_amd64_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_amd64_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_arm64_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_arm64_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_arm_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_arm_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_mips64_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_mips64_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_ppc64_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_ppc64_s patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_riscv64_go patch-vendor_golang_org_x_sys_unix_zsyscall_openbsd_riscv64_s Log message: dnscrypt-proxy: backport jrick's fix to golang.org/x/sys (to call fcntl using the libc wrapper rather than using SYS_FCNTL) to the vendored copy. ok namn@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/24 06:39:44 Modified files: lib/libcrypto/modes/asm: ghash-x86_64.pl Log message: Avoid a four byte overread in gcm_ghash_4bit() on amd64. The assembly code for gcm_ghash_4bit() reads one too many times from Xi, resulting in a four byte overread. Prevent this by not loading the next value in the final iteration of the loop. If another full iteration is required the next Xi value will be loaded at the top of the outer_loop. Many thanks to Douglas Gliner for finding and reporting this issue, along with a detailed reproducer. Same diff from deraadt@ ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/24 07:02:52 Modified files: lib/libcrypto/lhash: lhash.c lib/libcrypto/man: lh_new.3 Log message: Make it safe to delete entries from an lhash doall callback. Currently, the callback cannot safely delete entries as it could lead to contraction of the hash table, which in turn could lead to doall skipping entries (and that typically leads to memory leaks). The recommended workaround is to reach in and fiddle with the hash table internals in order to prevent contraction, call the doall function and then restore the internals that were changed. Rather than just improving our documentation, actually make it safe to delete entries from an lhash doall callback by pausing contractions prior to starting the callback loop, then restoring the down load factor and triggering contraction once completed. This means that callers no longer need access to change hash table internals in order to achieve this same behaviour. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/24 07:05:10 Modified files: lib/libcrypto/conf: conf_api.c lib/libcrypto/objects: obj_dat.c lib/libssl : ssl_sess.c Log message: Stop fiddling with hash table internals from lhash doall callers. It is now safe to call delete from an lhash doall callback - stop fiddling wit hash table internals from lhash doall callers that previously has to workaround this themselves. ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/24 07:17:37 Modified files: share/man/man4/man4.arm64: apldcp.4 Log message: Add more authers that made significant contributions to the Linux driver. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/24 07:38:14 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/patches: patch-cola_app_py devel/git-cola/pkg: PLIST Log message: Update to git-cola-4.5.0 Changes: https://github.com/git-cola/git-cola/blob/v4.5.0/CHANGES.rst CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/24 07:51:12 Modified files: usr.sbin/bgpd : rde.c rde.h rde_community.c Log message: Convert the community parsers to the new ibuf api. This converts community_add(), community_large_add() and community_ext_add() and as a result removes some hacks from rde_attr_add() and rde_attr_parse(). OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/24 07:51:56 Modified files: regress/usr.sbin/bgpd/unittests: rde_community_test.c Log message: Adjust community regress test after the switch to ibuf in bgpd. OK tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/24 08:07:17 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-vendor_openssl-sys_src_handwritten_stack_rs patch-vendor_openssl-sys_src_macros_rs Log message: rust: pull in rust-openssl #2153 to ensure build with opaque _STACK CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/24 08:15:26 Modified files: net/gmid : Makefile distinfo Log message: update net/gmid to 2.0.1 changelog: * convert gmid to the new imsg API * update bundled imsg * configure: fix --mandir handling; from Anna “CyberTailor”, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/24 08:24:28 Modified files: lib/libcrypto/modes/asm: ghash-x86.pl Log message: Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386 This is a variant of the same logic error fixed in ghash-x86_64.pl r1.6. The code path is only reachable on machines without FXSR or PCLMUL. ok jsing CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/24 08:33:30 Modified files: graphics/chafa : Makefile distinfo graphics/chafa/pkg: PLIST Log message: update graphics/chafa to 1.14.0; from MAINTAINER Florian Viehweger, thanks! changelog: https://github.com/hpjansson/chafa/blob/master/NEWS CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/01/24 09:48:29 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/pkg: PLIST Log message: Tor Browser: update to 13.0.9 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 11:33:10 Modified files: archivers/lzip/lzlib: Makefile distinfo Log message: Update lzlib to 1.14. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 11:36:09 Modified files: archivers/lzip/pdlzip: Makefile distinfo Log message: Update pdlzip to 1.13. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 11:47:24 Modified files: archivers/lzip/lziprecover: Makefile distinfo Log message: Update lziprecover to 1.24. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 11:58:04 Modified files: archivers/lzip/plzip: Makefile distinfo Log message: Update plzip to 1.11. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 12:02:59 Modified files: archivers/lzip/lunzip: Makefile distinfo Log message: Update lunzip to 1.14. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/01/24 12:23:39 Modified files: sys/sys : clockintr.h sched.h sys/kern : kern_clockintr.c sched_bsd.c kern_sched.c kern_fork.c subr_prof.c sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/arm64/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/i386/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/riscv64/include: cpu.h sys/arch/sh/include: cpu.h sys/arch/sparc64/include: cpu.h Log message: clockintr: switch from callee- to caller-allocated clockintr structs Currently, clockintr_establish() calls malloc(9) to allocate a clockintr struct on behalf of the caller. mpi@ says this behavior is incompatible with dt(4). In particular, calling malloc(9) during the initialization of a PCB outside of dt_pcb_alloc() is (a) awkward and (b) may conflict with future changes/optimizations to PCB allocation. To side-step the problem, this patch changes the clockintr subsystem to use caller-allocated clockintr structs instead of callee-allocated structs. clockintr_establish() is named after softintr_establish(), which uses malloc(9) internally to create softintr objects. The clockintr subsystem is no longer using malloc(9), so the "establish" naming is no longer apt. To avoid confusion, this patch also renames "clockintr_establish" to "clockintr_bind". Requested by mpi@. Tweaked by mpi@. Thread: https://marc.info/?l=openbsd-tech&m=170597126103504&w=2 ok claudio@ mlarkin@ mpi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/24 12:30:34 Modified files: mail/mozilla-thunderbird: Makefile Log message: mail/mozilla-thunderbird: add BDEP on setuptools should fix a build failure reported by naddy@: AttributeError: module 'pkg_resources' has no attribute '_initialize_master_working_set' CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 12:46:32 Log message: move FNA to games/fna/fna, ok op@ Status: Vendor Tag: thfr Release Tags: thfr_20240124 N ports/games/fna/fna/Makefile N ports/games/fna/fna/distinfo N ports/games/fna/fna/files/FNA.Settings.props N ports/games/fna/fna/files/FNA.dll.config N ports/games/fna/fna/patches/patch-src_Color_cs N ports/games/fna/fna/patches/patch-src_GraphicsDeviceManager_cs N ports/games/fna/fna/patches/patch-src_Content_ContentManager_cs N ports/games/fna/fna/pkg/DESCR N ports/games/fna/fna/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 12:47:31 Log message: move fna3d to games/fna/fna3d, ok op@ Status: Vendor Tag: thfr Release Tags: thfr_20240124 N ports/games/fna/fna3d/Makefile N ports/games/fna/fna3d/distinfo N ports/games/fna/fna3d/patches/patch-CMakeLists_txt N ports/games/fna/fna3d/pkg/DESCR N ports/games/fna/fna3d/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/24 12:48:08 Modified files: shells/bash : Makefile distinfo Log message: shells/bash: update to 5.2 patchlevel 26 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 12:48:25 Log message: move faudio to games/fna/faudio, ok op@ Status: Vendor Tag: thfr Release Tags: thfr_20240124 N ports/games/fna/faudio/Makefile N ports/games/fna/faudio/distinfo N ports/games/fna/faudio/pkg/DESCR N ports/games/fna/faudio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/01/24 12:48:56 Modified files: productivity/baikal: Makefile distinfo productivity/baikal/pkg: PLIST Log message: Update baikal to 0.9.4. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 12:51:38 Modified files: audio : Makefile Removed files: audio/faudio : Makefile distinfo audio/faudio/patches: patch-src_qoa_decoder_h audio/faudio/pkg: DESCR PLIST Log message: unhook and remove faudio from the old location; has been moved to games/fna/faudio CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 12:55:38 Modified files: graphics : Makefile Removed files: graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt graphics/fna3d/pkg: DESCR PLIST Log message: remove and unhook fna3d from graphics/, moved to games/fna/fna3d CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/01/24 13:00:51 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: Update p5-Image-ExifTool to 12.74. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/24 13:04:59 Modified files: games/fna : Makefile Added files: games/fna : Makefile.inc Removed files: games/fna : distinfo games/fna/files: FNA.Settings.props FNA.dll.config games/fna/patches: patch-src_Color_cs patch-src_Content_ContentManager_cs patch-src_GraphicsDeviceManager_cs games/fna/pkg : DESCR PLIST Log message: remove the fna port in games/fna, setting up the SUBDIRs instead that point to previously imported games/fna/{faudio,fna,fna3d}, this move was reviewed by and ok op@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2024/01/24 14:08:06 Modified files: devel/objfw : Makefile distinfo Log message: Update to objfw-1.0.8 Patch from maintainer and upstream Jonathan Schleifer, thanks CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/24 17:23:08 Modified files: audio/shairport-sync: Makefile audio/shairport-sync/pkg: PLIST README Log message: Safe config permissions, clearer sndio(7) instructions Drop other/world-reable permissions on /etc/shairport-sync.conf as it may contain passwords and replace README's sndio manual rewording with a brief reference plus a precise install(1) example from audio/spotifyd. Move _spotifyd's HOME directory into a variable as PLIST bits get moved. weerd agrees CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/24 22:17:52 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.65.2 Fixes uploading corrupted data to azure blob. Changes: https://rclone.org/changelog/#v1-65-2-2024-01-24 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/01/24 23:42:50 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.9 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/01/25 00:28:33 Modified files: inputmethods/fcitx-chewing: Makefile distinfo Log message: Update fcitx-chewing to 5.1.1 "sure" rsadowski@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/25 01:08:10 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: move pwr_state init out of ifdef CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 01:10:14 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: Fix a memleak and a double free in newpass_p12() If the allocation of newsafes fails, asafes is leaked. And if the ASN1_OCTET_STRING_new() after the freeing of asafes fails, asafes is freed a second time. ok jsing CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/25 01:26:54 Modified files: audio/qsynth : Makefile Log message: Add x11/qt6/qttools to build dependencies build breakage pointed out by naddy@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/25 02:05:54 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c amdgpu_kms.c Log message: call amdgpu_driver_load_kms() instead of doing the equivalent CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 02:40:09 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: newpass_p12(): factor for loop body into helpers Since newpass_bags() and sk_PKCS7_push() could be shared between two otherwise entirely unrelated code paths, it was decided to dedup the code in about the ugliest possible way. Untangle the spaghetti and split the code paths into helper functions, so we can easily error check and avoid a bunch of leaks. ok jsing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 02:44:57 Modified files: sys/dev/pci : if_qwx_pci.c sys/dev/ic : qwx.c qwxvar.h Log message: Use multi-vector MSI interrupts in qwx(4). With only one vector enabled we need to manually check various rings to see why an interrupt triggered. This makes debugging difficult at this early stage of development, so use multiple vectors if possible, as the Linux driver was designed to do. The intention is to keep single-vector mode working as well but for now this mode will lack testing by myself. Thanks to kettenis@ for adding the required MSI/PCI code on amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:45:07 ports/lang/lucee/v5 Update of /cvs/ports/lang/lucee/v5 In directory cvs.openbsd.org:/tmp/cvs-serv51954/v5 Log Message: Directory /cvs/ports/lang/lucee/v5 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:45:07 ports/lang/lucee/v6 Update of /cvs/ports/lang/lucee/v6 In directory cvs.openbsd.org:/tmp/cvs-serv51954/v6 Log Message: Directory /cvs/ports/lang/lucee/v6 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:45:22 ports/lang/lucee/v5/pkg Update of /cvs/ports/lang/lucee/v5/pkg In directory cvs.openbsd.org:/tmp/cvs-serv66511/pkg Log Message: Directory /cvs/ports/lang/lucee/v5/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:45:22 ports/lang/lucee/v5/patches Update of /cvs/ports/lang/lucee/v5/patches In directory cvs.openbsd.org:/tmp/cvs-serv66511/patches Log Message: Directory /cvs/ports/lang/lucee/v5/patches added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/25 02:46:12 Modified files: usr.sbin/bgpd : rde.c Log message: Convert most attributes in rde_attr_parse() to new ibuf API. This skips ATTR_ASPATH and ATTR_AS4_PATH for now, those will follow soon. Reshuffle checks a little bit. While ibuf_get does ensure that enough data is available do a precise size check to ensure that only the expected amount of data is available. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:47:05 ports/lang/lucee/v6/pkg Update of /cvs/ports/lang/lucee/v6/pkg In directory cvs.openbsd.org:/tmp/cvs-serv77765/pkg Log Message: Directory /cvs/ports/lang/lucee/v6/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 02:47:05 ports/lang/lucee/v6/patches Update of /cvs/ports/lang/lucee/v6/patches In directory cvs.openbsd.org:/tmp/cvs-serv77765/patches Log Message: Directory /cvs/ports/lang/lucee/v6/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 02:51:33 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: Port over some ath11k code to handle the qwx(4) monitor status ring. These changes are incomplete. More work will be required to get this ring working if it turns out to be needed. Hopefully it will only be required for monitor mode. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/25 02:54:21 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c Log message: Siwtch IMSG_CTL_SHOW_RIB_COMMUNITIES over to the new ibuf api. Adjust fmt_ext_community() to take a uint64_t as argument instead of passing a pointer. OK tb@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 03:03:20 Modified files: sys/dev/ic : qwx.c Log message: Disable monitor status ring support in qwx(4). The ring isn't needed to scan for APs. This ring's ext interrupt fires continously and we somehow end up with mbuf corruption which looks like an mcl2k cluster overwrite (this bug is present even before the changes added in my previous commit). Disable this code path for now to work around the corruption, allowing work on this driver to proceed. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 03:07:47 Modified files: sys/dev/ic : qwx.c Log message: Process scan results in qwx(4) now that we are longer crashing the kernel. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 03:11:04 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: implement qwx_auth() which moves the device from SCAN into AUTH state Port code from Linux to provide access point info to firmware and to start up the firmware's virtual interface in station mode. Sending frames does not work yet so we cannot actually connect anywhere. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 03:44:39 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: Rework newpass_p12() a bit more Split the bottom half that repacks the authsafes into a helper function. This simplifies the curly exit path and makes it clearer what is being done. PKCS12_pack_authsafes() is a very inconvenient API and there are some extra dances needed due to it. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 03:53:05 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: Rename pkcs12_repack_safe() into pkcs12_repack_authsafes() discussed with jsing CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/01/25 04:03:17 Modified files: games/fnaify : Makefile Log message: games/fnaify: catch up with fna ports move CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/25 04:13:35 Modified files: usr.sbin/bgpd : rde.c Log message: Use RFC7606 treat-as-withdraw for ORIGIN attributes with an invalid value. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 05:20:17 Modified files: lib/libcrypto/x509: x509_lib.c Log message: Remove the custom X509v3 extensions stack This is essentially unused. The only consumer, www/kore,-acme is in the process of being fixed. It is also incomplete: in particular, the verifier doesn't learn about extensions added to the list, making the entire exercise rather pointless. So let's ditch that crap. This was the last consumer of the horror that is OBJ_bsearch_(). The even worse OBJ_bsearch_ex_() is still being "used" by M2Crypto... This prepares the removal of X509V3_EXT_{add{,_list,_alias},cleanup}(). and removes another piece of thread-unsafe global state. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 05:22:31 Modified files: lib/libcrypto : crypto_init.c Log message: Ditch another noop from OPENSSL_cleanup() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 06:32:49 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: Merge PKCS12_newpass() and newpass_p12() With the previous refactoring, newpass_p12() became simple enough that it doesn't require a separate function anymore. Merge the public API into it and move it below (most of) the things it calls. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 06:44:08 Modified files: lib/libcrypto/pkcs12: p12_add.c p12_mutl.c pkcs12_local.h lib/libcrypto/pkcs7: pk7_doit.c pk7_mime.c Log message: Fix various NULL dereferences in PKCS #12 The PKCS #7 ContentInfo has a mandatory contentType, but the content itself is OPTIONAL. Various unpacking API assumed presence of the content type is enough to access members of the content, resulting in crashes. Reported by Bahaa Naamneh on libressl-security, many thanks ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/25 06:55:22 Modified files: lang/lucee : Makefile Added files: lang/lucee : Makefile.inc lang/lucee/v5 : Makefile distinfo lang/lucee/v5/patches: patch-WEB-INF_web_xml lang/lucee/v5/pkg: DESCR PLIST README lang/lucee/v6 : Makefile distinfo lang/lucee/v6/patches: patch-WEB-INF_web_xml lang/lucee/v6/pkg: DESCR PLIST README Removed files: lang/lucee : distinfo lang/lucee/patches: patch-WEB-INF_web_xml lang/lucee/pkg : DESCR PLIST README Log message: update to lucee-6.0.0.585, and rearrange the port to keep a 5.x version for now CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 07:08:30 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: p12_npas.c: Use slightly less awkward variable names CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 07:09:26 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: p12_npas.c: maclen -> mac_len CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 07:15:05 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: p12_npas.c: hoist some helpers from the bottom to the top in reverse order CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/25 07:30:41 Modified files: www/honk : Makefile distinfo www/honk/pkg : MESSAGE PLIST README Log message: Update for honk to 1.2.1 from Horia (Maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 08:09:22 Modified files: lib/libcrypto/x509: x509_lib.c Log message: This table no longer needs to be sorted CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/25 08:33:35 Modified files: lib/libcrypto/pkcs12: p12_npas.c Log message: Plug a few leaks and perform some other code hygiene Closing this directory now until the daily Coverity run throws a hissy fit. ok jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/25 08:44:23 Modified files: security/py-M2Crypto: Makefile security/py-M2Crypto/patches: patch-src_SWIG__lib_i Log message: M2Crypto: prepare for next libcrypto bump Make the OPENSSL_sk_free() compat shim (for whichever reason that one was deemed necessary) a thin wrapper around sk_new() and make the abomination that is OPENSSL_sk_deep_copy() always fail. By complete misdesign of the "safestack" API, this is even more reliant on undefined behavior than the average STACK_OF() use. discussed with jsing CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/01/25 09:40:51 Modified files: usr.bin/awk : FIXES b.c main.c run.c Log message: Update awk to the Jan 22, 2024 version. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/25 10:00:21 Modified files: sys/dev/ic : qwx.c qwxvar.h sys/dev/pci : if_qwx_pci.c Log message: Make qwx(4) avoid sub-directories in firmware paths. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/25 10:32:31 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to 0.6.8 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/25 11:47:57 Modified files: geo/qgis : Makefile distinfo Log message: geo/qgis: update to 3.34.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/25 11:49:54 Modified files: geo/mapproxy : Makefile distinfo Log message: geo/mapproxy: update to 2.0.2 CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/01/25 12:51:57 Modified files: net/blaeu : Makefile distinfo Log message: update to v1.1.10 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/01/25 13:50:58 Modified files: usr.sbin/btrace: btrace.c Log message: Return 0 when accessing an argument not defined in a probe. Adapted from a fix from Christian Ludwig. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/01/25 23:42:41 Modified files: www/gallery-dl : Makefile distinfo www/gallery-dl/pkg: PLIST Log message: Update gallery-dl to 1.26.7 from MAINTAINER grodziol, thanks! Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.26.7 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/26 00:28:10 Modified files: sysutils/polkit: Makefile Log message: polkit: fix build on sparc64 gcc doesn't error on implicit function declaration. The configure check of netgrent() therefore incorrectly sets HAVE_SETGRENT_RETURN, breaking the build. Also define _BSD_SOURCE to avoid a subsequent error due to implicit declaration of getgrouplist(3). ok ajacoutot (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:14:27 Modified files: net/bro : Makefile Log message: portroach: ignore version 6.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:14:43 Modified files: graphics/colord-gtk: Makefile distinfo graphics/colord-gtk/pkg: PLIST Log message: Update to colord-gtk4-0.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:14:57 Modified files: graphics/webp-pixbuf-loader: Makefile distinfo Removed files: graphics/webp-pixbuf-loader/patches: patch-meson_build Log message: Update to webp-pixbuf-loader-0.2.6. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/26 01:22:09 Log message: import nanosaur2-2.1.0 Nanosaur II: Hatchling is a continuation of the original Nanosaur storyline, only this time you get to fly a pterodactyl who's loaded with hi-tech weaponry. In addition to the three level adventure mode where you blast enemy dinos and save eggs, there are also six two-player levels including racing, capture-the-flag, and battle. This is a port of the original Mac version of the game to modern operating systems, made under permission from Pangea Software, Inc. several tweaks and ok gkoehler@ Status: Vendor Tag: op Release Tags: op_20240126 N ports/games/nanosaur2/Makefile N ports/games/nanosaur2/distinfo N ports/games/nanosaur2/pkg/DESCR N ports/games/nanosaur2/pkg/PLIST N ports/games/nanosaur2/patches/patch-Source_Boot_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/26 01:22:35 Modified files: games : Makefile Log message: +nanosaur2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:23:08 Modified files: mail/sendmail : Makefile distinfo Log message: Update to sendmail-8.18.0.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:28:12 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:32:15 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-461.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:42:57 Modified files: x11/gtk+3 : Makefile distinfo Log message: Update to gtk+3-3.24.41. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 01:44:48 Modified files: www/libwpe : Makefile distinfo Log message: Update to libwpe-1.15.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:54:03 Modified files: sysutils/dateutils: Makefile distinfo Log message: update to dateutils-0.4.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:54:21 Modified files: devel/py-hatchling: Makefile distinfo Log message: update to py3-hatchling-1.21.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:54:27 Modified files: devel/py-certifi: Makefile distinfo Log message: update to py3-certifi-2023.7.22 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:55:24 Modified files: devel/py-cachetools: Makefile distinfo Log message: update to py3-cachetools-5.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:55:56 Modified files: audio/picard : Makefile distinfo audio/picard/pkg: PLIST Log message: update to picard-2.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 01:58:34 Modified files: archivers/minizip: Makefile distinfo archivers/minizip/pkg: PLIST Log message: update to minizip-4.0.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 02:34:33 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 02:34:43 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-1.7.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 02:57:15 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-src_libstat_backends_redis_backend_cxx Log message: update to rspamd-3.8.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 02:57:19 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/patches: patch-apps_app_voicemail_c patch-build_tools_cflags_xml patch-configs_samples_asterisk_conf_sample patch-configure_ac patch-contrib_scripts_ast_coredumper patch-main_utils_c patch-res_res_rtp_asterisk_c telephony/asterisk/20/pkg: PLIST-main Added files: telephony/asterisk/20/patches: patch-main_config_c Log message: update to asterisk-20.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 02:57:22 Modified files: telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/patches: patch-apps_app_voicemail_c patch-build_tools_cflags_xml patch-configs_samples_asterisk_conf_sample patch-configure_ac patch-contrib_scripts_ast_coredumper patch-main_utils_c patch-res_res_rtp_asterisk_c telephony/asterisk/18/pkg: PLIST-main Added files: telephony/asterisk/18/patches: patch-main_config_c Log message: update to asterisk-18.21.0 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/26 04:20:59 Modified files: productivity/thinkingrock: Makefile Removed files: productivity/thinkingrock/pkg: MESSAGE Log message: Remove MESSAGE about datasize limit bump. These days default limits are already higher than 700-900MB. Switch HOMEPAGE to https while here. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 04:24:41 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update to GStreamer 1.22.9. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:27:47 Log message: import llvm compiler-rt 16.0.6 Status: Vendor Tag: COMPILER_RT Release Tags: COMPILER_RT_16_0_6 U src/gnu/llvm/compiler-rt/.clang-tidy U src/gnu/llvm/compiler-rt/.gitignore U src/gnu/llvm/compiler-rt/CMakeLists.txt U src/gnu/llvm/compiler-rt/CODE_OWNERS.TXT U src/gnu/llvm/compiler-rt/CREDITS.TXT U src/gnu/llvm/compiler-rt/LICENSE.TXT U src/gnu/llvm/compiler-rt/README.txt U src/gnu/llvm/compiler-rt/cmake/base-config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/builtin-config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/config-ix.cmake N src/gnu/llvm/compiler-rt/cmake/crt-config-ix.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/AddCompilerRT.cmake N src/gnu/llvm/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/BuiltinTests.cmake N src/gnu/llvm/compiler-rt/cmake/Modules/CheckSectionExists.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTCompile.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTLink.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/CompilerRTUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/SanitizerUtils.cmake U src/gnu/llvm/compiler-rt/cmake/Modules/UseLibtool.cmake U src/gnu/llvm/compiler-rt/cmake/caches/Apple.cmake U src/gnu/llvm/compiler-rt/docs/BuildingCompilerRT.rst U src/gnu/llvm/compiler-rt/docs/TestingGuide.rst U src/gnu/llvm/compiler-rt/include/CMakeLists.txt U src/gnu/llvm/compiler-rt/include/fuzzer/FuzzedDataProvider.h N src/gnu/llvm/compiler-rt/include/orc_rt/c_api.h U src/gnu/llvm/compiler-rt/include/profile/InstrProfData.inc N src/gnu/llvm/compiler-rt/include/profile/MIBEntryDef.inc N src/gnu/llvm/compiler-rt/include/profile/MemProfData.inc U src/gnu/llvm/compiler-rt/include/sanitizer/allocator_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/asan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/common_interface_defs.h U src/gnu/llvm/compiler-rt/include/sanitizer/coverage_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/dfsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/hwasan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/linux_syscall_hooks.h U src/gnu/llvm/compiler-rt/include/sanitizer/lsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/memprof_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/msan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/netbsd_syscall_hooks.h U src/gnu/llvm/compiler-rt/include/sanitizer/scudo_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/tsan_interface.h U src/gnu/llvm/compiler-rt/include/sanitizer/tsan_interface_atomic.h U src/gnu/llvm/compiler-rt/include/sanitizer/ubsan_interface.h U src/gnu/llvm/compiler-rt/include/xray/xray_interface.h U src/gnu/llvm/compiler-rt/include/xray/xray_log_interface.h U src/gnu/llvm/compiler-rt/include/xray/xray_records.h U src/gnu/llvm/compiler-rt/lib/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/Block.h U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/Block_private.h U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/data.c U src/gnu/llvm/compiler-rt/lib/BlocksRuntime/runtime.c U src/gnu/llvm/compiler-rt/lib/asan/.clang-format U src/gnu/llvm/compiler-rt/lib/asan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/README.txt U src/gnu/llvm/compiler-rt/lib/asan/asan.syms.extra U src/gnu/llvm/compiler-rt/lib/asan/asan_activation.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_activation.h U src/gnu/llvm/compiler-rt/lib/asan/asan_activation_flags.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_allocator.h U src/gnu/llvm/compiler-rt/lib/asan/asan_debugging.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_descriptions.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_descriptions.h U src/gnu/llvm/compiler-rt/lib/asan/asan_errors.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_errors.h U src/gnu/llvm/compiler-rt/lib/asan/asan_fake_stack.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_fake_stack.h U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_lock.h U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.h U src/gnu/llvm/compiler-rt/lib/asan/asan_flags.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_globals.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_globals_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_ignorelist.txt U src/gnu/llvm/compiler-rt/lib/asan/asan_init_version.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h U src/gnu/llvm/compiler-rt/lib/asan/asan_interceptors_vfork.S U src/gnu/llvm/compiler-rt/lib/asan/asan_interface.inc U src/gnu/llvm/compiler-rt/lib/asan/asan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/asan/asan_internal.h U src/gnu/llvm/compiler-rt/lib/asan/asan_linux.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_mac.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_linux.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_malloc_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_mapping.h U src/gnu/llvm/compiler-rt/lib/asan/asan_mapping_sparc64.h U src/gnu/llvm/compiler-rt/lib/asan/asan_memory_profile.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_poisoning.h U src/gnu/llvm/compiler-rt/lib/asan/asan_posix.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_premap_shadow.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_premap_shadow.h U src/gnu/llvm/compiler-rt/lib/asan/asan_report.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_report.h U src/gnu/llvm/compiler-rt/lib/asan/asan_rtl.cpp N src/gnu/llvm/compiler-rt/lib/asan/asan_rtl_static.cpp N src/gnu/llvm/compiler-rt/lib/asan/asan_rtl_x86_64.S U src/gnu/llvm/compiler-rt/lib/asan/asan_scariness_score.h U src/gnu/llvm/compiler-rt/lib/asan/asan_shadow_setup.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_stack.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_stack.h U src/gnu/llvm/compiler-rt/lib/asan/asan_stats.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_stats.h U src/gnu/llvm/compiler-rt/lib/asan/asan_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_suppressions.h U src/gnu/llvm/compiler-rt/lib/asan/asan_thread.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_thread.h U src/gnu/llvm/compiler-rt/lib/asan/asan_win.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/asan/asan_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/asan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/asan/scripts/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/scripts/asan_device_setup U src/gnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py U src/gnu/llvm/compiler-rt/lib/asan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_benchmarks_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_exceptions_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_fake_stack_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_globals_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_interface_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_internal_interface_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test.h U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mac_test_helpers.mm U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_mem_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_noinst_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_oob_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_racy_double_free_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_str_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test.ignore U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_config.h U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_main.cpp U src/gnu/llvm/compiler-rt/lib/asan/tests/asan_test_utils.h U src/gnu/llvm/compiler-rt/lib/builtins/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/README.txt U src/gnu/llvm/compiler-rt/lib/builtins/absvdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/absvsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/absvti2.c U src/gnu/llvm/compiler-rt/lib/builtins/adddf3.c U src/gnu/llvm/compiler-rt/lib/builtins/addsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/addtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/addvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/addvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/addvti3.c U src/gnu/llvm/compiler-rt/lib/builtins/apple_versioning.c U src/gnu/llvm/compiler-rt/lib/builtins/ashldi3.c U src/gnu/llvm/compiler-rt/lib/builtins/ashlti3.c U src/gnu/llvm/compiler-rt/lib/builtins/ashrdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/ashrti3.c U src/gnu/llvm/compiler-rt/lib/builtins/assembly.h U src/gnu/llvm/compiler-rt/lib/builtins/atomic.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_clear.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_test_and_set.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_clear_explicit.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_flag_test_and_set_explicit.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_signal_fence.c U src/gnu/llvm/compiler-rt/lib/builtins/atomic_thread_fence.c U src/gnu/llvm/compiler-rt/lib/builtins/bswapdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/bswapsi2.c C src/gnu/llvm/compiler-rt/lib/builtins/clear_cache.c U src/gnu/llvm/compiler-rt/lib/builtins/clzdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/clzsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/clzti2.c U src/gnu/llvm/compiler-rt/lib/builtins/cmpdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/cmpti2.c U src/gnu/llvm/compiler-rt/lib/builtins/comparedf2.c U src/gnu/llvm/compiler-rt/lib/builtins/comparesf2.c U src/gnu/llvm/compiler-rt/lib/builtins/comparetf2.c U src/gnu/llvm/compiler-rt/lib/builtins/cpu_model.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ctzti2.c U src/gnu/llvm/compiler-rt/lib/builtins/divdc3.c U src/gnu/llvm/compiler-rt/lib/builtins/divdf3.c U src/gnu/llvm/compiler-rt/lib/builtins/divdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/divmoddi4.c U src/gnu/llvm/compiler-rt/lib/builtins/divmodsi4.c U src/gnu/llvm/compiler-rt/lib/builtins/divmodti4.c U src/gnu/llvm/compiler-rt/lib/builtins/divsc3.c U src/gnu/llvm/compiler-rt/lib/builtins/divsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/divsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/divtc3.c U src/gnu/llvm/compiler-rt/lib/builtins/divtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/divti3.c U src/gnu/llvm/compiler-rt/lib/builtins/divxc3.c C src/gnu/llvm/compiler-rt/lib/builtins/emutls.c U src/gnu/llvm/compiler-rt/lib/builtins/enable_execute_stack.c U src/gnu/llvm/compiler-rt/lib/builtins/eprintf.c U src/gnu/llvm/compiler-rt/lib/builtins/extenddftf2.c U src/gnu/llvm/compiler-rt/lib/builtins/extendhfsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/extendhftf2.c U src/gnu/llvm/compiler-rt/lib/builtins/extendsfdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/extendsftf2.c U src/gnu/llvm/compiler-rt/lib/builtins/ffsdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ffssi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ffsti2.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixdfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixsfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixtfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixtfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixtfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsdfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunssfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunstfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfsi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixunsxfti.c U src/gnu/llvm/compiler-rt/lib/builtins/fixxfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/fixxfti.c U src/gnu/llvm/compiler-rt/lib/builtins/floatdidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatdisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatditf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatdixf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatsitf.c U src/gnu/llvm/compiler-rt/lib/builtins/floattidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floattisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floattitf.c U src/gnu/llvm/compiler-rt/lib/builtins/floattixf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunditf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatundixf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunsidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunsisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatunsitf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntidf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntisf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntitf.c U src/gnu/llvm/compiler-rt/lib/builtins/floatuntixf.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_add_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_div_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_compare_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_extend.h U src/gnu/llvm/compiler-rt/lib/builtins/fp_extend_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_fixint_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_fixuint_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_lib.h U src/gnu/llvm/compiler-rt/lib/builtins/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/fp_mode.h U src/gnu/llvm/compiler-rt/lib/builtins/fp_mul_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/fp_trunc.h U src/gnu/llvm/compiler-rt/lib/builtins/fp_trunc_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/gcc_personality_v0.c U src/gnu/llvm/compiler-rt/lib/builtins/int_div_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/int_endianness.h U src/gnu/llvm/compiler-rt/lib/builtins/int_lib.h U src/gnu/llvm/compiler-rt/lib/builtins/int_math.h U src/gnu/llvm/compiler-rt/lib/builtins/int_mulo_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/int_mulv_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/int_types.h U src/gnu/llvm/compiler-rt/lib/builtins/int_util.c U src/gnu/llvm/compiler-rt/lib/builtins/int_util.h U src/gnu/llvm/compiler-rt/lib/builtins/lshrdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/lshrti3.c U src/gnu/llvm/compiler-rt/lib/builtins/moddi3.c U src/gnu/llvm/compiler-rt/lib/builtins/modsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/modti3.c U src/gnu/llvm/compiler-rt/lib/builtins/muldc3.c U src/gnu/llvm/compiler-rt/lib/builtins/muldf3.c U src/gnu/llvm/compiler-rt/lib/builtins/muldi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulodi4.c U src/gnu/llvm/compiler-rt/lib/builtins/mulosi4.c U src/gnu/llvm/compiler-rt/lib/builtins/muloti4.c U src/gnu/llvm/compiler-rt/lib/builtins/mulsc3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/multc3.c U src/gnu/llvm/compiler-rt/lib/builtins/multf3.c U src/gnu/llvm/compiler-rt/lib/builtins/multi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulvti3.c U src/gnu/llvm/compiler-rt/lib/builtins/mulxc3.c U src/gnu/llvm/compiler-rt/lib/builtins/negdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/negdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/negsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/negti2.c U src/gnu/llvm/compiler-rt/lib/builtins/negvdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/negvsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/negvti2.c U src/gnu/llvm/compiler-rt/lib/builtins/os_version_check.c U src/gnu/llvm/compiler-rt/lib/builtins/paritydi2.c U src/gnu/llvm/compiler-rt/lib/builtins/paritysi2.c U src/gnu/llvm/compiler-rt/lib/builtins/parityti2.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountsi2.c U src/gnu/llvm/compiler-rt/lib/builtins/popcountti2.c U src/gnu/llvm/compiler-rt/lib/builtins/powidf2.c U src/gnu/llvm/compiler-rt/lib/builtins/powisf2.c U src/gnu/llvm/compiler-rt/lib/builtins/powitf2.c U src/gnu/llvm/compiler-rt/lib/builtins/powixf2.c U src/gnu/llvm/compiler-rt/lib/builtins/subdf3.c U src/gnu/llvm/compiler-rt/lib/builtins/subsf3.c U src/gnu/llvm/compiler-rt/lib/builtins/subtf3.c U src/gnu/llvm/compiler-rt/lib/builtins/subvdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/subvsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/subvti3.c N src/gnu/llvm/compiler-rt/lib/builtins/truncdfbf2.c U src/gnu/llvm/compiler-rt/lib/builtins/trampoline_setup.c U src/gnu/llvm/compiler-rt/lib/builtins/truncdfhf2.c U src/gnu/llvm/compiler-rt/lib/builtins/truncdfsf2.c N src/gnu/llvm/compiler-rt/lib/builtins/truncsfbf2.c U src/gnu/llvm/compiler-rt/lib/builtins/truncsfhf2.c U src/gnu/llvm/compiler-rt/lib/builtins/trunctfdf2.c U src/gnu/llvm/compiler-rt/lib/builtins/trunctfhf2.c U src/gnu/llvm/compiler-rt/lib/builtins/trunctfsf2.c U src/gnu/llvm/compiler-rt/lib/builtins/ucmpdi2.c U src/gnu/llvm/compiler-rt/lib/builtins/ucmpti2.c U src/gnu/llvm/compiler-rt/lib/builtins/udivdi3.c U src/gnu/llvm/compiler-rt/lib/builtins/udivmoddi4.c U src/gnu/llvm/compiler-rt/lib/builtins/udivmodsi4.c U src/gnu/llvm/compiler-rt/lib/builtins/udivmodti4.c U src/gnu/llvm/compiler-rt/lib/builtins/udivsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/udivti3.c U src/gnu/llvm/compiler-rt/lib/builtins/umoddi3.c U src/gnu/llvm/compiler-rt/lib/builtins/umodsi3.c U src/gnu/llvm/compiler-rt/lib/builtins/umodti3.c U src/gnu/llvm/compiler-rt/lib/builtins/unwind-ehabi-helpers.h U src/gnu/llvm/compiler-rt/lib/builtins/arm/adddf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/addsf3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/addsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_cfcmpeq_check_nan.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_dcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_div0.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_drsub.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_fcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_frsub.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_idivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_ldivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memcmp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memcpy.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memmove.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_memset.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_uidivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/aeabi_uldivmod.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/bswapdi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/bswapsi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/clzdi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/clzsi2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/comparesf2.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divdf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/divsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/eqdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/eqsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/extendsfdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixdfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixsfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fixunssfsivfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatsidfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatsisfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatunssidfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/floatunssisfvfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/arm/gedf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gtdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/gtsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ledf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/lesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ltdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/ltsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/modsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/muldf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/mulsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/nedf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/negdf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/negsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/nesf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/restore_vfp_d8_d15_regs.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/save_vfp_d8_d15_regs.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/softfloat-alias.list U src/gnu/llvm/compiler-rt/lib/builtins/arm/subdf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/subsf3vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch16.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch32.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switch8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/switchu8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync-ops.h U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_max_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_max_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_min_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_min_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_nand_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_or_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_or_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_sub_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umax_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_umin_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_fetch_and_xor_8.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/sync_synchronize.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/truncdfsf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/udivmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/udivsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/umodsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/unorddf2vfp.S U src/gnu/llvm/compiler-rt/lib/builtins/arm/unordsf2vfp.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/divmodhi4.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/divmodqi4.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/exit.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/mulhi3.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/mulqi3.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/udivmodhi4.S N src/gnu/llvm/compiler-rt/lib/builtins/avr/udivmodqi4.S U src/gnu/llvm/compiler-rt/lib/builtins/ppc/DD.h U src/gnu/llvm/compiler-rt/lib/builtins/ppc/atomic.exp U src/gnu/llvm/compiler-rt/lib/builtins/ppc/divtc3.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixtfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixtfti.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixunstfdi.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/fixunstfti.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floatditf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floattitf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/floatunditf.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qadd.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qdiv.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qmul.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/gcc_qsub.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/multc3.c U src/gnu/llvm/compiler-rt/lib/builtins/ppc/restFP.S U src/gnu/llvm/compiler-rt/lib/builtins/ppc/saveFP.S U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/README.TXT U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios6-armv7.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios6-armv7s.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ios7-arm64.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim-i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim-x86_64.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/iossim.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/osx-i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/osx.txt U src/gnu/llvm/compiler-rt/lib/builtins/aarch64/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/aarch64/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/aarch64/lse.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi1.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_abi2.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/common_entry_exit_legacy.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfaddsub.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfdiv.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dffma.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfminmax.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfmul.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/dfsqrt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/divdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/divsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath2_dlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath2_ldlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/fastmath_dlib_asm.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/memcpy_forward_vp4cp4n2.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/memcpy_likely_aligned.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/moddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/modsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/sfdiv_opt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/sfsqrt_opt.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivmoddi4.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivmodsi4.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/udivsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/umoddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/hexagon/umodsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/ashldi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/ashrdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/chkstk2.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/divdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdisf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatdixf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundidf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundisf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/floatundixf.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/i386/lshrdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/moddi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/muldi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/udivdi3.S U src/gnu/llvm/compiler-rt/lib/builtins/i386/umoddi3.S N src/gnu/llvm/compiler-rt/lib/builtins/loongarch/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/arm.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/common.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/i386.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/thumb2-64.txt U src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/thumb2.txt N src/gnu/llvm/compiler-rt/lib/builtins/riscv/fp_mode.c U src/gnu/llvm/compiler-rt/lib/builtins/riscv/int_mul_impl.inc U src/gnu/llvm/compiler-rt/lib/builtins/riscv/muldi3.S U src/gnu/llvm/compiler-rt/lib/builtins/riscv/mulsi3.S U src/gnu/llvm/compiler-rt/lib/builtins/riscv/restore.S U src/gnu/llvm/compiler-rt/lib/builtins/riscv/save.S U src/gnu/llvm/compiler-rt/lib/builtins/ve/grow_stack.S U src/gnu/llvm/compiler-rt/lib/builtins/ve/grow_stack_align.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/chkstk.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/chkstk2.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdidf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdisf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatdixf.c U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundidf.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundisf.S U src/gnu/llvm/compiler-rt/lib/builtins/x86_64/floatundixf.S U src/gnu/llvm/compiler-rt/lib/cfi/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/cfi/cfi.cpp U src/gnu/llvm/compiler-rt/lib/cfi/cfi_ignorelist.txt U src/gnu/llvm/compiler-rt/lib/crt/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/crt/crtbegin.c U src/gnu/llvm/compiler-rt/lib/crt/crtend.c U src/gnu/llvm/compiler-rt/lib/dfsan/.clang-format U src/gnu/llvm/compiler-rt/lib/dfsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan.syms.extra U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_allocator.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_custom.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_flags.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_flags.inc U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_origin.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_platform.h U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_thread.cpp U src/gnu/llvm/compiler-rt/lib/dfsan/dfsan_thread.h U src/gnu/llvm/compiler-rt/lib/dfsan/done_abilist.txt U src/gnu/llvm/compiler-rt/lib/dfsan/libc_ubuntu1404_abilist.txt U src/gnu/llvm/compiler-rt/lib/dfsan/scripts/build-libc-list.py U src/gnu/llvm/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh U src/gnu/llvm/compiler-rt/lib/fuzzer/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerBuiltins.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCommand.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCorpus.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerCrossOver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDefs.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDictionary.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerDriver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctions.def U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctions.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp N src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtraCountersDarwin.cpp N src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerExtraCountersWindows.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFlags.def U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFork.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerFork.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIO.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIO.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerInterface.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerInternal.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerLoop.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMain.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMerge.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMerge.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMutate.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerMutate.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerOptions.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerPlatform.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerRandom.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerSHA1.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerSHA1.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerTracePC.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtil.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtil.h U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/FuzzerValueBitMap.h U src/gnu/llvm/compiler-rt/lib/fuzzer/README.txt U src/gnu/llvm/compiler-rt/lib/fuzzer/build.sh U src/gnu/llvm/compiler-rt/lib/fuzzer/afl/afl_driver.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlow.h U src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/DataFlowCallbacks.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py U src/gnu/llvm/compiler-rt/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp U src/gnu/llvm/compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/gwp_asan/common.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/common.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/crash_handler.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/crash_handler.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/definitions.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/mutex.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/options.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/options.inc U src/gnu/llvm/compiler-rt/lib/gwp_asan/stack_trace_compressor.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/stack_trace_compressor.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/utilities.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/options_parser.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/options_parser.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/printf.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/segv_handler.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/segv_handler_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/common_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_fuchsia.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_tls.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/mutex_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/mutex_fuchsia.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/mutex_posix.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/utilities_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/scripts/symbolize.sh U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/alignment.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/backtrace.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/basic.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/compression.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/driver.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/enable_disable.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/harness.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/harness.h U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/iterate.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/late_init.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/options.cpp N src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/recoverable.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/slot_reuse.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/thread_contention.cpp U src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/platform_specific/printf_sanitizer_common.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/.clang-format U src/gnu/llvm/compiler-rt/lib/hwasan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan.syms.extra U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_allocator.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_checks.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_exceptions.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_globals.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_globals.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_ignorelist.txt U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_linux.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_malloc_bisect.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_mapping.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_poisoning.h N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_report.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_report.h N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_setjmp_aarch64.S N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_setjmp_riscv64.S N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_setjmp_x86_64.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S N src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_tag_mismatch_riscv64.S U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread_list.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_thread_list.h U src/gnu/llvm/compiler-rt/lib/hwasan/hwasan_type_test.cpp U src/gnu/llvm/compiler-rt/lib/hwasan/scripts/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/hwasan/scripts/hwasan_symbolize U src/gnu/llvm/compiler-rt/lib/interception/.clang-format U src/gnu/llvm/compiler-rt/lib/interception/CMakeLists.txt C src/gnu/llvm/compiler-rt/lib/interception/interception.h U src/gnu/llvm/compiler-rt/lib/interception/interception_linux.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_linux.h U src/gnu/llvm/compiler-rt/lib/interception/interception_mac.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_mac.h U src/gnu/llvm/compiler-rt/lib/interception/interception_type_test.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_win.cpp U src/gnu/llvm/compiler-rt/lib/interception/interception_win.h U src/gnu/llvm/compiler-rt/lib/interception/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_linux_test.cpp U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_test_main.cpp U src/gnu/llvm/compiler-rt/lib/interception/tests/interception_win_test.cpp U src/gnu/llvm/compiler-rt/lib/lsan/.clang-format U src/gnu/llvm/compiler-rt/lib/lsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/lsan/lsan.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_allocator.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_linux.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_common_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_flags.inc U src/gnu/llvm/compiler-rt/lib/lsan/lsan_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_fuchsia.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_linux.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_posix.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_posix.h U src/gnu/llvm/compiler-rt/lib/lsan/lsan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_thread.cpp U src/gnu/llvm/compiler-rt/lib/lsan/lsan_thread.h U src/gnu/llvm/compiler-rt/lib/lsan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/memprof/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/memprof/README.txt U src/gnu/llvm/compiler-rt/lib/memprof/memprof.syms.extra U src/gnu/llvm/compiler-rt/lib/memprof/memprof_allocator.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_allocator.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_descriptions.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_descriptions.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_flags.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_flags.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_flags.inc U src/gnu/llvm/compiler-rt/lib/memprof/memprof_init_version.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_interceptors.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_interceptors_memintrinsics.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_interceptors_memintrinsics.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_interface_internal.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_internal.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_linux.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_malloc_linux.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_mapping.h N src/gnu/llvm/compiler-rt/lib/memprof/memprof_mibmap.cpp N src/gnu/llvm/compiler-rt/lib/memprof/memprof_mibmap.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_posix.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_preinit.cpp N src/gnu/llvm/compiler-rt/lib/memprof/memprof_rawprofile.cpp N src/gnu/llvm/compiler-rt/lib/memprof/memprof_rawprofile.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_rtl.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_shadow_setup.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_stack.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_stack.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_stats.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_stats.h U src/gnu/llvm/compiler-rt/lib/memprof/memprof_thread.cpp U src/gnu/llvm/compiler-rt/lib/memprof/memprof_thread.h U src/gnu/llvm/compiler-rt/lib/memprof/weak_symbols.txt N src/gnu/llvm/compiler-rt/lib/memprof/tests/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/memprof/tests/driver.cpp N src/gnu/llvm/compiler-rt/lib/memprof/tests/rawprofile.cpp U src/gnu/llvm/compiler-rt/lib/msan/.clang-format U src/gnu/llvm/compiler-rt/lib/msan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/msan/msan.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan.h U src/gnu/llvm/compiler-rt/lib/msan/msan.syms.extra U src/gnu/llvm/compiler-rt/lib/msan/msan_allocator.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_allocator.h U src/gnu/llvm/compiler-rt/lib/msan/msan_chained_origin_depot.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_chained_origin_depot.h U src/gnu/llvm/compiler-rt/lib/msan/msan_flags.h U src/gnu/llvm/compiler-rt/lib/msan/msan_flags.inc U src/gnu/llvm/compiler-rt/lib/msan/msan_ignorelist.txt U src/gnu/llvm/compiler-rt/lib/msan/msan_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_interface_internal.h U src/gnu/llvm/compiler-rt/lib/msan/msan_linux.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_origin.h U src/gnu/llvm/compiler-rt/lib/msan/msan_poisoning.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_poisoning.h U src/gnu/llvm/compiler-rt/lib/msan/msan_report.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_report.h U src/gnu/llvm/compiler-rt/lib/msan/msan_thread.cpp U src/gnu/llvm/compiler-rt/lib/msan/msan_thread.h U src/gnu/llvm/compiler-rt/lib/msan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_loadable.cpp U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test.cpp U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test_config.h U src/gnu/llvm/compiler-rt/lib/msan/tests/msan_test_main.cpp U src/gnu/llvm/compiler-rt/lib/orc/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/orc/adt.h N src/gnu/llvm/compiler-rt/lib/orc/coff_platform.cpp N src/gnu/llvm/compiler-rt/lib/orc/coff_platform.h N src/gnu/llvm/compiler-rt/lib/orc/coff_platform.per_jd.cpp U src/gnu/llvm/compiler-rt/lib/orc/common.h U src/gnu/llvm/compiler-rt/lib/orc/compiler.h N src/gnu/llvm/compiler-rt/lib/orc/debug.cpp N src/gnu/llvm/compiler-rt/lib/orc/debug.h N src/gnu/llvm/compiler-rt/lib/orc/dlfcn_wrapper.cpp N src/gnu/llvm/compiler-rt/lib/orc/elfnix_platform.cpp N src/gnu/llvm/compiler-rt/lib/orc/elfnix_platform.h N src/gnu/llvm/compiler-rt/lib/orc/elfnix_tls.aarch64.S N src/gnu/llvm/compiler-rt/lib/orc/elfnix_tls.x86-64.S U src/gnu/llvm/compiler-rt/lib/orc/endianness.h U src/gnu/llvm/compiler-rt/lib/orc/error.h U src/gnu/llvm/compiler-rt/lib/orc/executor_address.h U src/gnu/llvm/compiler-rt/lib/orc/extensible_rtti.cpp U src/gnu/llvm/compiler-rt/lib/orc/extensible_rtti.h N src/gnu/llvm/compiler-rt/lib/orc/interval_map.h N src/gnu/llvm/compiler-rt/lib/orc/interval_set.h U src/gnu/llvm/compiler-rt/lib/orc/log_error_to_stderr.cpp U src/gnu/llvm/compiler-rt/lib/orc/macho_platform.cpp U src/gnu/llvm/compiler-rt/lib/orc/macho_platform.h N src/gnu/llvm/compiler-rt/lib/orc/macho_tlv.arm64.S U src/gnu/llvm/compiler-rt/lib/orc/macho_tlv.x86-64.S U src/gnu/llvm/compiler-rt/lib/orc/run_program_wrapper.cpp U src/gnu/llvm/compiler-rt/lib/orc/simple_packed_serialization.h U src/gnu/llvm/compiler-rt/lib/orc/stl_extras.h N src/gnu/llvm/compiler-rt/lib/orc/string_pool.h U src/gnu/llvm/compiler-rt/lib/orc/wrapper_function_utils.h N src/gnu/llvm/compiler-rt/lib/orc/tests/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/orc/tests/tools/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/orc/tests/tools/orc-rt-executor.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/CMakeLists.txt N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/adt_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/c_api_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/endian_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/error_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/executor_address_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/extensible_rtti_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/interval_map_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/interval_set_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/orc_unit_test_main.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/simple_packed_serialization_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/string_pool_test.cpp N src/gnu/llvm/compiler-rt/lib/orc/tests/unit/wrapper_function_utils_test.cpp U src/gnu/llvm/compiler-rt/lib/profile/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/profile/GCDAProfiling.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfiling.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfiling.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingBuffer.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingFile.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingInternal.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingInternal.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingMerge.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingMergeFile.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingNameVar.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c U src/gnu/llvm/compiler-rt/lib/profile/WindowsMMap.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformOther.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingPort.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingRuntime.cpp U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingUtil.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingUtil.h U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingValue.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingVersionVar.c U src/gnu/llvm/compiler-rt/lib/profile/InstrProfilingWriter.c U src/gnu/llvm/compiler-rt/lib/profile/WindowsMMap.h U src/gnu/llvm/compiler-rt/lib/safestack/.clang-format U src/gnu/llvm/compiler-rt/lib/safestack/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/safestack/safestack.cpp U src/gnu/llvm/compiler-rt/lib/safestack/safestack_platform.h U src/gnu/llvm/compiler-rt/lib/safestack/safestack_util.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/.clang-format U src/gnu/llvm/compiler-rt/lib/sanitizer_common/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sancov_flags.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_dlsym.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_interface.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_asm.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_stats.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_mips.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_bitvector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_bvgraph.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_format.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_loongarch64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_riscv64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_interface_posix.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_dbghelp.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_dense_map_info.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_errno_codes.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_file.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_file.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_flat_map.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_freebsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_hash.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_leb128.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_lfstack.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libc.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h C src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp C src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_list.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_local_address_space_view.h N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_lzw.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mutex.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_placement_new.h C src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_report_decorator.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_ring_buffer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_solaris.h N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stack_store.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_win.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_fuchsia.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_aarch64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_arm.inc N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_hexagon.inc N src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_loongarch64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_x86_64.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_thread_safety.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_vector.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/sancov.py U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/malloc_stress_transfer_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_addrhashmap_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_testlib.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_chained_origin_depot_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_dense_map_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_flags_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_flat_map_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_hash_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_leb128_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_list_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_lzw_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_nolibc_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_quarantine_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cpp N src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stack_store_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_testlib.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_config.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_symbolizer_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_main.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_thread_registry_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_type_traits_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/sanitizer_vector_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/standalone_malloc_test.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh U src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/allocator_config.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/atomic_helpers.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/bytemap.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/checksum.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/checksum.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/chunk.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/combined.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/common.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/common.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/crc32_hw.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags.inc U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags_parser.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/flags_parser.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuchsia.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuchsia.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/internal_defs.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/linux.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/linux.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/list.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/local_cache.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/memtag.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/mutex.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/options.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/platform.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/primary32.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/primary64.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/quarantine.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/release.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/release.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/report.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/report.h N src/gnu/llvm/compiler-rt/lib/scudo/standalone/rss_limit_checker.cpp N src/gnu/llvm/compiler-rt/lib/scudo/standalone/rss_limit_checker.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/secondary.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/size_class_map.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/stack_depot.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/stats.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/string_utils.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/string_utils.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/trusty.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/trusty.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd_exclusive.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tsd_shared.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/vector.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c.inc U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_c_checks.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/interface.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/checksum_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/chunk_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/combined_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/common_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/flags_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/list_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/map_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/primary_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/release_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/report_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/stats_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/strings_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/tsd_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/vector_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/wrappers_cpp_test.cpp U src/gnu/llvm/compiler-rt/lib/scudo/standalone/tools/compute_size_class_config.cpp U src/gnu/llvm/compiler-rt/lib/stats/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/stats/stats.cpp U src/gnu/llvm/compiler-rt/lib/stats/stats.h U src/gnu/llvm/compiler-rt/lib/stats/stats_client.cpp U src/gnu/llvm/compiler-rt/lib/tsan/.clang-format U src/gnu/llvm/compiler-rt/lib/tsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/analyze_libtsan.sh U src/gnu/llvm/compiler-rt/lib/tsan/check_analyze.sh U src/gnu/llvm/compiler-rt/lib/tsan/check_cmake.sh U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mini_bench_local.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/mop.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/start_many_threads.cpp U src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cpp U src/gnu/llvm/compiler-rt/lib/tsan/dd/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_interceptors.cpp U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_rtl.cpp U src/gnu/llvm/compiler-rt/lib/tsan/dd/dd_rtl.h U src/gnu/llvm/compiler-rt/lib/tsan/go/build.bat U src/gnu/llvm/compiler-rt/lib/tsan/go/buildgo.sh U src/gnu/llvm/compiler-rt/lib/tsan/go/test.c U src/gnu/llvm/compiler-rt/lib/tsan/go/tsan_go.cpp N src/gnu/llvm/compiler-rt/lib/tsan/rtl/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan.syms.extra U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_defs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_external.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_fd.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_fd.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_flags.inc U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ignoreset.h N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ilist.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface.h N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface.inc U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_ann.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_java.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_md5.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mman.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mman.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutexset.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_mutexset.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_ppc_regs.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_preinit.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_report.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_report.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_access.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_loongarch64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_mips64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_ppc64.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_s390x.S U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_shadow.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_stack_trace.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_suppressions.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_symbolize.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_symbolize.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_sync.cpp U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_sync.h U src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_trace.h N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_vector_clock.cpp N src/gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_vector_clock.h U src/gnu/llvm/compiler-rt/lib/tsan/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_bench.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_mop.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_mutex.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_posix_util.h U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_string.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test_util.h U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/tsan_thread.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_dense_alloc_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_flags_test.cpp N src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_ilist_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_mutexset_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_shadow_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_stack_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_sync_test.cpp N src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp U src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_unit_test_main.cpp N src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_vector_clock_test.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan.syms.extra U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_checks.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_diag_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_flags.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_handlers_cxx.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_interface.inc U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_monitor.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_monitor.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_platform.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_signals_standalone.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_type_hash_win.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_value.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_value.h U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_dll_thunk.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/ubsan_win_weak_interception.cpp U src/gnu/llvm/compiler-rt/lib/ubsan/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ubsan.syms.extra U src/gnu/llvm/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp U src/gnu/llvm/compiler-rt/lib/xray/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/weak_symbols.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_AArch64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_allocator.h U src/gnu/llvm/compiler-rt/lib/xray/xray_always_instrument.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_arm.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_logging.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_basic_logging.h U src/gnu/llvm/compiler-rt/lib/xray/xray_buffer_queue.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_buffer_queue.h U src/gnu/llvm/compiler-rt/lib/xray/xray_defs.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_controller.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_log_records.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_log_writer.h U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_logging.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_fdr_logging.h U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_function_call_trie.h N src/gnu/llvm/compiler-rt/lib/xray/xray_hexagon.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_init.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_interface.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_interface_internal.h U src/gnu/llvm/compiler-rt/lib/xray/xray_log_interface.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_mips.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_mips64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_powerpc64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_never_instrument.txt U src/gnu/llvm/compiler-rt/lib/xray/xray_powerpc64.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_profile_collector.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profile_collector.h U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.h U src/gnu/llvm/compiler-rt/lib/xray/xray_profiling_flags.inc U src/gnu/llvm/compiler-rt/lib/xray/xray_recursion_guard.h U src/gnu/llvm/compiler-rt/lib/xray/xray_segmented_array.h U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_AArch64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_arm.S N src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_hexagon.S U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_mips.S U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_mips64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_powerpc64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_powerpc64_asm.S U src/gnu/llvm/compiler-rt/lib/xray/xray_trampoline_x86_64.S U src/gnu/llvm/compiler-rt/lib/xray/xray_tsc.h U src/gnu/llvm/compiler-rt/lib/xray/xray_utils.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_utils.h U src/gnu/llvm/compiler-rt/lib/xray/xray_x86_64.cpp U src/gnu/llvm/compiler-rt/lib/xray/xray_x86_64.inc U src/gnu/llvm/compiler-rt/lib/xray/tests/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/CMakeLists.txt U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/allocator_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/buffer_queue_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/fdr_controller_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/fdr_log_writer_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/function_call_trie_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/profile_collector_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/segmented_array_test.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/test_helpers.cpp U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/test_helpers.h U src/gnu/llvm/compiler-rt/lib/xray/tests/unit/xray_unit_test_main.cpp U src/gnu/llvm/compiler-rt/tools/CMakeLists.txt U src/gnu/llvm/compiler-rt/tools/gwp_asan/CMakeLists.txt U src/gnu/llvm/compiler-rt/tools/gwp_asan/options_parser_fuzzer.cpp U src/gnu/llvm/compiler-rt/tools/gwp_asan/stack_trace_compressor_fuzzer.cpp U src/gnu/llvm/compiler-rt/unittests/CMakeLists.txt U src/gnu/llvm/compiler-rt/unittests/lit.common.unit.cfg.py U src/gnu/llvm/compiler-rt/unittests/lit.common.unit.configured.in U src/gnu/llvm/compiler-rt/utils/generate_netbsd_ioctls.awk U src/gnu/llvm/compiler-rt/utils/generate_netbsd_syscalls.awk U src/gnu/llvm/compiler-rt/www/content.css U src/gnu/llvm/compiler-rt/www/index.html U src/gnu/llvm/compiler-rt/www/menu.css U src/gnu/llvm/compiler-rt/www/menu.html.incl 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCOMPILER_RT:yesterday -jCOMPILER_RT src/gnu/llvm/compiler-rt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/26 04:36:26 Modified files: sys/dev/pci/drm/include/linux: mod_devicetable.h xarray.h sys/dev/pci/drm/amd/amdgpu: amdgpu_acpi.c Log message: remove stub printf from amdgpu_acpi_enumerate_xcc() the loop that looks for AMD* hid objects remains disabled CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:36:32 Modified files: gnu/llvm/compiler-rt/lib/builtins: clear_cache.c emutls.c gnu/llvm/compiler-rt/lib/interception: interception.h gnu/llvm/compiler-rt/lib/sanitizer_common: sanitizer_linux.cpp sanitizer_linux.h sanitizer_platform.h Removed files: gnu/llvm/compiler-rt/cmake/Modules: HandleCompilerRT.cmake gnu/llvm/compiler-rt/cmake/Modules/CustomLibcxx: CMakeLists.txt gnu/llvm/compiler-rt/lib/builtins: mingw_fixfloat.c gnu/llvm/compiler-rt/lib/hwasan: hwasan_setjmp.S gnu/llvm/compiler-rt/lib/orc: c_api.h gnu/llvm/compiler-rt/lib/orc/unittests: CMakeLists.txt adt_test.cpp c_api_test.cpp endian_test.cpp error_test.cpp extensible_rtti_test.cpp orc_unit_test_main.cpp simple_packed_serialization_test.cpp stl_extras_test.cpp wrapper_function_utils_test.cpp gnu/llvm/compiler-rt/lib/sanitizer_common: sanitizer_allocator_bytemap.h sanitizer_openbsd.cpp sanitizer_persistent_allocator.cpp sanitizer_persistent_allocator.h gnu/llvm/compiler-rt/lib/sanitizer_common/scripts: check_lint.sh cpplint.py litlint.py litlint_test.py gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts: ar_to_bc.sh gnu/llvm/compiler-rt/lib/scudo: CMakeLists.txt scudo_allocator.cpp scudo_allocator.h scudo_allocator_combined.h scudo_allocator_secondary.h scudo_crc32.cpp scudo_crc32.h scudo_errors.cpp scudo_errors.h scudo_flags.cpp scudo_flags.h scudo_flags.inc scudo_interface_internal.h scudo_malloc.cpp scudo_new_delete.cpp scudo_platform.h scudo_termination.cpp scudo_tsd.h scudo_tsd_exclusive.cpp scudo_tsd_exclusive.inc scudo_tsd_shared.cpp scudo_tsd_shared.inc scudo_utils.cpp scudo_utils.h gnu/llvm/compiler-rt/lib/tsan/rtl: tsan_clock.cpp tsan_clock.h tsan_interface_inl.h tsan_update_shadow_word_inl.h gnu/llvm/compiler-rt/lib/tsan/tests/unit: tsan_clock_test.cpp gnu/llvm/compiler-rt/unittests: lit_unittest_cfg_utils.py Log message: merge llvm compiler-rt 16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:39:04 Log message: import of llvm libunwind 16.0.6 Status: Vendor Tag: LIBUNWIND Release Tags: LIBUNWIND_16_0_6 U src/gnu/llvm/libunwind/.clang-format U src/gnu/llvm/libunwind/CMakeLists.txt U src/gnu/llvm/libunwind/LICENSE.TXT U src/gnu/llvm/libunwind/cmake/config-ix.cmake U src/gnu/llvm/libunwind/cmake/Modules/HandleLibunwindFlags.cmake N src/gnu/llvm/libunwind/include/CMakeLists.txt C src/gnu/llvm/libunwind/include/__libunwind_config.h U src/gnu/llvm/libunwind/include/libunwind.h N src/gnu/llvm/libunwind/include/libunwind.modulemap U src/gnu/llvm/libunwind/include/unwind.h N src/gnu/llvm/libunwind/include/unwind_arm_ehabi.h N src/gnu/llvm/libunwind/include/unwind_itanium.h U src/gnu/llvm/libunwind/include/mach-o/compact_unwind_encoding.h N src/gnu/llvm/libunwind/include/mach-o/compact_unwind_encoding.modulemap C src/gnu/llvm/libunwind/src/AddressSpace.hpp U src/gnu/llvm/libunwind/src/CMakeLists.txt U src/gnu/llvm/libunwind/src/CompactUnwinder.hpp C src/gnu/llvm/libunwind/src/DwarfInstructions.hpp C src/gnu/llvm/libunwind/src/DwarfParser.hpp C src/gnu/llvm/libunwind/src/EHHeaderParser.hpp U src/gnu/llvm/libunwind/src/FrameHeaderCache.hpp U src/gnu/llvm/libunwind/src/RWMutex.hpp C src/gnu/llvm/libunwind/src/Registers.hpp U src/gnu/llvm/libunwind/src/Unwind-EHABI.cpp U src/gnu/llvm/libunwind/src/Unwind-EHABI.h U src/gnu/llvm/libunwind/src/Unwind-seh.cpp U src/gnu/llvm/libunwind/src/Unwind-sjlj.c C src/gnu/llvm/libunwind/src/UnwindCursor.hpp U src/gnu/llvm/libunwind/src/UnwindLevel1-gcc-ext.c U src/gnu/llvm/libunwind/src/UnwindLevel1.c C src/gnu/llvm/libunwind/src/UnwindRegistersRestore.S C src/gnu/llvm/libunwind/src/assembly.h C src/gnu/llvm/libunwind/src/UnwindRegistersSave.S N src/gnu/llvm/libunwind/src/Unwind_AIXExtras.cpp U src/gnu/llvm/libunwind/src/Unwind_AppleExtras.cpp N src/gnu/llvm/libunwind/src/cet_unwind.h C src/gnu/llvm/libunwind/src/config.h U src/gnu/llvm/libunwind/src/dwarf2.h C src/gnu/llvm/libunwind/src/libunwind.cpp U src/gnu/llvm/libunwind/src/libunwind_ext.h 12 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLIBUNWIND:yesterday -jLIBUNWIND src/gnu/llvm/libunwind CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:41:32 Modified files: gnu/llvm/libunwind/include: __libunwind_config.h gnu/llvm/libunwind/src: AddressSpace.hpp DwarfInstructions.hpp DwarfParser.hpp EHHeaderParser.hpp Registers.hpp UnwindCursor.hpp UnwindRegistersRestore.S UnwindRegistersSave.S assembly.h config.h libunwind.cpp Removed files: gnu/llvm/libunwind/cmake/Modules: HandleCompilerRT.cmake Log message: merge llvm libunwind 16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:43:36 Log message: import of libcxxabi 16.0.6 Status: Vendor Tag: LIBCXXABI Release Tags: LIBCXXABI_16_0_6 U src/gnu/llvm/libcxxabi/.clang-format U src/gnu/llvm/libcxxabi/.gitignore U src/gnu/llvm/libcxxabi/CMakeLists.txt U src/gnu/llvm/libcxxabi/CREDITS.TXT U src/gnu/llvm/libcxxabi/LICENSE.TXT U src/gnu/llvm/libcxxabi/cmake/config-ix.cmake U src/gnu/llvm/libcxxabi/cmake/Modules/HandleLibcxxabiFlags.cmake U src/gnu/llvm/libcxxabi/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake N src/gnu/llvm/libcxxabi/include/CMakeLists.txt U src/gnu/llvm/libcxxabi/include/__cxxabi_config.h U src/gnu/llvm/libcxxabi/include/cxxabi.h U src/gnu/llvm/libcxxabi/lib/exceptions.exp U src/gnu/llvm/libcxxabi/lib/itanium-base.exp U src/gnu/llvm/libcxxabi/lib/new-delete.exp U src/gnu/llvm/libcxxabi/lib/personality-sjlj.exp U src/gnu/llvm/libcxxabi/lib/personality-v0.exp U src/gnu/llvm/libcxxabi/src/CMakeLists.txt U src/gnu/llvm/libcxxabi/src/abort_message.cpp U src/gnu/llvm/libcxxabi/src/abort_message.h N src/gnu/llvm/libcxxabi/src/aix_state_tab_eh.inc U src/gnu/llvm/libcxxabi/src/cxa_aux_runtime.cpp U src/gnu/llvm/libcxxabi/src/cxa_default_handlers.cpp U src/gnu/llvm/libcxxabi/src/cxa_demangle.cpp U src/gnu/llvm/libcxxabi/src/cxa_exception.cpp U src/gnu/llvm/libcxxabi/src/cxa_exception.h U src/gnu/llvm/libcxxabi/src/cxa_exception_storage.cpp U src/gnu/llvm/libcxxabi/src/cxa_guard.cpp C src/gnu/llvm/libcxxabi/src/cxa_guard_impl.h U src/gnu/llvm/libcxxabi/src/cxa_handlers.cpp U src/gnu/llvm/libcxxabi/src/cxa_handlers.h U src/gnu/llvm/libcxxabi/src/cxa_noexception.cpp U src/gnu/llvm/libcxxabi/src/cxa_personality.cpp U src/gnu/llvm/libcxxabi/src/cxa_vector.cpp U src/gnu/llvm/libcxxabi/src/cxa_thread_atexit.cpp U src/gnu/llvm/libcxxabi/src/cxa_virtual.cpp U src/gnu/llvm/libcxxabi/src/fallback_malloc.cpp U src/gnu/llvm/libcxxabi/src/fallback_malloc.h U src/gnu/llvm/libcxxabi/src/private_typeinfo.cpp U src/gnu/llvm/libcxxabi/src/private_typeinfo.h U src/gnu/llvm/libcxxabi/src/stdlib_exception.cpp U src/gnu/llvm/libcxxabi/src/stdlib_new_delete.cpp U src/gnu/llvm/libcxxabi/src/stdlib_stdexcept.cpp U src/gnu/llvm/libcxxabi/src/stdlib_typeinfo.cpp U src/gnu/llvm/libcxxabi/src/demangle/.clang-format U src/gnu/llvm/libcxxabi/src/demangle/DemangleConfig.h U src/gnu/llvm/libcxxabi/src/demangle/ItaniumDemangle.h N src/gnu/llvm/libcxxabi/src/demangle/ItaniumNodes.def U src/gnu/llvm/libcxxabi/src/demangle/README.txt U src/gnu/llvm/libcxxabi/src/demangle/StringView.h U src/gnu/llvm/libcxxabi/src/demangle/Utility.h U src/gnu/llvm/libcxxabi/src/demangle/cp-to-llvm.sh 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLIBCXXABI:yesterday -jLIBCXXABI src/gnu/llvm/libcxxabi CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:45:17 Modified files: gnu/llvm/libcxxabi/src: cxa_guard_impl.h Removed files: gnu/llvm/libcxxabi/cmake/Modules: HandleCompilerRT.cmake gnu/llvm/libcxxabi/src/include: atomic_support.h Log message: merge llvm libcxxabi 16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:48:05 Log message: import of libcxx-16.0.6 Status: Vendor Tag: LIBCXX Release Tags: LIBCXX_16_0_6 U src/gnu/llvm/libcxx/.clang-format N src/gnu/llvm/libcxx/.clang-tidy U src/gnu/llvm/libcxx/.gitignore U src/gnu/llvm/libcxx/CMakeLists.txt U src/gnu/llvm/libcxx/CREDITS.TXT U src/gnu/llvm/libcxx/LICENSE.TXT U src/gnu/llvm/libcxx/TODO.TXT U src/gnu/llvm/libcxx/appveyor-reqs-install.cmd U src/gnu/llvm/libcxx/appveyor.yml U src/gnu/llvm/libcxx/benchmarks/CMakeLists.txt U src/gnu/llvm/libcxx/benchmarks/CartesianBenchmarks.h U src/gnu/llvm/libcxx/benchmarks/ContainerBenchmarks.h U src/gnu/llvm/libcxx/benchmarks/GenerateInput.h U src/gnu/llvm/libcxx/benchmarks/Utilities.h U src/gnu/llvm/libcxx/benchmarks/VariantBenchmarks.h U src/gnu/llvm/libcxx/benchmarks/algorithms.partition_point.bench.cpp U src/gnu/llvm/libcxx/benchmarks/allocation.bench.cpp U src/gnu/llvm/libcxx/benchmarks/deque.bench.cpp N src/gnu/llvm/libcxx/benchmarks/deque_iterator.bench.cpp U src/gnu/llvm/libcxx/benchmarks/filesystem.bench.cpp N src/gnu/llvm/libcxx/benchmarks/format.bench.cpp N src/gnu/llvm/libcxx/benchmarks/format_to.bench.cpp N src/gnu/llvm/libcxx/benchmarks/format_to_n.bench.cpp N src/gnu/llvm/libcxx/benchmarks/formatted_size.bench.cpp U src/gnu/llvm/libcxx/benchmarks/lit.cfg.py N src/gnu/llvm/libcxx/benchmarks/formatter_float.bench.cpp N src/gnu/llvm/libcxx/benchmarks/formatter_int.bench.cpp U src/gnu/llvm/libcxx/benchmarks/function.bench.cpp N src/gnu/llvm/libcxx/benchmarks/join_view.bench.cpp U src/gnu/llvm/libcxx/benchmarks/lit.site.cfg.py.in U src/gnu/llvm/libcxx/benchmarks/map.bench.cpp N src/gnu/llvm/libcxx/benchmarks/monotonic_buffer.bench.cpp U src/gnu/llvm/libcxx/benchmarks/ordered_set.bench.cpp N src/gnu/llvm/libcxx/benchmarks/random.bench.cpp N src/gnu/llvm/libcxx/benchmarks/std_format_spec_string_unicode.bench.cpp U src/gnu/llvm/libcxx/benchmarks/string.bench.cpp U src/gnu/llvm/libcxx/benchmarks/stringstream.bench.cpp U src/gnu/llvm/libcxx/benchmarks/to_chars.bench.cpp U src/gnu/llvm/libcxx/benchmarks/unordered_set_operations.bench.cpp U src/gnu/llvm/libcxx/benchmarks/util_smartptr.bench.cpp U src/gnu/llvm/libcxx/benchmarks/variant_visit_1.bench.cpp U src/gnu/llvm/libcxx/benchmarks/variant_visit_2.bench.cpp U src/gnu/llvm/libcxx/benchmarks/variant_visit_3.bench.cpp U src/gnu/llvm/libcxx/benchmarks/vector_operations.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/common.h N src/gnu/llvm/libcxx/benchmarks/algorithms/lower_bound.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/make_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/make_heap_then_sort_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/min_max_element.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/pop_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/push_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_make_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_make_heap_then_sort_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_pop_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_push_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_sort.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_sort_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/sort.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/ranges_stable_sort.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/sort_heap.bench.cpp N src/gnu/llvm/libcxx/benchmarks/algorithms/stable_sort.bench.cpp U src/gnu/llvm/libcxx/cmake/config-ix.cmake U src/gnu/llvm/libcxx/cmake/Modules/CodeCoverage.cmake U src/gnu/llvm/libcxx/cmake/Modules/HandleLibCXXABI.cmake U src/gnu/llvm/libcxx/cmake/Modules/HandleLibcxxFlags.cmake U src/gnu/llvm/libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake U src/gnu/llvm/libcxx/cmake/caches/AArch64.cmake N src/gnu/llvm/libcxx/cmake/caches/AIX.cmake U src/gnu/llvm/libcxx/cmake/caches/Apple.cmake U src/gnu/llvm/libcxx/cmake/caches/Armv7Arm.cmake U src/gnu/llvm/libcxx/cmake/caches/Armv7Thumb-noexceptions.cmake U src/gnu/llvm/libcxx/cmake/caches/Armv8Arm.cmake U src/gnu/llvm/libcxx/cmake/caches/Armv8Thumb-noexceptions.cmake U src/gnu/llvm/libcxx/cmake/caches/FreeBSD.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-abi-unstable.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-asan.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-assertions.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx03.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx11.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx14.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx17.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx20.cmake N src/gnu/llvm/libcxx/cmake/caches/MinGW.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-cxx2b.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-debug-mode.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-merged.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-modules.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-msan.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-no-experimental.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-no-filesystem.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-no-fstream.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-no-localization.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-no-random_device.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-no-threads.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-no-unicode.cmake N src/gnu/llvm/libcxx/cmake/caches/Generic-no-wide-characters.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-noexceptions.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-static.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-tsan.cmake U src/gnu/llvm/libcxx/cmake/caches/Generic-ubsan.cmake U src/gnu/llvm/libcxx/cmake/caches/README.md N src/gnu/llvm/libcxx/cmake/caches/s390x-ibm-zos-ascii.cmake N src/gnu/llvm/libcxx/cmake/caches/s390x-ibm-zos.cmake N src/gnu/llvm/libcxx/cmake/caches/s390x32-ibm-zos-ascii.cmake N src/gnu/llvm/libcxx/cmake/caches/s390x32-ibm-zos.cmake U src/gnu/llvm/libcxx/docs/AddingNewCIJobs.rst U src/gnu/llvm/libcxx/docs/BuildingLibcxx.rst U src/gnu/llvm/libcxx/docs/CMakeLists.txt U src/gnu/llvm/libcxx/docs/Contributing.rst U src/gnu/llvm/libcxx/docs/FeatureTestMacroTable.rst U src/gnu/llvm/libcxx/docs/README.txt U src/gnu/llvm/libcxx/docs/ReleaseNotes.rst U src/gnu/llvm/libcxx/docs/TestingLibcxx.rst U src/gnu/llvm/libcxx/docs/UsingLibcxx.rst U src/gnu/llvm/libcxx/docs/conf.py U src/gnu/llvm/libcxx/docs/index.rst U src/gnu/llvm/libcxx/docs/DesignDocs/ABIVersioning.rst U src/gnu/llvm/libcxx/docs/DesignDocs/AtomicDesign.rst U src/gnu/llvm/libcxx/docs/DesignDocs/CapturingConfigInfo.rst U src/gnu/llvm/libcxx/docs/DesignDocs/DebugMode.rst U src/gnu/llvm/libcxx/docs/DesignDocs/ExperimentalFeatures.rst U src/gnu/llvm/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst U src/gnu/llvm/libcxx/docs/DesignDocs/FeatureTestMacros.rst U src/gnu/llvm/libcxx/docs/DesignDocs/FileTimeType.rst N src/gnu/llvm/libcxx/docs/DesignDocs/HeaderRemovalPolicy.rst U src/gnu/llvm/libcxx/docs/DesignDocs/NoexceptPolicy.rst U src/gnu/llvm/libcxx/docs/DesignDocs/ThreadingSupportAPI.rst U src/gnu/llvm/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst N src/gnu/llvm/libcxx/docs/DesignDocs/UnspecifiedBehaviorRandomization.rst U src/gnu/llvm/libcxx/docs/DesignDocs/VisibilityMacros.rst U src/gnu/llvm/libcxx/docs/Helpers/Styles.rst U src/gnu/llvm/libcxx/docs/Status/Cxx14.rst U src/gnu/llvm/libcxx/docs/Status/Cxx14Issues.csv U src/gnu/llvm/libcxx/docs/Status/Cxx14Papers.csv U src/gnu/llvm/libcxx/docs/Status/Cxx17.rst U src/gnu/llvm/libcxx/docs/Status/Cxx17Issues.csv U src/gnu/llvm/libcxx/docs/Status/Cxx17Papers.csv U src/gnu/llvm/libcxx/docs/Status/Cxx20.rst U src/gnu/llvm/libcxx/docs/Status/Cxx20Issues.csv U src/gnu/llvm/libcxx/docs/Status/Cxx20Papers.csv U src/gnu/llvm/libcxx/docs/Status/Cxx2b.rst U src/gnu/llvm/libcxx/docs/Status/Cxx2bIssues.csv U src/gnu/llvm/libcxx/docs/Status/Cxx2bPapers.csv U src/gnu/llvm/libcxx/docs/Status/Format.rst U src/gnu/llvm/libcxx/docs/Status/FormatIssues.csv U src/gnu/llvm/libcxx/docs/Status/FormatPaper.csv U src/gnu/llvm/libcxx/docs/Status/Ranges.rst N src/gnu/llvm/libcxx/docs/Status/RangesAlgorithms.csv N src/gnu/llvm/libcxx/docs/Status/RangesMajorFeatures.csv N src/gnu/llvm/libcxx/docs/Status/RangesViews.csv N src/gnu/llvm/libcxx/docs/Status/Spaceship.rst N src/gnu/llvm/libcxx/docs/Status/SpaceshipPapers.csv N src/gnu/llvm/libcxx/docs/Status/SpaceshipProjects.csv N src/gnu/llvm/libcxx/docs/Status/Zip.rst N src/gnu/llvm/libcxx/docs/Status/ZipProjects.csv U src/gnu/llvm/libcxx/include/CMakeLists.txt N src/gnu/llvm/libcxx/include/__assert U src/gnu/llvm/libcxx/include/__availability U src/gnu/llvm/libcxx/include/__bit_reference U src/gnu/llvm/libcxx/include/__bsd_locale_defaults.h U src/gnu/llvm/libcxx/include/__bsd_locale_fallbacks.h C src/gnu/llvm/libcxx/include/__config U src/gnu/llvm/libcxx/include/__config_site.in U src/gnu/llvm/libcxx/include/__debug U src/gnu/llvm/libcxx/include/__errc U src/gnu/llvm/libcxx/include/__hash_table C src/gnu/llvm/libcxx/include/__locale N src/gnu/llvm/libcxx/include/__mbstate_t.h U src/gnu/llvm/libcxx/include/__mutex_base U src/gnu/llvm/libcxx/include/__node_handle U src/gnu/llvm/libcxx/include/__split_buffer U src/gnu/llvm/libcxx/include/__std_stream U src/gnu/llvm/libcxx/include/__threading_support U src/gnu/llvm/libcxx/include/__tree U src/gnu/llvm/libcxx/include/__undef_macros U src/gnu/llvm/libcxx/include/any N src/gnu/llvm/libcxx/include/__verbose_abort C src/gnu/llvm/libcxx/include/algorithm U src/gnu/llvm/libcxx/include/array U src/gnu/llvm/libcxx/include/atomic U src/gnu/llvm/libcxx/include/barrier U src/gnu/llvm/libcxx/include/bit U src/gnu/llvm/libcxx/include/bitset U src/gnu/llvm/libcxx/include/cassert U src/gnu/llvm/libcxx/include/ccomplex U src/gnu/llvm/libcxx/include/cctype U src/gnu/llvm/libcxx/include/cerrno U src/gnu/llvm/libcxx/include/cfenv U src/gnu/llvm/libcxx/include/cfloat U src/gnu/llvm/libcxx/include/charconv U src/gnu/llvm/libcxx/include/chrono U src/gnu/llvm/libcxx/include/cinttypes U src/gnu/llvm/libcxx/include/ciso646 U src/gnu/llvm/libcxx/include/climits U src/gnu/llvm/libcxx/include/clocale U src/gnu/llvm/libcxx/include/cmath U src/gnu/llvm/libcxx/include/codecvt U src/gnu/llvm/libcxx/include/compare U src/gnu/llvm/libcxx/include/complex U src/gnu/llvm/libcxx/include/complex.h U src/gnu/llvm/libcxx/include/concepts U src/gnu/llvm/libcxx/include/condition_variable U src/gnu/llvm/libcxx/include/csetjmp N src/gnu/llvm/libcxx/include/coroutine U src/gnu/llvm/libcxx/include/csignal U src/gnu/llvm/libcxx/include/cstdarg U src/gnu/llvm/libcxx/include/cstdbool U src/gnu/llvm/libcxx/include/cstddef U src/gnu/llvm/libcxx/include/cstdint U src/gnu/llvm/libcxx/include/cstdio U src/gnu/llvm/libcxx/include/cstdlib U src/gnu/llvm/libcxx/include/cstring U src/gnu/llvm/libcxx/include/ctgmath U src/gnu/llvm/libcxx/include/ctime U src/gnu/llvm/libcxx/include/ctype.h N src/gnu/llvm/libcxx/include/cuchar U src/gnu/llvm/libcxx/include/cwchar U src/gnu/llvm/libcxx/include/cwctype U src/gnu/llvm/libcxx/include/deque U src/gnu/llvm/libcxx/include/errno.h U src/gnu/llvm/libcxx/include/exception U src/gnu/llvm/libcxx/include/execution N src/gnu/llvm/libcxx/include/expected U src/gnu/llvm/libcxx/include/fenv.h U src/gnu/llvm/libcxx/include/filesystem U src/gnu/llvm/libcxx/include/float.h U src/gnu/llvm/libcxx/include/format U src/gnu/llvm/libcxx/include/forward_list U src/gnu/llvm/libcxx/include/fstream U src/gnu/llvm/libcxx/include/functional U src/gnu/llvm/libcxx/include/future U src/gnu/llvm/libcxx/include/initializer_list U src/gnu/llvm/libcxx/include/inttypes.h U src/gnu/llvm/libcxx/include/iomanip U src/gnu/llvm/libcxx/include/ios U src/gnu/llvm/libcxx/include/iosfwd U src/gnu/llvm/libcxx/include/iostream U src/gnu/llvm/libcxx/include/istream U src/gnu/llvm/libcxx/include/iterator U src/gnu/llvm/libcxx/include/latch N src/gnu/llvm/libcxx/include/libcxx.imp U src/gnu/llvm/libcxx/include/limits U src/gnu/llvm/libcxx/include/limits.h U src/gnu/llvm/libcxx/include/list C src/gnu/llvm/libcxx/include/locale U src/gnu/llvm/libcxx/include/locale.h U src/gnu/llvm/libcxx/include/map C src/gnu/llvm/libcxx/include/math.h U src/gnu/llvm/libcxx/include/memory N src/gnu/llvm/libcxx/include/memory_resource N src/gnu/llvm/libcxx/include/module.modulemap.in U src/gnu/llvm/libcxx/include/mutex U src/gnu/llvm/libcxx/include/new U src/gnu/llvm/libcxx/include/numbers U src/gnu/llvm/libcxx/include/numeric U src/gnu/llvm/libcxx/include/optional U src/gnu/llvm/libcxx/include/ostream U src/gnu/llvm/libcxx/include/queue U src/gnu/llvm/libcxx/include/random U src/gnu/llvm/libcxx/include/ranges U src/gnu/llvm/libcxx/include/ratio U src/gnu/llvm/libcxx/include/regex U src/gnu/llvm/libcxx/include/set U src/gnu/llvm/libcxx/include/scoped_allocator U src/gnu/llvm/libcxx/include/semaphore U src/gnu/llvm/libcxx/include/setjmp.h U src/gnu/llvm/libcxx/include/shared_mutex N src/gnu/llvm/libcxx/include/source_location U src/gnu/llvm/libcxx/include/span U src/gnu/llvm/libcxx/include/sstream U src/gnu/llvm/libcxx/include/stack N src/gnu/llvm/libcxx/include/stdatomic.h U src/gnu/llvm/libcxx/include/stdbool.h U src/gnu/llvm/libcxx/include/stddef.h U src/gnu/llvm/libcxx/include/stdexcept U src/gnu/llvm/libcxx/include/stdint.h C src/gnu/llvm/libcxx/include/stdio.h C src/gnu/llvm/libcxx/include/stdlib.h U src/gnu/llvm/libcxx/include/streambuf U src/gnu/llvm/libcxx/include/string U src/gnu/llvm/libcxx/include/string.h U src/gnu/llvm/libcxx/include/string_view U src/gnu/llvm/libcxx/include/strstream U src/gnu/llvm/libcxx/include/system_error U src/gnu/llvm/libcxx/include/tgmath.h U src/gnu/llvm/libcxx/include/thread U src/gnu/llvm/libcxx/include/tuple U src/gnu/llvm/libcxx/include/type_traits U src/gnu/llvm/libcxx/include/typeindex U src/gnu/llvm/libcxx/include/typeinfo N src/gnu/llvm/libcxx/include/uchar.h U src/gnu/llvm/libcxx/include/unordered_map U src/gnu/llvm/libcxx/include/unordered_set U src/gnu/llvm/libcxx/include/utility U src/gnu/llvm/libcxx/include/valarray U src/gnu/llvm/libcxx/include/variant U src/gnu/llvm/libcxx/include/vector U src/gnu/llvm/libcxx/include/version U src/gnu/llvm/libcxx/include/wchar.h U src/gnu/llvm/libcxx/include/wctype.h U src/gnu/llvm/libcxx/include/__algorithm/adjacent_find.h U src/gnu/llvm/libcxx/include/__algorithm/all_of.h U src/gnu/llvm/libcxx/include/__algorithm/any_of.h U src/gnu/llvm/libcxx/include/__algorithm/binary_search.h U src/gnu/llvm/libcxx/include/__algorithm/clamp.h U src/gnu/llvm/libcxx/include/__algorithm/comp.h U src/gnu/llvm/libcxx/include/__algorithm/comp_ref_type.h U src/gnu/llvm/libcxx/include/__algorithm/copy.h U src/gnu/llvm/libcxx/include/__algorithm/copy_backward.h U src/gnu/llvm/libcxx/include/__algorithm/copy_if.h N src/gnu/llvm/libcxx/include/__algorithm/copy_move_common.h U src/gnu/llvm/libcxx/include/__algorithm/copy_n.h U src/gnu/llvm/libcxx/include/__algorithm/count.h U src/gnu/llvm/libcxx/include/__algorithm/count_if.h U src/gnu/llvm/libcxx/include/__algorithm/equal.h U src/gnu/llvm/libcxx/include/__algorithm/equal_range.h U src/gnu/llvm/libcxx/include/__algorithm/fill.h U src/gnu/llvm/libcxx/include/__algorithm/fill_n.h U src/gnu/llvm/libcxx/include/__algorithm/find.h U src/gnu/llvm/libcxx/include/__algorithm/find_end.h U src/gnu/llvm/libcxx/include/__algorithm/find_first_of.h U src/gnu/llvm/libcxx/include/__algorithm/find_if.h U src/gnu/llvm/libcxx/include/__algorithm/find_if_not.h U src/gnu/llvm/libcxx/include/__algorithm/for_each.h U src/gnu/llvm/libcxx/include/__algorithm/for_each_n.h U src/gnu/llvm/libcxx/include/__algorithm/generate.h U src/gnu/llvm/libcxx/include/__algorithm/generate_n.h U src/gnu/llvm/libcxx/include/__algorithm/half_positive.h N src/gnu/llvm/libcxx/include/__algorithm/in_found_result.h N src/gnu/llvm/libcxx/include/__algorithm/in_fun_result.h N src/gnu/llvm/libcxx/include/__algorithm/in_in_out_result.h N src/gnu/llvm/libcxx/include/__algorithm/in_in_result.h N src/gnu/llvm/libcxx/include/__algorithm/in_out_out_result.h N src/gnu/llvm/libcxx/include/__algorithm/in_out_result.h U src/gnu/llvm/libcxx/include/__algorithm/includes.h U src/gnu/llvm/libcxx/include/__algorithm/inplace_merge.h U src/gnu/llvm/libcxx/include/__algorithm/is_heap.h U src/gnu/llvm/libcxx/include/__algorithm/is_heap_until.h U src/gnu/llvm/libcxx/include/__algorithm/is_partitioned.h U src/gnu/llvm/libcxx/include/__algorithm/is_permutation.h U src/gnu/llvm/libcxx/include/__algorithm/is_sorted.h U src/gnu/llvm/libcxx/include/__algorithm/is_sorted_until.h U src/gnu/llvm/libcxx/include/__algorithm/iter_swap.h N src/gnu/llvm/libcxx/include/__algorithm/iterator_operations.h U src/gnu/llvm/libcxx/include/__algorithm/make_heap.h U src/gnu/llvm/libcxx/include/__algorithm/lexicographical_compare.h U src/gnu/llvm/libcxx/include/__algorithm/lower_bound.h N src/gnu/llvm/libcxx/include/__algorithm/make_projected.h U src/gnu/llvm/libcxx/include/__algorithm/max.h U src/gnu/llvm/libcxx/include/__algorithm/max_element.h U src/gnu/llvm/libcxx/include/__algorithm/merge.h U src/gnu/llvm/libcxx/include/__algorithm/min.h U src/gnu/llvm/libcxx/include/__algorithm/min_element.h N src/gnu/llvm/libcxx/include/__algorithm/min_max_result.h U src/gnu/llvm/libcxx/include/__algorithm/minmax.h U src/gnu/llvm/libcxx/include/__algorithm/minmax_element.h U src/gnu/llvm/libcxx/include/__algorithm/mismatch.h U src/gnu/llvm/libcxx/include/__algorithm/move.h U src/gnu/llvm/libcxx/include/__algorithm/move_backward.h U src/gnu/llvm/libcxx/include/__algorithm/next_permutation.h U src/gnu/llvm/libcxx/include/__algorithm/none_of.h U src/gnu/llvm/libcxx/include/__algorithm/nth_element.h U src/gnu/llvm/libcxx/include/__algorithm/partial_sort.h U src/gnu/llvm/libcxx/include/__algorithm/partial_sort_copy.h U src/gnu/llvm/libcxx/include/__algorithm/partition.h U src/gnu/llvm/libcxx/include/__algorithm/partition_copy.h U src/gnu/llvm/libcxx/include/__algorithm/pop_heap.h U src/gnu/llvm/libcxx/include/__algorithm/partition_point.h U src/gnu/llvm/libcxx/include/__algorithm/prev_permutation.h U src/gnu/llvm/libcxx/include/__algorithm/push_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_adjacent_find.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_all_of.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_any_of.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_binary_search.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_clamp.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_copy_backward.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_copy_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_copy_n.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_count.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_count_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_equal.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_equal_range.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_fill.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_fill_n.h U src/gnu/llvm/libcxx/include/__algorithm/sort.h C src/gnu/llvm/libcxx/include/__algorithm/ranges_find.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_find_end.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_find_first_of.h C src/gnu/llvm/libcxx/include/__algorithm/ranges_find_if.h C src/gnu/llvm/libcxx/include/__algorithm/ranges_find_if_not.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_for_each.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_for_each_n.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_generate.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_generate_n.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_includes.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_inplace_merge.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_heap_until.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_partitioned.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_permutation.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_sorted.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_is_sorted_until.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_lower_bound.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_iterator_concept.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_lexicographical_compare.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_make_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_max.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_max_element.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_merge.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_min.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_min_element.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_minmax.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_minmax_element.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_mismatch.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_move.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_move_backward.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_next_permutation.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_none_of.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_nth_element.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_partial_sort.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_partial_sort_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_partition.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_partition_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_partition_point.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_pop_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_prev_permutation.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_push_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_remove.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_remove_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_remove_copy_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_remove_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_replace.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_replace_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_replace_copy_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_replace_if.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_reverse.h U src/gnu/llvm/libcxx/include/__algorithm/remove.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_reverse_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_rotate.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_rotate_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_sample.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_search.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_search_n.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_set_difference.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_set_intersection.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_set_symmetric_difference.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_set_union.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_shuffle.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_sort.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_sort_heap.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_stable_partition.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_stable_sort.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_swap_ranges.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_transform.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_unique.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_unique_copy.h N src/gnu/llvm/libcxx/include/__algorithm/ranges_upper_bound.h U src/gnu/llvm/libcxx/include/__algorithm/remove_copy.h U src/gnu/llvm/libcxx/include/__algorithm/remove_copy_if.h U src/gnu/llvm/libcxx/include/__algorithm/remove_if.h U src/gnu/llvm/libcxx/include/__algorithm/replace.h U src/gnu/llvm/libcxx/include/__algorithm/replace_copy.h U src/gnu/llvm/libcxx/include/__algorithm/replace_copy_if.h U src/gnu/llvm/libcxx/include/__algorithm/replace_if.h U src/gnu/llvm/libcxx/include/__algorithm/reverse.h U src/gnu/llvm/libcxx/include/__algorithm/reverse_copy.h U src/gnu/llvm/libcxx/include/__algorithm/rotate.h U src/gnu/llvm/libcxx/include/__algorithm/rotate_copy.h U src/gnu/llvm/libcxx/include/__algorithm/sample.h U src/gnu/llvm/libcxx/include/__algorithm/search.h U src/gnu/llvm/libcxx/include/__algorithm/search_n.h U src/gnu/llvm/libcxx/include/__algorithm/set_difference.h U src/gnu/llvm/libcxx/include/__algorithm/set_union.h U src/gnu/llvm/libcxx/include/__algorithm/set_intersection.h U src/gnu/llvm/libcxx/include/__algorithm/set_symmetric_difference.h U src/gnu/llvm/libcxx/include/__algorithm/shift_left.h U src/gnu/llvm/libcxx/include/__algorithm/shift_right.h U src/gnu/llvm/libcxx/include/__algorithm/shuffle.h U src/gnu/llvm/libcxx/include/__algorithm/sift_down.h U src/gnu/llvm/libcxx/include/__algorithm/sort_heap.h U src/gnu/llvm/libcxx/include/__algorithm/stable_partition.h U src/gnu/llvm/libcxx/include/__algorithm/stable_sort.h U src/gnu/llvm/libcxx/include/__algorithm/swap_ranges.h U src/gnu/llvm/libcxx/include/__algorithm/transform.h N src/gnu/llvm/libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h U src/gnu/llvm/libcxx/include/__algorithm/unique.h U src/gnu/llvm/libcxx/include/__algorithm/unique_copy.h U src/gnu/llvm/libcxx/include/__algorithm/unwrap_iter.h N src/gnu/llvm/libcxx/include/__algorithm/unwrap_range.h U src/gnu/llvm/libcxx/include/__algorithm/upper_bound.h N src/gnu/llvm/libcxx/include/__bit/bit_cast.h N src/gnu/llvm/libcxx/include/__bit/bit_ceil.h N src/gnu/llvm/libcxx/include/__bit/bit_floor.h N src/gnu/llvm/libcxx/include/__bit/bit_log2.h N src/gnu/llvm/libcxx/include/__bit/bit_width.h N src/gnu/llvm/libcxx/include/__bit/blsr.h N src/gnu/llvm/libcxx/include/__bit/byteswap.h N src/gnu/llvm/libcxx/include/__bit/countl.h N src/gnu/llvm/libcxx/include/__bit/countr.h N src/gnu/llvm/libcxx/include/__bit/endian.h N src/gnu/llvm/libcxx/include/__bit/has_single_bit.h N src/gnu/llvm/libcxx/include/__bit/popcount.h N src/gnu/llvm/libcxx/include/__bit/rotate.h N src/gnu/llvm/libcxx/include/__charconv/chars_format.h N src/gnu/llvm/libcxx/include/__charconv/from_chars_result.h N src/gnu/llvm/libcxx/include/__charconv/tables.h N src/gnu/llvm/libcxx/include/__charconv/to_chars_base_10.h N src/gnu/llvm/libcxx/include/__charconv/to_chars_result.h N src/gnu/llvm/libcxx/include/__chrono/calendar.h N src/gnu/llvm/libcxx/include/__chrono/convert_to_timespec.h N src/gnu/llvm/libcxx/include/__chrono/convert_to_tm.h N src/gnu/llvm/libcxx/include/__chrono/day.h N src/gnu/llvm/libcxx/include/__chrono/duration.h N src/gnu/llvm/libcxx/include/__chrono/file_clock.h N src/gnu/llvm/libcxx/include/__chrono/formatter.h N src/gnu/llvm/libcxx/include/__chrono/hh_mm_ss.h N src/gnu/llvm/libcxx/include/__chrono/high_resolution_clock.h N src/gnu/llvm/libcxx/include/__chrono/literals.h N src/gnu/llvm/libcxx/include/__chrono/month.h N src/gnu/llvm/libcxx/include/__chrono/month_weekday.h N src/gnu/llvm/libcxx/include/__chrono/monthday.h N src/gnu/llvm/libcxx/include/__chrono/ostream.h N src/gnu/llvm/libcxx/include/__chrono/parser_std_format_spec.h N src/gnu/llvm/libcxx/include/__chrono/statically_widen.h N src/gnu/llvm/libcxx/include/__chrono/steady_clock.h N src/gnu/llvm/libcxx/include/__chrono/system_clock.h N src/gnu/llvm/libcxx/include/__chrono/time_point.h N src/gnu/llvm/libcxx/include/__chrono/weekday.h N src/gnu/llvm/libcxx/include/__chrono/year.h N src/gnu/llvm/libcxx/include/__chrono/year_month.h N src/gnu/llvm/libcxx/include/__chrono/year_month_day.h N src/gnu/llvm/libcxx/include/__chrono/year_month_weekday.h N src/gnu/llvm/libcxx/include/__compare/common_comparison_category.h N src/gnu/llvm/libcxx/include/__compare/compare_partial_order_fallback.h N src/gnu/llvm/libcxx/include/__compare/compare_strong_order_fallback.h N src/gnu/llvm/libcxx/include/__compare/compare_three_way.h N src/gnu/llvm/libcxx/include/__compare/compare_three_way_result.h N src/gnu/llvm/libcxx/include/__compare/compare_weak_order_fallback.h N src/gnu/llvm/libcxx/include/__compare/is_eq.h N src/gnu/llvm/libcxx/include/__compare/ordering.h N src/gnu/llvm/libcxx/include/__compare/partial_order.h N src/gnu/llvm/libcxx/include/__compare/strong_order.h N src/gnu/llvm/libcxx/include/__compare/synth_three_way.h N src/gnu/llvm/libcxx/include/__compare/three_way_comparable.h N src/gnu/llvm/libcxx/include/__compare/weak_order.h N src/gnu/llvm/libcxx/include/__concepts/arithmetic.h N src/gnu/llvm/libcxx/include/__concepts/assignable.h N src/gnu/llvm/libcxx/include/__concepts/boolean_testable.h N src/gnu/llvm/libcxx/include/__concepts/class_or_enum.h N src/gnu/llvm/libcxx/include/__concepts/common_reference_with.h N src/gnu/llvm/libcxx/include/__concepts/common_with.h N src/gnu/llvm/libcxx/include/__concepts/constructible.h N src/gnu/llvm/libcxx/include/__concepts/convertible_to.h N src/gnu/llvm/libcxx/include/__concepts/copyable.h N src/gnu/llvm/libcxx/include/__concepts/derived_from.h N src/gnu/llvm/libcxx/include/__concepts/destructible.h N src/gnu/llvm/libcxx/include/__concepts/different_from.h N src/gnu/llvm/libcxx/include/__concepts/equality_comparable.h N src/gnu/llvm/libcxx/include/__concepts/invocable.h N src/gnu/llvm/libcxx/include/__concepts/movable.h N src/gnu/llvm/libcxx/include/__concepts/predicate.h N src/gnu/llvm/libcxx/include/__concepts/regular.h N src/gnu/llvm/libcxx/include/__concepts/relation.h N src/gnu/llvm/libcxx/include/__concepts/same_as.h N src/gnu/llvm/libcxx/include/__concepts/swappable.h N src/gnu/llvm/libcxx/include/__concepts/semiregular.h N src/gnu/llvm/libcxx/include/__concepts/totally_ordered.h N src/gnu/llvm/libcxx/include/__coroutine/coroutine_handle.h N src/gnu/llvm/libcxx/include/__coroutine/coroutine_traits.h N src/gnu/llvm/libcxx/include/__coroutine/noop_coroutine_handle.h N src/gnu/llvm/libcxx/include/__coroutine/trivial_awaitables.h N src/gnu/llvm/libcxx/include/__debug_utils/randomize_range.h N src/gnu/llvm/libcxx/include/__expected/bad_expected_access.h N src/gnu/llvm/libcxx/include/__expected/expected.h N src/gnu/llvm/libcxx/include/__expected/unexpect.h N src/gnu/llvm/libcxx/include/__expected/unexpected.h N src/gnu/llvm/libcxx/include/__filesystem/copy_options.h N src/gnu/llvm/libcxx/include/__filesystem/directory_entry.h N src/gnu/llvm/libcxx/include/__filesystem/directory_iterator.h N src/gnu/llvm/libcxx/include/__filesystem/directory_options.h N src/gnu/llvm/libcxx/include/__filesystem/file_status.h N src/gnu/llvm/libcxx/include/__filesystem/file_time_type.h N src/gnu/llvm/libcxx/include/__filesystem/file_type.h N src/gnu/llvm/libcxx/include/__filesystem/filesystem_error.h N src/gnu/llvm/libcxx/include/__filesystem/operations.h N src/gnu/llvm/libcxx/include/__filesystem/path.h N src/gnu/llvm/libcxx/include/__filesystem/path_iterator.h N src/gnu/llvm/libcxx/include/__filesystem/perm_options.h N src/gnu/llvm/libcxx/include/__filesystem/perms.h N src/gnu/llvm/libcxx/include/__filesystem/recursive_directory_iterator.h N src/gnu/llvm/libcxx/include/__filesystem/space_info.h N src/gnu/llvm/libcxx/include/__filesystem/u8path.h N src/gnu/llvm/libcxx/include/__format/buffer.h N src/gnu/llvm/libcxx/include/__format/concepts.h N src/gnu/llvm/libcxx/include/__format/container_adaptor.h N src/gnu/llvm/libcxx/include/__format/enable_insertable.h N src/gnu/llvm/libcxx/include/__format/escaped_output_table.h N src/gnu/llvm/libcxx/include/__format/extended_grapheme_cluster_table.h N src/gnu/llvm/libcxx/include/__format/format_arg.h N src/gnu/llvm/libcxx/include/__format/format_arg_store.h N src/gnu/llvm/libcxx/include/__format/format_args.h N src/gnu/llvm/libcxx/include/__format/format_context.h U src/gnu/llvm/libcxx/include/__format/format_error.h N src/gnu/llvm/libcxx/include/__format/format_functions.h N src/gnu/llvm/libcxx/include/__format/format_fwd.h U src/gnu/llvm/libcxx/include/__format/format_parse_context.h N src/gnu/llvm/libcxx/include/__format/format_string.h N src/gnu/llvm/libcxx/include/__format/format_to_n_result.h N src/gnu/llvm/libcxx/include/__format/formatter.h N src/gnu/llvm/libcxx/include/__format/formatter_bool.h N src/gnu/llvm/libcxx/include/__format/formatter_char.h N src/gnu/llvm/libcxx/include/__format/formatter_floating_point.h N src/gnu/llvm/libcxx/include/__format/formatter_integer.h N src/gnu/llvm/libcxx/include/__format/formatter_integral.h N src/gnu/llvm/libcxx/include/__format/formatter_output.h N src/gnu/llvm/libcxx/include/__format/formatter_pointer.h N src/gnu/llvm/libcxx/include/__format/formatter_string.h N src/gnu/llvm/libcxx/include/__format/formatter_tuple.h N src/gnu/llvm/libcxx/include/__format/parser_std_format_spec.h N src/gnu/llvm/libcxx/include/__format/range_default_formatter.h N src/gnu/llvm/libcxx/include/__format/range_formatter.h N src/gnu/llvm/libcxx/include/__format/unicode.h U src/gnu/llvm/libcxx/include/__functional/binary_function.h U src/gnu/llvm/libcxx/include/__functional/binary_negate.h U src/gnu/llvm/libcxx/include/__functional/bind.h N src/gnu/llvm/libcxx/include/__functional/bind_back.h U src/gnu/llvm/libcxx/include/__functional/bind_front.h U src/gnu/llvm/libcxx/include/__functional/binder1st.h U src/gnu/llvm/libcxx/include/__functional/binder2nd.h N src/gnu/llvm/libcxx/include/__functional/boyer_moore_searcher.h N src/gnu/llvm/libcxx/include/__functional/compose.h U src/gnu/llvm/libcxx/include/__functional/default_searcher.h U src/gnu/llvm/libcxx/include/__functional/function.h U src/gnu/llvm/libcxx/include/__functional/hash.h U src/gnu/llvm/libcxx/include/__functional/identity.h U src/gnu/llvm/libcxx/include/__functional/invoke.h U src/gnu/llvm/libcxx/include/__functional/is_transparent.h U src/gnu/llvm/libcxx/include/__functional/mem_fn.h U src/gnu/llvm/libcxx/include/__functional/mem_fun_ref.h U src/gnu/llvm/libcxx/include/__functional/not_fn.h U src/gnu/llvm/libcxx/include/__functional/operations.h U src/gnu/llvm/libcxx/include/__functional/perfect_forward.h U src/gnu/llvm/libcxx/include/__functional/unary_negate.h U src/gnu/llvm/libcxx/include/__functional/pointer_to_unary_function.h U src/gnu/llvm/libcxx/include/__functional/pointer_to_binary_function.h U src/gnu/llvm/libcxx/include/__functional/ranges_operations.h U src/gnu/llvm/libcxx/include/__functional/reference_wrapper.h U src/gnu/llvm/libcxx/include/__functional/unary_function.h U src/gnu/llvm/libcxx/include/__functional/unwrap_ref.h U src/gnu/llvm/libcxx/include/__functional/weak_result_type.h N src/gnu/llvm/libcxx/include/__fwd/array.h N src/gnu/llvm/libcxx/include/__fwd/get.h N src/gnu/llvm/libcxx/include/__fwd/hash.h N src/gnu/llvm/libcxx/include/__fwd/memory_resource.h N src/gnu/llvm/libcxx/include/__fwd/pair.h N src/gnu/llvm/libcxx/include/__fwd/span.h N src/gnu/llvm/libcxx/include/__fwd/string.h N src/gnu/llvm/libcxx/include/__fwd/string_view.h N src/gnu/llvm/libcxx/include/__fwd/subrange.h N src/gnu/llvm/libcxx/include/__fwd/tuple.h N src/gnu/llvm/libcxx/include/__ios/fpos.h U src/gnu/llvm/libcxx/include/__iterator/access.h U src/gnu/llvm/libcxx/include/__iterator/advance.h U src/gnu/llvm/libcxx/include/__iterator/back_insert_iterator.h N src/gnu/llvm/libcxx/include/__iterator/bounded_iter.h U src/gnu/llvm/libcxx/include/__iterator/common_iterator.h U src/gnu/llvm/libcxx/include/__iterator/concepts.h U src/gnu/llvm/libcxx/include/__iterator/counted_iterator.h U src/gnu/llvm/libcxx/include/__iterator/data.h U src/gnu/llvm/libcxx/include/__iterator/default_sentinel.h U src/gnu/llvm/libcxx/include/__iterator/distance.h U src/gnu/llvm/libcxx/include/__iterator/empty.h U src/gnu/llvm/libcxx/include/__iterator/erase_if_container.h U src/gnu/llvm/libcxx/include/__iterator/front_insert_iterator.h U src/gnu/llvm/libcxx/include/__iterator/incrementable_traits.h N src/gnu/llvm/libcxx/include/__iterator/indirectly_comparable.h U src/gnu/llvm/libcxx/include/__iterator/insert_iterator.h U src/gnu/llvm/libcxx/include/__iterator/istream_iterator.h U src/gnu/llvm/libcxx/include/__iterator/istreambuf_iterator.h U src/gnu/llvm/libcxx/include/__iterator/iter_move.h U src/gnu/llvm/libcxx/include/__iterator/iter_swap.h U src/gnu/llvm/libcxx/include/__iterator/iterator.h U src/gnu/llvm/libcxx/include/__iterator/iterator_traits.h N src/gnu/llvm/libcxx/include/__iterator/iterator_with_data.h N src/gnu/llvm/libcxx/include/__iterator/mergeable.h U src/gnu/llvm/libcxx/include/__iterator/move_iterator.h N src/gnu/llvm/libcxx/include/__iterator/move_sentinel.h U src/gnu/llvm/libcxx/include/__iterator/next.h U src/gnu/llvm/libcxx/include/__iterator/ostream_iterator.h U src/gnu/llvm/libcxx/include/__iterator/ostreambuf_iterator.h N src/gnu/llvm/libcxx/include/__iterator/permutable.h U src/gnu/llvm/libcxx/include/__iterator/prev.h U src/gnu/llvm/libcxx/include/__iterator/projected.h U src/gnu/llvm/libcxx/include/__iterator/readable_traits.h U src/gnu/llvm/libcxx/include/__iterator/reverse_access.h U src/gnu/llvm/libcxx/include/__iterator/reverse_iterator.h N src/gnu/llvm/libcxx/include/__iterator/segmented_iterator.h U src/gnu/llvm/libcxx/include/__iterator/size.h N src/gnu/llvm/libcxx/include/__iterator/sortable.h N src/gnu/llvm/libcxx/include/__iterator/unreachable_sentinel.h U src/gnu/llvm/libcxx/include/__iterator/wrap_iter.h U src/gnu/llvm/libcxx/include/__memory/addressof.h N src/gnu/llvm/libcxx/include/__memory/align.h N src/gnu/llvm/libcxx/include/__memory/allocate_at_least.h U src/gnu/llvm/libcxx/include/__memory/allocation_guard.h U src/gnu/llvm/libcxx/include/__memory/allocator.h U src/gnu/llvm/libcxx/include/__memory/allocator_arg_t.h N src/gnu/llvm/libcxx/include/__memory/allocator_destructor.h U src/gnu/llvm/libcxx/include/__memory/allocator_traits.h N src/gnu/llvm/libcxx/include/__memory/assume_aligned.h U src/gnu/llvm/libcxx/include/__memory/auto_ptr.h N src/gnu/llvm/libcxx/include/__memory/builtin_new_allocator.h U src/gnu/llvm/libcxx/include/__memory/compressed_pair.h N src/gnu/llvm/libcxx/include/__memory/concepts.h U src/gnu/llvm/libcxx/include/__memory/construct_at.h N src/gnu/llvm/libcxx/include/__memory/destruct_n.h U src/gnu/llvm/libcxx/include/__memory/pointer_traits.h N src/gnu/llvm/libcxx/include/__memory/ranges_construct_at.h U src/gnu/llvm/libcxx/include/__memory/raw_storage_iterator.h N src/gnu/llvm/libcxx/include/__memory/ranges_uninitialized_algorithms.h U src/gnu/llvm/libcxx/include/__memory/shared_ptr.h N src/gnu/llvm/libcxx/include/__memory/swap_allocator.h N src/gnu/llvm/libcxx/include/__memory/temp_value.h U src/gnu/llvm/libcxx/include/__memory/temporary_buffer.h U src/gnu/llvm/libcxx/include/__memory/uninitialized_algorithms.h U src/gnu/llvm/libcxx/include/__memory/unique_ptr.h U src/gnu/llvm/libcxx/include/__memory/uses_allocator.h N src/gnu/llvm/libcxx/include/__memory/uses_allocator_construction.h N src/gnu/llvm/libcxx/include/__memory/voidify.h N src/gnu/llvm/libcxx/include/__memory_resource/memory_resource.h N src/gnu/llvm/libcxx/include/__memory_resource/monotonic_buffer_resource.h N src/gnu/llvm/libcxx/include/__memory_resource/polymorphic_allocator.h N src/gnu/llvm/libcxx/include/__memory_resource/pool_options.h N src/gnu/llvm/libcxx/include/__memory_resource/synchronized_pool_resource.h N src/gnu/llvm/libcxx/include/__memory_resource/unsynchronized_pool_resource.h N src/gnu/llvm/libcxx/include/__numeric/accumulate.h N src/gnu/llvm/libcxx/include/__numeric/adjacent_difference.h N src/gnu/llvm/libcxx/include/__numeric/exclusive_scan.h N src/gnu/llvm/libcxx/include/__numeric/gcd_lcm.h N src/gnu/llvm/libcxx/include/__numeric/inclusive_scan.h N src/gnu/llvm/libcxx/include/__numeric/inner_product.h N src/gnu/llvm/libcxx/include/__numeric/iota.h N src/gnu/llvm/libcxx/include/__numeric/midpoint.h N src/gnu/llvm/libcxx/include/__numeric/partial_sum.h N src/gnu/llvm/libcxx/include/__numeric/reduce.h N src/gnu/llvm/libcxx/include/__numeric/transform_exclusive_scan.h N src/gnu/llvm/libcxx/include/__numeric/transform_inclusive_scan.h N src/gnu/llvm/libcxx/include/__numeric/transform_reduce.h N src/gnu/llvm/libcxx/include/__random/bernoulli_distribution.h N src/gnu/llvm/libcxx/include/__random/binomial_distribution.h N src/gnu/llvm/libcxx/include/__random/cauchy_distribution.h N src/gnu/llvm/libcxx/include/__random/chi_squared_distribution.h N src/gnu/llvm/libcxx/include/__random/clamp_to_integral.h N src/gnu/llvm/libcxx/include/__random/default_random_engine.h N src/gnu/llvm/libcxx/include/__random/discard_block_engine.h N src/gnu/llvm/libcxx/include/__random/discrete_distribution.h N src/gnu/llvm/libcxx/include/__random/exponential_distribution.h N src/gnu/llvm/libcxx/include/__random/extreme_value_distribution.h N src/gnu/llvm/libcxx/include/__random/fisher_f_distribution.h N src/gnu/llvm/libcxx/include/__random/gamma_distribution.h N src/gnu/llvm/libcxx/include/__random/generate_canonical.h N src/gnu/llvm/libcxx/include/__random/geometric_distribution.h N src/gnu/llvm/libcxx/include/__random/is_valid.h N src/gnu/llvm/libcxx/include/__random/independent_bits_engine.h N src/gnu/llvm/libcxx/include/__random/is_seed_sequence.h N src/gnu/llvm/libcxx/include/__random/knuth_b.h N src/gnu/llvm/libcxx/include/__random/linear_congruential_engine.h N src/gnu/llvm/libcxx/include/__random/log2.h N src/gnu/llvm/libcxx/include/__random/lognormal_distribution.h N src/gnu/llvm/libcxx/include/__random/mersenne_twister_engine.h N src/gnu/llvm/libcxx/include/__random/negative_binomial_distribution.h N src/gnu/llvm/libcxx/include/__random/normal_distribution.h N src/gnu/llvm/libcxx/include/__random/piecewise_constant_distribution.h N src/gnu/llvm/libcxx/include/__random/piecewise_linear_distribution.h N src/gnu/llvm/libcxx/include/__random/poisson_distribution.h N src/gnu/llvm/libcxx/include/__random/random_device.h N src/gnu/llvm/libcxx/include/__random/ranlux.h N src/gnu/llvm/libcxx/include/__random/seed_seq.h N src/gnu/llvm/libcxx/include/__random/shuffle_order_engine.h N src/gnu/llvm/libcxx/include/__random/student_t_distribution.h N src/gnu/llvm/libcxx/include/__random/subtract_with_carry_engine.h U src/gnu/llvm/libcxx/include/__random/uniform_int_distribution.h N src/gnu/llvm/libcxx/include/__random/uniform_random_bit_generator.h N src/gnu/llvm/libcxx/include/__random/uniform_real_distribution.h N src/gnu/llvm/libcxx/include/__random/weibull_distribution.h U src/gnu/llvm/libcxx/include/__ranges/access.h U src/gnu/llvm/libcxx/include/__ranges/all.h N src/gnu/llvm/libcxx/include/__ranges/as_rvalue_view.h U src/gnu/llvm/libcxx/include/__ranges/common_view.h U src/gnu/llvm/libcxx/include/__ranges/concepts.h U src/gnu/llvm/libcxx/include/__ranges/copyable_box.h N src/gnu/llvm/libcxx/include/__ranges/counted.h U src/gnu/llvm/libcxx/include/__ranges/dangling.h U src/gnu/llvm/libcxx/include/__ranges/data.h U src/gnu/llvm/libcxx/include/__ranges/drop_view.h N src/gnu/llvm/libcxx/include/__ranges/drop_while_view.h N src/gnu/llvm/libcxx/include/__ranges/elements_view.h U src/gnu/llvm/libcxx/include/__ranges/empty.h U src/gnu/llvm/libcxx/include/__ranges/empty_view.h U src/gnu/llvm/libcxx/include/__ranges/enable_borrowed_range.h U src/gnu/llvm/libcxx/include/__ranges/enable_view.h N src/gnu/llvm/libcxx/include/__ranges/filter_view.h N src/gnu/llvm/libcxx/include/__ranges/iota_view.h N src/gnu/llvm/libcxx/include/__ranges/istream_view.h N src/gnu/llvm/libcxx/include/__ranges/join_view.h N src/gnu/llvm/libcxx/include/__ranges/lazy_split_view.h N src/gnu/llvm/libcxx/include/__ranges/rend.h U src/gnu/llvm/libcxx/include/__ranges/non_propagating_cache.h N src/gnu/llvm/libcxx/include/__ranges/owning_view.h N src/gnu/llvm/libcxx/include/__ranges/range_adaptor.h N src/gnu/llvm/libcxx/include/__ranges/rbegin.h U src/gnu/llvm/libcxx/include/__ranges/ref_view.h N src/gnu/llvm/libcxx/include/__ranges/reverse_view.h N src/gnu/llvm/libcxx/include/__ranges/single_view.h U src/gnu/llvm/libcxx/include/__ranges/size.h N src/gnu/llvm/libcxx/include/__ranges/split_view.h U src/gnu/llvm/libcxx/include/__ranges/subrange.h N src/gnu/llvm/libcxx/include/__ranges/take_view.h N src/gnu/llvm/libcxx/include/__ranges/take_while_view.h U src/gnu/llvm/libcxx/include/__ranges/transform_view.h U src/gnu/llvm/libcxx/include/__ranges/view_interface.h N src/gnu/llvm/libcxx/include/__ranges/views.h N src/gnu/llvm/libcxx/include/__ranges/zip_view.h U src/gnu/llvm/libcxx/include/__support/android/locale_bionic.h U src/gnu/llvm/libcxx/include/__support/fuchsia/xlocale.h U src/gnu/llvm/libcxx/include/__support/ibm/gettod_zos.h U src/gnu/llvm/libcxx/include/__support/ibm/locale_mgmt_zos.h U src/gnu/llvm/libcxx/include/__support/ibm/nanosleep.h U src/gnu/llvm/libcxx/include/__support/ibm/xlocale.h U src/gnu/llvm/libcxx/include/__support/musl/xlocale.h U src/gnu/llvm/libcxx/include/__support/newlib/xlocale.h U src/gnu/llvm/libcxx/include/__support/openbsd/xlocale.h U src/gnu/llvm/libcxx/include/__support/solaris/floatingpoint.h U src/gnu/llvm/libcxx/include/__support/solaris/wchar.h U src/gnu/llvm/libcxx/include/__support/solaris/xlocale.h U src/gnu/llvm/libcxx/include/__support/win32/locale_win32.h U src/gnu/llvm/libcxx/include/__support/xlocale/__nop_locale_mgmt.h U src/gnu/llvm/libcxx/include/__support/xlocale/__posix_l_fallback.h U src/gnu/llvm/libcxx/include/__support/xlocale/__strtonum_fallback.h N src/gnu/llvm/libcxx/include/__thread/poll_with_backoff.h N src/gnu/llvm/libcxx/include/__thread/timed_backoff_policy.h N src/gnu/llvm/libcxx/include/__tuple_dir/apply_cv.h N src/gnu/llvm/libcxx/include/__tuple_dir/make_tuple_types.h N src/gnu/llvm/libcxx/include/__tuple_dir/pair_like.h N src/gnu/llvm/libcxx/include/__tuple_dir/sfinae_helpers.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_element.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_indices.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_like.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_like_ext.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_size.h N src/gnu/llvm/libcxx/include/__tuple_dir/tuple_types.h N src/gnu/llvm/libcxx/include/__type_traits/add_const.h N src/gnu/llvm/libcxx/include/__type_traits/add_cv.h N src/gnu/llvm/libcxx/include/__type_traits/add_lvalue_reference.h N src/gnu/llvm/libcxx/include/__type_traits/add_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/add_rvalue_reference.h N src/gnu/llvm/libcxx/include/__type_traits/add_volatile.h N src/gnu/llvm/libcxx/include/__type_traits/aligned_storage.h N src/gnu/llvm/libcxx/include/__type_traits/aligned_union.h N src/gnu/llvm/libcxx/include/__type_traits/alignment_of.h N src/gnu/llvm/libcxx/include/__type_traits/apply_cv.h N src/gnu/llvm/libcxx/include/__type_traits/can_extract_key.h N src/gnu/llvm/libcxx/include/__type_traits/common_reference.h N src/gnu/llvm/libcxx/include/__type_traits/common_type.h N src/gnu/llvm/libcxx/include/__type_traits/conditional.h N src/gnu/llvm/libcxx/include/__type_traits/conjunction.h N src/gnu/llvm/libcxx/include/__type_traits/copy_cv.h N src/gnu/llvm/libcxx/include/__type_traits/copy_cvref.h N src/gnu/llvm/libcxx/include/__type_traits/decay.h N src/gnu/llvm/libcxx/include/__type_traits/dependent_type.h N src/gnu/llvm/libcxx/include/__type_traits/disjunction.h N src/gnu/llvm/libcxx/include/__type_traits/enable_if.h N src/gnu/llvm/libcxx/include/__type_traits/extent.h N src/gnu/llvm/libcxx/include/__type_traits/has_unique_object_representation.h N src/gnu/llvm/libcxx/include/__type_traits/has_virtual_destructor.h N src/gnu/llvm/libcxx/include/__type_traits/integral_constant.h N src/gnu/llvm/libcxx/include/__type_traits/is_abstract.h N src/gnu/llvm/libcxx/include/__type_traits/is_aggregate.h N src/gnu/llvm/libcxx/include/__type_traits/is_allocator.h N src/gnu/llvm/libcxx/include/__type_traits/is_always_bitcastable.h N src/gnu/llvm/libcxx/include/__type_traits/is_arithmetic.h N src/gnu/llvm/libcxx/include/__type_traits/is_array.h N src/gnu/llvm/libcxx/include/__type_traits/is_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_base_of.h N src/gnu/llvm/libcxx/include/__type_traits/is_bounded_array.h N src/gnu/llvm/libcxx/include/__type_traits/is_callable.h N src/gnu/llvm/libcxx/include/__type_traits/is_char_like_type.h N src/gnu/llvm/libcxx/include/__type_traits/is_class.h N src/gnu/llvm/libcxx/include/__type_traits/is_compound.h N src/gnu/llvm/libcxx/include/__type_traits/is_const.h N src/gnu/llvm/libcxx/include/__type_traits/is_empty.h N src/gnu/llvm/libcxx/include/__type_traits/is_constant_evaluated.h N src/gnu/llvm/libcxx/include/__type_traits/is_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_convertible.h N src/gnu/llvm/libcxx/include/__type_traits/is_copy_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_copy_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_core_convertible.h N src/gnu/llvm/libcxx/include/__type_traits/is_default_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_destructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_enum.h N src/gnu/llvm/libcxx/include/__type_traits/is_final.h N src/gnu/llvm/libcxx/include/__type_traits/is_floating_point.h N src/gnu/llvm/libcxx/include/__type_traits/is_function.h N src/gnu/llvm/libcxx/include/__type_traits/is_fundamental.h N src/gnu/llvm/libcxx/include/__type_traits/is_implicitly_default_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_integral.h N src/gnu/llvm/libcxx/include/__type_traits/is_literal_type.h N src/gnu/llvm/libcxx/include/__type_traits/is_object.h N src/gnu/llvm/libcxx/include/__type_traits/is_member_function_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/is_member_object_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/is_member_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/is_move_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_move_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_convertible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_copy_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_copy_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_default_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_destructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_move_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_nothrow_move_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_null_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/is_pod.h N src/gnu/llvm/libcxx/include/__type_traits/is_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/is_polymorphic.h N src/gnu/llvm/libcxx/include/__type_traits/is_primary_template.h N src/gnu/llvm/libcxx/include/__type_traits/is_reference.h N src/gnu/llvm/libcxx/include/__type_traits/is_reference_wrapper.h N src/gnu/llvm/libcxx/include/__type_traits/is_referenceable.h N src/gnu/llvm/libcxx/include/__type_traits/is_same.h N src/gnu/llvm/libcxx/include/__type_traits/is_scalar.h N src/gnu/llvm/libcxx/include/__type_traits/is_scoped_enum.h N src/gnu/llvm/libcxx/include/__type_traits/is_signed.h N src/gnu/llvm/libcxx/include/__type_traits/is_signed_integer.h N src/gnu/llvm/libcxx/include/__type_traits/is_specialization.h N src/gnu/llvm/libcxx/include/__type_traits/is_standard_layout.h N src/gnu/llvm/libcxx/include/__type_traits/is_swappable.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivial.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_copyable.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_copy_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_copy_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_default_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_destructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_move_assignable.h N src/gnu/llvm/libcxx/include/__type_traits/is_trivially_move_constructible.h N src/gnu/llvm/libcxx/include/__type_traits/is_unbounded_array.h N src/gnu/llvm/libcxx/include/__type_traits/is_union.h N src/gnu/llvm/libcxx/include/__type_traits/is_unsigned.h N src/gnu/llvm/libcxx/include/__type_traits/is_unsigned_integer.h N src/gnu/llvm/libcxx/include/__type_traits/is_valid_expansion.h N src/gnu/llvm/libcxx/include/__type_traits/is_void.h N src/gnu/llvm/libcxx/include/__type_traits/is_volatile.h N src/gnu/llvm/libcxx/include/__type_traits/lazy.h N src/gnu/llvm/libcxx/include/__type_traits/nat.h N src/gnu/llvm/libcxx/include/__type_traits/make_signed.h N src/gnu/llvm/libcxx/include/__type_traits/make_32_64_or_128_bit.h N src/gnu/llvm/libcxx/include/__type_traits/make_const_lvalue_ref.h N src/gnu/llvm/libcxx/include/__type_traits/make_unsigned.h N src/gnu/llvm/libcxx/include/__type_traits/maybe_const.h N src/gnu/llvm/libcxx/include/__type_traits/negation.h N src/gnu/llvm/libcxx/include/__type_traits/noexcept_move_assign_container.h N src/gnu/llvm/libcxx/include/__type_traits/promote.h N src/gnu/llvm/libcxx/include/__type_traits/rank.h N src/gnu/llvm/libcxx/include/__type_traits/remove_all_extents.h N src/gnu/llvm/libcxx/include/__type_traits/remove_const.h N src/gnu/llvm/libcxx/include/__type_traits/remove_const_ref.h N src/gnu/llvm/libcxx/include/__type_traits/remove_cv.h N src/gnu/llvm/libcxx/include/__type_traits/remove_cvref.h N src/gnu/llvm/libcxx/include/__type_traits/remove_extent.h N src/gnu/llvm/libcxx/include/__type_traits/remove_pointer.h N src/gnu/llvm/libcxx/include/__type_traits/remove_reference.h N src/gnu/llvm/libcxx/include/__type_traits/remove_volatile.h N src/gnu/llvm/libcxx/include/__type_traits/result_of.h N src/gnu/llvm/libcxx/include/__type_traits/type_list.h N src/gnu/llvm/libcxx/include/__type_traits/strip_signature.h N src/gnu/llvm/libcxx/include/__type_traits/type_identity.h N src/gnu/llvm/libcxx/include/__type_traits/underlying_type.h N src/gnu/llvm/libcxx/include/__type_traits/void_t.h U src/gnu/llvm/libcxx/include/__utility/as_const.h N src/gnu/llvm/libcxx/include/__utility/auto_cast.h U src/gnu/llvm/libcxx/include/__utility/cmp.h N src/gnu/llvm/libcxx/include/__utility/convert_to_integral.h U src/gnu/llvm/libcxx/include/__utility/declval.h N src/gnu/llvm/libcxx/include/__utility/exception_guard.h U src/gnu/llvm/libcxx/include/__utility/exchange.h U src/gnu/llvm/libcxx/include/__utility/forward.h N src/gnu/llvm/libcxx/include/__utility/forward_like.h U src/gnu/llvm/libcxx/include/__utility/in_place.h U src/gnu/llvm/libcxx/include/__utility/integer_sequence.h U src/gnu/llvm/libcxx/include/__utility/move.h U src/gnu/llvm/libcxx/include/__utility/pair.h U src/gnu/llvm/libcxx/include/__utility/piecewise_construct.h N src/gnu/llvm/libcxx/include/__utility/priority_tag.h U src/gnu/llvm/libcxx/include/__utility/rel_ops.h U src/gnu/llvm/libcxx/include/__utility/swap.h U src/gnu/llvm/libcxx/include/__utility/to_underlying.h N src/gnu/llvm/libcxx/include/__utility/unreachable.h U src/gnu/llvm/libcxx/include/__variant/monostate.h U src/gnu/llvm/libcxx/include/experimental/__config U src/gnu/llvm/libcxx/include/experimental/__memory U src/gnu/llvm/libcxx/include/experimental/algorithm U src/gnu/llvm/libcxx/include/experimental/coroutine U src/gnu/llvm/libcxx/include/experimental/deque U src/gnu/llvm/libcxx/include/experimental/forward_list U src/gnu/llvm/libcxx/include/experimental/functional U src/gnu/llvm/libcxx/include/experimental/iterator U src/gnu/llvm/libcxx/include/experimental/list U src/gnu/llvm/libcxx/include/experimental/map U src/gnu/llvm/libcxx/include/experimental/memory_resource U src/gnu/llvm/libcxx/include/experimental/propagate_const U src/gnu/llvm/libcxx/include/experimental/regex U src/gnu/llvm/libcxx/include/experimental/set U src/gnu/llvm/libcxx/include/experimental/simd U src/gnu/llvm/libcxx/include/experimental/string U src/gnu/llvm/libcxx/include/experimental/type_traits U src/gnu/llvm/libcxx/include/experimental/unordered_map U src/gnu/llvm/libcxx/include/experimental/unordered_set U src/gnu/llvm/libcxx/include/experimental/utility U src/gnu/llvm/libcxx/include/experimental/vector U src/gnu/llvm/libcxx/include/ext/__hash U src/gnu/llvm/libcxx/include/ext/hash_map U src/gnu/llvm/libcxx/include/ext/hash_set N src/gnu/llvm/libcxx/include/__string.d/__string/char_traits.h N src/gnu/llvm/libcxx/include/__string.d/__string/extern_template_lists.h N src/gnu/llvm/libcxx/lib/libc++abi.exp U src/gnu/llvm/libcxx/lib/libc++unexp.exp U src/gnu/llvm/libcxx/lib/notweak.exp U src/gnu/llvm/libcxx/lib/weak.exp U src/gnu/llvm/libcxx/lib/abi/CHANGELOG.TXT U src/gnu/llvm/libcxx/lib/abi/CMakeLists.txt U src/gnu/llvm/libcxx/lib/abi/README.TXT N src/gnu/llvm/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist N src/gnu/llvm/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist U src/gnu/llvm/libcxx/src/CMakeLists.txt U src/gnu/llvm/libcxx/src/algorithm.cpp U src/gnu/llvm/libcxx/src/any.cpp U src/gnu/llvm/libcxx/src/atomic.cpp U src/gnu/llvm/libcxx/src/barrier.cpp U src/gnu/llvm/libcxx/src/bind.cpp U src/gnu/llvm/libcxx/src/charconv.cpp U src/gnu/llvm/libcxx/src/chrono.cpp N src/gnu/llvm/libcxx/src/chrono_system_time_init.h U src/gnu/llvm/libcxx/src/condition_variable.cpp U src/gnu/llvm/libcxx/src/condition_variable_destructor.cpp U src/gnu/llvm/libcxx/src/debug.cpp U src/gnu/llvm/libcxx/src/exception.cpp U src/gnu/llvm/libcxx/src/format.cpp U src/gnu/llvm/libcxx/src/functional.cpp U src/gnu/llvm/libcxx/src/future.cpp U src/gnu/llvm/libcxx/src/hash.cpp U src/gnu/llvm/libcxx/src/ios.cpp U src/gnu/llvm/libcxx/src/ios.instantiations.cpp U src/gnu/llvm/libcxx/src/locale.cpp U src/gnu/llvm/libcxx/src/iostream.cpp N src/gnu/llvm/libcxx/src/iostream_init.h N src/gnu/llvm/libcxx/src/legacy_debug_handler.cpp N src/gnu/llvm/libcxx/src/legacy_pointer_safety.cpp U src/gnu/llvm/libcxx/src/memory.cpp N src/gnu/llvm/libcxx/src/memory_resource.cpp N src/gnu/llvm/libcxx/src/memory_resource_init_helper.h U src/gnu/llvm/libcxx/src/mutex.cpp U src/gnu/llvm/libcxx/src/mutex_destructor.cpp U src/gnu/llvm/libcxx/src/new.cpp U src/gnu/llvm/libcxx/src/optional.cpp C src/gnu/llvm/libcxx/src/random.cpp U src/gnu/llvm/libcxx/src/random_shuffle.cpp U src/gnu/llvm/libcxx/src/regex.cpp U src/gnu/llvm/libcxx/src/shared_mutex.cpp U src/gnu/llvm/libcxx/src/stdexcept.cpp U src/gnu/llvm/libcxx/src/string.cpp U src/gnu/llvm/libcxx/src/strstream.cpp U src/gnu/llvm/libcxx/src/system_error.cpp C src/gnu/llvm/libcxx/src/thread.cpp U src/gnu/llvm/libcxx/src/typeinfo.cpp U src/gnu/llvm/libcxx/src/utility.cpp U src/gnu/llvm/libcxx/src/valarray.cpp U src/gnu/llvm/libcxx/src/variant.cpp U src/gnu/llvm/libcxx/src/vector.cpp N src/gnu/llvm/libcxx/src/verbose_abort.cpp U src/gnu/llvm/libcxx/src/experimental/memory_resource.cpp N src/gnu/llvm/libcxx/src/experimental/memory_resource_init_helper.h U src/gnu/llvm/libcxx/src/filesystem/directory_iterator.cpp U src/gnu/llvm/libcxx/src/filesystem/filesystem_common.h U src/gnu/llvm/libcxx/src/filesystem/int128_builtins.cpp U src/gnu/llvm/libcxx/src/filesystem/operations.cpp U src/gnu/llvm/libcxx/src/filesystem/posix_compat.h U src/gnu/llvm/libcxx/src/include/apple_availability.h U src/gnu/llvm/libcxx/src/include/atomic_support.h U src/gnu/llvm/libcxx/src/include/config_elast.h U src/gnu/llvm/libcxx/src/include/refstring.h U src/gnu/llvm/libcxx/src/include/sso_allocator.h N src/gnu/llvm/libcxx/src/include/to_chars_floating_point.h N src/gnu/llvm/libcxx/src/include/ryu/common.h N src/gnu/llvm/libcxx/src/include/ryu/d2fixed.h N src/gnu/llvm/libcxx/src/include/ryu/d2fixed_full_table.h N src/gnu/llvm/libcxx/src/include/ryu/d2s.h N src/gnu/llvm/libcxx/src/include/ryu/d2s_full_table.h N src/gnu/llvm/libcxx/src/include/ryu/d2s_intrinsics.h N src/gnu/llvm/libcxx/src/include/ryu/digit_table.h N src/gnu/llvm/libcxx/src/include/ryu/f2s.h N src/gnu/llvm/libcxx/src/include/ryu/ryu.h N src/gnu/llvm/libcxx/src/ryu/README.txt N src/gnu/llvm/libcxx/src/ryu/d2fixed.cpp N src/gnu/llvm/libcxx/src/ryu/d2s.cpp N src/gnu/llvm/libcxx/src/ryu/f2s.cpp N src/gnu/llvm/libcxx/src/support/ibm/mbsnrtowcs.cpp N src/gnu/llvm/libcxx/src/support/ibm/wcsnrtombs.cpp U src/gnu/llvm/libcxx/src/support/ibm/xlocale_zos.cpp U src/gnu/llvm/libcxx/src/support/runtime/exception_fallback.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_glibcxx.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_libcxxabi.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_libcxxrt.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_msvc.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_msvc.ipp U src/gnu/llvm/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp U src/gnu/llvm/libcxx/src/support/runtime/new_handler_fallback.ipp U src/gnu/llvm/libcxx/src/support/runtime/stdexcept_default.ipp U src/gnu/llvm/libcxx/src/support/runtime/stdexcept_vcruntime.ipp U src/gnu/llvm/libcxx/src/support/solaris/README U src/gnu/llvm/libcxx/src/support/solaris/mbsnrtowcs.inc U src/gnu/llvm/libcxx/src/support/solaris/wcsnrtombs.inc U src/gnu/llvm/libcxx/src/support/solaris/xlocale.cpp U src/gnu/llvm/libcxx/src/support/win32/locale_win32.cpp U src/gnu/llvm/libcxx/src/support/win32/support.cpp U src/gnu/llvm/libcxx/src/support/win32/thread_win32.cpp U src/gnu/llvm/libcxx/utils/CMakeLists.txt U src/gnu/llvm/libcxx/utils/cat_files.py U src/gnu/llvm/libcxx/utils/generate_abi_list.py N src/gnu/llvm/libcxx/utils/generate_escaped_output_table.py N src/gnu/llvm/libcxx/utils/generate_extended_grapheme_cluster_table.py N src/gnu/llvm/libcxx/utils/generate_extended_grapheme_cluster_test.py U src/gnu/llvm/libcxx/utils/generate_feature_test_macro_components.py U src/gnu/llvm/libcxx/utils/generate_header_inclusion_tests.py U src/gnu/llvm/libcxx/utils/generate_header_tests.py N src/gnu/llvm/libcxx/utils/generate_iwyu_mapping.py U src/gnu/llvm/libcxx/utils/graph_header_deps.py U src/gnu/llvm/libcxx/utils/run.py U src/gnu/llvm/libcxx/utils/ssh.py U src/gnu/llvm/libcxx/utils/sym_diff.py N src/gnu/llvm/libcxx/utils/zos_rename_dll_side_deck.sh N src/gnu/llvm/libcxx/utils/ci/BOT_OWNERS.txt U src/gnu/llvm/libcxx/utils/ci/Dockerfile U src/gnu/llvm/libcxx/utils/ci/apple-install-libcxx.sh N src/gnu/llvm/libcxx/utils/ci/buildkite-pipeline-clang.yml U src/gnu/llvm/libcxx/utils/ci/buildkite-pipeline-premerge.sh U src/gnu/llvm/libcxx/utils/ci/buildkite-pipeline-snapshot.sh U src/gnu/llvm/libcxx/utils/ci/buildkite-pipeline.yml N src/gnu/llvm/libcxx/utils/ci/generate-buildkite-pipeline U src/gnu/llvm/libcxx/utils/ci/macos-ci-setup U src/gnu/llvm/libcxx/utils/ci/oss-fuzz.sh U src/gnu/llvm/libcxx/utils/ci/run-buildbot U src/gnu/llvm/libcxx/utils/ci/run-buildbot-container N src/gnu/llvm/libcxx/utils/data/unicode/DerivedCoreProperties.txt N src/gnu/llvm/libcxx/utils/data/unicode/DerivedGeneralCategory.txt N src/gnu/llvm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt N src/gnu/llvm/libcxx/utils/data/unicode/GraphemeBreakTest.txt N src/gnu/llvm/libcxx/utils/data/unicode/README.txt N src/gnu/llvm/libcxx/utils/data/unicode/emoji-data.txt U src/gnu/llvm/libcxx/utils/gdb/libcxx/printers.py U src/gnu/llvm/libcxx/utils/libcxx/__init__.py U src/gnu/llvm/libcxx/utils/libcxx/sym_check/__init__.py U src/gnu/llvm/libcxx/utils/libcxx/sym_check/diff.py U src/gnu/llvm/libcxx/utils/libcxx/sym_check/extract.py U src/gnu/llvm/libcxx/utils/libcxx/sym_check/match.py U src/gnu/llvm/libcxx/utils/libcxx/sym_check/util.py U src/gnu/llvm/libcxx/utils/libcxx/test/__init__.py U src/gnu/llvm/libcxx/utils/libcxx/test/dsl.py U src/gnu/llvm/libcxx/utils/libcxx/test/features.py U src/gnu/llvm/libcxx/utils/libcxx/test/format.py U src/gnu/llvm/libcxx/utils/libcxx/test/googlebenchmark.py U src/gnu/llvm/libcxx/utils/libcxx/test/newconfig.py U src/gnu/llvm/libcxx/utils/libcxx/test/params.py U src/gnu/llvm/libcxx/utils/symcheck-blacklists/linux_blacklist.txt U src/gnu/llvm/libcxx/utils/symcheck-blacklists/osx_blacklist.txt 12 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLIBCXX:yesterday -jLIBCXX src/gnu/llvm/libcxx CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:49:48 Modified files: gnu/llvm/libcxx/include: __config __locale algorithm locale math.h stdio.h stdlib.h gnu/llvm/libcxx/include/__algorithm: ranges_find.h ranges_find_if.h ranges_find_if_not.h gnu/llvm/libcxx/src: random.cpp thread.cpp Removed files: gnu/llvm/libcxx/benchmarks: algorithms.bench.cpp gnu/llvm/libcxx/cmake/Modules: DefineLinkerScript.cmake HandleCompilerRT.cmake HandleOutOfTreeLLVM.cmake gnu/llvm/libcxx/cmake/caches: Generic-32bits.cmake Generic-debug-iterators.cmake Generic-no-debug.cmake Generic-singlethreaded.cmake gnu/llvm/libcxx/docs: Makefile.sphinx gnu/llvm/libcxx/docs/Status: RangesIssues.csv RangesPaper.csv gnu/llvm/libcxx/include: __bits __function_like.h __functional_base __libcpp_version __nullptr __string __tuple module.modulemap gnu/llvm/libcxx/include/__memory: pointer_safety.h gnu/llvm/libcxx/include/__support/ibm: limits.h locale_mgmt_aix.h support.h gnu/llvm/libcxx/include/__support/nuttx: xlocale.h gnu/llvm/libcxx/include/__support/win32: limits_msvc_win32.h gnu/llvm/libcxx/include/__utility: __decay_copy.h gnu/llvm/libcxx/include/experimental: filesystem gnu/llvm/libcxx/lib: libc++abi.v1.exp libc++abi.v2.exp gnu/llvm/libcxx/lib/abi: arm64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist gnu/llvm/libcxx/utils: generate_private_header_tests.py merge_archives.py gnu/llvm/libcxx/utils/ci/runtimes: CMakeLists.txt gnu/llvm/libcxx/utils/google-benchmark: .clang-format .gitignore .travis.yml .ycm_extra_conf.py AUTHORS BUILD.bazel CMakeLists.txt CONTRIBUTING.md CONTRIBUTORS LICENSE README.md WORKSPACE _config.yml appveyor.yml dependencies.md requirements.txt setup.py gnu/llvm/libcxx/utils/google-benchmark/.github: .libcxx-setup.sh gnu/llvm/libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE: bug_report.md feature_request.md gnu/llvm/libcxx/utils/google-benchmark/.github/workflows: bazel.yml build-and-test-perfcounters.yml build-and-test.yml pylint.yml sanitizer.yml test_bindings.yml gnu/llvm/libcxx/utils/google-benchmark/bindings/python: BUILD build_defs.bzl pybind11.BUILD python_headers.BUILD requirements.txt gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark: BUILD __init__.py benchmark.cc example.py gnu/llvm/libcxx/utils/google-benchmark/cmake: AddCXXCompilerFlag.cmake CXXFeatureCheck.cmake Config.cmake.in GetGitVersion.cmake GoogleTest.cmake GoogleTest.cmake.in benchmark.pc.in gnu_posix_regex.cpp llvm-toolchain.cmake posix_regex.cpp split_list.cmake std_regex.cpp steady_clock.cpp thread_safety_attributes.cpp gnu/llvm/libcxx/utils/google-benchmark/docs: AssemblyTests.md _config.yml perf_counters.md random_interleaving.md releasing.md tools.md gnu/llvm/libcxx/utils/google-benchmark/include/benchmark: benchmark.h gnu/llvm/libcxx/utils/google-benchmark/src: CMakeLists.txt arraysize.h benchmark.cc benchmark_api_internal.cc benchmark_api_internal.h benchmark_main.cc benchmark_name.cc benchmark_register.cc benchmark_register.h benchmark_runner.cc benchmark_runner.h check.h colorprint.cc colorprint.h commandlineflags.cc commandlineflags.h complexity.cc complexity.h console_reporter.cc counter.cc counter.h csv_reporter.cc cycleclock.h internal_macros.h json_reporter.cc log.h mutex.h perf_counters.cc perf_counters.h re.h reporter.cc sleep.cc sleep.h statistics.cc statistics.h string_util.cc string_util.h sysinfo.cc thread_manager.h thread_timer.h timers.cc timers.h gnu/llvm/libcxx/utils/google-benchmark/test: AssemblyTests.cmake BUILD CMakeLists.txt args_product_test.cc basic_test.cc benchmark_gtest.cc benchmark_name_gtest.cc benchmark_random_interleaving_gtest.cc benchmark_test.cc clobber_memory_assembly_test.cc commandlineflags_gtest.cc complexity_test.cc cxx03_test.cc diagnostics_test.cc display_aggregates_only_test.cc donotoptimize_assembly_test.cc donotoptimize_test.cc filter_test.cc fixture_test.cc internal_threading_test.cc link_main_test.cc map_test.cc memory_manager_test.cc multiple_ranges_test.cc options_test.cc output_test.h output_test_helper.cc perf_counters_gtest.cc perf_counters_test.cc register_benchmark_test.cc repetitions_test.cc report_aggregates_only_test.cc reporter_output_test.cc skip_with_error_test.cc state_assembly_test.cc statistics_gtest.cc string_util_gtest.cc templated_fixture_test.cc user_counters_tabular_test.cc user_counters_test.cc user_counters_thousands_test.cc gnu/llvm/libcxx/utils/google-benchmark/tools: BUILD.bazel compare.py requirements.txt strip_asm.py gnu/llvm/libcxx/utils/google-benchmark/tools/gbench: __init__.py report.py util.py gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs: test1_run1.json test1_run2.json test2_run.json test3_run0.json test3_run1.json test4_run.json gnu/llvm/libcxx/utils/libcxx: compiler.py util.py gnu/llvm/libcxx/utils/libcxx/test: config.py target_info.py Log message: merge llvm libcxx 16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/01/26 04:51:45 Modified files: gnu/lib/libcxx : Makefile shlib_version gnu/lib/libcxx/include/c++/v1: __config_site gnu/lib/libcxxabi: Makefile shlib_version gnu/lib/libexecinfo: Makefile Log message: update libcxx, libcxxabi and libunwind to 16.0.6; tested by and input from tb@; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/26 04:58:37 Modified files: regress/usr.bin/openssl: appstest.sh usr.bin/openssl: openssl.1 x509.c Log message: Add 'openssl x509 -new' functionality to the libcrypto CLI utility The ability to generate a new certificate is useful for testing and experimentation with rechaining PKIs. While there, alias '-key' to '-signkey' for compatibility. with and OK tb@ CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2024/01/26 05:04:56 Modified files: faq : current.html Log message: add note about libcxx because it has moved __string to a directory which needs to be cleaned up before a make build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 05:28:23 Modified files: telephony/asterisk: Makefile.inc Log message: Makefile.inc change needed for most recent asterisk updates, missed with previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 06:39:06 Modified files: www/trac : Makefile www/trac/pkg : tracd.rc Log message: trac: replace * in daemon_flags with \* when constructing pexp; tracd allows using * with --auth to share a single htpasswd file amongst multiple projects and without this change, the pexp doesn't match the process string. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/26 07:38:34 Modified files: net/pfresolved : Makefile distinfo Log message: update pfresolved to 1.01 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/26 08:11:18 Modified files: sys/arch/sparc64/conf: Makefile.sparc64 Log message: repair gratitous difference for install command arguments, relative to all other architectures CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/01/26 09:35:58 Modified files: distrib/miniroot: install.sub Log message: remove /mnt/usr/include/c++/v1 before extracting sets, it changed from a file to a dir with the libc++ update to 16. ok deraadt phessler CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/01/26 09:59:41 Modified files: editors/libreoffice: Makefile Log message: sprinkle _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION to CXXFLAGS to unbreak with libcxx16 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 09:59:47 Modified files: sys/arch/riscv64/riscv64: cpu.c Log message: Implement T-Head cache management operations which are needed to handle the incoherent hardware design of SoCs like the Allwinner D1. ok miod@, jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 10:03:45 Modified files: sys/dev/fdt : sxidog.c Log message: Add Allwinner D1 support. ok dlg@, jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 10:11:50 Modified files: sys/dev/fdt : ehci_fdt.c Log message: Add support for the Allwinner D1 USB PHY. ok dlg@, jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 10:50:00 Modified files: sys/dev/fdt : sxiccmu.c sxiccmu_clocks.h Log message: Initial clock support for Allwinner D1. ok dlg@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/01/26 11:04:58 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: update to v2.13.1 diff from Renato Aguiar, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 11:08:53 Modified files: lang/php : php.port.mk Log message: tweak NOT_FOR_ARCHS=sparc64 setting for newer PHP versions; instead of adding for 8.1/8.2, add it _unless_ 7.4 or 8.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/26 11:09:24 Modified files: regress/sys/netinet/bindconnect: Makefile Log message: Skip test with 100000 file descriptors also on macppc. It panics with malloc: out of space in kmem_map. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/26 11:11:49 Modified files: usr.sbin/bgplgd: Makefile bgplgd.8 slowcgi.c Log message: Add a -V flag to bgplgd OK claudio@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/26 11:24:23 Modified files: sys/kern : syscalls.master uipc_socket.c Log message: Unlock listen(2). `somaxconn_local' and `sominconn_local' used respectively to cache values as we do in other places. ok bluhm CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/01/26 11:24:58 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/01/26 11:26:19 Modified files: graphics/fcft : Makefile distinfo Log message: Update to fcft 3.1.7. Still not linked to the tree. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/01/26 11:45:11 Log message: Import misc/remindcal 0.1.1 DESCR: Remindcal is a terminal interface for remind. Port from Russ Sharek who also takes MAINTAINER, thank you! Tweaks from me and op@ OK op@ Status: Vendor Tag: sdk Release Tags: sdk_20240126 N ports/misc/remindcal/Makefile N ports/misc/remindcal/distinfo N ports/misc/remindcal/pkg/DESCR N ports/misc/remindcal/pkg/PLIST N ports/misc/remindcal/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/01/26 11:46:38 Modified files: misc : Makefile Log message: Add dir for remindcal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/26 11:57:07 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: partial sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 12:20:00 Modified files: sys/arch/riscv64/dev: plic.c Log message: Recognize the T-Head PLIC implementation. ok jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/26 12:23:03 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Fix panic messages. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 12:23:52 Modified files: textproc/mupdf : Makefile distinfo textproc/mupdf/patches: patch-Makefile textproc/mupdf/pkg: PFRAG.js PLIST Log message: update to mupdf-1.23.9, build the shared lib again now that upstream has support (previously we had to patch for this and it wasn't fun) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/26 12:24:13 Modified files: textproc/zathura/plugins/mupdf: Makefile textproc/zathura/plugins/mupdf/patches: patch-meson_build Log message: tweak zathura-plugins-mupdf for mupdf update CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/26 13:46:14 Modified files: lang/mawk : Makefile distinfo Log message: Update to mawk-1.3.4-20240123 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/01/26 14:14:08 Modified files: sys/net : bpf.c bpf.h sbin/dhcpleased: dhcpleased.h engine.c frontend.c Log message: Put checksum flags in bpf_hdr to use them in userland dhcpleased. Thus, dhcpleased accept non-calculated checksums which were verified by hardware/hypervisor. With tweaks from dlg@ ok bluhm@ mkay tobhe@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/26 15:00:39 Modified files: security/gnupg : Makefile distinfo Removed files: security/gnupg/patches: patch-common_iobuf_c patch-common_iobuf_h patch-common_miscellaneous_c patch-common_util_h patch-dirmngr_server_c patch-g10_cipher-aead_c patch-g10_cipher-cfb_c patch-g10_encrypt_c patch-g10_sign_c Log message: Update to gnupg-2.4.4 Upstream announce: https://lists.gnupg.org/pipermail/gnupg-announce/2024q1/000481.html CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/26 17:12:35 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/26 23:31:34 Modified files: games/warzone2100: Makefile Log message: Add BDEP on textproc/nlohmann-json to prevent junking from dpb(1): fatal error: 'nlohmann/detail/exceptions.hpp' file not found CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 00:09:44 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 00:11:59 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.17.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 00:20:45 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.7.3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 00:27:41 Modified files: lib/libcrypto/objects: objects.txt Log message: Add data for the RFC 8737 acmeIdentifier This teaches the object database OID, long and short names for the ACME identifier X.509v3 extension defined in RFC 8737. ok job jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 00:28:28 Modified files: lib/libcrypto/objects: obj_mac.num Log message: Allocate a fixed NID for the acmeIdentifer OID ok job jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/27 02:08:17 Modified files: productivity/davical/pkg: PLIST Log message: undo bogus MODPHP_VERSION substitution in PLIST CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/01/27 02:53:59 Modified files: usr.sbin/snmpd : Makefile mib.h Added files: usr.sbin/snmpd : mib.y Log message: Implement an initial SMIv2 parser based around RFC257[89]. RFC2580 isn't supported yet. SMIv1 is not supported. Parsing is done in a strict manner, but except for the (deprecated) IPV6-TC MIB everything from IETF/IANA that I found parses. For now this code will be used OID<->name translations, but other functionality could be added in the future. This commit just includes the parser, usage and including the MIB files will be done in separate commits. Go ahead from tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/27 04:22:17 Modified files: sys/dev/fdt : sxirtc.c Log message: Add support for newer SoCs that store the data as number of days since the Unix epoch instead of a calender date. ok jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/27 05:05:40 Modified files: sys/arch/riscv64/conf: files.riscv64 sys/arch/riscv64/include: cpu.h sys/arch/riscv64/riscv64: clock.c Added files: sys/arch/riscv64/dev: sxitimer.c Log message: On Allwinner D1, the SBI call to schedule timer interrupts doesn't work. Instead we have to use one of the timers integerated on the SoC that triggers an external interrupt. Add the appropriate driver and change the MD clock code to hook it up. ok cheloha@, jca@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/27 05:23:03 Modified files: sys/arch/riscv64/conf: GENERIC RAMDISK Log message: Add a few drivers to support Allwinner D1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/27 07:19:02 Modified files: devel/py-trio : Makefile distinfo devel/py-trio/pkg: DESCR PLIST Log message: update to py3-trio-0.24.0, fix DESCR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/27 07:23:06 Modified files: devel/py-trio : Makefile Log message: set HOMEPAGE CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/27 07:23:52 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Add message callbacks for alerts in the TLSv1.3 stack. This will make it easier to regress test shutdown behaviour in the TLSv1.3 stack. Additionally, `openssl -msg` now shows alerts for TLSv1.3 connections. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/27 07:31:01 Modified files: lib/libssl : tls13_internal.h tls13_legacy.c Log message: Make tls13_legacy_return_code() static. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/27 07:34:28 Modified files: lib/libssl : tls13_legacy.c Log message: Rework tls13_legacy_shutdown() to match the legacy stack behaviour. Respect the ssl->shutdown flags rather than what has actually happened, return -1 for all EOF errors and completely ignore the return value when attempting to read a close-notify from the wire. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/27 07:35:13 Modified files: regress/lib/libssl/shutdown: shutdowntest.c Log message: Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:03:38 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: Update to py3-git2-1.14.0. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2024/01/27 08:07:27 Log message: firmware for qwx(4) devices tested by kevlo@, stsp@ OK kevlo@ Status: Vendor Tag: phessler Release Tags: phessler_20240127 N ports/sysutils/firmware/qwx/Makefile N ports/sysutils/firmware/qwx/distinfo N ports/sysutils/firmware/qwx/pkg/DESCR N ports/sysutils/firmware/qwx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:07:58 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:08:06 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:08:20 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.32.29. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2024/01/27 08:08:40 Modified files: sysutils/firmware: Makefile Log message: qwx CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:09:38 Modified files: math/imath : Makefile distinfo Log message: Update to Imath-3.1.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 08:11:33 Modified files: devel/pangomm248: Makefile distinfo Log message: Update to pangomm248-2.50.2. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2024/01/27 08:15:01 Modified files: usr.sbin/fw_update: patterns.c Log message: firmware for qwx(4) devices CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:08:43 Modified files: lib/libcrypto/objects: obj_xref.c Log message: Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3 This allows signing and verifying ASN.1 "items" using the ECDSA with SHA-3 signature algorithms. With this diff, ECDSA certificates and CMS products using ECDSA with SHA-3 can be generated using the openssl command line tool. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:17:32 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Support HMAC with truncated SHA-2 as a PBE PRF ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:18:25 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Support HMAC with SHA-3 as a PBE PRF ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:22:29 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Mark the functions at the end of this file for removal CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:26:25 Modified files: lib/libcrypto/evp: evp_pbe.c p5_crpt.c Log message: Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c This has been a noop since forever and will be removed in the next bump. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:36:17 Modified files: lib/libcrypto/evp: p5_crpt.c Log message: Whitespace tweak CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 09:50:39 Modified files: lib/libcrypto/evp: p5_crpt2.c Log message: Make some comments and some whitespace less ugly CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 10:14:33 Modified files: lib/libcrypto : Makefile lib/libcrypto/evp: evp_pbe.c Removed files: lib/libcrypto/evp: p5_crpt.c p5_crpt2.c lib/libcrypto/pkcs12: p12_crpt.c Log message: Fold keyivgen functions into evp_pbe.c These are only used by the EVP_PBE routines and will become internal in the next major bump. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 10:20:20 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Use ret instead of rv in a few keyivgen functions CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 10:55:08 Modified files: devel/py-trio/pkg: DESCR Log message: Unbreak packaging: DESCR contains weird characters CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 11:12:28 Modified files: lib/libcrypto/evp: evp_names.c Log message: Add a few aliases for ECDSA and DSA for security/xca ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/27 11:34:53 Modified files: devel/atkmm236 : Makefile distinfo Log message: Update to atkmm236-2.36.3. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/27 13:28:50 Modified files: databases/ruby-hiera-eyaml: Makefile Log message: hiera-eyaml doesn't rely on hiera3 anymore CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/27 13:32:51 Modified files: databases/ruby-hiera-file: Makefile Log message: hiera-file doesn't rely on hiera3 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/27 14:13:46 Modified files: sys/netinet : tcp_input.c tcp_subr.c tcp_var.h sys/netinet6 : in6.h Log message: Declare address parameter in TCP SYN cache const. tcp6_ctlinput() casted a constant sockaddr_sin6 to non-const sockaddr. sa6_src may be &sa6_any which lives in read-only data section. Better pass down the const addresses to syn_cache_lookup(). They are needed for hash lookup and are not modified. OK mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/27 14:35:13 Modified files: sys/netinet : tcp_timer.c Log message: Assert that tcp_timer_rexmt() uses IPv4 inpcb. in_pcbnotifyall() must be called with IPv4 inpcb only. Comment why this is the case and verify it with kassert. This assures that inp_faddr is a valid address. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/27 15:08:43 Modified files: benchmarks/udpbench: Makefile distinfo Log message: update udpbench to 1.09 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/01/27 15:14:44 Modified files: benchmarks/splicebench: Makefile distinfo Log message: update splicebench to 1.03 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/27 16:34:18 Modified files: lib/libcrypto/evp: evp_local.h Log message: Dynamic EVP_PKEY_METHODs are a thing from the past CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/27 17:40:22 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/armv7/conf: Makefile.armv7 sys/arch/i386/conf: Makefile.i386 sys/arch/landisk/conf: Makefile.landisk sys/arch/luna88k/conf: Makefile.luna88k sys/arch/macppc/conf: Makefile.macppc sys/arch/sparc64/conf: Makefile.sparc64 Log message: set -fno-stack-protector in NORMAL_C_NOP, which is used to compile mcount.c, in the same way that -fno-ret-protector is set (because the default ret-protector is an "always" generator). This change ensures there is never a stack protector prologue/epilogue in the functions in that file, no matter what stack protector selection algorithm is in play. ok kettenis guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/27 18:07:26 Modified files: sys/arch/alpha/stand: Makefile.inc sys/arch/alpha/stand/boot: Makefile sys/arch/alpha/stand/nboot: Makefile sys/arch/alpha/stand/netboot: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/libz: Makefile sys/arch/sparc64/stand/ofwboot: Makefile Log message: Force -fno-stack-protector on "boot block" that absolutely can't have a stack protector (probably not even a -fstack-protector-strong) because the bloat would render them unuseable. This also means the system compiler can now take on any more it wants, and all the pieces which can't use the stack protector are properly marked. ok kettenis CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/27 19:18:04 Modified files: net/neochat : Makefile net/neochat/pkg: PLIST Log message: unbreak after libcxx 16.0.6 update, sync WANTLIB and PLIST CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/27 20:01:39 Modified files: sys/dev/pci : pucdata.c Log message: match on Intel C3000 tested by Stephane Tranchemer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:07:32 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:08:13 Modified files: devel/pangomm : Makefile distinfo Log message: Update to pangomm-2.46.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:34:28 Log message: Import py3-pyproject-metadata-0.7.1 pyproject-metadata provides dataclass for PEP 621 metadata with support for core metadata generation. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20240128 N ports/devel/py-pyproject-metadata/Makefile N ports/devel/py-pyproject-metadata/distinfo N ports/devel/py-pyproject-metadata/pkg/DESCR N ports/devel/py-pyproject-metadata/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:35:19 Log message: Import meson-python-0.15.0 meson-python is a Python build backend built on top of the meson build system. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20240128 N ports/devel/meson-python/Makefile N ports/devel/meson-python/distinfo N ports/devel/meson-python/pkg/DESCR N ports/devel/meson-python/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:36:14 Modified files: devel : Makefile Log message: +meson-python +py-pyproject-metadata,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/28 01:45:46 Modified files: devel/atk2mm : Makefile distinfo Log message: Update to atk2mm-2.28.4. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/28 02:58:05 Modified files: xserver : ChangeLog configure configure.ac meson.build xserver/randr : rrmonitor.c Log message: Update to xserver 21.1.11. All the security fixes have already been committed. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/01/28 05:36:21 Modified files: regress/usr.sbin/bgpd/integrationtests: ixp.sh network_statement.sh Added files: regress/usr.sbin/bgpd/integrationtests: util.sh Log message: Use the wait until construct in ixp.sh in the hopes of making it more stable. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/28 06:59:43 Modified files: app/fonttosfnt : ChangeLog Makefile.in aclocal.m4 compile config.h.in configure configure.ac fonttosfnt.c fonttosfnt.h install-sh struct.c util.c write.c app/fonttosfnt/man: Makefile.in Log message: Update to fonttosfnt 1.2.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/28 07:00:32 Modified files: app/xeyes : ChangeLog Eyes.c Eyes.h EyesP.h Makefile.in README.md aclocal.m4 config.h.in configure configure.ac install-sh transform.h xeyes.c app/xeyes/man : Makefile.in xeyes.man Log message: Update to xeyes 1.3.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/28 07:01:27 Modified files: app/xbiff : ChangeLog Mailbox.c Makefile.in aclocal.m4 compile config.h.in configure configure.ac install-sh xbiff.c app/xbiff/man : Makefile.in xbiff.man Log message: Update to xbiff 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2024/01/28 07:24:55 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2024/01/28 07:43:48 Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify() ok tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/01/28 07:50:00 Modified files: devel/py-timelib: Makefile distinfo Log message: update py-timelib to 0.3.0 CVSROOT: /cvs Module name: src Changes by: joshua@cvs.openbsd.org 2024/01/28 07:55:40 Modified files: lib/libcrypto/cmac: cmac.c Log message: Clean up EVP_CIPHER_CTX_init() usage in cmac.c This replaces usage of EVP_CIPHER_CTX_init() with EVEP_CIPHER_CTX_new(), and EVP_CIPHER_CTX_cleanup() with EVP_CIPHER_CTX_reset(). This also replaces usage of malloc with calloc, and free with freezero. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/28 09:10:51 Modified files: lib/libz : README deflate.c trees.c zutil.h Log message: Pull in some post 1.3.1 upstream commits This is only cosmetic as far as OpenBSD is concerned. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/28 09:11:31 Modified files: sys/lib/libz : deflate.c trees.c zutil.h Log message: sync with userland CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/01/28 10:23:17 Modified files: usr.sbin/smtpd : smtp_session.c Log message: allow escaping inside quotes RFC5322 allows for escapes using \ inside quotes. Otherwise, headers such as From: "\"Doe, John\"" get mangled as "\"Doe@localhost, John\" since \ would be treated as ordinary character and not the escape for the quote. Bug reported by TobiasEgg on the OpenSMTPD-portable github repository. ok millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/28 11:38:16 Modified files: usr.sbin/radiusd/radiusd_bsdauth: Makefile usr.sbin/radiusd/radiusd_radius: Makefile Log message: correct DPADD; fromKrystian Lewandowski CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/01/28 11:42:58 Modified files: sys/dev/pci : if_em.c if_em.h if_em_hw.h Log message: Back out the TSO support diff, since we got issues reported for which no solution could be found. Known issues at this point: 1. sparc64 panics, probably because of an alignment issue in struct tcphdr { th_off }. A diff for potentially fixing the alignment issue exists, but testing is pending. 2. Watchdogs reported on the I350 chip, which can't be reproduced on own hardware. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/28 12:05:33 Modified files: bin/ps : print.c ps.1 Log message: Remove the 'l' and 'L' flag printing in 'STAT' column. These were added to provide visibility of the internal behaviour of pinsyscalls(2) during introduction. These flags remain (less) visible in the "-o procflags" option, as 0x08000000 (PS_PIN) and 0x10000000 (PS_LIBCPIN). That's good enough. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/28 12:20:29 Modified files: math/ocaml-zarith: Makefile Log message: Correct HOMEPAGE The previous one was likely inherited from the ocaml-num port. ok chrisz@ (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/28 13:34:25 Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_subr.c tcp_timer.c udp_usrreq.c sys/netinet6 : in6_pcb.c Log message: Use more specific sockaddr type for inpcb notify. in_pcbnotifyall() is an IPv4 only function. All callers check that sockaddr dst is in fact a sockaddr_in. Pass the more spcific type and remove the runtime check at beginning of in_pcbnotifyall(). Use const sockaddr_in in in_pcbnotifyall() and const sockaddr_in6 in6_pcbnotify() as dst parameter. OK millert@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/28 13:57:15 Modified files: lib/libcrypto/cmac: cmac.c Log message: Avoid calling EVP_CIPHER_CTX_reset() on a NULL ctx CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/28 14:00:54 Modified files: lib/libcrypto/conf: conf_lib.c Log message: The KNF script didn't grok LHASH_OF(), STACK_OF() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/28 15:30:39 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: add support for sending management frames to qwx(4) The initial AUTH frame is now sent when an AP is found during scans. We then receive an AUTH response from the AP. Handling this response in the driver will be our next step. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/01/28 17:59:55 Modified files: sbin/ipsecctl : ipsecctl.c Log message: Open /etc/{services,protocols} before pledge(2). ok tobhe CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:23:04 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_mst_types.c sys/dev/pci/drm/display: drm_dp_mst_topology.c sys/dev/pci/drm/i915/display: intel_dp_mst.c sys/dev/pci/drm/include/drm/display: drm_dp_mst_helper.h Log message: drm/dp_mst: Fix fractional DSC bpp handling From Ville Syrjala 4e042f022255604c68ab5d5f73c8f437d24d651e in linux-6.6.y/6.6.14 7707dd6022593f3edd8e182e7935870cf326f874 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:25:00 Modified files: sys/dev/pci/drm/include/drm: drm_bridge.h Log message: drm/bridge: Fix typo in post_disable() description From Dario Binacchi c111350d673a517c3995849c724e444205f7e51c in linux-6.6.y/6.6.14 288b039db225676e0c520c981a1b5a2562d893a3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:27:31 Modified files: sys/dev/pci/drm/radeon: r600_cs.c Log message: drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg() From Nikita Zhandarovich 0413e8869171145d8a53f9d009f59c804b37c7b2 in linux-6.6.y/6.6.14 39c960bbf9d9ea862398759e75736cfb68c3446f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:29:18 Modified files: sys/dev/pci/drm/radeon: r100.c Log message: drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check() From Nikita Zhandarovich 056484916a131ebad65ee33048ec959f6186befc in linux-6.6.y/6.6.14 b5c5baa458faa5430c445acd9a17481274d77ccf in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:30:49 Modified files: sys/dev/pci/drm/radeon: si.c Log message: drm/radeon: check return value of radeon_ring_lock() From Nikita Zhandarovich 18bd4d184675fbb2fc4b2f9b80aaebea2e05fca0 in linux-6.6.y/6.6.14 71225e1c930942cb1e042fc08c5cc0c4ef30e95e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:32:31 Modified files: sys/dev/pci/drm: drm_drv.c Log message: drm/drv: propagate errors from drm_modeset_register_all() From Dmitry Baryshkov af9d39677c919f5c7dc67675aa0d30f7793bd324 in linux-6.6.y/6.6.14 5f8dec200923a76dc57187965fd59c1136f5d085 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:34:47 Modified files: sys/dev/pci/drm/radeon: radeon_display.c Log message: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() From Yang Yingliang 0b813a6a0087451cb702b6eb841f10856f49d088 in linux-6.6.y/6.6.14 7a2464fac80d42f6f8819fed97a553e9c2f43310 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:36:31 Modified files: sys/dev/pci/drm/radeon: sumo_dpm.c Log message: drm/radeon/dpm: fix a memleak in sumo_parse_power_table From Zhipeng Lu a26634b3ce218ee3a308f2c0e326a1c7d4bb97ec in linux-6.6.y/6.6.14 0737df9ed0997f5b8addd6e2b9699a8c6edba2e4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:37:53 Modified files: sys/dev/pci/drm/radeon: trinity_dpm.c Log message: drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table From Zhipeng Lu 0564e8a427914015d773a32f6e9baa2bd2f38a37 in linux-6.6.y/6.6.14 28c28d7f77c06ac2c0b8f9c82bc04eba22912b3b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:39:33 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_debugfs.c Log message: drm/amdgpu/debugfs: fix error code when smc register accessors are NULL From Alex Deucher 5bc4f16118c575410e7be220bbb9b1fa2ee4274b in linux-6.6.y/6.6.14 afe58346d5d3887b3e49ff623d2f2e471f232a8d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:40:59 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_si_dpm.c Log message: drm/amd/pm: fix a double-free in si_dpm_init From Zhipeng Lu fb1936cb587262cd539e84b34541abb06e42b2f9 in linux-6.6.y/6.6.14 ac16667237a82e2597e329eb9bc520d1cf9dff30 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:42:34 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: amdgpu_kv_dpm.c Log message: drivers/amd/pm: fix a use-after-free in kv_parse_power_table From Zhipeng Lu 95084632a65d5c0d682a83b55935560bdcd2a1e3 in linux-6.6.y/6.6.14 28dd788382c43b330480f57cd34cde0840896743 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:44:25 Modified files: sys/dev/pci/drm/radeon: radeon_vm.c Log message: gpu/drm/radeon: fix two memleaks in radeon_vm_init From Zhipeng Lu 4c9a96dd6d4acaa18146f5b1de457fec1004628c in linux-6.6.y/6.6.14 c2709b2d6a537ca0fa0f1da36fdaf07e48ef447d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:46:11 Modified files: sys/dev/pci/drm/amd/pm/legacy-dpm: legacy_dpm.c Log message: drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table From Zhipeng Lu 0c5d08b1c98e5dbb0cf56cb99c45adec887790ce in linux-6.6.y/6.6.14 a6582701178a47c4d0cb2188c965c59c0c0647c8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:47:49 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process' From Srinivasan Shanmugam 9b0cc30d26c32432b334ee7a5fc11b9d401c0a85 in linux-6.6.y/6.6.14 217e85f97031791fb48a2d374c7bdcf439365b21 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:49:28 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_topology.c Log message: drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c From Srinivasan Shanmugam 5024cce888e11e5688f77df81db9e14828495d64 in linux-6.6.y/6.6.14 499839eca34ad62d43025ec0b46b80e77065f6d8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:51:19 Modified files: sys/dev/pci/drm/amd/pm/powerplay/hwmgr: smu7_hwmgr.c Log message: drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init From Zhipeng Lu ae7cbf935b9a1b41f65fe6443e7cd0c401500b20 in linux-6.6.y/6.6.14 2f3be3ca779b11c332441b10e00443a2510f4d7b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:53:19 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_training.c link_dp_training.h Log message: drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings() From Arnd Bergmann ecfaeb66b1f08c72fe8e8d1df955cf2879d7333b in linux-6.6.y/6.6.14 c966dc0e9d96dc44423c404a2628236f1200c24e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:54:54 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_flat_memory.c Log message: Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole" From Kaibo Ma 3a99f15ce9d01bcce4f1f260194f964523f5c07a in linux-6.6.y/6.6.14 0f35b0a7b8fa402adbffa2565047cdcc4c480153 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:56:26 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_migrate.c Log message: drm/amdkfd: fixes for HMM mem allocation From Dafna Hirschfeld 1515db19c4a374f75e6bf5430f9cb9b7e3c2fd0d in linux-6.6.y/6.6.14 02eed83abc1395a1207591aafad9bcfc5cb1abcb in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/01/28 18:58:43 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTL From Alex Deucher 836e236b878a385911db619b38393d624a4d7eae in linux-6.6.y/6.6.14 d02069850fc102b07ae923535d5e212f2c8a34e9 in mainline linux CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/28 23:05:50 Modified files: lib/libcrypto/cmac: cmac.c Log message: Curious to see if explicitly ignoring the return value appeases Coverity CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/29 00:54:57 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: Update for Nextcloud to 27.1.6 OK landry@ Adriano Barbosa. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/29 01:12:42 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.6 OK landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/29 01:38:29 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/react-console-view: distinfo devel/py-buildbot/react-grid-view: distinfo devel/py-buildbot/react-waterfall-view: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildbot/www-react: distinfo devel/py-buildbot/www-react/pkg: PLIST devel/py-buildslave: Makefile distinfo Log message: devel/py-buildbot: update to 3.11.0. see https://github.com/buildbot/buildbot/releases/tag/v3.11.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/29 01:51:39 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-4.0.1. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/29 03:13:52 Modified files: x11/qt6/qtwebengine: Makefile Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_v8_src_flags_flags_cc Log message: Unbreak build put the v8_flags into the openbsd.mutable section and call mimmutable(2) on it when v8 "freezes" the v8 flags From robort@ (/www/chromium) r1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 03:26:48 Modified files: security/uacme : Makefile distinfo security/uacme/patches: patch-ualpn_c Log message: update to uacme-1.7.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 03:28:25 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: update to py3-tz-2023.4 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/29 03:38:52 Modified files: games/naev : Makefile distinfo Log message: update to naev-0.11.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 04:28:21 Modified files: sysutils/freeipmi: Makefile distinfo sysutils/freeipmi/patches: patch-libfreeipmi_Makefile_in patch-libipmidetect_Makefile_in patch-man_Makefile_in Log message: update to freeipmi-1.6.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 04:56:31 Modified files: telephony/asterisk/18: Makefile telephony/asterisk/18/patches: patch-res_res_rtp_asterisk_c telephony/asterisk/20: Makefile telephony/asterisk/20/patches: patch-res_res_rtp_asterisk_c Removed files: telephony/asterisk/18/patches: patch-main_utils_c telephony/asterisk/20/patches: patch-main_utils_c Log message: remove obsolete patch and tweak patch comments, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 04:56:42 Modified files: telephony/asterisk/16/patches: patch-res_res_rtp_asterisk_c Log message: tweak patch comments CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 05:01:08 Modified files: telephony/asterisk/20: Makefile Log message: tweak PORTROACH to pick up new LTS branches but not standard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 05:02:47 Modified files: devel/meson-python: Makefile Log message: meson-python dep tweats, ok aja@ - add cython TDEP, avoiding an error in one test if not present. - use MODPY_PYBUILD=bootstrap; this doesn't actually need setuptools but self-bootstraps using its own distributed pybuild backend. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 05:39:58 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: drop LIB_DEPENDS which no longer have a matching WANTLIB (after switching mupdf to shared lib) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 06:02:38 Modified files: lang/php : php.port.mk Log message: switch default MODPHP_VERSION on !sparc64 from 8.1 to 8.2 bumps in other ports to follow; if this introduces new problems with specific ports, they can just be overridden again. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 06:02:54 Modified files: geo/mapserver : Makefile mail/grommunio/dav: Makefile mail/grommunio/gromox: Makefile mail/grommunio/sync: Makefile mail/grommunio/web: Makefile mail/kopano/core: Makefile mail/rcube-ldapAliasSync: Makefile mail/rcube-yubikey-plugin: Makefile mail/roundcubemail: Makefile mail/z-push : Makefile net/eduvpn/vpn-server-node: Makefile net/eduvpn/vpn-user-portal: Makefile net/icinga/icinga-php-library: Makefile net/icinga/icinga-php-thirdparty: Makefile net/icinga/web2: Makefile net/icinga/web2-module-director: Makefile net/icinga/web2-module-incubator: Makefile net/nagios/nagios: Makefile net/zabbix : Makefile productivity/baikal: Makefile productivity/davical: Makefile textproc/tcpdf : Makefile www/awl : Makefile www/composer : Makefile www/dokuwiki : Makefile www/drush : Makefile www/freshrss : Makefile www/nextcloud/26: Makefile www/nextcloud/27: Makefile www/nextcloud/28: Makefile www/pear : Makefile www/phpldapadmin: Makefile www/phpmyadmin : Makefile www/syweb : Makefile www/wp-cli : Makefile Log message: bump for PHP version bump CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/01/29 07:14:23 Modified files: games/vcmi : Makefile distinfo Log message: update to vcmi-1.4.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/01/29 07:52:25 Modified files: sys/dev/pci/drm/apple: apldrm.c sys/arch/arm64/dev: mainbus.c Log message: Because of the way the Linux code behind apldrm(4) is structured it may fail to create a framebuffer without propagating an error to its callers. Prevent a kernel panic by explicitly checking that we have a framebuffer. To prevent us ending up with no framebuffer at all, only claim the framebuffer in apldrm(4) when we actually created our own. Delay the attach of simplefb(4) such that we check whether someone else claimed its framebuffer until apldrm(4) has done its thing. tested by robert@ ok jsg@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/29 08:00:25 Modified files: textproc/py-gTTS: Makefile distinfo Log message: update to py-gTTS 2.5.1 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/29 09:06:45 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: handle qwx(4) association state transitions from ASSOC to RUN We can succesfully complete the association sequence with the AP. The next step will be getting data frames to pass. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/01/29 09:59:48 Modified files: lang/ocaml : Makefile distinfo lang/ocaml/pkg : PFRAG.native PLIST Added files: lang/ocaml/patches: patch-configure Removed files: lang/ocaml/patches: patch-configure_ac Log message: lang/ocaml: Update to 4.14.1 Original patch from daniel@, feedback from jca@, sthen@, phessler@ Includes a backported patch pointed out by avsm@ ok jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/01/29 10:38:30 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-tests_CMakeLists_txt Log message: Update weechat-4.2.1 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/29 10:59:21 Modified files: net/samba/patches: patch-source3_wscript Log message: Zap outdated comment CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/29 11:04:27 Modified files: net/samba : Makefile Log message: Drop myself from MAINTAINER, add bket@ instead Being listed as a maintainer of this port doesn't make much sense, I don't use the port and barely participate in testing. Bjorn agreed to replace me and co-maintain this port with Ian McWilliam. Thanks! ok bket@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/29 11:16:19 Modified files: textproc/diffstat: Makefile distinfo Log message: Update to diffstat-1.66 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 13:32:11 Modified files: sysutils/py-pipx: Makefile Log message: add missing RDEPs on sysutils/py-platformdirs and textproc/py-tomli (the latter only needed until we move to Python 3.11 by default). spotted by edd@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/29 13:36:20 Modified files: lib/libcrypto/objects: objects.txt Log message: Add id-ct-rpkiSignedPrefixList OID References: https://datatracker.ietf.org/doc/draft-ietf-sidrops-rpki-prefixlist/ https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/29 13:37:03 Modified files: lib/libcrypto/objects: obj_mac.num Log message: Add id-ct-rpkiSignedPrefixList NID References: https://datatracker.ietf.org/doc/draft-ietf-sidrops-rpki-prefixlist/ https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 14:25:32 Modified files: audio/audacity : Tag: OPENBSD_7_4 Makefile Added files: audio/audacity/patches: Tag: OPENBSD_7_4 patch-libraries_lib-ffmpeg-support_FFmpegFunctions_cpp patch-src_export_ExportMP3_cpp Log message: MFC audacity library loading fixes, reported by sda.aka.sda00 at gmail CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/29 14:29:33 Modified files: www/nextcloud/26: Makefile www/nextcloud/27: Makefile Log message: add comments about keeping REVISION higher in -current than -stable (for the nextcloud versions in 7.4-stable), because MODPHP_VERSION default changed in -current and updates to these ports are usually backported. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/29 15:47:13 Modified files: sys/netinet : tcp_timer.h Log message: Run TCP timer without kernel lock. TCP timers are protected by exclusive net lock. They may sleep to grab it as they run in process context. There is no reason for them to hold additional kernel lock. Since we have MP safe timeouts now, convert them by adding TIMEOUT_PROC and TIMEOUT_MPSAFE flag. OK mvs@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/29 20:40:01 Modified files: etc/rpki : apnic.constraints arin.constraints lacnic.constraints ripe.constraints Log message: Add more RPKI TA constraints: LACNIC ASNs cannot transfer to/from other RIRs OK tb@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2024/01/29 23:12:16 Log message: Import libdrm 2.4.120 Status: Vendor Tag: libdrm Release Tags: libdrm_2_4_120 U xenocara/lib/libdrm/.editorconfig U xenocara/lib/libdrm/.gitignore U xenocara/lib/libdrm/.gitlab-ci.yml U xenocara/lib/libdrm/Android.common.mk U xenocara/lib/libdrm/Android.mk U xenocara/lib/libdrm/CONTRIBUTING.rst U xenocara/lib/libdrm/CleanSpec.mk U xenocara/lib/libdrm/Makefile.sources U xenocara/lib/libdrm/README.rst U xenocara/lib/libdrm/RELEASING U xenocara/lib/libdrm/core-symbols.txt U xenocara/lib/libdrm/gen_table_fourcc.py U xenocara/lib/libdrm/libdrm.pc.in U xenocara/lib/libdrm/libdrm_lists.h U xenocara/lib/libdrm/libdrm_macros.h U xenocara/lib/libdrm/libsync.h U xenocara/lib/libdrm/meson.build U xenocara/lib/libdrm/meson_options.txt U xenocara/lib/libdrm/symbols-check.py U xenocara/lib/libdrm/util_double_list.h U xenocara/lib/libdrm/util_math.h U xenocara/lib/libdrm/xf86atomic.h C xenocara/lib/libdrm/xf86drm.c C xenocara/lib/libdrm/xf86drm.h U xenocara/lib/libdrm/xf86drmHash.c U xenocara/lib/libdrm/xf86drmHash.h C xenocara/lib/libdrm/xf86drmMode.c C xenocara/lib/libdrm/xf86drmMode.h U xenocara/lib/libdrm/xf86drmRandom.c U xenocara/lib/libdrm/xf86drmRandom.h U xenocara/lib/libdrm/xf86drmSL.c U xenocara/lib/libdrm/amdgpu/.editorconfig U xenocara/lib/libdrm/amdgpu/Android.mk U xenocara/lib/libdrm/amdgpu/Makefile.sources U xenocara/lib/libdrm/amdgpu/amdgpu-symbols.txt U xenocara/lib/libdrm/amdgpu/amdgpu.h U xenocara/lib/libdrm/amdgpu/amdgpu_asic_id.c C xenocara/lib/libdrm/amdgpu/amdgpu_bo.c U xenocara/lib/libdrm/amdgpu/amdgpu_cs.c U xenocara/lib/libdrm/amdgpu/amdgpu_device.c U xenocara/lib/libdrm/amdgpu/amdgpu_gpu_info.c U xenocara/lib/libdrm/amdgpu/amdgpu_internal.h U xenocara/lib/libdrm/amdgpu/amdgpu_vamgr.c U xenocara/lib/libdrm/amdgpu/amdgpu_vm.c U xenocara/lib/libdrm/amdgpu/handle_table.c U xenocara/lib/libdrm/amdgpu/handle_table.h U xenocara/lib/libdrm/amdgpu/libdrm_amdgpu.pc.in U xenocara/lib/libdrm/amdgpu/meson.build U xenocara/lib/libdrm/android/gralloc_handle.h U xenocara/lib/libdrm/data/Android.mk U xenocara/lib/libdrm/data/amdgpu.ids U xenocara/lib/libdrm/data/meson.build U xenocara/lib/libdrm/etnaviv/Android.mk U xenocara/lib/libdrm/etnaviv/Makefile.sources U xenocara/lib/libdrm/etnaviv/etnaviv-symbols.txt U xenocara/lib/libdrm/etnaviv/etnaviv_bo.c U xenocara/lib/libdrm/etnaviv/etnaviv_bo_cache.c U xenocara/lib/libdrm/etnaviv/etnaviv_cmd_stream.c U xenocara/lib/libdrm/etnaviv/etnaviv_device.c U xenocara/lib/libdrm/etnaviv/etnaviv_drm.h U xenocara/lib/libdrm/etnaviv/etnaviv_drmif.h U xenocara/lib/libdrm/etnaviv/etnaviv_gpu.c U xenocara/lib/libdrm/etnaviv/etnaviv_perfmon.c U xenocara/lib/libdrm/etnaviv/etnaviv_pipe.c U xenocara/lib/libdrm/etnaviv/etnaviv_priv.h U xenocara/lib/libdrm/etnaviv/libdrm_etnaviv.pc.in U xenocara/lib/libdrm/etnaviv/meson.build U xenocara/lib/libdrm/exynos/exynos-symbols.txt U xenocara/lib/libdrm/exynos/exynos_drm.c U xenocara/lib/libdrm/exynos/exynos_drm.h U xenocara/lib/libdrm/exynos/exynos_drmif.h U xenocara/lib/libdrm/exynos/exynos_fimg2d.c U xenocara/lib/libdrm/exynos/exynos_fimg2d.h U xenocara/lib/libdrm/exynos/fimg2d_reg.h U xenocara/lib/libdrm/exynos/libdrm_exynos.pc.in U xenocara/lib/libdrm/exynos/meson.build U xenocara/lib/libdrm/freedreno/Android.mk U xenocara/lib/libdrm/freedreno/Makefile.sources U xenocara/lib/libdrm/freedreno/freedreno-symbols.txt U xenocara/lib/libdrm/freedreno/freedreno_bo.c U xenocara/lib/libdrm/freedreno/freedreno_bo_cache.c U xenocara/lib/libdrm/freedreno/freedreno_device.c U xenocara/lib/libdrm/freedreno/freedreno_drmif.h U xenocara/lib/libdrm/freedreno/freedreno_pipe.c U xenocara/lib/libdrm/freedreno/freedreno_priv.h U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.c U xenocara/lib/libdrm/freedreno/freedreno_ringbuffer.h U xenocara/lib/libdrm/freedreno/libdrm_freedreno.pc.in U xenocara/lib/libdrm/freedreno/meson.build U xenocara/lib/libdrm/freedreno/kgsl/README U xenocara/lib/libdrm/freedreno/kgsl/kgsl_bo.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_device.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_drm.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_pipe.c U xenocara/lib/libdrm/freedreno/kgsl/kgsl_priv.h U xenocara/lib/libdrm/freedreno/kgsl/kgsl_ringbuffer.c U xenocara/lib/libdrm/freedreno/kgsl/msm_kgsl.h U xenocara/lib/libdrm/freedreno/msm/msm_bo.c U xenocara/lib/libdrm/freedreno/msm/msm_device.c U xenocara/lib/libdrm/freedreno/msm/msm_pipe.c U xenocara/lib/libdrm/freedreno/msm/msm_priv.h U xenocara/lib/libdrm/freedreno/msm/msm_ringbuffer.c U xenocara/lib/libdrm/include/drm/README U xenocara/lib/libdrm/include/drm/amdgpu_drm.h C xenocara/lib/libdrm/include/drm/drm.h U xenocara/lib/libdrm/include/drm/drm_fourcc.h U xenocara/lib/libdrm/include/drm/drm_mode.h U xenocara/lib/libdrm/include/drm/drm_sarea.h U xenocara/lib/libdrm/include/drm/i915_drm.h U xenocara/lib/libdrm/include/drm/mach64_drm.h U xenocara/lib/libdrm/include/drm/mga_drm.h U xenocara/lib/libdrm/include/drm/msm_drm.h U xenocara/lib/libdrm/include/drm/nouveau_drm.h U xenocara/lib/libdrm/include/drm/qxl_drm.h U xenocara/lib/libdrm/include/drm/r128_drm.h U xenocara/lib/libdrm/include/drm/radeon_drm.h U xenocara/lib/libdrm/include/drm/savage_drm.h U xenocara/lib/libdrm/include/drm/sis_drm.h U xenocara/lib/libdrm/include/drm/tegra_drm.h U xenocara/lib/libdrm/include/drm/vc4_drm.h U xenocara/lib/libdrm/include/drm/via_drm.h U xenocara/lib/libdrm/include/drm/virtgpu_drm.h U xenocara/lib/libdrm/include/drm/vmwgfx_drm.h U xenocara/lib/libdrm/intel/.gitignore U xenocara/lib/libdrm/intel/Android.mk U xenocara/lib/libdrm/intel/Makefile.sources U xenocara/lib/libdrm/intel/intel-symbols.txt U xenocara/lib/libdrm/intel/intel_aub.h U xenocara/lib/libdrm/intel/intel_bufmgr.c U xenocara/lib/libdrm/intel/intel_bufmgr.h U xenocara/lib/libdrm/intel/intel_bufmgr_fake.c U xenocara/lib/libdrm/intel/intel_bufmgr_gem.c U xenocara/lib/libdrm/intel/intel_bufmgr_priv.h U xenocara/lib/libdrm/intel/intel_chipset.h U xenocara/lib/libdrm/intel/intel_debug.h U xenocara/lib/libdrm/intel/intel_decode.c U xenocara/lib/libdrm/intel/libdrm_intel.pc.in U xenocara/lib/libdrm/intel/meson.build U xenocara/lib/libdrm/intel/mm.c U xenocara/lib/libdrm/intel/mm.h U xenocara/lib/libdrm/intel/test_decode.c U xenocara/lib/libdrm/intel/uthash.h U xenocara/lib/libdrm/intel/tests/.gitignore U xenocara/lib/libdrm/intel/tests/gen4-3d.batch U xenocara/lib/libdrm/intel/tests/gen4-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen5-3d.batch U xenocara/lib/libdrm/intel/tests/gen5-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen6-3d.batch U xenocara/lib/libdrm/intel/tests/gen6-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch U xenocara/lib/libdrm/intel/tests/gen7-2d-copy.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gen7-3d.batch U xenocara/lib/libdrm/intel/tests/gen7-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/gm45-3d.batch U xenocara/lib/libdrm/intel/tests/gm45-3d.batch-ref.txt U xenocara/lib/libdrm/intel/tests/test-batch.sh U xenocara/lib/libdrm/man/drm-kms.7.rst U xenocara/lib/libdrm/man/drm-memory.7.rst U xenocara/lib/libdrm/man/drm.7.rst U xenocara/lib/libdrm/man/drmAvailable.3.rst U xenocara/lib/libdrm/man/drmHandleEvent.3.rst U xenocara/lib/libdrm/man/drmModeGetResources.3.rst U xenocara/lib/libdrm/man/meson.build U xenocara/lib/libdrm/nouveau/Android.mk U xenocara/lib/libdrm/nouveau/Makefile.sources U xenocara/lib/libdrm/nouveau/abi16.c U xenocara/lib/libdrm/nouveau/bufctx.c U xenocara/lib/libdrm/nouveau/libdrm_nouveau.pc.in U xenocara/lib/libdrm/nouveau/meson.build U xenocara/lib/libdrm/nouveau/nouveau-symbols.txt U xenocara/lib/libdrm/nouveau/nouveau.c U xenocara/lib/libdrm/nouveau/nouveau.h U xenocara/lib/libdrm/nouveau/private.h U xenocara/lib/libdrm/nouveau/pushbuf.c U xenocara/lib/libdrm/nouveau/nvif/cl0080.h U xenocara/lib/libdrm/nouveau/nvif/cl9097.h U xenocara/lib/libdrm/nouveau/nvif/class.h U xenocara/lib/libdrm/nouveau/nvif/if0002.h U xenocara/lib/libdrm/nouveau/nvif/if0003.h U xenocara/lib/libdrm/nouveau/nvif/ioctl.h U xenocara/lib/libdrm/nouveau/nvif/unpack.h U xenocara/lib/libdrm/omap/Android.mk U xenocara/lib/libdrm/omap/libdrm_omap.pc.in U xenocara/lib/libdrm/omap/meson.build U xenocara/lib/libdrm/omap/omap-symbols.txt U xenocara/lib/libdrm/omap/omap_drm.c U xenocara/lib/libdrm/omap/omap_drm.h U xenocara/lib/libdrm/omap/omap_drmif.h U xenocara/lib/libdrm/radeon/Android.mk U xenocara/lib/libdrm/radeon/Makefile.sources U xenocara/lib/libdrm/radeon/bof.c U xenocara/lib/libdrm/radeon/bof.h U xenocara/lib/libdrm/radeon/libdrm_radeon.pc.in U xenocara/lib/libdrm/radeon/meson.build U xenocara/lib/libdrm/radeon/r600_pci_ids.h U xenocara/lib/libdrm/radeon/radeon-symbols.txt U xenocara/lib/libdrm/radeon/radeon_bo.c U xenocara/lib/libdrm/radeon/radeon_bo.h U xenocara/lib/libdrm/radeon/radeon_bo_gem.c U xenocara/lib/libdrm/radeon/radeon_bo_gem.h U xenocara/lib/libdrm/radeon/radeon_bo_int.h U xenocara/lib/libdrm/radeon/radeon_cs.c U xenocara/lib/libdrm/radeon/radeon_cs.h U xenocara/lib/libdrm/radeon/radeon_cs_gem.c U xenocara/lib/libdrm/radeon/radeon_cs_gem.h U xenocara/lib/libdrm/radeon/radeon_cs_int.h U xenocara/lib/libdrm/radeon/radeon_cs_space.c C xenocara/lib/libdrm/radeon/radeon_surface.c U xenocara/lib/libdrm/radeon/radeon_surface.h U xenocara/lib/libdrm/tegra/.gitignore U xenocara/lib/libdrm/tegra/channel.c U xenocara/lib/libdrm/tegra/job.c U xenocara/lib/libdrm/tegra/libdrm_tegra.pc.in U xenocara/lib/libdrm/tegra/meson.build U xenocara/lib/libdrm/tegra/private.h U xenocara/lib/libdrm/tegra/pushbuf.c U xenocara/lib/libdrm/tegra/syncpt.c U xenocara/lib/libdrm/tegra/tegra-symbols.txt U xenocara/lib/libdrm/tegra/tegra.c U xenocara/lib/libdrm/tegra/tegra.h U xenocara/lib/libdrm/tests/Android.mk U xenocara/lib/libdrm/tests/drmdevice.c U xenocara/lib/libdrm/tests/drmsl.c U xenocara/lib/libdrm/tests/hash.c U xenocara/lib/libdrm/tests/meson.build U xenocara/lib/libdrm/tests/amdgpu/amdgpu_stress.c U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.c U xenocara/lib/libdrm/tests/amdgpu/amdgpu_test.h U xenocara/lib/libdrm/tests/amdgpu/basic_tests.c U xenocara/lib/libdrm/tests/amdgpu/bo_tests.c U xenocara/lib/libdrm/tests/amdgpu/cp_dma_tests.c U xenocara/lib/libdrm/tests/amdgpu/cs_tests.c U xenocara/lib/libdrm/tests/amdgpu/deadlock_tests.c U xenocara/lib/libdrm/tests/amdgpu/decode_messages.h U xenocara/lib/libdrm/tests/amdgpu/frame.h U xenocara/lib/libdrm/tests/amdgpu/hotunplug_tests.c U xenocara/lib/libdrm/tests/amdgpu/jpeg_tests.c U xenocara/lib/libdrm/tests/amdgpu/meson.build U xenocara/lib/libdrm/tests/amdgpu/ras_tests.c U xenocara/lib/libdrm/tests/amdgpu/security_tests.c U xenocara/lib/libdrm/tests/amdgpu/shader_code.h U xenocara/lib/libdrm/tests/amdgpu/shader_code_gfx10.h U xenocara/lib/libdrm/tests/amdgpu/shader_code_gfx11.h U xenocara/lib/libdrm/tests/amdgpu/shader_code_gfx9.h U xenocara/lib/libdrm/tests/amdgpu/shader_code_hang.h U xenocara/lib/libdrm/tests/amdgpu/shader_test_util.c U xenocara/lib/libdrm/tests/amdgpu/syncobj_tests.c U xenocara/lib/libdrm/tests/amdgpu/uvd_enc_tests.c U xenocara/lib/libdrm/tests/amdgpu/uve_ib.h U xenocara/lib/libdrm/tests/amdgpu/vce_ib.h U xenocara/lib/libdrm/tests/amdgpu/vce_tests.c U xenocara/lib/libdrm/tests/amdgpu/vcn_tests.c U xenocara/lib/libdrm/tests/amdgpu/vm_tests.c U xenocara/lib/libdrm/tests/etnaviv/cmdstream.xml.h U xenocara/lib/libdrm/tests/etnaviv/etnaviv_2d_test.c U xenocara/lib/libdrm/tests/etnaviv/etnaviv_bo_cache_test.c U xenocara/lib/libdrm/tests/etnaviv/etnaviv_cmd_stream_test.c U xenocara/lib/libdrm/tests/etnaviv/meson.build U xenocara/lib/libdrm/tests/etnaviv/state.xml.h U xenocara/lib/libdrm/tests/etnaviv/state_2d.xml.h U xenocara/lib/libdrm/tests/etnaviv/write_bmp.c U xenocara/lib/libdrm/tests/etnaviv/write_bmp.h U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_event.c U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_perf.c U xenocara/lib/libdrm/tests/exynos/exynos_fimg2d_test.c U xenocara/lib/libdrm/tests/exynos/meson.build U xenocara/lib/libdrm/tests/modeprint/meson.build U xenocara/lib/libdrm/tests/modeprint/modeprint.c U xenocara/lib/libdrm/tests/modetest/Android.mk U xenocara/lib/libdrm/tests/modetest/Makefile.sources U xenocara/lib/libdrm/tests/modetest/buffers.c U xenocara/lib/libdrm/tests/modetest/buffers.h U xenocara/lib/libdrm/tests/modetest/cursor.c U xenocara/lib/libdrm/tests/modetest/cursor.h U xenocara/lib/libdrm/tests/modetest/meson.build U xenocara/lib/libdrm/tests/modetest/modetest.c U xenocara/lib/libdrm/tests/nouveau/.gitignore U xenocara/lib/libdrm/tests/nouveau/meson.build U xenocara/lib/libdrm/tests/nouveau/threaded.c U xenocara/lib/libdrm/tests/proptest/Android.mk U xenocara/lib/libdrm/tests/proptest/Makefile.sources U xenocara/lib/libdrm/tests/proptest/meson.build U xenocara/lib/libdrm/tests/proptest/proptest.c U xenocara/lib/libdrm/tests/radeon/meson.build U xenocara/lib/libdrm/tests/radeon/radeon_ttm.c U xenocara/lib/libdrm/tests/radeon/rbo.c U xenocara/lib/libdrm/tests/radeon/rbo.h U xenocara/lib/libdrm/tests/tegra/.gitignore U xenocara/lib/libdrm/tests/tegra/drm-test-tegra.c U xenocara/lib/libdrm/tests/tegra/drm-test-tegra.h U xenocara/lib/libdrm/tests/tegra/drm-test.c U xenocara/lib/libdrm/tests/tegra/drm-test.h U xenocara/lib/libdrm/tests/tegra/gr2d-fill.c U xenocara/lib/libdrm/tests/tegra/host1x.h U xenocara/lib/libdrm/tests/tegra/meson.build U xenocara/lib/libdrm/tests/tegra/openclose.c U xenocara/lib/libdrm/tests/tegra/syncpt-timeout.c U xenocara/lib/libdrm/tests/tegra/syncpt-wait.c U xenocara/lib/libdrm/tests/tegra/vic-blit.c U xenocara/lib/libdrm/tests/tegra/vic-clear.c U xenocara/lib/libdrm/tests/tegra/vic-flip.c U xenocara/lib/libdrm/tests/tegra/vic.c U xenocara/lib/libdrm/tests/tegra/vic.h U xenocara/lib/libdrm/tests/tegra/vic30.c U xenocara/lib/libdrm/tests/tegra/vic30.h U xenocara/lib/libdrm/tests/tegra/vic40.c U xenocara/lib/libdrm/tests/tegra/vic40.h U xenocara/lib/libdrm/tests/tegra/vic41.c U xenocara/lib/libdrm/tests/tegra/vic41.h U xenocara/lib/libdrm/tests/tegra/vic42.c U xenocara/lib/libdrm/tests/tegra/vic42.h U xenocara/lib/libdrm/tests/ttmtest/AUTHORS U xenocara/lib/libdrm/tests/ttmtest/ChangeLog U xenocara/lib/libdrm/tests/ttmtest/Makefile.am U xenocara/lib/libdrm/tests/ttmtest/NEWS U xenocara/lib/libdrm/tests/ttmtest/README U xenocara/lib/libdrm/tests/ttmtest/configure.ac U xenocara/lib/libdrm/tests/ttmtest/reconf U xenocara/lib/libdrm/tests/ttmtest/src/Makefile.am U xenocara/lib/libdrm/tests/ttmtest/src/ttmtest.c U xenocara/lib/libdrm/tests/ttmtest/src/xf86dri.c U xenocara/lib/libdrm/tests/ttmtest/src/xf86dri.h U xenocara/lib/libdrm/tests/ttmtest/src/xf86dristr.h U xenocara/lib/libdrm/tests/util/Android.mk U xenocara/lib/libdrm/tests/util/Makefile.sources U xenocara/lib/libdrm/tests/util/common.h U xenocara/lib/libdrm/tests/util/format.c U xenocara/lib/libdrm/tests/util/format.h U xenocara/lib/libdrm/tests/util/kms.c U xenocara/lib/libdrm/tests/util/kms.h U xenocara/lib/libdrm/tests/util/meson.build U xenocara/lib/libdrm/tests/util/pattern.c U xenocara/lib/libdrm/tests/util/pattern.h U xenocara/lib/libdrm/tests/vbltest/meson.build U xenocara/lib/libdrm/tests/vbltest/vbltest.c U xenocara/lib/libdrm/vc4/Makefile.sources U xenocara/lib/libdrm/vc4/libdrm_vc4.pc.in U xenocara/lib/libdrm/vc4/meson.build U xenocara/lib/libdrm/vc4/vc4_packet.h U xenocara/lib/libdrm/vc4/vc4_qpu_defines.h 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jlibdrm:yesterday -jlibdrm xenocara/lib/libdrm CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2024/01/29 23:16:38 Modified files: lib/libdrm : xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h lib/libdrm/amdgpu: amdgpu_bo.c lib/libdrm/generated: generated_static_table_fourcc.h lib/libdrm/include/drm: drm.h lib/libdrm/mk/libdrm: shlib_version lib/libdrm/mk/libdrm_amdgpu: shlib_version lib/libdrm/radeon: radeon_surface.c Log message: Merge libdrm 2.4.120 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2024/01/29 23:18:20 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2024/01/30 00:50:26 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/30 01:35:22 Modified files: geo/traccar : Makefile distinfo geo/traccar/patches: patch-conf_default_xml geo/traccar/pkg: PLIST Log message: update to traccar-5.12, from Renaud Allard (maintainer) plus I synced patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/30 01:49:09 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.1.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/30 02:34:20 Modified files: graphics/py-tifffile: Makefile distinfo Log message: update to py3-tifffile-2024.1.30 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/30 03:01:48 Modified files: www/apache-httpd: Makefile www/apache-httpd/patches: patch-configure patch-modules_ssl_ssl_engine_init_c patch-support_rotatelogs_c Log message: apache-httpd tidying: sync WANTLIB, regen patches. ok giovanni@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/30 03:16:13 Modified files: usr.sbin/rpki-client: http.c Log message: Fix a race between scheduling a new request onto an idle connection and closing the same connection. When closing an idle connection that connection needs to be moved off the idle queue and back onto the active queue. Do this in the two possible cases (directly in http_close() and in http_handle() for the STATE_IDLE case). In both cases it is possible that the system needs to repoll the connection and while waiting a request could be scheduled on that connection if it remains on the idle queue. Problem hit by job@ OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/01/30 03:27:53 Modified files: devel/p5-Parse-Yapp: Makefile devel/libtalloc: Makefile databases/tdb : Makefile textproc/py-recommonmark: Makefile Log message: Drop maintainership Those ports are deps for ports I don't maintain any more. databases/tdb and devel/libtalloc (and maybe devel/p5-Parse-Yapp) should be kept in sync with the versions needed by net/samba. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/30 04:15:05 Modified files: usr.sbin/rpki-client: http.c Log message: In the previous commit idle connections are reinserted onto the active list when the connection is closed. Since active connections are processed after idle ones this will trigger a "timeout, connection closed" warning. Work around this by clearing io_time in the close case of idle connections and checking for this in the active connection case. Problem noticed and OK job@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/30 06:50:09 Modified files: usr.sbin/bgpd : bgpd.h rde.c util.c Log message: Convert he ATTR_ASPATH and ATTR_AS4_PATH handlers in rde_attr_parse() to new ibuf API. Various aspath functions are modified to work better with ibufs. aspath_inflate() now only works with ibufs and is a lot simpler. aspath_verify() does all the checks using the ibuf api and therefor most length checks can be skipped. aspath_asprint() and the new internal aspath_strsize() and aspath_snprint() are totally overhauled -- including some bugs that got squashed. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/30 06:51:13 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c Log message: Adjust bgpctl to work with the modified aspath functions from util.c While doing that convert IMSG_CTL_SHOW_RIB over to the new ibuf api. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/30 07:13:13 Modified files: databases/openldap: Makefile distinfo databases/openldap/patches: patch-contrib_slapd-modules_passwd_totp_Makefile Log message: update to openldap-client-2.6.7 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/30 07:46:46 Modified files: regress/lib/libssl/shutdown: shutdowntest.c Log message: Add a shutdown sequence regress test. Some software relies on SSL_shutdown() returning 0 (indicating close-notify sent) before returning 1 on a subsequent call (indicating close-notify sent and received). It is worth noting that there is no guarantee that this will occur in normal operation, as the peer could send a close-notify prior to SSL_shutdown() being called. This is currently failing for TLSv1.3. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/01/30 07:50:50 Modified files: lib/libssl : tls13_legacy.c Log message: Restore SSL_shutdown() two step sequence. Change SSL_shutdown() such that it will return 0 after sending a close-notify, before potentially returning 1 (indicating that a close-notify has been sent and received) on a subsequent call. Some software depends on this behaviour, even though there are cases where the first call could immediately return 1 (for example, when the peer has already sent a close-notify prior to SSL_shutdown() being called). ok tb@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/30 08:30:13 Modified files: sys/dev/ic : qwx.c Log message: fix qwx_core_pdev_create() to not drop into its error path on success Otherwise we free rings that were just allocated, causing mbuf corruption. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/30 08:32:04 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: set up qwx REO ring routing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/01/30 08:33:32 Modified files: sys/dev/ic : qwx.c Log message: enable qwx "ext" IRQs for data packets once we have moved into RUN state CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/30 09:43:22 Modified files: sys/arch/macppc/include: vmparam.h Log message: the clang binary never shrinks, especially since it is statically linked (for performance). in this case, it grew larger than the maximum text segment size; increase that size. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:46:04 Modified files: security/openssl/3.2: Makefile distinfo security/openssl/3.2/patches: patch-Configurations_unix-Makefile_tmpl patch-crypto_ec_asm_ecp_sm2p256-armv8_pl security/openssl/3.2/pkg: PLIST Removed files: security/openssl/3.2/patches: patch-ssl_ssl_lib_c Log message: Update to OpenSSL 3.2.1 * Fixed PKCS12 Decoding crashes ([CVE-2024-0727]) * Fixed excessive time spent checking invalid RSA public keys ([CVE-2023-6237]) * Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC CPUs which support PowerISA 2.07 ([CVE-2023-6129]) * Fixed excessive time spent in DH check / generation with large Q parameter value [(CVE-2023-5678)] Plus a UAF in DANE code. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:49:39 Modified files: security/openssl/3.1: Makefile distinfo security/openssl/3.1/pkg: PLIST Removed files: security/openssl/3.1/patches: patch-apps_rehash_c Log message: Update to OpenSSL 3.1.5 * Fixed PKCS12 Decoding crashes ([CVE-2024-0727]) * Fixed Excessive time spent checking invalid RSA public keys ([CVE-2023-6237]) * Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC CPUs which support PowerISA 2.07 ([CVE-2023-6129]) * Fix excessive time spent in DH check / generation with large Q parameter value ([CVE-2023-5678]) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:50:28 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Bump after OpenSSL update (static link) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:53:07 Modified files: mail/postfix/stable: Makefile mail/postfix/snapshot: Makefile Log message: postfix: bump after openssl update (static link) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:56:44 Modified files: security/openssl/3.0: Tag: OPENBSD_7_4 Makefile distinfo security/openssl/3.0/pkg: Tag: OPENBSD_7_4 PLIST Removed files: security/openssl/3.0/patches: Tag: OPENBSD_7_4 patch-apps_rehash_c Log message: Update to OpenSSL 3.0.13 * Fixed PKCS12 Decoding crashes ([CVE-2024-0727]) * Fixed Excessive time spent checking invalid RSA public keys ([CVE-2023-6237]) * Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC CPUs which support PowerISA 2.07 ([CVE-2023-6129]) * Fix excessive time spent in DH check / generation with large Q parameter value ([CVE-2023-5678]) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:58:18 Modified files: sysutils/borgbackup/2.0: Tag: OPENBSD_7_4 Makefile Log message: borgbackup: bump after OpenSSL update CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 09:59:02 Modified files: mail/postfix/snapshot: Tag: OPENBSD_7_4 Makefile mail/postfix/stable: Tag: OPENBSD_7_4 Makefile Log message: postfix: bump after OpenSSL update CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 10:41:01 Modified files: lib/libcrypto/evp: evp_cipher.c evp_digest.c Log message: Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe We have a bunch of code that relies on this. Surely there is code out there in the wider ecosystem that relies on these being NULL-safe by now since upstream sprinkles NULL checks wherever they can. ok beck joshua CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 10:43:39 Modified files: lib/libcrypto/cmac: cmac.c Log message: Remove now unnecessary NULL check before EVP_CIPHER_CTX_cleanup() CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/30 12:39:37 Modified files: sysutils/fdupes: Makefile distinfo Log message: Update to fdupes-2.3.0 From Martin Ziemer (MAINTAINER). Some minor nits from me. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/30 12:51:55 Log message: import games/cromagrally, a 3D racing game from izzy Meyer izder456 AT disroot ! org tweaks by me and op@ ok op@ DESCR: Cro-Mag Rally is a racing game where players assume the role of Brog, a caveman with a fondness for speed. Throughout the game, Brog races through various historical periods, including the Stone, Bronze, and Iron Ages, using an assortment of primitive vehicles such as the Geode Cruiser, Bone Buggy, Logmobile, Trojan Horse, and more. Alongside these vehicles, Brog also has access to a range of primitive weapons, including Bone Bombs, Chinese Bottle Rockets, and Heat Seeking Homing Pigeons. The game offers single-player racing, where players compete against computer-controlled opponents. Additionally, there are various multiplayer modes available, such as Tag, Capture the Flag, and Survival. These modes allow up to four players to compete on a single computer in split-screen mode, adding to the excitement and enjoyment. This version of Cro-Mag Rally is a port of the original game released by Pangea Software in 2000. With permission from Pangea Software, Inc., this port has been created to offer players the best possible experience of Cro-Mag Rally on modern computers. It is an enhanced version that addresses some bugs from the original game while also introducing a few new features that stay true to the spirit of the game. Status: Vendor Tag: thfr Release Tags: thfr_20240130 N ports/games/cromagrally/Makefile N ports/games/cromagrally/distinfo N ports/games/cromagrally/pkg/DESCR N ports/games/cromagrally/pkg/PLIST N ports/games/cromagrally/patches/patch-Source_Main_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/01/30 12:52:56 Modified files: games : Makefile Log message: +cromagrally CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 13:10:47 Modified files: security/openssl/3.0: Tag: OPENBSD_7_4 Makefile security/openssl/3.0/patches: Tag: OPENBSD_7_4 patch-Configurations_unix-Makefile_tmpl security/openssl/3.0/pkg: Tag: OPENBSD_7_4 PLIST Log message: openssl: forgot to regen patch/PLIST in -stable. no shlib change CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/30 15:12:25 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.16.2 -> 2.16.3 Changelog: https://github.com/ansible/ansible/blob/stable-2.16/changelogs/CHANGELOG-v2.16.rst#v2-16-3 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/30 15:13:13 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 9.0.1 -> 9.2.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/30 15:16:00 Modified files: sysutils/tflint: Makefile distinfo modules.inc Log message: Update tflint 0.50.0 -> 0.50.2 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.50.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/30 15:17:21 Modified files: security/tfsec : Makefile distinfo Log message: Update tfsec 1.28.4 -> 1.28.5 Changelogs: https://github.com/aquasecurity/tfsec/releases/tag/v1.28.5 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/01/30 15:35:48 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_example_ini www/gitea/pkg : PLIST Log message: Update gitea 1.21.3 - > 1.21.4 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.4 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/01/30 16:01:49 Modified files: usr.sbin/vmd : vionet.c virtio.h Log message: Rewrite vmd(8)'s vionet to be zero-copy. Similar to the rewrite of the virtio block device to use zero-copy semantics, this rewrites how the virtio network device works with the virtqueue ring buffers to minimize data copying. For guests that don't use the built-in DNS and mac filtering capabilities, data can now be transfered to/from the virtqueue and the tap(4) directly without temporary buffers. A lot of the virtio semantics are cleaned up as well, including proper error states. Tested with help by mbuhl@, friehm@, mlarkin@, and others. "go for it," mlarkin@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/30 16:24:27 Modified files: security/openssl/3.2: Makefile security/openssl/3.2/patches: patch-Configurations_10-main_conf patch-Configurations_unix-Makefile_tmpl Added files: security/openssl/3.2/patches: patch-util_perl_OpenSSL_config_pm Log message: openssl/3.2 fix symbol versioning on amd64 Another unwanted gift from David Carlier led to lots of internal symbols leaking out of libcrypto and libssl on amd64. Presumably the same would also happen on ia64 if that were still a thing. This reverts part of https://github.com/openssl/openssl/pull/13393 Many thanks to sthen for tracking this down CVSROOT: /cvs Module name: src Changes by: hastings@cvs.openbsd.org 2024/01/30 18:01:11 Modified files: sys/dev/fdt : com_fdt.c Log message: add MediaTek UART support. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/30 19:35:15 Modified files: audio/shairport-sync: Makefile distinfo audio/shairport-sync/patches: patch-man_shairport-sync_7 audio/shairport-sync/pkg: shairport_sync.rc Added files: audio/shairport-sync/patches: patch-rtsp_c Log message: Update to shairport-sync 4.3.2 Lots of fixes/changes (AirPlay 2 still off due to lack off NQPTP) https://github.com/mikebrady/shairport-sync/releases Manual section and TCP keepidle plus other stuff got fixed upstream; ss with 3.3.9 already, sporadic sync errors on initial play warranting daemon restarts remain (although Paul could not reproduce in his setup). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/01/30 22:49:33 Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: cpufunc.h Log message: Make wrpkru() consistent with rdpkru() by passing ecx as an argument. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/30 22:56:29 Modified files: devel/p5-Parse-Yapp: Makefile devel/libtalloc: Makefile databases/tdb : Makefile Log message: Take maintainership These ports are deps for net/samba, which is maintained by Ian McWilliam and me. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/01/30 23:06:28 Modified files: sys/arch/amd64/amd64: trap.c sys/arch/amd64/include: frame.h gnu/usr.bin/binutils/gdb: amd64obsd-tdep.c Log message: Swap the r10 and rcx registers in the amd64 trapframe so that the first six entries are in the same order as syscall arguments, such that syscall() can just use the trapframe as the argument vector for mi_syscall() and not need to reorder into another buffer on the stack. This doesn't affect coredump layout or ptrace(2), but does affect kernel crash dumps. Possibility noted during miod@'s cleanup of the MD syscall() implementations ok mlarkin@ kurt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 23:46:31 Modified files: usr.sbin/rpki-client: parser.c Log message: proc_parser_mft: fix overloading of error parser.c r1.101 switched the meaning of mft1 and mft2, but did not fix up the overloading of the error from the temporary file if both are set. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 23:48:27 Modified files: usr.sbin/rpki-client: parser.c Log message: proc_parser_mft_pre: move freeing into an error path Simplifies subsequent commits which will use the same exit path. ok job CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/01/30 23:50:16 Modified files: share/man/man4 : pfsync.4 Log message: the maxupd example was removed in -r.1.15, so do not refer to it; from janne johansson with that removal the surrounding text becomes simpler, so trim it; CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 23:53:21 Modified files: usr.sbin/rpki-client: parser.c Log message: Pull mft comparison into proc_parser_mft_pre() This way we can be sure more easily that both manifests are non-NULL, thus avoiding some NULL checks and risk of use-after-free. This also makes it clearer which manifest is the "older" one and will simplify an upcoming commit doing issuance time comparison. This adds a bit of a hack to proc_parser_mft_pre() to ensure we don't look into DIR_TEMP in noop mode. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 23:54:43 Modified files: usr.sbin/rpki-client: extern.h mft.c parser.c Log message: Rename mft_compare() to mft_compare_seqnum() This makes it clearer what exactly this function compares. Also drop some NULL checks that made the semantics of this function tricky. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/30 23:57:21 Modified files: usr.sbin/rpki-client: extern.h mft.c parser.c Log message: Introduce and use mft_compare_issued() Newly issued manifests should not only have a higher manifestNumber, their issuance time should also be later. Add corresponding checks and warnings when comparing a newly fetched manifest to a manifest from the cache. ok job (who noticed that such a check was missing) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/31 00:37:38 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-462.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/31 00:39:35 Modified files: sysutils/packer: Makefile distinfo modules.inc Log message: Update to packer-1.10.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/31 00:42:09 Modified files: games/tuxpaint-stamps: Makefile distinfo games/tuxpaint-stamps/pkg: PLIST Log message: Update to tuxpaint-stamps-20240129. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/31 00:43:35 Modified files: games/tuxpaint : Makefile distinfo games/tuxpaint/patches: patch-Makefile games/tuxpaint/pkg: PLIST Log message: Update to tuxpaint-0.9.32. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/01/31 00:44:30 Modified files: games/tuxpaint-config: Makefile distinfo games/tuxpaint-config/patches: patch-Makefile Log message: Update to tuxpaint-config-0.0.23. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/01/31 01:02:53 Modified files: lib/libcrypto/man: EVP_CIPHER_do_all.3 OBJ_NAME_add.3 OBJ_create.3 OBJ_find_sigid_algs.3 OBJ_nid2obj.3 Log message: Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3) This is the only OBJ_NAME API that will remain after the next major bump. The API is misnamed and really is about EVP, so move it to an EVP manual documenting another API doing essentially the same thing. Remove most cross references to OBJ_NAME_*. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/31 01:07:13 Log message: import games/ottomatic In 1957, evil Brain Aliens have arrived on Earth in flying saucers from Planet X. These aliens are abducting humans to be slaves for The Giant Brain. The Otto Matics, righteous robots, are here to save humanity. As Otto Matic, your mission is to rescue as many humans as possible while defeating the Brain Aliens and their followers. You'll travel to treacherous alien worlds in your rocket ship, starting with Earth. Save humans while avoiding the Brain Aliens' abduction attempts. Teleport the saved humans to your ship. Once The Giant Brain is defeated and peace is restored, return to Earth to free the rescued humans. Released in 2001, Otto Matic was an iMac-exclusive bundled game. port submitted by izzy Meyer izder456 at disroot org OK thfr Status: Vendor Tag: sebastia Release Tags: sebastia_20240131 N ports/games/ottomatic/Makefile N ports/games/ottomatic/distinfo N ports/games/ottomatic/pkg/DESCR N ports/games/ottomatic/pkg/PLIST N ports/games/ottomatic/patches/patch-src_Main_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/01/31 01:08:08 Modified files: games : Makefile Log message: hook up ottomatic CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/31 01:47:58 Modified files: audio/shairport-sync: Makefile audio/shairport-sync/pkg: shairport_sync.rc Log message: disable rcctl reload, the daemon has no SIGHUP handler/reload functionality Add net as secondary category while here. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/31 03:36:48 Modified files: textproc/luceneplusplus: Makefile distinfo textproc/luceneplusplus/patches: patch-CMakeLists_txt patch-src_contrib_CMakeLists_txt patch-src_core_CMakeLists_txt patch-src_test_CMakeLists_txt textproc/luceneplusplus/pkg: PLIST Added files: textproc/luceneplusplus/patches: patch-src_config_contrib_CMakeLists_txt patch-src_config_core_CMakeLists_txt Removed files: textproc/luceneplusplus/patches: patch-include_VariantUtils_h Log message: update textproc/luceneplusplus to 3.0.8 Disable the tests since ports gtest is not playing well with it. This update allows to remove the C++17 unary binary function thingy hack needed for the newer libc++. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/31 03:38:28 Modified files: devel/poedit : Makefile Log message: devel/poedit: remove the workaround for libcxx 16.0.6 after luneceneplusplus update CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/01/31 04:23:20 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c output_json.c Log message: Convert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf API. This converts show_attr() and json_attr() and with that also the community specific functions. This removes some hacks inside of show_attr() that where added before. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/31 05:27:57 Modified files: sys/netinet : in_pcb.c in_pcb.h sys/netinet6 : in6_pcb.c ip6_output.c Log message: Split in_pcbrtentry() and in6_pcbrtentry() based on INP_IPV6. Splitting the IPv6 code into a separate function results in less #ifdef INET6. Also struct route_in6 *ro in in6_pcbrtentry() is of the correct type and in_pcbrtentry() does not rely on the fact that inp_route and inp_route6 are pointers to the same union. OK kn@ claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/31 06:18:07 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-lang PLIST-main Log message: update to vim-9.1.0065 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/01/31 06:18:51 Modified files: editors/vim-spell: Makefile.inc distinfo Log message: adjust for vim update to 9.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/01/31 07:26:03 Modified files: geo/gpxsee : Makefile distinfo geo/gpxsee/pkg : PLIST Log message: geo/gpxsee: update to 13.15 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/01/31 07:56:43 Modified files: sys/net : route.c route.h sys/netinet : ip_input.c ip_output.c sys/netinet6 : in6.h Log message: Add route generation number to route cache. The outgoing route is cached at the inpcb. This cache was only invalidated when the socket closes or if the route gets invalid. More specific routes were not detected. Especially with dynamic routing protocols, sockets must be closed and reopened to use the correct route. Running ping during a route change shows the problem. To solve this, add a route generation number that is updated whenever the routing table changes. The lookup in struct route is put into the route_cache() function. If the generation number is too old, the cached route gets discarded. Implement route_cache() for ip_output() and ip_forward() first. IPv6 and more places will follow. OK claudio@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/31 08:01:13 Modified files: usr.sbin/rpki-client: x509.c Log message: Make the error a bit easier to read OK tb@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/31 08:38:15 Modified files: www/nextcloud/26: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/26/pkg: Tag: OPENBSD_7_4 PLIST Log message: Update for Nextcloud to 26.0.11 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/01/31 08:39:14 Modified files: www/nextcloud/26: Makefile distinfo www/nextcloud/26/pkg: PLIST Log message: Update for Nextcloud to 26.0.11 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/31 09:57:59 Modified files: devel/py-setuptools-rust: Makefile distinfo devel/py-setuptools-rust/pkg: PLIST Log message: Update py-setuptools-rust to 1.8.1, ok sthen tested with py-cryptography (sthen, tb), synapse and py-bcrypt (sthen) https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#181-2023-10-30 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/31 10:03:19 Modified files: security/py-cryptography: Makefile crates.inc distinfo security/py-cryptography/pkg: PLIST security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Log message: Update py-cryptography{,_vectors}() to 42.0.2, ok sthen Tested on amd64, arm64, sparc64 https://cryptography.io/en/latest/changelog/#v42-0-2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/31 10:07:27 Modified files: security/py-openssl: Makefile distinfo Removed files: security/py-openssl/patches: patch-tests_memdbg_py Log message: Update to py-openssl 24.0.0, ok sthen Tested by sthen with ripe.atlas.tools and ansible. Regress test improvements to avoid hangs and other errors from sthen CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/01/31 10:19:02 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Add reference to RRDP Session Desynchronization draft CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/01/31 11:00:10 Modified files: mail/opensmtpd-extras: Makefile Added files: mail/opensmtpd-extras/patches: patch-api_mproc_c patch-api_queue_api_c Log message: mail/opensmtpd-extras: use imsg_get_fd() ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/01/31 11:09:01 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-4.2.2 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.2.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/01/31 14:00:05 Modified files: security/py-cryptography_vectors: Makefile Log message: cryptography_vectors: setuptools -> flit_core CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/31 15:46:19 Modified files: net/torsocks : Makefile distinfo net/torsocks/patches: patch-src_common_compat_h patch-src_lib_syscall_c patch-src_lib_torsocks_c net/torsocks/pkg: DESCR Removed files: net/torsocks/patches: patch-src_lib_fclose_c Log message: update to torsocks 2.3.0; OK pascal upstream changed sites, fclose(3) patch got merged, others remain. https://gitlab.torproject.org/tpo/core/torsocks/-/releases CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/01/31 16:46:06 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.43.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/01/31 17:39:57 Modified files: sys/arch/arm/include: vmparam.h Log message: the clang binary never shrinks, especially since it is statically linked (for performance). in this case, it grew larger than the maximum text segment size; increase that size. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/01/31 19:37:34 Modified files: usr.bin/ssh : gss-genr.c nchan.c session.c sftp.c sshbuf-getput-crypto.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2024/01/31 22:28:54 Modified files: usr.bin/aucat : aucat.c Log message: aucat: Fix MIDI control of the levels of individual files Change the order of slot_list to match the order of the -io options on the command-line and fix the way slot_list searched using the MIDI channel number of the CC-07 message. Reported and analysed by Dirk-Wilhelm Peters Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/01 01:25:33 Modified files: mail/grommunio/gromox: Makefile Log message: -main needed a bump for MODPHP_VERSION as well due to "@comment lib/php-${MODPHP_VERSION}/" CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/01 02:08:11 Modified files: security/py-openssl: Makefile Log message: py-openssl: enable the shutdown test again This was broken in tls13_legacy.c r1.43 and fixed again in r1.44. The worrying bit here is that py-cryptography doesn't seem to pick up some changes in shared libraries without recompiling. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 02:50:15 Modified files: usr.sbin/rpki-client: parser.c Log message: proc_parser_mft_pre: tweak a warning message discussed with job CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/01 03:28:18 Modified files: devel/llvm/17 : Makefile devel/llvm/17/patches: patch-clang_lib_Driver_ToolChains_Clang_cpp Log message: temporary disable ret-protector on arm64 because it produces some weird code this allows me to move ahead with other things until this gets fixed CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/01 04:18:02 Modified files: sysutils/ddrescue: Makefile distinfo Log message: update to ddrescue-1.28, from Martin Ziemer (maintainer) while there, fix CONFIGURE_STYLE, it is not an autoconf-generated script so should use 'simple' not 'gnu'. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/01 04:37:10 Modified files: usr.sbin/bgpctl: bgpctl.c mrtparser.c mrtparser.h Log message: Convert the mrtparser to use ibufs in many places. More is possible but for now this covers most of the message parsers. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/01 04:40:22 Modified files: security/lego : Makefile distinfo modules.inc Log message: update to lego-4.15.0, from Horia Racoviceanu (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/01 07:09:09 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-third_party_libwebrtc_modules_video_capture_video_capture_factory_cc Log message: www/mozilla-firefox: fix webcam detection gypped from freebsd/freebsd-ports@53a70f1248 cf #1878010 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/01 07:11:12 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile Added files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-third_party_libwebrtc_modules_video_capture_video_capture_factory_cc Log message: www/mozilla-firefox: MFC fix webcam detection gypped from freebsd/freebsd-ports@53a70f1248 cf #1878010 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/01 07:34:58 Modified files: security/py-cryptography: Makefile Log message: py-cryptography: link libcrypto and libssl dynamically, ok sthen Setting OPENSSL_STATIC=0 short circuits the logic that assumes that there are "libcrypto.so" and "libssl.so" files in /usr/lib and therefore decides that we need to link statically. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 08:11:38 Modified files: usr.sbin/rpki-client: cert.c cms.c crl.c extern.h print.c validate.c x509.c Log message: Normalize the nid printing OBJ_nid2* can return NULL if the gloriously consistent objects.txt database doesn't specify a long or a short name. So try the long name first, fall back to the short name, and if both fail, use "unknown". Always include the nid as a decimal. ok claudio CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/01 08:44:42 Modified files: www/azorius : Makefile distinfo www/azorius/pkg: PLIST README Added files: www/azorius/pkg: MESSAGE Removed files: www/azorius : modules.inc Log message: Update for Azorius to 0.3.2 from Horia mantainer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/01 08:48:39 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c mail/neomutt/pkg: PLIST Removed files: mail/neomutt/patches: patch-conn_sasl_c patch-conn_sasl_h Log message: update to neomutt-20240201 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/01 08:49:38 Modified files: net/dendrite : Makefile distinfo modules.inc Log message: Update for Dendrite to 0.13.5 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 10:04:09 Modified files: lib/libcrypto/bio: b_dump.c Log message: Prepare to remove the _cb() and _fp() versions of BIO_dump() apache-httpd uses BIO_dump(), libssl uses BIO_dump_indent(), and the openssl(1) app uses both. Otherwise this is unused. This is horribly bad code even by libcrypto standards. By doing away with the callbacks fixes incorrect error checking for fwrite() but there is a lot more wrong in here. This can be cleaned up in a later pass, the only concern here is to be able to remove the unused variants in the next major bump. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 10:11:58 Modified files: lib/libcrypto/evp: evp_pbe.c Log message: Inline EVP_PBE_find() in its last two callers This API was already cleaned up quite a bit, but it is unused in the ecosystem and the two internal callers can be simplified a lot when inlining the lookups. EVP_PBE_CipherInit() can walk the table of "outer" PBEs and reach into the matching pbe for its cipher_nid, md_nid and keygen(). PKCS5_v2_PBKDF2_keyivgen() uses EVP_PBE_find() as a way to mapping a PRF (given by the nid of an HMAC with some digest) to the digest's nid. This can be done by a simple switch. Move MD5 to the top and GOST to the end in that switch and wrap the latter in OPENSSL_NO_GOST, so it will go away once we define OPENSSL_NO_GOST. ok beck CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/01 11:26:45 Modified files: usr.sbin/pcidump: pcidump.c Log message: Print information about (legacy) Multiple Message MSIs. ok kevlo@, dlg@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/01 12:24:32 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.43 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/02/01 13:03:32 Modified files: devel/sccache : Makefile crates.inc distinfo Log message: devel/sccache: update to 0.7.6 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/01 14:37:38 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.12 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/01 16:12:03 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Removed files: security/p5-IO-Socket-SSL/patches: patch-t_verify_hostname_standalone_t Log message: update p5-IO-Socket-SSL to 2.085 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2024/02/01 16:16:38 Modified files: lib/libcrypto/x509: x509_verify.c Log message: Fix the verifier to use the trust store the trust store is yet another obscure way to add a trust anchor CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/01 17:13:34 Modified files: usr.bin/ssh : kex.h Log message: whitespace CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:03:16 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v10_0.c Log message: drm/amdgpu: Fix the null pointer when load rlc firmware From Ma Jun 8b5bacce2d13dbe648f0bfd3f738ecce8db4978c in linux-6.6.y/6.6.15 bc03c02cc1991a066b23e69bbcc0f66e8f1f7453 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:05:16 Modified files: sys/dev/pci/drm/i915/display: icl_dsi.c Log message: Revert "drm/i915/dsi: Do display on sequence later on icl+" From Ville Syrjala 0d87d67f447da783ef3bd9c46e5f6ffe214a0aa1 in linux-6.6.y/6.6.15 6992eb815d087858f8d7e4020529c2fe800456b3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:07:10 Modified files: sys/dev/pci/drm: drm_plane.c Log message: drm: Don't unref the same fb many times by mistake due to deadlock handling From Ville Syrjala d7afdf360f4ac142832b098b4de974e867cc063c in linux-6.6.y/6.6.15 cb4daf271302d71a6b9a7c01bd0b6d76febd8f0c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:11:16 Modified files: sys/dev/pci/drm: drm_plane.c sys/dev/pci/drm/include/drm: drm_drv.h drm_file.h Log message: drm: Disable the cursor plane on atomic contexts with virtualized drivers From Zack Rusin 87b3b45ce7b4dd745506f9437b968c5e35b87dda in linux-6.6.y/6.6.15 4e3b70da64a53784683cfcbac2deda5d6e540407 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:15:11 Modified files: sys/dev/pci/drm: drm_damage_helper.c sys/dev/pci/drm/include/drm: drm_plane.h Log message: drm: Allow drivers to indicate the damage helpers to ignore damage clips From Javier Martinez Canillas 45aafb5075754bbe6458a6b3e8ad02b408c35211 in linux-6.6.y/6.6.15 35ed38d58257336c1df26b14fd5110b026e2adde in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:21:27 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c Log message: drm/amdgpu: correct the cu count for gfx v11 From Likun Gao b788696f9ed01019b10b1a2d7e92b4f8c61434d6 in linux-6.6.y/6.6.15 f4a94dbb6dc0bed10a5fc63718d00f1de45b12c0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:23:33 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_edp_panel_control.c Log message: drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay() From Srinivasan Shanmugam 22ae604aea14756954e1c00ae653e34d2afd2935 in linux-6.6.y/6.6.15 7073934f5d73f8b53308963cee36f0d389ea857c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:25:14 Modified files: sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314: dcn314_clk_mgr.c Log message: drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A From Nicholas Kazlauskas fbc4ee5ca79bcdb8010e7209c0a8d48333b324a2 in linux-6.6.y/6.6.15 4b56f7d47be87cde5f368b67bc7fac53a2c3e8d2 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:27:33 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_helpers.c Log message: drm/amd/display: Align the returned error code with legacy DP From Wayne Lin d3af41be094a39e1a1392d1d42cdf3eb90922476 in linux-6.6.y/6.6.15 bfe79f5fff1300d96203383582b078c7b0aec80a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:30:24 Modified files: sys/dev/pci/drm/amd/display/dc/link: link_dpms.c Log message: drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()' From Srinivasan Shanmugam 6aa5ede6665122f4c8abce3c6eba06b49e54d25c in linux-6.6.y/6.6.15 3bb9b1f958c3d986ed90a3ff009f1e77e9553207 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:32:46 Modified files: sys/dev/pci/drm/amd/pm/swsmu: amdgpu_smu.c sys/dev/pci/drm/amd/pm/swsmu/smu11: smu_v11_0.c sys/dev/pci/drm/amd/pm/swsmu/smu13: smu_v13_0.c Log message: drm/amdgpu/pm: Fix the power source flag error From Ma Jun dcda362dc5b4d5aa0df9d1511cb9427df04d2d11 in linux-6.6.y/6.6.15 ca1ffb174f16b699c536734fc12a4162097c49f4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:34:24 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dpcd.c Log message: drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions From Srinivasan Shanmugam b565f41b9f20ed65d73660ffa6d8e495bc839789 in linux-6.6.y/6.6.15 a58371d632ebab9ea63f10893a6b6731196b6f8d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:36:30 Modified files: sys/dev/pci/drm/i915/display: intel_psr.c Log message: drm/i915/lnl: Remove watchdog timers for PSR From Mika Kahola e017ec3807d40a196dd328ca25b3219e0f97c9cc in linux-6.6.y/6.6.15 a2cd15c2411624a7a97bad60d98d7e0a1e5002a6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:38:12 Modified files: sys/dev/pci/drm/i915/display: intel_psr.c Log message: drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT From Ville Syrjala 02cfae7d62783614b433ec93b2ccf9d9fba212ff in linux-6.6.y/6.6.15 f9f031dd21a7ce13a13862fa5281d32e1029c70f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:39:57 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v10_0.c sys/dev/pci/drm/amd/amdkfd: kfd_mqd_manager_v10.c Log message: drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs From Alex Deucher b59ea95e72e051fe53a5c978222d65b80ca2ef96 in linux-6.6.y/6.6.15 03ff6d7238b77e5fb2b85dc5fe01d2db9eb893bd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/01 20:41:53 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v11_0.c sys/dev/pci/drm/amd/amdkfd: kfd_mqd_manager_v11.c Log message: drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs From Alex Deucher 5ff487d180dc25138d2261dda9e3b2d46ef3051a in linux-6.6.y/6.6.15 3380fcad2c906872110d31ddf7aa1fdea57f9df6 in mainline linux CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 23:22:01 Modified files: regress/lib/libcrypto/bio: Makefile Added files: regress/lib/libcrypto/bio: bio_dump.c Log message: Add regress coverage for BIO_dump() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 23:39:58 Modified files: regress/lib/libcrypto/bio: bio_dump.c Log message: bio_dump: add one more testcase This one covers the silly minuses between the hexdump and the ASCII dump when dumping eight bytes per line. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/02/01 23:44:00 Modified files: www/goaccess : Makefile distinfo www/goaccess/patches: patch-config_goaccess_conf patch-src_browsers_c Log message: upddate to goaccess-1.9 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/01 23:47:21 Modified files: regress/lib/libcrypto/bio: bio_dump.c Log message: bio_dump: fix indent CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 00:01:22 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.2222.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 00:05:03 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-462.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 00:06:30 Modified files: multimedia/pipewire/pipewire: Makefile distinfo Log message: Update to pipewire-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 00:10:37 Modified files: mail/sendmail : Makefile distinfo Log message: Update to sendmail-8.18.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 00:25:34 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.7.2. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/02/02 00:52:28 Modified files: chinese/libchewing: Makefile distinfo chinese/libchewing/pkg: PLIST Added files: chinese/libchewing/patches: patch-CMakeLists_txt Removed files: chinese/libchewing/patches: patch-configure Log message: Update chinese/libchewing to 0.6.0 Changelog: https://github.com/chewing/libchewing/releases/tag/v0.6.0 ok kn@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/02 00:56:30 Modified files: games/ottomatic: Makefile Log message: games/ottomatic: remove audio/libsamplerate from dependencies, not needed based on a diff by izzy (MAINTAINER); while here remove NO_TEST too. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/02 00:58:20 Modified files: games/ottomatic: Makefile Log message: games/ottomatic: use tabs and not spaces for indent CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2024/02/02 01:23:29 Modified files: sbin/pfctl : pfctl.c Log message: The fix to pfctl_kill_src_nodes() comes from Olivier Croquin. bluhm@ pointed out pfctl_net_kill_states() suffers from the same copy'n'paste typo. Commit combines both fixes. OK @bluhm, OK @kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/02 02:37:32 Modified files: devel/sccache : Makefile Log message: sccache: drop BDEP on rust-ring and reduce NOT_FOR_ARCHS ok caspar (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/02 02:46:02 Modified files: mail/aerc : Makefile distinfo modules.inc mail/aerc/patches: patch-filters_colorize_c mail/aerc/pkg : PLIST Log message: update mail/aerc to 0.17.0 Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.17.0 Diff from Johannes Thyssen Tishman (johannes at thyssentishman -dot- com), ok Thim Cederlund (MAINTAINER) . Patches updated by me CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/02 03:13:00 Modified files: x11/freerdp : Makefile Added files: x11/freerdp/patches: patch-channels_rdpsnd_client_rdpsnd_main_c Log message: Default /sound to sndio(7) not fake backend Make "xfreerdp /sound ..." and more importantly remmina(1) produce local audio without having to specify the only sane/working parameter. OK rsadowski sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/02 03:14:45 Modified files: multimedia/openh264: Makefile distinfo Log message: update to openh264 2.4.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 03:53:49 Modified files: lib/libcrypto/bio: b_dump.c Log message: Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf() Instead of heaps of unchecked strlcpy/strlcat/snprintf doing hard to follow gymnastics, use a byte string, a somewhat comprehensible computation of the number of bytes to dump per output line and write using checked BIO_printf() directly to the BIO. Longer strings will still overflow the terminal width of 80 and even longer strings will still overflow the return value (undefined behavior). I don't care much about the former but the latter should be fixed in a later pass. ok beck CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/02 04:23:32 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.15.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/02 04:23:34 Modified files: devel/py-tz : Makefile distinfo Log message: update to py3-tz-2024.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/02 04:58:11 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_compiler_specific_h patch-base_files_file_path_watcher_h patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_logging_unittest_cc patch-base_native_library_unittest_cc patch-base_process_memory_linux_cc patch-base_process_process_handle_h patch-base_rand_util_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_app_management_strings_grdp patch-chrome_app_chrome_main_cc 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_theme_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_apps_app_service_publishers_extension_apps_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_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc 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_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_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_webrtc_logging_private_webrtc_logging_private_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_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_h patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_password_manager_password_reuse_manager_factory_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_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_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_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h 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_frame_browser_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_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_h patch-chrome_common_chrome_switches_cc patch-chrome_common_pref_names_h 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_updater_configurator_cc patch-chrome_updater_util_posix_util_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_commerce_core_commerce_feature_list_cc patch-components_commerce_strings_grdp patch-components_components_chromium_strings_grd patch-components_components_google_chrome_strings_grd patch-components_cookie_config_cookie_store_util_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_gwp_asan_client_gwp_asan_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_omnibox_browser_omnibox_edit_model_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_paint_preview_browser_paint_preview_client_cc patch-components_paint_preview_browser_paint_preview_client_unittest_cc patch-components_paint_preview_player_player_compositor_delegate_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_policy_core_browser_policy_pref_mapping_test_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_policy_loader_common_cc patch-components_policy_core_common_policy_paths_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_supervised_user_core_browser_proto_fetcher_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_supervised_user_core_common_features_cc patch-components_sync_base_features_cc patch-components_user_education_views_help_bubble_view_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-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_audio_audio_service_cc patch-content_browser_browser_main_loop_cc patch-content_browser_gpu_compositor_util_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_media_media_keys_listener_manager_impl_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_delegated_frame_host_cc patch-content_browser_renderer_host_pepper_pepper_file_io_host_cc patch-content_browser_renderer_host_render_process_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_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_BUILD_gn patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_gpu_gpu_main_cc patch-content_public_browser_content_browser_client_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-extensions_common_api_runtime_json 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_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-ipc_ipc_channel_h patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_h patch-net_filter_zstd_source_stream_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-remoting_host_base_desktop_environment_options_cc patch-remoting_host_client_session_cc patch-remoting_host_host_attributes_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-sandbox_policy_features_cc patch-sandbox_policy_features_h patch-services_audio_audio_sandbox_hook_linux_cc patch-services_device_compute_pressure_cpu_probe_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_hid_BUILD_gn patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_mojom_BUILD_gn patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_tracing_public_cpp_stack_sampling_tracing_sampler_profiler_cc patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_angle_BUILD_gn patch-third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_h patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h patch-third_party_blink_public_platform_platform_h patch-third_party_blink_public_platform_web_vector_h 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_frame_web_frame_test_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc patch-third_party_blink_renderer_modules_ml_webnn_features_gni 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_cc patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_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_crashpad_crashpad_util_misc_uuid_cc patch-third_party_ffmpeg_configure patch-third_party_ffmpeg_libavutil_x86_x86inc_asm patch-third_party_leveldatabase_env_chromium_cc patch-third_party_perfetto_include_perfetto_base_time_h 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_speech-dispatcher_libspeechd_version_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-tools_gn_build_gen_py patch-tools_json_schema_compiler_feature_compiler_py patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_base_x_x11_display_manager_cc patch-ui_color_color_id_h patch-ui_display_screen_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_font_render_params_h patch-ui_gfx_platform_font_skia_cc patch-ui_gfx_x_generated_protos_dri3_cc patch-ui_gfx_x_generated_protos_shm_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_switches_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_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc Added files: www/chromium/patches: patch-base_posix_sysctl_cc patch-chrome_browser_accessibility_pdf_ocr_controller_cc patch-chrome_browser_compose_chrome_compose_client_cc patch-chrome_browser_search_engine_choice_search_engine_choice_client_side_trial_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc patch-chrome_browser_ui_webui_about_about_ui_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_h patch-components_crash_core_app_crashpad_handler_main_cc patch-components_password_manager_core_browser_password_store_login_database_unittest_cc patch-components_policy_core_common_policy_utils_cc patch-components_qr_code_generator_BUILD_gn patch-components_qr_code_generator_features_cc patch-components_qr_code_generator_features_h patch-components_qr_code_generator_qr_code_generator_cc patch-components_search_engines_template_url_service_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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_viz_test_fake_display_client_cc patch-components_viz_test_fake_display_client_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_common_gpu_pre_sandbox_hook_bsd_cc patch-content_common_gpu_pre_sandbox_hook_bsd_h patch-gpu_config_gpu_info_collector_cc patch-media_gpu_chromeos_libyuv_image_processor_backend_cc patch-media_gpu_chromeos_platform_video_frame_utils_cc patch-services_on_device_model_on_device_model_service_h patch-services_on_device_model_pre_sandbox_init_cc patch-third_party_angle_src_common_system_utils_cpp patch-third_party_angle_src_common_system_utils_linux_cpp patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_libc++abi_src_src_cxa_guard_impl_h patch-third_party_libvpx_source_libvpx_vpx_ports_aarch64_cpudetect_c patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_native_theme_native_theme_features_cc patch-ui_ozone_platform_wayland_common_wayland_util_cc patch-ui_qt_BUILD_gn Removed files: www/chromium/patches: patch-build_config_linux_atspi2_BUILD_gn patch-chrome_browser_browser_features_h patch-chrome_browser_component_updater_registration_cc patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_ui_webui_about_ui_cc patch-components_autofill_core_browser_data_model_autofill_i18n_api_h patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_generic_sensor_frame_sensor_provider_proxy_cc patch-content_gpu_BUILD_gn patch-content_gpu_gpu_sandbox_hook_bsd_cc patch-content_gpu_gpu_sandbox_hook_bsd_h patch-net_cert_pki_general_names_h patch-third_party_abseil-cpp_absl_base_internal_raw_logging_cc patch-third_party_blink_renderer_core_layout_ng_physical_fragment_rare_data_h patch-third_party_distributed_point_functions_BUILD_gn patch-ui_ozone_public_platform_screen_h patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h 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_deoptimizer_x64_deoptimizer-x64_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-v8_src_regexp_x64_regexp-macro-assembler-x64_cc patch-v8_src_regexp_x64_regexp-macro-assembler-x64_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Log message: update to 121.0.6167.139 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/02 05:01:49 Modified files: sys/dev/fdt : sxiccmu.c sxiccmu_clocks.h Log message: Add a few more Allwinner D1 clocks. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/02 05:02:26 Modified files: sys/dev/fdt : sximmc.c Log message: Add Allwinner D1 support. ok jca@, patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/02 05:09:18 Modified files: sys/arch/riscv64/conf: GENERIC RAMDISK Log message: Enable sximmc(4) CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 05:23:16 Modified files: usr.sbin/rpki-client: parser.c Log message: Rework error messages a bit OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 05:35:15 Modified files: usr.sbin/rpki-client: parser.c Log message: refactoring: move time validity window checks out of proc_parser_mft_post() OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 06:40:50 Modified files: usr.sbin/rpki-client: parser.c Log message: refactor: move parse_filepath() to avoid pointer indirection OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 07:11:45 Modified files: lib/libcrypto/cms: cms_kari.c Log message: Ignore EVP_CIPHER_CTX_reset() return value, it can't fail CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 07:13:11 Modified files: lib/libcrypto/cms: cms_sd.c Log message: Ignore EVP_MD_CTX_reset() return value Also drop now unnecessary NULL checks before it. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 07:13:58 Modified files: usr.sbin/rpki-client: parser.c Log message: refactor: no longer needed to pass loc to the mft preparser OK tb@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/02 07:58:02 Modified files: usr.sbin/vmd : vm_agentx.c Log message: Explain missing group on getgrnam(3) failure. vmd's use of agentx requires the agentx group, but if unavailable, no details were given to the user. Zap some whitespace whitespace while here. "that is better", deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/02 08:39:23 Modified files: sys/netinet : in_pcb.c Log message: In in_pcbrtentry() add missing return of in6_pcbrtentry() value. Reported-by: syzbot+5f2286d5962355f0cfd8@syzkaller.appspotmail.com OK kn@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/02 08:44:19 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: Implement basics of the qwx(4) data frame Rx path. Port enough ath11k dp_rx code in order to let our net80211 stack see the initial WPA handshake packet sent by the AP. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 08:46:18 Modified files: multimedia/pipewire/pipewire: Makefile distinfo Log message: Update to pipewire-1.0.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/02 08:55:30 Modified files: devel/glibmm268: Makefile distinfo Log message: Update to glibmm268-2.78.1. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/02 09:10:33 Modified files: usr.sbin/bgpd : rde.c Log message: Cleanup a couple of fatal messages to be less bad. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/02 09:14:51 Modified files: usr.sbin/bgpd : util.c Log message: aspath_inflate() can be called with an empty ASPATH. In this case ibuf_size(in) is 0 and the ibuf_open() fails because right now 0 sized ibufs are not allowed. Add + 1 to the size calculation as a workaround. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 09:15:09 Modified files: usr.sbin/rpki-client: parser.c Log message: refactor: populate mft->path in the pre parser OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 09:41:41 Modified files: usr.sbin/rpki-client: parser.c Log message: parser: no need to overload err1 twice. err2 is only used in the second call to proc_parser_mft_proc() and right before it there is already an error overload. ok job CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 11:11:13 Modified files: usr.sbin/rpki-client: parser.c Log message: refactor: don't call proc_parser_mft_post for the first mft should be exact same behaviour as before OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 11:22:45 Modified files: usr.sbin/rpki-client: parser.c Log message: fix previous: a *mp = mft1 got lost ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 11:59:35 Modified files: usr.sbin/rpki-client: parser.c Log message: parser: inline last call to proc_parser_mft_post() with and ok job CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 12:26:26 Modified files: usr.sbin/rpki-client: parser.c Log message: no longer check staleness in proc_parser_mft invert logic for readability OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 12:26:49 Modified files: usr.sbin/rpki-client: mft.c Log message: Remove old comment OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/02 12:31:59 Modified files: usr.sbin/rpki-client: parser.c Log message: Update the comment CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/02 12:52:06 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_compiler_specific_h patch-base_files_file_path_watcher_h patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_logging_unittest_cc patch-base_native_library_unittest_cc patch-base_process_memory_linux_cc patch-base_process_process_handle_h patch-base_rand_util_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_app_management_strings_grdp patch-chrome_app_chrome_main_cc 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_theme_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_apps_app_service_publishers_extension_apps_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_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc 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_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_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_webrtc_logging_private_webrtc_logging_private_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_media_galleries_media_file_system_registry_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_h patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_h patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_password_manager_password_reuse_manager_factory_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_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_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_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h 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_frame_browser_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_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_h patch-chrome_common_chrome_switches_cc patch-chrome_common_pref_names_h 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_updater_configurator_cc patch-chrome_updater_util_posix_util_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_commerce_core_commerce_feature_list_cc patch-components_commerce_strings_grdp patch-components_components_chromium_strings_grd patch-components_components_google_chrome_strings_grd patch-components_cookie_config_cookie_store_util_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_gwp_asan_client_gwp_asan_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_omnibox_browser_omnibox_edit_model_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_paint_preview_browser_paint_preview_client_cc patch-components_paint_preview_browser_paint_preview_client_unittest_cc patch-components_paint_preview_player_player_compositor_delegate_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_policy_core_browser_policy_pref_mapping_test_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_policy_loader_common_cc patch-components_policy_core_common_policy_paths_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_supervised_user_core_browser_proto_fetcher_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_supervised_user_core_common_features_cc patch-components_sync_base_features_cc patch-components_user_education_views_help_bubble_view_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-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_audio_audio_service_cc patch-content_browser_browser_main_loop_cc patch-content_browser_gpu_compositor_util_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_media_media_keys_listener_manager_impl_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_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_zygote_host_zygote_host_impl_linux_cc patch-content_child_BUILD_gn patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_gpu_gpu_main_cc patch-content_public_browser_content_browser_client_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-extensions_common_api_runtime_json 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_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-ipc_ipc_channel_h patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_h patch-net_filter_zstd_source_stream_cc patch-net_socket_udp_socket_posix_cc patch-net_socket_udp_socket_unittest_cc patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-remoting_host_base_desktop_environment_options_cc patch-remoting_host_client_session_cc patch-remoting_host_host_attributes_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_host_webauthn_remote_webauthn_caller_security_utils_cc patch-sandbox_policy_features_cc patch-sandbox_policy_features_h patch-services_audio_audio_sandbox_hook_linux_cc patch-services_device_compute_pressure_cpu_probe_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_hid_BUILD_gn patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_mojom_BUILD_gn patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_tracing_public_cpp_stack_sampling_tracing_sampler_profiler_cc patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_angle_BUILD_gn patch-third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_h patch-third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h patch-third_party_blink_public_platform_platform_h patch-third_party_blink_public_platform_web_vector_h 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_frame_web_frame_test_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc patch-third_party_blink_renderer_modules_ml_webnn_features_gni 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_cc patch-third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_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_crashpad_crashpad_util_misc_uuid_cc patch-third_party_ffmpeg_configure patch-third_party_ffmpeg_libavutil_x86_x86inc_asm patch-third_party_leveldatabase_env_chromium_cc patch-third_party_perfetto_include_perfetto_base_time_h 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_speech-dispatcher_libspeechd_version_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-tools_gn_build_gen_py patch-tools_json_schema_compiler_feature_compiler_py patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_base_x_x11_cursor_loader_cc patch-ui_base_x_x11_display_manager_cc patch-ui_color_color_id_h patch-ui_display_screen_h patch-ui_events_devices_x11_device_data_manager_x11_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_font_render_params_h patch-ui_gfx_platform_font_skia_cc patch-ui_gfx_x_generated_protos_dri3_cc patch-ui_gfx_x_generated_protos_shm_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_switches_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_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc Added files: www/ungoogled-chromium/patches: patch-base_posix_sysctl_cc patch-chrome_browser_accessibility_pdf_ocr_controller_cc patch-chrome_browser_compose_chrome_compose_client_cc patch-chrome_browser_search_engine_choice_search_engine_choice_client_side_trial_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_cc patch-chrome_browser_ui_webui_about_about_ui_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_h patch-components_crash_core_app_crashpad_handler_main_cc patch-components_password_manager_core_browser_password_store_login_database_unittest_cc patch-components_policy_core_common_policy_utils_cc patch-components_qr_code_generator_BUILD_gn patch-components_qr_code_generator_features_cc patch-components_qr_code_generator_features_h patch-components_qr_code_generator_qr_code_generator_cc patch-components_search_engines_template_url_service_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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_viz_test_fake_display_client_cc patch-components_viz_test_fake_display_client_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_common_gpu_pre_sandbox_hook_bsd_cc patch-content_common_gpu_pre_sandbox_hook_bsd_h patch-gpu_config_gpu_info_collector_cc patch-media_gpu_chromeos_libyuv_image_processor_backend_cc patch-media_gpu_chromeos_platform_video_frame_utils_cc patch-services_on_device_model_on_device_model_service_h patch-services_on_device_model_pre_sandbox_init_cc patch-third_party_angle_src_common_system_utils_cpp patch-third_party_angle_src_common_system_utils_linux_cpp patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_libc++abi_src_src_cxa_guard_impl_h patch-third_party_libvpx_source_libvpx_vpx_ports_aarch64_cpudetect_c patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_native_theme_native_theme_features_cc patch-ui_ozone_platform_wayland_common_wayland_util_cc patch-ui_qt_BUILD_gn Removed files: www/ungoogled-chromium/patches: patch-build_config_linux_atspi2_BUILD_gn patch-chrome_browser_browser_features_h patch-chrome_browser_component_updater_registration_cc patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_ui_webui_about_ui_cc patch-components_autofill_core_browser_data_model_autofill_i18n_api_h patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_generic_sensor_frame_sensor_provider_proxy_cc patch-content_gpu_BUILD_gn patch-content_gpu_gpu_sandbox_hook_bsd_cc patch-content_gpu_gpu_sandbox_hook_bsd_h patch-net_cert_pki_general_names_h patch-third_party_abseil-cpp_absl_base_internal_raw_logging_cc patch-third_party_blink_renderer_core_layout_ng_physical_fragment_rare_data_h patch-third_party_distributed_point_functions_BUILD_gn patch-ui_ozone_public_platform_screen_h patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h 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_deoptimizer_x64_deoptimizer-x64_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-v8_src_regexp_x64_regexp-macro-assembler-x64_cc patch-v8_src_regexp_x64_regexp-macro-assembler-x64_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Log message: update to 121.0.6167.139 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/02 13:09:08 Modified files: devel/abseil-cpp: Makefile distinfo devel/abseil-cpp/patches: patch-absl_status_status_cc patch-absl_types_CMakeLists_txt devel/abseil-cpp/pkg: PLIST audio/mumble : Makefile devel/mtxclient: Makefile devel/protobuf : Makefile devel/protobuf-c: Makefile geo/qgis : Makefile net/mosh : Makefile net/tg_owt : Makefile productivity/glabels: Makefile textproc/re2 : Makefile x11/qt6/qtgrpc : Makefile x11/vlc : Makefile Added files: devel/abseil-cpp/patches: patch-absl_container_CMakeLists_txt Removed files: devel/abseil-cpp/patches: patch-absl_base_internal_raw_logging_cc Log message: Update to abseil-cpp 20240116.0, sync consumers WANTLIB; OK/bulk-tested tb https://github.com/abseil/abseil-cpp/releases/tag/20240116.0 write(2) patch got merged, "bad_any_cast_impl" and "flags" got removed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/02 13:36:29 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure x11/xscreensaver/pkg: PLIST Log message: update to xscreensaver-6.08 - patch to disable ffmpeg - @comment droste, SEGV at startup - set DEBUG_PACKAGES CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/02 13:38:15 Modified files: sysutils/rustic: Makefile distinfo Log message: rustic - drop BDEP on rust-ring and reduce NOT_FOR_ARCHS While here move to DIST_TUPLE CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/02/02 13:54:27 Modified files: usr.sbin/smtpd : parse.y Log message: Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd). This is a backout of revision 1.278. Delivery via lmtp is not limited to running mail.lmtp, it may also be modified by a user's .forward file (if any). OK gilles@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/02 14:13:35 Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: Fix vector number check. ok kevlo@, patrick@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/02 14:31:45 Modified files: www/nextcloud_notify_push: Makefile Log message: nextcloud_notify_push - Drop BDEP on rust-ring and reduce NOT_FOR_ARCHS OK tb@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2024/02/02 15:02:12 Modified files: usr.sbin/smtpd : lka_session.c smtpd.c smtpd.h Log message: there's no good reason to allow smtpd to execute custom command set by root in a .forward file so disallow custom commands and file reading, only allow setting forward addresses and users. as root is no longer allowed to run any MDA but mbox, we can be stricter on the setup of the MDA process and refuse to exec anything that's not an mbox dispatcher. tested by op@ who edited a root envelope to simulate an exploit injecting a custom command in a root envelope, smtpd refused to exec. ok millert@ and op@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/02 15:09:56 Modified files: usr.sbin/rpki-client: parser.c Log message: Rework proc_parser_mft() further By making proc_parser_mft_check() fail on a NULL manifest, we can simplify the manifest selection logic further. This way we can see if the new manifest has all the files it lists with correct hashes and fall back to mft2 if not. This is still more complicated and uglier than it should be, but far les convoluted and mind-bending than a day ago. ok job CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2024/02/02 16:33:42 Modified files: usr.sbin/smtpd : lka_session.c Log message: when an alternate delivery user is provided in a dispatcher, do not process any recipient .forward file except that of the alternate delivery user. ok millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/02 17:11:34 Modified files: usr.sbin/bgpd : rde.c Log message: add missing fatal() call in rde_peer_send_rrefresh() found by "if statement not indented" smatch warning ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/02 17:20:21 Modified files: usr.sbin/tcpdump: print-snmp.c Log message: fix off-by-one in bounds check found by "buffer overflow 'ContextVarbind' 3 <= 3" smatch error ok miod@ stsp@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/02 17:28:07 Modified files: usr.sbin/vmd : vioblk.c Log message: fix vmd vioblk fd closing bounds test found by "buffer overflow 'vioblk->disk_fd' 4 <= 15" smatch error ok dv@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/02 17:38:09 Modified files: sbin/iked : util.c Log message: correct buffer size argument to snprintf in print_proto() found by "snprintf() is printing too much 8192 vs 1024" smatch error ok tobhe@ stsp@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/02 17:54:14 Modified files: sbin/iked : policy.c Log message: fix off-by-one in bounds test found by "buffer overflow 'peerxfs' 6 <= 6" smatch error tobhe@ had a remote peer attempt a transform type of 6 and it is caught by earlier checks before getting here. ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/02 19:01:55 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: update to vultr-cli 2.22.0; from maintainer Adriano CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/02 23:29:25 Modified files: www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Log message: update py-tornado to 6.4 Addresses CVE-2023-28370 and bring Python 3.12 support. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/02 23:55:43 Modified files: net/iperf3 : Makefile Log message: iperf3 is unhappy with base-gcc. Shift to ports-gcc on base-gcc arches. Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/02 23:58:38 Added files: sysutils/ugrep/patches: patch-lzma_C_CpuArch_c Log message: unbreak on arm64 by implementing missing cpu feature functionality CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/03 00:01:15 Modified files: www/chromium : Makefile www/chromium/pkg: PFRAG.swiftshader www/ungoogled-chromium: Makefile www/ungoogled-chromium/pkg: PFRAG.swiftshader Log message: ship vk_swiftshader_icd.json for libvk_swiftshader CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/03 00:15:39 Modified files: audio/libsmackerdec: Makefile Log message: libsmackerdec uses C++ so cannot base-gcc. Move to ports-gcc on base-gcc arches Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/03 00:20:10 Modified files: lang/zig/patches: patch-lib_std_dwarf_abi_zig Log message: lang/zig: add reference to upstream commit for local patch CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/03 00:21:34 Modified files: lang/sbcl : Makefile distinfo Log message: lang/sbcl: update to 2.4.1 Release notes: https://www.sbcl.org/news.html#2.4.1 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/03 00:22:51 Modified files: math/flintlib : Makefile Log message: flintlib doesn't build with base-gcc. Switch to ports-gcc for base-gcc arches Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/03 00:37:11 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/03 00:37:23 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/03 00:37:37 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.34. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/03 00:39:29 Modified files: textproc/rapidjson: Makefile Log message: rapidjson uses C++, so ports-gcc is mandatory on base-gcc arches Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/03 00:44:54 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.0. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/03 01:06:25 Modified files: security/clamav: Makefile Log message: Mark BROKEN-sparc64 This hasn't built in some time because the rust part doesn't build. The memory safe language part dies with a SIGSEGV CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/03 01:18:44 Modified files: lang/zig : Makefile lang/zig/patches: patch-lib_std_debug_zig patch-lib_std_os_zig Log message: lang/zig: unbreak the build msync() might return EPERM now. https://github.com/ziglang/zig/pull/18701 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/03 02:15:57 Modified files: sys/dev/pci/drm: drm_edid.c Log message: return early if malloc fails to avoid use after free found by "passing freed memory 'edid'" smatch warning CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/03 02:26:52 Modified files: usr.sbin/bgpd : rde_peer.c Log message: fix off-by-one in bounds check found by "buffer overflow 'peer->capa.add_path' 7 <= 7" smatch error ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/03 02:53:15 Modified files: sys/arch/amd64/amd64: cacheinfo.c Log message: not enough bits for L1 cache size to be >= 1M found by "mask and shift to zero: expr='totalsize >> 10'" smatch warning CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/03 03:03:18 Modified files: sys/dev/ic : qwx.c qwxreg.h qwxvar.h Log message: implement qwx_tx() This gets the 4-way handshake working. Unfortunately, no traffic is passing yet, apparently because of CCMP decryption errors in Rx. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/03 03:37:26 Modified files: sys/arch/arm64/dev: acpipci.c agintc.c aplpcie.c pci_machdep.c sys/arch/arm64/include: pci_machdep.h sys/arch/riscv64/dev: pci_machdep.c sys/arch/riscv64/include: pci_machdep.h sys/dev/fdt : bcm2711_pcie.c dwpcie.c mvkpcie.c pciecam.c rkpcie.c sys/dev/pci : pcivar.h Log message: Implement Multiple Message MSI support on arm64. As on amd64 this is experimental code to assis qwx(4) development. Currently this only works on systems that use agintcmsi(4) as the MSI controller combined with the dwpcie(4) Hots/PCIe bridge. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/03 04:03:15 Modified files: security/py-openssl: Makefile Log message: py-openssl: fix comment: shutdown test is no longer disabled CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/03 04:03:48 Modified files: gnu/llvm/lld/ELF: SyntheticSections.cpp Writer.cpp gnu/llvm/lld/ELF/Arch: X86_64.cpp Log message: On OpenBSD we always want IBT-compatible PLT entries. Currently we use repoline PLT entries that were changed to include the necessary endbr64 instructions. But with -Wl,-znoretpolineplt we would still emit non-BIT PLT entries under certain circumstances. Fix this. ok deraadt@, guenther@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/03 04:27:55 Modified files: usr.sbin/rpki-client: parser.c Log message: proc_parser_mft: simplify logic slightly This aligns the mft2 case with mft1. There's still a bunch of cleanup needed in here, but the logic seems to converge to something mere mortals can follow. ok job CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/03 04:46:27 Modified files: net/uhttpmock : Makefile Log message: use HTTPS for SITES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/03 04:49:55 Modified files: infrastructure/db: network.conf Log message: replace defunct kddilabs GNU mirror with another Japanese mirror (JAIST). kddilabs has been removed from the GNU mirror list some time ago as well. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/03 04:57:24 Modified files: net/fpdns : Makefile Log message: remove defunct google code homepage and fallback to github CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/03 05:03:18 Modified files: sysutils/smbldap-tools: Makefile Log message: homepage moved to github an interested party might want to update it though CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/03 05:15:05 Modified files: devel/avr32 : Makefile.inc devel/avr32/binutils: Makefile devel/avr32/gcc: Makefile devel/avr32/gcc-bootstrap: Makefile devel/avr32/headers: Makefile devel/avr32/newlib: Makefile Log message: remove dead HOMEPAGE/SITES and provide a working mirror CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/03 05:39:41 Modified files: x11/remmina : Makefile distinfo x11/remmina/patches: patch-CMakeLists_txt Log message: update to remmina 1.4.33 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/03 06:12:32 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/03 07:30:47 Modified files: usr.sbin/rpki-client: extern.h main.c mft.c output-json.c output-ometric.c output.c parser.c repo.c Log message: Refactor handling of stale manifests No need to hoist a staleness indicator through the whole process and count it explicitly. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/03 07:43:15 Modified files: usr.sbin/rpki-client: cert.c Log message: Fix X509_get_ext_count() usage It doesn't return a value < 0. If it did, someone could feed rpki-client a bad cert that makes it error out, which is bad. There are various checks that will reject a cert without extensions, so we don't need to check this explicitly. ok job CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/02/03 08:41:02 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: document that when an alternate delivery user is provided in a dispatcher, no .forward file except that of the alternate delivery user is processed. ok gilles@, millert@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/02/03 08:50:00 Modified files: usr.sbin/smtpd : parse.y smtpd.c Log message: leave the command for mbox delivery unset The mbox delivery is handled apart from the other delivery methods. Since the mda is already hardcoded in mda_mbox(), there's no need to fill the command string in parse.y. While here also assess that for mbox deliveries the command is unset at delivery time too. based on a diff by gilles ok gilles@, millert@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2024/02/03 08:58:34 Modified files: lib/libssl : s3_lib.c ssl.h ssl3.h ssl_both.c ssl_cert.c ssl_ciph.c ssl_clnt.c ssl_err.c ssl_lib.c ssl_local.h ssl_sigalgs.c ssl_sigalgs.h ssl_srvr.c tls1.h tls12_key_schedule.c tls12_record_layer.c regress/lib/libssl/client: clienttest.c regress/lib/libssl/interop: Makefile.inc regress/lib/libssl/interop/cipher: Makefile regress/lib/libssl/unit: tls_prf.c usr.bin/openssl: openssl.c Log message: Remove GOST and STREEBOG support from libssl. This version of GOST is old and not anywhere close to compliant with modern GOST standards. It is also very intrusive in libssl and makes a mess everywhere. Efforts to entice a suitably minded anyone to care about it have been unsuccessful. At this point it is probably best to remove this, and if someone ever showed up who truly needed a working version, it should be a clean implementation from scratch, and have it use something closer to the typical API in libcrypto so it would integrate less painfully here. This removes it from libssl in preparation for it's removal from libcrypto with a future major bump ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/03 09:21:22 Modified files: distrib/special/sysctl: sysctl.c sys/arch/amd64/amd64: cpu.c machdep.c sys/arch/amd64/include: cpu.h Log message: Add new amd64-only sysctl machdep.retpoline which says whether the cpu requires retpoline. If 0, we should do everything in our power to avoid pure retpoline (replacing it with a simple thunk where possible), because by it's nature retpoline converts an indirect-branch into a direct branch (push to stack & ret), and therefore it is an IBT (endbr64) bypass method. This sysctl leverages guenther's decision-making logic in the kernel, which already uses codepatch to fix the kernel retpoline thunk. In my opinion, the retpoline-using logic really should be flipped; ROP execution bypassing IBT to re-enter regular control flow is more dangerous than spectre. ok kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/03 10:39:18 Modified files: lib/libssl : ssl_srvr.c Log message: Zap a trailing blank that snuck into ssl3_get_client_hello() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/03 11:03:49 Modified files: lib/libssl : ssl_clnt.c Log message: Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY This was used for some GOST weirdness. The flag is unused in ports and there is no user in Debian's codesearch. ok beck CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/03 11:05:15 Modified files: www/py-yarl : Makefile distinfo www/py-yarl/pkg: PLIST Log message: update py-yarl to 1.9.2 so aiohttp can be updated CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/03 11:14:34 Modified files: graphics/imlib2: Makefile distinfo Log message: graphics/imlib2: update to 1.12.2 fixes a number of loader/saver bugs. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/02/03 11:30:17 Modified files: sbin/slaacd : engine.c Log message: Stop spamming syslog when the network does something silly. From Stefan R. Filipek, thanks! CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/03 11:43:46 Modified files: devel/py-gitpython: Makefile distinfo Log message: update gitpython to 3.1.41 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2024/02/03 11:51:59 Modified files: bin/ps : ps.1 sbin/dump : traverse.c sbin/dumpfs : dumpfs.c sbin/fsck_ffs : dir.c fsck.h main.c pass1.c pass2.c pass5.c setup.c sbin/growfs : growfs.c sbin/quotacheck: quotacheck.c share/man/man5 : fs.5 sys/conf : files sys/ddb : db_interface.h sys/dev : softraid.c sys/kern : kern_physio.c spec_vnops.c vfs_bio.c vfs_subr.c vfs_sync.c vfs_syscalls.c sys/sys : buf.h mount.h proc.h vnode.h sys/ufs/ffs : ffs_alloc.c ffs_balloc.c ffs_extern.h ffs_inode.c ffs_softdep.c ffs_softdep_stub.c ffs_vfsops.c ffs_vnops.c fs.h softdep.h sys/ufs/ufs : inode.h ufs_extern.h ufs_inode.c ufs_lookup.c ufs_vnops.c sys/uvm : uvm_swap.c Log message: Remove Softdep. Softdep has been a no-op for some time now, this removes it to get it out of the way. Flensing mostly done in Talinn, with some help from krw@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 12:50:53 Log message: Import immer-0.8.1, tweak and ok semarie@ Comment: immutable and persistent data structures for C++ Description: immer is a library of persistent and immutable data structures written in C++. These enable whole new kinds of architectures for interactive and concurrent programs of striking simplicity, correctness, and performance. Maintainer: The OpenBSD ports mailing-list WWW: https://sinusoid.es/immer Status: Vendor Tag: rsadowski Release Tags: rsadowski_20240203 N ports/devel/immer/Makefile N ports/devel/immer/distinfo N ports/devel/immer/pkg/DESCR N ports/devel/immer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 12:52:00 Log message: Import zug-0.1.1, tweak and ok semarie@ Comment: C++ library providing transducers. Description: zug is a C++ library providing transducers. Transducers are composable sequential transformations independent of the source. They are extremely lightweight, and can be used to express algorithms over pull-based sequences (iterators, files) but also push based sequences (signals, events, asynchronous streams) in a generic way. Maintainer: The OpenBSD ports mailing-list WWW: https://sinusoid.es/zug Status: Vendor Tag: rsadowski Release Tags: rsadowski_20240203 N ports/devel/zug/Makefile N ports/devel/zug/distinfo N ports/devel/zug/pkg/DESCR N ports/devel/zug/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 12:53:44 Log message: Import lager-0.1.1, tweak and ok semarie@ Comment: redux for C++ Description: ilager is a C++ library to assist value-oriented design by implementing the unidirectional data-flow architecture. It is heavily inspired by Elm and Redux, and enables composable designs by promoting the use of simple value types and testable application logic via pure functions. Maintainer: The OpenBSD ports mailing-list WWW: https://sinusoid.es/lager Status: Vendor Tag: rsadowski Release Tags: rsadowski_20240203 N ports/devel/lager/Makefile N ports/devel/lager/distinfo N ports/devel/lager/pkg/DESCR N ports/devel/lager/pkg/PLIST N ports/devel/lager/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/03 12:57:14 Modified files: lib/libssl : tls13_handshake.c Log message: Rework the exit path of tls13_handshake_recv_action() If an error occurs in action->recv() for a handshake that needs to downgrade to legacy TLS, the artistic exit path led to hiding the error under TLS13_IO_USE_LEGACY. Rework the exit path to be easier to follow, preserving behavior except that the error can no longer be masked. Detailed analysis and initial diff by Masaru Masuda. Fixes https://github.com/libressl/openbsd/issues/146 ok beck CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 12:58:37 Modified files: devel : Makefile Log message: Hook up devel/zug devel/immer devel/lager (new krita depedencies) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/03 13:07:19 Modified files: sys/dev/pci : if_qwx_pci.c sys/dev/ic : qwx.c qwxvar.h Log message: Try to fetch the board variant from the device tree on platforms that have one (e.g. on arm64). Needed to extract the right information from the qwx(4) firmware on the x13s. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:09:07 Modified files: math/fftw3 : Makefile math/fftw3/pkg : PFRAG.double-main PFRAG.float-main Log message: fix the missing FFTW3LibraryDepends.cmake This file would normally be generated by cmake, but we are using the more feature-complete and stable autotools configure. https://github.com/FFTW/fftw3/issues/130 - Split cmake files in fftw3 and fftw3f depending on the FLAVOR. - Subst FFTW3LibraryDepends.cmake - With this approach we could introduce "--enable-long-double" (l) and "--enable-quad-precision" (q) if we need it. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:10:18 Modified files: graphics/krita : Makefile distinfo graphics/krita/pkg: PLIST Log message: Update krita to 5.2.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:13:46 Added files: math/fftw3/files: FFTW3LibraryDepends.cmake.in Log message: Add missing files/FFTW3LibraryDepends.cmake.in Forgotten in the previous commit CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:34:49 Modified files: devel/doxygen-gui: Makefile distinfo devel/doxygen : Makefile distinfo devel/doxygen/patches: patch-doc_CMakeLists_txt Log message: Update Doxygen to 1.10.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:35:06 Modified files: telephony/linphone/liblinphone: Makefile telephony/linphone/liblinphone/pkg: PLIST net/signond : Makefile net/signond/pkg: PLIST graphics/orthanc/server: Makefile graphics/orthanc/server/pkg: PLIST graphics/ipe : Makefile graphics/ipe/pkg: PLIST net/libaccounts-qt: Makefile net/libaccounts-qt/pkg: PLIST Log message: Regen PLIST with Doxygen 1.10.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:37:47 Modified files: devel/doxygen : Makefile Added files: devel/doxygen/patches: patch-src_dirdef_cpp Log message: Re-add patch-src_dirdef_cpp (lost in an earlier update) Doxygen encodes the source directory path into some of the output filenames. This is problematic in a ports context as it means WRKDIR pathnames can appear in generated filenames. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/03 13:46:57 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: missing "s" after apostrophe; CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:48:20 Modified files: mail : Makefile Removed files: mail/trojita : Makefile distinfo mail/trojita/patches: patch-CMakeLists_txt patch-src_Gui_Spinner_h patch-src_Gui_Window_cpp patch-src_Imap_Network_FileDownloadManager_cpp patch-tests_Imap_test_Imap_BodyParts_cpp mail/trojita/pkg: DESCR PLIST Log message: Remove trojita Dead upstream and it still use x11/qt5/qtwebkit (insecure and also dead upstream) OK caspar@ (maintainer), solene@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/03 13:52:09 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register trojita removal CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/03 14:41:35 Modified files: usr.sbin/vmd : vionet.c Log message: Add tap(4) read events after rx virtqueue notification. The recent vmd(8) vionet refactor caused cpu spinning when the device would be activated by a driver but before virtqueues were provided. (e.g. booting a ramdisk kernel and not running `ifconfig vio0 up`) Defer adding the tap and packet injection read events until after the first RX queue notification from the driver. ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/03 15:50:09 Modified files: sys/kern : uipc_socket.c uipc_socket2.c uipc_syscalls.c sys/miscfs/fifofs: fifo_vnops.c sys/netinet : ip_divert.c ip_divert.h ip_var.h raw_ip.c udp_usrreq.c udp_var.h sys/netinet6 : ip6_divert.c ip6_mroute.c ip6_var.h raw_ip6.c sys/sys : mutex.h protosw.h socketvar.h Log message: Rework socket buffers locking for shared netlock. Shared netlock is not sufficient to call so{r,w}wakeup(). The following sowakeup() modifies `sb_flags' and knote(9) stuff. Unfortunately, we can't call so{r,w}wakeup() with `inp_mtx' mutex(9) because sowakeup() also calls pgsigio() which grabs kernel lock. However, `so*_filtops' callbacks only perform read-only access to the socket stuff, so it is enough to hold shared netlock only, but the klist stuff needs to be protected. This diff introduces `sb_mtx' mutex(9) to protect sockbuf. This time `sb_mtx' used to protect only `sb_flags' and `sb_klist'. Now we have soassertlocked_readonly() and soassertlocked(). The first one is happy if only shared netlock is held, meanwhile the second wants `so_lock' or pru_lock() be held together with shared netlock. To keep soassertlocked*() assertions soft, we need to know mutex(9) state, so new mtx_owned() macro was introduces. Also, the new optional (*pru_locked)() handler brings the state of pru_lock(). Tests and ok from bluhm. CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/03 17:53:27 Modified files: usr.sbin/rpki-client: mft.c Log message: Use x509_get_time() to get the Manifest thisUpdate / nextUpdate From the moment d2i_Manifest() was introduced, it was automatically checked whether the thisUpdate/nextUpdate are ASN1_GENERALIZEDTIME. Unfortunately, an additional check is needed, because OpenSSL doesn't require RFC 5280 conformance for GeneralizedTime DER encoding. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/04 00:43:27 Modified files: usr.sbin/rpki-client: cert.c Log message: Split X509_get_ext_count() out of for loop again The compiler can't know that the count doesn't change, so avoid evaluating X509_get_ext_count() in each iteration. Also use a separate loop variable in the ASid non-inheritance check to avoid a silly cast. ok claudio CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/04 00:47:32 Modified files: net/gssdp : Makefile net/gssdp/pkg : PLIST Log message: Don't build man pages: it requires textproc/pandoc which does not build on the exopi cluster. And when using a package built from somewhere else, it just fails with illegal instruction. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/04 01:29:36 Modified files: devel/xdg-utils: Makefile distinfo devel/xdg-utils/patches: patch-scripts_xdg-email_in patch-scripts_xdg-mime_in patch-scripts_xdg-open_in patch-scripts_xdg-utils-common_in Log message: Update to xdg-utils-1.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/04 01:33:51 Modified files: devel/libusb1 : Makefile distinfo Removed files: devel/libusb1/patches: patch-libusb_os_threads_posix_c Log message: Update to libusb1-1.0.27. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:00:16 Modified files: databases/py-mysqlclient: Makefile distinfo Log message: update to py3-mysqlclient-2.2.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/04 03:22:42 Modified files: devel/scons : scons.port.mk Log message: scons.port.mk: set DPB_PROPERTIES=nojunk since the C parser is bogus scons C parsers is bogus, it doesn't understand CPP #ifs and so records dependencies on headers that maybe are not used at all, breaking the build if junking happens. sthen agrees CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:41:51 Modified files: devel/py-pip : Makefile distinfo Log message: update to py3-pip-24.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:41:54 Modified files: devel/py-pathspec: Makefile distinfo Log message: update to py3-pathspec-0.12.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/04 03:42:41 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-lld_ELF_Arch_X86_64_cpp patch-lld_ELF_SyntheticSections_cpp patch-lld_ELF_Writer_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Arch_X86_64_cpp patch-lld_ELF_Writer_cpp devel/llvm/17 : Makefile devel/llvm/17/patches: patch-lld_ELF_Arch_X86_64_cpp patch-lld_ELF_Writer_cpp Added files: devel/llvm/16/patches: patch-lld_ELF_SyntheticSections_cpp devel/llvm/17/patches: patch-lld_ELF_SyntheticSections_cpp Log message: sync with base On OpenBSD we always want IBT-compatible PLT entries. Currently we use repoline PLT entries that were changed to include the necessary endbr64 instructions. But with -Wl,-znoretpolineplt we would still emit non-BIT PLT entries under certain circumstances. Fix this. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:43:52 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.25.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:44:16 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.1.31 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:45:25 Modified files: devel/py-pebble: Makefile distinfo Log message: update to py3-pebble-5.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:45:31 Modified files: devel/py-validators: Makefile distinfo devel/py-validators/pkg: PLIST Log message: update to py3-validators-0.22.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:46:26 Modified files: devel/py-path : Makefile distinfo devel/py-path/pkg: PLIST Log message: update to py3-path-16.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:52:14 Modified files: devel/py-voluptuous: Makefile distinfo devel/py-voluptuous/pkg: PLIST Log message: update to py3-voluptuous-0.14.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:53:08 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.13, add missing TDEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 03:53:56 Modified files: textproc/py-elementpath: Makefile distinfo Log message: update to py3-elementpath-4.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 04:06:22 Modified files: databases/recoll: Makefile distinfo databases/recoll/patches: patch-Makefile_in patch-internfile_mh_xslt_cpp databases/recoll/pkg: PLIST-main Removed files: databases/recoll/patches: patch-common_conf_post_h Log message: update to recoll-1.37.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/04 04:36:54 Modified files: www/ungoogled-chromium/pkg: PFRAG.swiftshader Log message: fixup plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 05:15:25 Modified files: telephony/asterisk: Makefile.inc telephony/asterisk/16/pkg: PLIST-main telephony/asterisk/18/pkg: PLIST-main telephony/asterisk/20/pkg: PLIST-main Log message: asterisk: install the sip_to_pjsip scripts (to assist with conversion from old chan_sip config to chan_pjsip). generally writing new pjsip config from the docs is likely to give better results, but this may still be of some use. (chan_sip is removed after 20.x so if you're still using it, you'll need to change over sometime). files in /usr/local/share/examples/asterisk/sip_to_pjsip CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 05:26:39 Modified files: net/librenms : Makefile Log message: for librenms, which requires PHP 8.1+, change from using MODPHP_VERSION=8.1 to NOT_FOR_ARCHS=sparc64 so that it inherits the default MODPHP_VERSION from php.port.mk. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/02/04 05:37:52 Modified files: lang/gcc/11 : Makefile lang/gcc/8 : Makefile Added files: lang/gcc/11/patches: patch-libstdc++-v3_config_os_bsd_openbsd_ctype_base_h lang/gcc/8/patches: patch-libstdc++-v3_config_os_bsd_openbsd_ctype_base_h Log message: Prepare ports-gcc libestdc++ header to an upcoming change in our ctype.h Base ctype.h uses _[ULNSPCXB] defines to classify character classes. Albeit reserved, those short names routinely clash with identifiers in ports. Adapt ctype_base.h to use the new _CTYPE_[ULNSPCXB] names, and keep a fallback for the old names. This should probably go upstream. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/04 05:46:01 Modified files: lib/libc/locale: iswctype.c iswctype_l.c rune.h runetable.c wctype.c Log message: Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix Similar to what NetBSD did around 2010, this lets us move some defines in ctype.h to the _CTYPE_ prefix. No functional change. "makes sense" deraadt, ok sthen@ tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/04 06:03:18 Modified files: lib/libc/gen : isctype.c ctype_.c include : ctype.h Log message: Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers in ports Even if those _[BCNLPSUX] defines are in the reserved namespace, some ports make use of those identifiers and thus need pointless headscratching and patches. Just use a longer reserved prefix. We can't just #undef those defines as they are used in libc. Change similar to what NetBSD did around 2010. Went through base builds and an amd64 bulk build, the only fallout was lib(e)stdc++ base_ctype.h. "make includes" will install the latest ctype.h and libstdc++ ctype_base.h. "makes sense" deraadt@, ok sthen@ tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/04 06:03:26 Modified files: gnu/gcc/libstdc++-v3/config/os/bsd/openbsd: ctype_base.h gnu/lib/libstdc++/libstdc++/config/os/bsd/openbsd: ctype_base.h Log message: Adapt base libstdc++ to the new ctype.h defines ctype_base.h is correctly installed by make includes so the transition should be automatic. If you hit a failure with this header, make sure ctype.h and ctype_base.h are in sync. ok miod@ tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/04 06:07:02 Modified files: regress/lib/libcrypto/asn1: asn1basic.c Log message: Fix asn1_integer_null_data_test() The failed variable was erroneously initialized to 0, making this test always pass. From Christian Andersen, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/04 06:08:29 Modified files: usr.bin/openssl: ca.c Log message: Zap a useless comment followed by a stray semicolon Noticed by Christian Andersen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/04 07:12:14 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_debug_stack_trace_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_unittest_cc patch-base_linux_util_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_unittest_cc patch-base_profiler_module_cache_cc patch-base_rand_util_h patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_system_sys_info_posix_cc patch-build_config_compiler_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-cc_paint_paint_op_writer_h patch-chrome_app_app_management_strings_grdp 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_theme_chrome_unscaled_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_background_background_mode_manager_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_browser_main_linux_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h 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_download_download_prefs_h 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_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_remote_commands_cbcm_remote_commands_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_extensions_external_provider_impl_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_intranet_redirect_detector_h patch-chrome_browser_media_router_discovery_BUILD_gn patch-chrome_browser_media_webrtc_capture_policy_utils_cc patch-chrome_browser_media_webrtc_webrtc_log_uploader_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_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h 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_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_views_frame_browser_view_cc 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_hung_renderer_view_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc 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_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_web_applications_web_app_install_info_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_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_crash_keys_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-components_autofill_core_browser_payments_iban_save_manager_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_crash_core_app_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_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_neterror_resources_neterror_js patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_user_education_views_help_bubble_view_cc patch-components_variations_service_variations_service_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_embedder_software_output_surface_h patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_keys_listener_manager_impl_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_media_service_video_capture_device_launcher_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_utility_process_host_cc patch-content_browser_utility_sandbox_delegate_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_gpu_gpu_main_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_app_shell_main_delegate_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-extensions_browser_api_api_browser_context_keyed_service_factories_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_api__permission_features_json patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_vulkan_util_cc patch-headless_lib_headless_content_main_delegate_cc patch-media_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni 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_base_features_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-printing_printing_context_linux_cc patch-remoting_host_me2me_desktop_environment_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-remoting_protocol_webrtc_video_stream_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_mojom_sandbox_mojom patch-sandbox_policy_sandbox_type_cc patch-sandbox_policy_switches_cc patch-sandbox_policy_switches_h patch-services_device_geolocation_location_arbitrator_cc patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_editing_editing_behavior_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_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_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_description_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_crashpad_crashpad_util_posix_close_multiple_cc patch-third_party_dawn_include_dawn_native_VulkanBackend_h patch-third_party_dawn_src_dawn_common_Platform_h patch-third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_ffmpeg_chromium_scripts_build_ffmpeg_py patch-third_party_ffmpeg_configure patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_perfetto_include_perfetto_ext_base_thread_utils_h patch-third_party_perfetto_src_base_string_utils_cc patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_tflite_features_gni patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_rtc_base_physical_socket_server_cc patch-third_party_webrtc_rtc_base_physical_socket_server_h patch-third_party_widevine_cdm_widevine_gni patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_constants_cc patch-ui_base_clipboard_clipboard_constants_h patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_ui_base_features_cc patch-ui_base_webui_web_ui_util_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_x_generated_protos_dri3_cc patch-ui_gfx_x_generated_protos_shm_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_message_center_views_message_popup_view_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_trap-handler_handler-inside-posix_cc Added files: www/iridium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_address_space_randomization_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_address_space_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_strings_safe_sprintf_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_forward_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_page_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_allocator_partition_allocator_src_partition_alloc_spinning_mutex_cc patch-base_allocator_partition_allocator_src_partition_alloc_starscan_stack_stack_cc patch-build_linux_unbundle_libusb_gn patch-chrome_browser_browser_features_h patch-chrome_browser_component_updater_registration_cc patch-chrome_browser_performance_manager_metrics_cpu_probe_cpu_probe_cc patch-chrome_browser_sync_sync_service_util_cc patch-chrome_browser_ui_tabs_organization_trigger_observer_h patch-chrome_browser_ui_web_applications_web_app_dialogs_h patch-components_autofill_core_browser_data_model_autofill_i18n_api_h patch-components_commerce_core_commerce_feature_list_cc patch-components_eye_dropper_eye_dropper_view_aura_cc patch-components_eye_dropper_eye_dropper_view_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_supervised_user_core_common_features_cc patch-components_supervised_user_core_common_features_h patch-components_sync_base_features_cc patch-content_browser_browser_child_process_host_impl_h patch-content_browser_browser_child_process_host_impl_receiver_bindings_cc patch-content_browser_child_thread_type_switcher_linux_cc patch-content_browser_generic_sensor_frame_sensor_provider_proxy_cc patch-content_child_BUILD_gn patch-content_gpu_gpu_child_thread_cc patch-content_public_browser_content_browser_client_cc patch-content_utility_utility_thread_impl_cc patch-extensions_browser_api_management_management_api_cc patch-gpu_command_buffer_service_shared_image_ozone_image_gl_textures_holder_h patch-third_party_blink_renderer_core_layout_layout_view_cc patch-third_party_node_node_gni patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_speech-dispatcher_speechd_types_h patch-ui_base_test_ui_controls_h patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_cc patch-ui_ozone_platform_wayland_emulate_wayland_input_emulate_h patch-ui_views_test_ui_controls_factory_desktop_aura_ozone_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Removed files: www/iridium/patches: patch-base_allocator_partition_allocator_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_address_space_cc patch-base_allocator_partition_allocator_partition_alloc_base_compiler_specific_h patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_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_forward_h patch-base_allocator_partition_allocator_partition_page_constants_h patch-base_allocator_partition_allocator_partition_root_cc patch-base_allocator_partition_allocator_spinning_mutex_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-chrome_browser_ui_browser_dialogs_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_common_url_constants_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h 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_viz_test_fake_display_client_cc patch-components_viz_test_fake_display_client_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_public_test_mock_render_thread_cc patch-content_renderer_BUILD_gn patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-net_cert_cert_verifier_cc patch-net_cert_cert_verify_proc_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_test_root_certs_unittest_cc patch-remoting_host_heartbeat_sender_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_ffmpeg_libavcodec_x86_fft_asm patch-ui_base_ui_base_features_h patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h Log message: update to 2024.01.120 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/04 07:13:42 Modified files: www/iridium/pkg: PFRAG.swiftshader PLIST Log message: missing from previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/04 07:35:21 Modified files: mail/claws-mail: Makefile distinfo mail/claws-mail/patches: patch-configure_ac mail/claws-mail/pkg: PLIST-main Removed files: mail/claws-mail/pkg: DESCR-gdata PLIST-gdata Log message: update to claws-mail-4.2.0, from Jose Maldonado, plus I synced WANTLIB/LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/04 07:53:12 Modified files: usr.sbin/vmd : fw_cfg.c Log message: Reverse calloc args. Found by smatch "double check that we're allocating correct size" warning. Reported by and ok jsg@. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/04 07:54:51 Modified files: usr.sbin/vmd : vioblk.c Log message: Initialize result in vioblk notification handler. In the event the driver kicks the vioblk device, but the guest doesn't have any available virtqueue space, vmd will return an uninitialized value. If non-zero, it results in a notification to the driver and effectively a spurious interrupt. Found by smatch, reported by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/04 07:56:45 Modified files: usr.sbin/vmd : vmd.c Log message: Prevent null pointer deref is vm isn't found. This area of code in vmd(8) is suspect, but the null dereference is easily avoided. Found by smatch, reported by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/04 07:57:00 Modified files: usr.sbin/vmd : vmm.c Log message: Remove dead code and fix null deref if vm is not found. Return early if no vm is found in vmd(8)'s primary vm fork/exec function, preventing null deref in the 'fail' section. Also remove inner return from the parent routine to prevent unreachable code. Found by smatch, reported by and ok jsg@. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/04 08:38:44 Modified files: www/p5-URI : Makefile distinfo Log message: update p5-URI to 5.25 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/04 08:56:40 Modified files: security/pizauth: Makefile crates.inc distinfo security/pizauth/pkg: PLIST Log message: Update to pizauth 1.0.4 From maintainer/upstream Laurence Tratt, thanks CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/04 09:41:48 Modified files: sysutils/rustic: Makefile crates.inc distinfo sysutils/rustic/pkg: PLIST Log message: Update to rustic-0.7.0 Changes: https://github.com/rustic-rs/rustic/blob/v0.7.0/CHANGELOG.md CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/04 09:44:45 Modified files: gnu/usr.bin/binutils-2.17/include/elf: common.h gnu/usr.bin/binutils-2.17/binutils: readelf.c Log message: Add minimal support for GNU_PROPERTY CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/04 10:51:59 Modified files: sys/dev/ic : qwx.c Log message: Fix cases where the size of the complete firmware file is used instead of the carved out board firmware. ok phessler@, stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/04 11:44:23 Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: Add a DMA constraint for the x13s. Some brilliant person at Qualcomm decided that tying a wifi interface that can only do 32-bit DMA to their compute platform that typically comes with at least 8G of memory was a sensible thing to do. Maybe we should be able to use an IOMMU to work around that. But they fucked that up as well. ok patrick@, phessler@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/04 12:07:24 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to v0.6.9 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/02/04 13:18:48 Modified files: sys/arch/amd64/amd64: codepatch.c Log message: Tweak codepatch_control_flow(): * it should be in .cptext so it gets unmapped when codepatching is done * when doing a JMP, fill the area after it with INT3s instead of NOPs ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/04 13:50:23 Modified files: lib/libssl : ssl_lib.c tls13_handshake_msg.c Log message: Of course libssl also has a few missing void From Christian Andersen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/04 13:51:21 Modified files: regress/lib/libc/timingsafe: timingsafe.c Log message: More missing void From Christian Andersen CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/04 18:49:28 Modified files: lang/ghc : Makefile distinfo Log message: Remove sphinx dependency now that we no longer build lang/ghc docs OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/04 18:49:50 Modified files: lang/ghc : Makefile lang/ghc/patches: patch-compiler_GHC_Unit_State_hs patch-testsuite_driver_testlib_py Added files: lang/ghc/patches: patch-libraries_process_tests_all_T Log message: Fix `make test` in lang/ghc OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/04 18:50:08 Modified files: productivity/hledger: Makefile distinfo Log message: Update productivity/hledger 1.31->1.32.2 OK kili@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/04 18:50:30 Modified files: lang : Makefile Removed files: lang/ghc-8.10.7: Makefile distinfo lang/ghc-8.10.7/files: bootstrap.mk lang/ghc-8.10.7/patches: patch-configure patch-ghc_mk patch-includes_rts_Messages_h patch-libraries_Cabal_Cabal_Distribution_Simple_Program_Strip_hs patch-libraries_base_configure patch-mk_install_mk_in patch-rts_RtsMessages_c patch-rts_Stats_c patch-utils_iserv_ghc_mk lang/ghc-8.10.7/pkg: DESCR Log message: Remove no longer used ghc-8.10.7 pseudo-port ghc is now self-bootstrapped. OK kili@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/04 20:53:33 Modified files: devel/py-click : Makefile distinfo devel/py-click/pkg: PLIST Log message: update click to 8.1.7 ok sthen@ some time ago CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/04 22:15:56 Log message: import new libbgcode dep heatshrink 0.4.1; from Renato Aguiar; OK ian heatshrink is a data compression/decompression library for embedded/real-time systems. Status: Vendor Tag: kn Release Tags: kn_20240205 N ports/archivers/heatshrink/Makefile N ports/archivers/heatshrink/distinfo N ports/archivers/heatshrink/pkg/DESCR N ports/archivers/heatshrink/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/04 22:16:30 Modified files: archivers : Makefile Log message: + heatshrink CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/04 22:18:10 Log message: import new prusaslicer dep libbgcode 20231116; from Renato Aguiar; OK ian libbgcode is a library to operate (read / write / convert) on Binary G-Code, which is a new G-code file format [...] Status: Vendor Tag: kn Release Tags: kn_20240205 N ports/devel/libbgcode/Makefile N ports/devel/libbgcode/distinfo N ports/devel/libbgcode/pkg/DESCR N ports/devel/libbgcode/pkg/PLIST N ports/devel/libbgcode/patches/patch-src_LibBGCode_binarize_CMakeLists_txt N ports/devel/libbgcode/patches/patch-src_LibBGCode_binarize_binarize_cpp N ports/devel/libbgcode/patches/patch-tests_CMakeLists_txt N ports/devel/libbgcode/patches/patch-tests_catch_main_hpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/04 22:18:40 Modified files: devel : Makefile Log message: + libbgcode CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/04 23:06:45 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240205 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/04 23:48:04 Modified files: regress/lib/libc/locale/uselocale: uselocale.c Log message: Cope with recent ctype.h prefix changes. CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2024/02/04 23:58:29 Modified files: devel/robsd : Makefile distinfo devel/robsd/pkg: PLIST Log message: update to robsd-18.0.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/05 02:09:09 Modified files: devel/libgsf : Makefile distinfo Log message: Update to libgsf-1.14.52. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/05 02:12:01 Modified files: textproc/enchant2: Makefile distinfo textproc/enchant2/patches: patch-src_Makefile_in Log message: Update to enchant2-2.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/05 02:36:04 Modified files: textproc/libxml: Makefile distinfo Log message: SECURITY update to libxml-2.12.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/05 02:37:20 Modified files: textproc/libxml: Tag: OPENBSD_7_4 Makefile Added files: textproc/libxml/patches: Tag: OPENBSD_7_4 patch-xmlreader_c Log message: Merge fix for: [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/05 02:43:49 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-RepositoryExternal_mk patch-basic_source_runtime_methods_cxx patch-configure patch-desktop_Executable_oosplash_mk patch-desktop_source_app_app_cxx patch-download_lst patch-external_liblangtag_ExternalProject_liblangtag_mk patch-external_pdfium_Library_pdfium_mk patch-external_pdfium_UnpackedTarball_pdfium_mk patch-external_skia_Library_skia_mk patch-external_skia_UnpackedTarball_skia_mk patch-officecfg_registry_schema_org_openoffice_Office_Common_xcs patch-sal_cppunittester_cppunittester_cxx patch-sal_osl_unx_sockimpl_hxx patch-sal_osl_unx_system_hxx patch-sal_osl_unx_thread_cxx patch-sal_osl_unx_uunxapi_cxx patch-solenv_gbuild_platform_unxgcc_mk patch-vcl_Library_vclplug_gen_mk patch-vcl_source_app_svapp_cxx patch-vcl_unx_generic_window_salframe_cxx editors/libreoffice/pkg: PLIST-i18n-ar PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-cs PLIST-i18n-de PLIST-i18n-el PLIST-i18n-es PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-ja PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-pt-br PLIST-i18n-ro PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-i18n-uk PLIST-main Added files: editors/libreoffice/patches: patch-sal_osl_unx_process_cxx Removed files: editors/libreoffice/patches: patch-drawinglayer_source_tools_primitive2dxmldump_cxx patch-external_coinmp_ExternalPackage_coinmp_mk patch-filter_source_xsltfilter_LibXSLTTransformer_cxx patch-helpcompiler_source_HelpLinker_cxx patch-include_xmloff_xmltoken_hxx patch-sax_source_fastparser_fastparser_cxx patch-sc_source_core_tool_interpr7_cxx patch-sc_source_filter_xml_XMLExportDataPilot_cxx patch-sc_source_filter_xml_XMLExportDatabaseRanges_cxx patch-sc_source_filter_xml_xmlfilti_cxx patch-unoxml_source_dom_attr_cxx patch-unoxml_source_dom_document_cxx patch-unoxml_source_dom_documentbuilder_cxx patch-unoxml_source_dom_entity_cxx patch-unoxml_source_xpath_xpathapi_cxx patch-xmloff_source_core_xmltoken_cxx patch-xmloff_source_style_PageMasterStyleMap_cxx patch-xmlsecurity_inc_xmlsec-wrapper_h patch-xmlsecurity_inc_xmlsec_saxhelper_hxx Log message: update to 24.2.0.3 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/05 03:34:46 Modified files: net/libstrophe : Makefile distinfo Added files: net/libstrophe/patches: patch-src_compression_c Removed files: net/libstrophe/patches: patch-src_tls_openssl_c Log message: update net/libstrophe to 0.13.0 changelog: https://github.com/strophe/libstrophe/releases/tag/0.13.0 Backport a diff merged upstream for a linux-only errno value (EBADFD). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 03:44:08 Modified files: sysutils/restic: Makefile distinfo modules.inc Log message: update to restic-0.16.4, from chrisz@ - works around and improves detection of a bug in the compression library used by restic. The resulting issue only happens when using restic 0.16.3 and the max compression level (the default auto and off compression levels are not affected), and when the source files being backed up have specific data in them to trigger the bug. If you use max compression, you can use restic check --read-data to make sure you're not affected. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 03:45:39 Modified files: sysutils/restic: Tag: OPENBSD_7_4 Makefile distinfo modules.inc sysutils/restic/pkg: Tag: OPENBSD_7_4 PLIST Log message: MFC update to restic-0.16.4; while the recently announced bug with (non-default) max compression only affected 0.16.3, there have been bugs with max compression before, so the extra detection of problems that was added in this release seems useful to have in -stable too CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/05 03:45:47 Modified files: sys/dev/pci : if_qwx_pci.c Log message: Add a 1ms delay before starting the MHI channels. This is a hack; we're probably not waiting iproperly for some sort of firmware state transition. But this gets us going on the x13s. ok stsp@, phessler@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/05 04:46:58 Modified files: share/snmp : Makefile Added files: share/snmp : BRIDGE-MIB.txt HOST-RESOURCES-MIB.txt IANA-RTPROTO-MIB.txt IANA-STORAGE-MEDIA-TYPE-MIB.txt IANAifType-MIB.txt IF-MIB.txt INET-ADDRESS-MIB.txt IP-FORWARD-MIB.txt IP-MIB.txt SNMP-FRAMEWORK-MIB.txt SNMP-USER-BASED-SM-MIB.txt SNMP-USM-AES-MIB.txt SNMP-USM-HMAC-SHA2-MIB.txt SNMPv2-CONF.txt SNMPv2-MIB.txt SNMPv2-SMI.txt SNMPv2-TC.txt SNMPv2-TM.txt TRANSPORT-ADDRESS-MIB.txt UUID-TC-MIB.txt VM-MIB.txt Log message: Add a bunch of IANA/IETF MIBs that are (partially) supported by OpenBSD. These will soon be picked up by snmpd(8) for debugging output and OID names used in snmpd.conf(5). Go ahead sthen@ and tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 04:54:26 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Removed files: mail/dovecot-fts-xapian/patches: patch-src_fts-backend-xapian-functions_cpp patch-src_fts-xapian-plugin_c patch-src_fts-xapian-plugin_h Log message: update to dovecot-fts-xapian-1.5.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 04:54:41 Modified files: mail/dovecot-fts-flatcurve: Makefile distinfo Log message: update to dovecot-fts-flatcurve-1.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 04:57:56 Modified files: databases/py-mysqlclient: Makefile distinfo Log message: update to py3-mysqlclient-2.2.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 04:59:07 Modified files: misc/remind : Makefile distinfo Log message: update to remind-4.2.9, from Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 05:00:40 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 05:22:07 Modified files: www/squid : Makefile distinfo Log message: update to squid-6.7 CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2024/02/05 05:52:11 Modified files: sys/net : route.h sys/netinet : in.h Log message: Move route_cache() declaration from net/route.h to netinet/in.h. This prevents gcc3's 'parameter has incomplete type' warning that causes kernel build failure. Suggested by claudio@, ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/05 07:17:54 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.13 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/05 07:37:21 Modified files: www/p5-URI : Makefile distinfo www/p5-URI/pkg : PLIST Log message: update p5-URI to 5.26 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/05 07:42:10 Modified files: textproc/p5-XML-LibXML: Makefile distinfo Log message: update p5-XML-LibXML to 2.0210 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/05 08:11:35 Modified files: usr.sbin/btrace: btrace.c Log message: Print statistics on stderr to be able to redirect bt(5) script output. From Christian Ludwig. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/05 08:18:19 Modified files: regress/usr.sbin/btrace: map.bt map.ok Log message: Adapt map regress test to cover associated arrays fixed in btrace.c r1.82. From Christian Ludwig. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/05 08:30:04 Modified files: regress/usr.sbin/btrace: Makefile Added files: regress/usr.sbin/btrace: argn.bt argn.ok Log message: Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. Adapted from a submission from Christian Ludwig. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/05 08:34:11 Modified files: regress/usr.sbin/btrace: filters.bt mapoverwrite.bt multiprobe.bt Log message: Increase interval's rate to speed up tests. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/02/05 10:07:23 Modified files: share/zoneinfo : leapseconds.awk zishrink.awk share/zoneinfo/datfiles: africa asia australasia etcetera europe leap-seconds.list northamerica southamerica Log message: Update to 2024agtz from https://github.com/JodaOrg/global-tz o Kazakhstan unifies on UTC+5 beginning 2024-03-01. o Palestine springs forward a week later after Ramadan. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/05 11:19:24 Removed files: graphics/krita/patches: patch-plugins_impex_jpeg_kis_jpeg_converter_cc patch-plugins_impex_tiff_kis_tiff_export_cc patch-plugins_impex_tiff_kis_tiff_import_cc patch-plugins_metadata_common_KisExiv2IODevice_cpp patch-plugins_metadata_common_KisExiv2IODevice_h patch-plugins_metadata_common_kis_exiv2_common_h patch-plugins_metadata_exif_kis_exif_io_cpp patch-plugins_metadata_iptc_kis_iptc_io_cpp patch-plugins_metadata_xmp_kis_xmp_io_cpp Log message: CVS is hard; Forgot to delete the patches. Spotted by tb@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/05 11:27:47 Modified files: sys/net : if.c Log message: Don't send route messages while rebooting after panic. Syskaller exposed [1] that if_downall() tries to send route messages and triggers panic again but in knote(9) layer. 1. https://syzkaller.appspot.com/bug?extid=d19060a65721eb432a72 ok bluhm CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 11:27:56 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2024.02. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 11:35:37 Modified files: devel/perltidy : Makefile distinfo devel/perltidy/pkg: PLIST Log message: Update perltidy to 20240202. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 11:38:08 Modified files: sysutils/ttyplot: Makefile distinfo sysutils/ttyplot/patches: patch-ttyplot_c Log message: Update ttyplot to 1.6.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 11:47:38 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.224. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/05 12:07:45 Modified files: sys/dev/pci : pcidevs share/man/man4 : mfii.4 Log message: newer mfii devices; ok jmatthew CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/05 12:08:11 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/05 12:08:29 Modified files: sys/dev/pci : mfii.c Log message: support newer mfii devices; ok jmatthew CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/05 12:23:58 Modified files: usr.sbin/rpki-client: aspa.c mft.c roa.c rsc.c tak.c Log message: Check whether all data in eContent has been consumed It is possible that a given ASN.1 template generated d2i_*() function didn't consume all data, so there is a potential for malleability. The econtent is a sequence (which means it could be the concatenation of several DER "blobs"). d2i_*() would only deserialize the first one and not notice blobs following it. OK tb@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/05 12:31:10 Modified files: databases/patroni: Makefile distinfo Log message: Update patroni 3.2.1 -> 3.2.2 Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-322 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/05 12:32:31 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.49 -> 2.50 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.50 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/05 12:33:56 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.21.4 - > 1.21.5 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.5 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/05 13:21:39 Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/nfs : nfs_socket.c nfs_syscalls.c Log message: Use `sb_mtx' mutex(9) to protect `sb_timeo_nsecs'. In most places solock() is still held because other 'sockbuf' members require it, but in so{g,s}etopt() paths solock() is avoided. ok bluhm CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/05 13:29:55 Modified files: security/fierce: Makefile distinfo Log message: update to fierce-1.5.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/05 13:33:05 Modified files: net/curl : Makefile distinfo net/curl/patches: patch-m4_curl-compilers_m4 net/curl/pkg : PLIST Added files: net/curl/patches: patch-lib_curl_ntlm_wb_c Log message: net/curl: security update to 8.6.0 Includes a fix for CVE-2024-0853: OCSP verification bypass with TLS session reuse CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 13:37:16 Modified files: editors/neovim : Makefile distinfo Log message: rename the github on-the-fly-generated patch and update distinfo, it has changed at git (truncated hashes are now one char longer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 13:41:22 Modified files: sysutils/tmate : Makefile distinfo Log message: rename/regen distinfo for another github autogenerated patch that has changed at github (again the truncated hash is 1 char longer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/05 13:44:30 Modified files: security/dirb : Makefile Log message: the distname was dirb-222 which i mistakenly interpreted as version 2.2.2, it turns out this is actually 2.22. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/05 13:46:06 Modified files: net/uhttpmock : Makefile distinfo net/uhttpmock/pkg: PLIST Log message: - update to uhttpmock-0.5.5 - fix homepage/sites while here CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 13:51:41 Modified files: audio/mumble : Makefile distinfo lang/ruby/3.1 : Makefile distinfo security/easy-rsa: Makefile distinfo Log message: rename/regen distinfo for more github autogenerated patches which have changed CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/05 14:00:47 Modified files: devel/bazel : Makefile Log message: bazel: fix typo in comment CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 14:03:05 Modified files: audio/schismtracker: Makefile distinfo audio/schismtracker/patches: patch-configure_ac Log message: Update schismtracker to 20240129. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 14:11:10 Modified files: games/trader : Makefile distinfo Log message: Update trader to 7.20. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/05 14:18:39 Removed files: net/curl/patches: patch-tests_data_DISABLED Log message: net/curl: re-enable test accidentally broken in the preceding release CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/05 14:20:45 Modified files: www/kore : Makefile Added files: www/kore/patches: patch-src_keymgr_openssl_c Log message: kore: add upstreamed patch to unbreak kore,-acme until a new release is out CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/05 14:30:28 Modified files: devel/py-automat: Makefile Log message: drop unused m2r BDEP This will allow us to retire m2r which is dead upstream and then update mistune. An update of mistune is needed to update the jupyter stack. ok sthen@, kn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/05 14:33:00 Modified files: share/man/man4 : ddb.4 Log message: remove /f from "show buf", which was used for softdep info and is no longer relevant after softdep removal; confirmed by miod CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/05 14:35:33 ports/lang/qbe/patches Update of /cvs/ports/lang/qbe/patches In directory cvs.openbsd.org:/tmp/cvs-serv45479/patches Log Message: Directory /cvs/ports/lang/qbe/patches added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/05 14:41:52 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/05 14:45:14 Modified files: net/curl : Tag: OPENBSD_7_4 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_4 patch-m4_curl-compilers_m4 net/curl/pkg : Tag: OPENBSD_7_4 PLIST Added files: net/curl/patches: Tag: OPENBSD_7_4 patch-lib_curl_ntlm_wb_c Removed files: net/curl/patches: Tag: OPENBSD_7_4 patch-tests_data_DISABLED Log message: net/curl: security update to 8.6.0 Includes a fix for CVE-2024-0853: OCSP verification bypass with TLS session reuse CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 14:47:56 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile patch-scripts_genie_lua Log message: Update mame to 0.262. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 14:47:59 Modified files: sysutils/reposync: Makefile distinfo Log message: update to reposync-20240205 (enable rsync checksums when using -f to force the update) CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/05 14:50:49 Modified files: lang/qbe : Makefile Added files: lang/qbe/patches: patch-all_h patch-amd64_emit_c patch-arm64_emit_c patch-emit_c patch-ops_h patch-parse_c patch-rv64_emit_c Log message: lang/qbe: include "dbgloc: add column argument" as patch Backport upstream commit 85287081c4a25785dec1ec48c488a5879b3c37ac which is required for building newer versions of hare. ok bcallah@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/05 14:57:57 Modified files: multimedia/libmediainfo: Makefile distinfo multimedia/libmediainfo/patches: patch-Project_GNU_Library_configure_ac multimedia/mediainfo: Makefile distinfo Log message: mediainfo: maintenance update to 24.01 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/05 14:58:09 Modified files: usr.sbin/vmd : config.c vioblk.c vionet.c virtio.c vm.c vmd.c vmm.c Log message: Cleanup fcntl(3) usage and fd lifetimes in vmd(8). Remove extraneous fcntl(3) usage for setting fd features that can be set at time of open(2), pipe2(2), or socketpair(2). Also cleans up pty creation switching to using functions from libutil instead of direct ioctl(2) calls. ok mlarkin@, original diff ok claudio@ as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/05 15:03:42 Modified files: net/arp-scan : Makefile distinfo Log message: update OUI list CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2024/02/05 15:15:38 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-24.02.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/05 15:58:26 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.33.1. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/05 16:16:39 Modified files: sys/net : route.c sys/netinet : ip_var.h sys/netinet6 : ip6_var.h usr.bin/netstat: inet.c inet6.c Log message: Add netstat counter for route cache. To optimize route caching, count cache hits and misses. This is shown in netstat -s for both inet and inet6. Reuse the old IPv6 forward cache counter. Sort ip6s_wrongif consistently. For now only IPv4 cache counter has been implemented. OK mvs@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/05 17:18:53 Modified files: sys/net : if.c Log message: Invert broken check of panic string in if_linkstate(). original bug report from syzkaller Reported-by: syzbot+d19060a65721eb432a72@syzkaller.appspotmail.com broken fix found by Hrvoje Popovski hint to the problem and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:13:06 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Fix tiled display misalignment From Meenakshikumar Somasundaram 1c563c04509080b374af5adf8e1c45718e3f37bf in linux-6.6.y/6.6.16 c4b8394e76adba4f50a3c2696c75b214a291e24a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:14:23 Modified files: sys/dev/pci/drm/amd/display/dc/link: link_dpms.c Log message: drm/amd/display: Fix MST PBN/X.Y value calculations From Ilya Bakoulin 01e7578c7cd3d8815fae130ac74b1303c056bd2d in linux-6.6.y/6.6.16 94bbf802efd0a8f13147d6664af6e653637340a8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:15:49 Modified files: sys/dev/pci/drm: drm_file.c Log message: drm/drm_file: fix use of uninitialized variable From Tomi Valkeinen 2cde325e185b43accae56a23c18b2e735245197a in linux-6.6.y/6.6.16 1d3062fad9c7313fff9970a88e0538a24480ffb8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:17:19 Modified files: sys/dev/pci/drm: drm_framebuffer.c Log message: drm/framebuffer: Fix use of uninitialized variable From Tomi Valkeinen 9b3fbff86a623a0ec053d5a4ab432956cb025c1f in linux-6.6.y/6.6.16 f9af8f0c1dc567a5a6a6318ff324c45d80d4a60f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:20:00 Modified files: sys/dev/pci/drm: drm_mipi_dsi.c sys/dev/pci/drm/include/drm: drm_mipi_dsi.h Log message: drm/mipi-dsi: Fix detach call without attach From Tomi Valkeinen daf57c5ce16e907405d8a59a4f2be20e204906e4 in linux-6.6.y/6.6.16 90d50b8d85834e73536fdccd5aa913b30494fef0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:21:45 Modified files: sys/dev/pci/drm/amd/display/dc/dml/dcn32: display_mode_vba_32.c display_mode_vba_util_32.c display_mode_vba_util_32.h Log message: drm/amd/display: For prefetch mode > 0, extend prefetch if possible From Alvin Lee 6750d1de747f4d2db0046a25b069e15341f6a9ba in linux-6.6.y/6.6.16 dd4e4bb28843393065eed279e869fac248d03f0f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:23:27 Modified files: sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hwseq.c Log message: drm/amd/display: Force p-state disallow if leaving no plane config From Alvin Lee e9ca61a7e6b0d323547067e1dde64a97476e1696 in linux-6.6.y/6.6.16 9a902a9073c287353e25913c0761bfed49d75a88 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:25:50 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_mes.c amdgpu_mes.h sys/dev/pci/drm/amd/amdkfd: kfd_process_queue_manager.c sys/dev/pci/drm/amd/include: mes_v11_api_def.h Log message: drm/amdkfd: fix mes set shader debugger process management From Jonathan Kim 3a950c56dea199d65bc98db348c017856aa2f194 in linux-6.6.y/6.6.16 bd33bb1409b494558a2935f7bbc7842def957fcd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:29:53 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_object.c amdgpu_object.h amdgpu_ttm.c Log message: drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap From Wang Beyond e7a0ee45c653784edda5e36bae6ae3c75fd5e7a8 in linux-6.6.y/6.6.16 94aeb4117343d072e3a35b9595bcbfc0058ee724 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:32:50 Modified files: sys/dev/pci/drm/amd/display/dc: dc_hw_types.h Log message: drm/amd/display: make flip_timestamp_in_us a 64-bit variable From Josip Pavic 4033887acddcbb15280091f0a125ac0829cffdc8 in linux-6.6.y/6.6.16 6fb12518ca58412dc51054e2a7400afb41328d85 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:34:28 Modified files: sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c sys/dev/pci/drm/amd/display/dc/dcn10: dcn10_hw_sequencer.c sys/dev/pci/drm/amd/display/dc/dcn20: dcn20_hwseq.c sys/dev/pci/drm/amd/display/dc/dcn31: dcn31_hwseq.c Log message: drm/amd/display: Only clear symclk otg flag for HDMI From Alvin Lee 49b4cab7bcbdfe621162405502283fc9cb3ef77f in linux-6.6.y/6.6.16 dff45f03f508c92cd8eb2050e27b726726b8ae0b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:36:14 Modified files: sys/dev/pci/drm/amd/amdgpu: aldebaran.c gmc_v10_0.c gmc_v11_0.c gmc_v9_0.c Log message: drm/amdgpu: Fix ecc irq enable/disable unpaired From Stanley Yang 0a8fc4e007b933d46f079a1d9ab8539a4d8439ef in linux-6.6.y/6.6.16 a32c6f7f5737cc7e31cd7ad5133f0d96fca12ea6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:38:48 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_dpia_bw.c link_dp_dpia_bw.h Log message: drm/amd/display: Fix minor issues in BW Allocation Phase2 From Meenakshikumar Somasundaram cef7f96a0a4c00f761248cd714b086c1256992cb in linux-6.6.y/6.6.16 aa5dc05340eb97486a631ce6bccb8d020bf6b56b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:40:18 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_sync.c Log message: drm/amdgpu: Let KFD sync with VM fences From Felix Kuehling 0d35c8977be8f220931d437d568f64a7028d0115 in linux-6.6.y/6.6.16 ec9ba4821fa52b5efdbc4cdf0a77497990655231 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:43:45 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm_crtc.c sys/dev/pci/drm/amd/include: amd_shared.h Log message: Re-revert "drm/amd/display: Enable Replay for static screen use cases" From Ivan Lipski 90df72694a5b7ca2a415eb3baeb9f385cee8033c in linux-6.6.y/6.6.16 d6398866a6b47e92319ef6efdb0126a4fbb7796a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:45:17 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ucode.c Log message: drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_request()' From Srinivasan Shanmugam aa1791b280ed36005226e031a622091fa7e5382e in linux-6.6.y/6.6.16 13a1851f923d9a7a78a477497295c2dfd16ad4a4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:46:37 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_amdkfd_fence.c Log message: drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()' From Srinivasan Shanmugam ff5aefbbd82ea7eee61606ff7cce56bfac269010 in linux-6.6.y/6.6.16 bf2ad4fb8adca89374b54b225d494e0b1956dbea in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:47:55 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_topology.c Log message: drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()' From Srinivasan Shanmugam 583e0a336bfbf3f2fb2badc7d1980dadfb3611f0 in linux-6.6.y/6.6.16 b1a428b45dc7e47c7acc2ad0d08d8a6dda910c4c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:50:16 Modified files: sys/dev/pci/drm/amd/amdgpu: gfxhub_v1_0.c gfxhub_v1_2.c mmhub_v1_0.c sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well From Alex Deucher 08dde830ab24cfcb855b198f7dbe7d3637f623bc in linux-6.6.y/6.6.16 16783d8ef08448815e149e40c82fc1e1fc41ddbf in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:51:59 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix lock dependency warning From Felix Kuehling 28d2d623d2fbddcca5c24600474e92f16ebb3a05 in linux-6.6.y/6.6.16 47bf0f83fc86df1bf42b385a91aadb910137c5c9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:53:15 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix lock dependency warning with srcu From Philip Yang 752312f6a79440086ac0f9b08d7776870037323c in linux-6.6.y/6.6.16 2a9de42e8d3c82c6990d226198602be44f43f340 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:55:02 Modified files: sys/dev/pci/drm/amd/pm/powerplay/hwmgr: smu7_hwmgr.c Log message: drm/amdgpu: fix avg vs input power reporting on smu7 From Alex Deucher d0bc6be623ba7270ad71fee9a8af6843420e7191 in linux-6.6.y/6.6.16 25852d4b97572ff62ffee574cb8bb4bc551af23a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:56:23 Modified files: sys/dev/pci/drm/amd/pm/powerplay/hwmgr: process_pptables_v1_0.c Log message: drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()' From Srinivasan Shanmugam 0ee4c5829fb3cfb8b168956be9a28ede5996a8f8 in linux-6.6.y/6.6.16 6616b5e1999146b1304abe78232af810080c67e3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:58:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_gmc.c Log message: drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()' From Srinivasan Shanmugam b02831b8a5b687138df4662ff914aa3defc2499e in linux-6.6.y/6.6.16 fac4ebd79fed60e79cccafdad45a2bb8d3795044 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 20:59:48 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()' From Srinivasan Shanmugam 25c2de1fbd8ee13008791a3c131f5fed02b3ccec in linux-6.6.y/6.6.16 8a44fdd3cf91debbd09b43bd2519ad2b2486ccf4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 21:01:06 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()' From Srinivasan Shanmugam 5ea4007636b27800fa01555428aa9c198aeb5bf4 in linux-6.6.y/6.6.16 d7a254fad873775ce6c32b77796c81e81e6b7f2e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 21:04:12 Modified files: sys/dev/pci/drm/include/drm: drm_color_mgmt.h Log message: drm: using mul_u32_u32() requires linux/math64.h From Stephen Rothwell 8de8f000ffe1c930d0cdf73cfce91b0d1746c3bc in linux-6.6.y/6.6.16 933a2a376fb3f22ba4774f74233571504ac56b02 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 21:05:39 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_process_queue_manager.c Log message: drm/amdkfd: only flush mes process context if mes support is there From Jonathan Kim 3c0a7eac9e7883317e2010bc525a3f1c4847587c in linux-6.6.y/6.6.16 24149412dfc71f7f4a54868702e9145e396263d3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/05 21:07:51 Modified files: sys/dev/pci/drm/amd/amdgpu: gmc_v6_0.c gmc_v7_0.c gmc_v8_0.c gmc_v9_0.c Log message: drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()' From Srinivasan Shanmugam 7110e98840ee6b7009304b1e41c8e6930452a48e in linux-6.6.y/6.6.16 16da399091dca3d1e48109086403587af37cc196 in mainline linux CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/05 22:00:12 Modified files: gnu/lib/libcompiler_rt: Makefile Log message: Fix RTARCH in our Makefile and lets us access riscv-specific implementations This brings us fp_mode.c used in softfloat code, and muldi3.S used when the target ISA doesn't have the Multiply extension. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/05 22:07:28 Modified files: gnu/lib/libcompiler_rt: Makefile Log message: Add risc-v support code for clang -msave-restore ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/05 22:19:57 Modified files: telephony/asterisk/16: Makefile telephony/asterisk/18: Makefile telephony/asterisk/20: Makefile Log message: asterisks: bump REVISION-main after sip_to_pjsip addition CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/05 22:39:28 Modified files: sbin/ipsecctl : ipsecctl.c Log message: Tweak previous. Passing "dns" to pledge(2) is suitable for the purpose. input deraadt, ok tobhe CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/06 00:41:37 Modified files: geo/qgis : Makefile geo/qgis/pkg : PLIST Log message: geo/qgis: disable dependency on x11/qt5/qtwebkit requested by rsadowski@ who'd like to retire it https://github.com/qgis/QGIS/issues/54965 plans to port to QtWebEngine CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/06 02:56:10 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_JavaScriptCore_assembler_ARMv7Assembler_h Log message: Update to webkitgtk{40,41,60}-2.42.5. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/06 03:53:20 Modified files: usr.sbin/radiusd: radiusd_standard.c Log message: Fix the radius standard module to remove the specified attribute from response properly. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/06 04:01:14 Modified files: wayland/libei : Makefile distinfo Log message: Update to libei-1.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/06 04:01:24 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.55.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/06 05:00:59 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_BUILD_gn patch-base_compiler_specific_h patch-chrome_browser_chrome_content_browser_client_cc www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-base_BUILD_gn patch-base_compiler_specific_h patch-chrome_browser_chrome_content_browser_client_cc Added files: www/chromium/patches: patch-third_party_perfetto_src_trace_processor_db_column_h www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_column_h Log message: unbreak on i386 and remove change-stack-guard-on-fork flag which is unused on OpenBSD CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/06 05:39:13 Modified files: usr.sbin/snmpd : parse.y snmpd.conf.5 Log message: Load MIB files during startup. The default directory is /usr/share/snmp/mibs, but one or more directories can be configured via the "mib directory" option. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/06 05:44:28 Modified files: usr.sbin/snmpd : application.c application_agentx.c application_internal.c parse.y smi.c snmpd.h trap.c traphandler.c Log message: Replace most smi_oid2string() calls with the new mib_oid2string(). smi_oid2string() is still called from trap handle context to not break any existing scripts. OK tb@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/06 05:49:37 Modified files: games/yquake2 : Makefile Log message: games/yquake2: Enable build for all archs. Upstream has indicated they are going to officially try to support all possible archs. Testing has shown it works on macppc, so there is a good chance other archs work too. ok kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/02/06 06:10:56 Modified files: sbin/iked : ca.c Log message: Pass struct iked directly to ca_reset() instead of passing it via ps discussed with markus@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/06 07:18:15 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: implement basic bpf(4) support for qwx(4) This is sufficient to capture 802.11 frames with tcpdump -y IEEE802_11_RADIO. Meta-data such as RSSI and channel number is not yet recorded. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/06 08:36:11 Modified files: usr.sbin/snmpd : parse.y snmpd.h trap.c traphandler.c Log message: Let the config parser make use of the mib_string2oid(). If a descriptor is not found in the loaded MIB files it falls back to the old smi_oid2string(), which then throws a deprecation warning. This won't trigger for most cases in the default install, but the UCD-DISKIO-MIB and dependencies aren't included (yet?) (which can be fixed by manually including them via "mib directory") and there's a couple of misspellings (e.g. mib_2 vs mib-2, and usmStatsNotInTimeWindow vs usmStatsNotInTimeWindows). Feedback and OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/07 10:22:01 Modified files: lib/libkeynote : keynote-keygen.c Log message: libkeynote: use DSA_generate_parameters_ex() DSA_generate_parameters() was deprecated in 2002. Its removal was blocked because someone added "enhanced DSA support" to rust-openssl. Fortunately this was fixed recently by the pyca people. So we can remove it now. Of course, DSA_generate_parameters_ex() wasn't an improvement. While it no longer uses the old callback version, it also needs a DSA object passed in thus making it more annoying for callers. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:27:23 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo Log message: www/mozilla-firefox: update to 122.0.1. see https://www.mozilla.org/en-US/firefox/122.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:28:24 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 122.0.1. see https://www.mozilla.org/en-US/firefox/122.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/07 10:31:00 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.46.0 Changes: https://lib.filezilla-project.org/ Bump major of SHLIB because of removal of symbols. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/07 10:31:19 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-configure_ac patch-src_engine_Makefile_am Log message: Update to filezilla-3.66.5 Changes: https://filezilla-project.org/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:46:38 Modified files: x11/xfce4/libxfce4util: Makefile distinfo Log message: x11/xfce4/libxfce4util: update to 4.18.2 see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001376.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:47:24 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo x11/xfce4/libxfce4ui/pkg: PLIST Log message: x11/xfce4/libxfce4ui: update to 4.18.5. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001374.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:50:30 Modified files: x11/xfce4/garcon: Makefile distinfo x11/xfce4/garcon/pkg: PLIST Log message: x11/xfce4/garcon: update to 4.18.2 see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001372.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:51:11 Modified files: x11/xfce4/terminal: Makefile distinfo x11/xfce4/terminal/pkg: PLIST Log message: x11/xfce4/terminal: update to 1.1.2. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001368.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:51:53 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: x11/xfce4/ristretto: update to 0.13.2. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001365.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 10:52:42 Modified files: x11/xfce4/mousepad: Makefile distinfo x11/xfce4/mousepad/pkg: PLIST Log message: x11/xfce4/mousepad: update to 0.6.2. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001364.html CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/07 11:09:05 Modified files: graphics/blender: Makefile Log message: Disable PCH, unbreak with cmake 3.28 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/07 11:10:45 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Source_cmFileCommand_cxx patch-Source_cmFindPackageCommand_cxx patch-Source_cmGeneratorTarget_cxx patch-Source_cmGlobalGenerator_cxx patch-Source_cmInstallCommand_cxx patch-Source_cmMessenger_cxx patch-Source_cmQtAutoGenInitializer_cxx patch-Source_cmTarget_cxx devel/cmake/pkg: PLIST Log message: Update cmake to 3.28.2 Survived bulk build, thanks tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/07 11:27:33 Modified files: editors/libreoffice: distinfo Log message: fixup distinfo; missing from previous commit CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/07 11:29:46 Modified files: cad/prusaslicer: Makefile distinfo cad/prusaslicer/patches: patch-CMakeLists_txt patch-src_PrusaSlicer_cpp patch-src_libslic3r_CMakeLists_txt patch-src_libslic3r_PrintObject_cpp patch-src_slic3r_CMakeLists_txt patch-src_slic3r_GUI_BitmapCache_cpp patch-src_slic3r_GUI_ConfigWizard_cpp patch-src_slic3r_GUI_GLCanvas3D_cpp patch-src_slic3r_GUI_GUI_Factories_cpp patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp patch-src_slic3r_GUI_Plater_cpp cad/prusaslicer/pkg: PLIST Log message: PrusaSlicer to 2.7.1 from Renato Aguiar (maintainer). Uses recently-added heatshrink and libbgcode (binary g-code). Tested by me; improved and "sounds good" kn@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/07 11:31:05 Added files: cad/prusaslicer/patches: patch-CMakeLists_txt.orig patch-src_PrusaSlicer_cpp.orig patch-src_libslic3r_CMakeLists_txt.orig patch-src_libslic3r_GCode_cpp patch-src_libslic3r_GCode_cpp.orig patch-src_libslic3r_PrintObject_cpp.orig patch-src_slic3r_CMakeLists_txt.orig patch-src_slic3r_GUI_BitmapCache_cpp.orig patch-src_slic3r_GUI_ConfigWizard_cpp.orig patch-src_slic3r_GUI_GLCanvas3D_cpp.orig patch-src_slic3r_GUI_GUI_Factories_cpp.orig patch-src_slic3r_GUI_GUI_ObjectManipulation_cpp.orig patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp.orig patch-src_slic3r_Utils_WifiScanner_cpp patch-src_slic3r_Utils_WifiScanner_cpp.orig patch-tests_CMakeLists_txt patch-tests_CMakeLists_txt.orig patch-tests_arrange_test_arrange_cpp patch-tests_arrange_test_arrange_cpp.orig patch-tests_arrange_test_arrange_integration_cpp patch-tests_arrange_test_arrange_integration_cpp.orig patch-tests_catch_main_hpp patch-tests_catch_main_hpp.orig patch-tests_fff_print_test_avoid_crossing_perimeters_cpp patch-tests_fff_print_test_avoid_crossing_perimeters_cpp.orig patch-tests_fff_print_test_bridges_cpp patch-tests_fff_print_test_bridges_cpp.orig patch-tests_fff_print_test_clipper_cpp patch-tests_fff_print_test_clipper_cpp.orig patch-tests_fff_print_test_cooling_cpp patch-tests_fff_print_test_cooling_cpp.orig patch-tests_fff_print_test_custom_gcode_cpp patch-tests_fff_print_test_custom_gcode_cpp.orig patch-tests_fff_print_test_data_cpp patch-tests_fff_print_test_data_cpp.orig patch-tests_fff_print_test_extrusion_entity_cpp patch-tests_fff_print_test_extrusion_entity_cpp.orig patch-tests_fff_print_test_fill_cpp patch-tests_fff_print_test_fill_cpp.orig patch-tests_fff_print_test_flow_cpp patch-tests_fff_print_test_flow_cpp.orig patch-tests_fff_print_test_gaps_cpp patch-tests_fff_print_test_gaps_cpp.orig patch-tests_fff_print_test_gcode_cpp patch-tests_fff_print_test_gcode_cpp.orig patch-tests_fff_print_test_gcodefindreplace_cpp patch-tests_fff_print_test_gcodefindreplace_cpp.orig patch-tests_fff_print_test_gcodewriter_cpp patch-tests_fff_print_test_gcodewriter_cpp.orig patch-tests_fff_print_test_model_cpp patch-tests_fff_print_test_model_cpp.orig patch-tests_fff_print_test_multi_cpp patch-tests_fff_print_test_multi_cpp.orig patch-tests_fff_print_test_perimeters_cpp patch-tests_fff_print_test_perimeters_cpp.orig patch-tests_fff_print_test_print_cpp patch-tests_fff_print_test_print_cpp.orig patch-tests_fff_print_test_printgcode_cpp patch-tests_fff_print_test_printgcode_cpp.orig patch-tests_fff_print_test_printobject_cpp patch-tests_fff_print_test_printobject_cpp.orig patch-tests_fff_print_test_shells_cpp patch-tests_fff_print_test_shells_cpp.orig patch-tests_fff_print_test_skirt_brim_cpp patch-tests_fff_print_test_skirt_brim_cpp.orig patch-tests_fff_print_test_support_material_cpp patch-tests_fff_print_test_support_material_cpp.orig patch-tests_fff_print_test_thin_walls_cpp patch-tests_fff_print_test_thin_walls_cpp.orig patch-tests_fff_print_test_trianglemesh_cpp patch-tests_fff_print_test_trianglemesh_cpp.orig patch-tests_libslic3r_test_3mf_cpp patch-tests_libslic3r_test_3mf_cpp.orig patch-tests_libslic3r_test_aabbindirect_cpp patch-tests_libslic3r_test_aabbindirect_cpp.orig patch-tests_libslic3r_test_anyptr_cpp patch-tests_libslic3r_test_anyptr_cpp.orig patch-tests_libslic3r_test_arachne_cpp patch-tests_libslic3r_test_arachne_cpp.orig patch-tests_libslic3r_test_arc_welder_cpp patch-tests_libslic3r_test_arc_welder_cpp.orig patch-tests_libslic3r_test_astar_cpp patch-tests_libslic3r_test_astar_cpp.orig patch-tests_libslic3r_test_clipper_offset_cpp patch-tests_libslic3r_test_clipper_offset_cpp.orig patch-tests_libslic3r_test_clipper_utils_cpp patch-tests_libslic3r_test_clipper_utils_cpp.orig patch-tests_libslic3r_test_color_cpp patch-tests_libslic3r_test_color_cpp.orig patch-tests_libslic3r_test_config_cpp patch-tests_libslic3r_test_config_cpp.orig patch-tests_libslic3r_test_curve_fitting_cpp patch-tests_libslic3r_test_curve_fitting_cpp.orig patch-tests_libslic3r_test_cut_surface_cpp patch-tests_libslic3r_test_cut_surface_cpp.orig patch-tests_libslic3r_test_elephant_foot_compensation_cpp patch-tests_libslic3r_test_elephant_foot_compensation_cpp.orig patch-tests_libslic3r_test_emboss_cpp patch-tests_libslic3r_test_emboss_cpp.orig patch-tests_libslic3r_test_expolygon_cpp patch-tests_libslic3r_test_expolygon_cpp.orig patch-tests_libslic3r_test_geometry_cpp patch-tests_libslic3r_test_geometry_cpp.orig patch-tests_libslic3r_test_hollowing_cpp patch-tests_libslic3r_test_hollowing_cpp.orig patch-tests_libslic3r_test_indexed_triangle_set_cpp patch-tests_libslic3r_test_indexed_triangle_set_cpp.orig patch-tests_libslic3r_test_jump_point_search_cpp patch-tests_libslic3r_test_jump_point_search_cpp.orig patch-tests_libslic3r_test_kdtreeindirect_cpp patch-tests_libslic3r_test_kdtreeindirect_cpp.orig patch-tests_libslic3r_test_marchingsquares_cpp patch-tests_libslic3r_test_marchingsquares_cpp.orig patch-tests_libslic3r_test_meshboolean_cpp patch-tests_libslic3r_test_meshboolean_cpp.orig patch-tests_libslic3r_test_mutable_polygon_cpp patch-tests_libslic3r_test_mutable_polygon_cpp.orig patch-tests_libslic3r_test_mutable_priority_queue_cpp patch-tests_libslic3r_test_mutable_priority_queue_cpp.orig patch-tests_libslic3r_test_optimizers_cpp patch-tests_libslic3r_test_optimizers_cpp.orig patch-tests_libslic3r_test_placeholder_parser_cpp patch-tests_libslic3r_test_placeholder_parser_cpp.orig patch-tests_libslic3r_test_png_io_cpp patch-tests_libslic3r_test_png_io_cpp.orig patch-tests_libslic3r_test_polygon_cpp patch-tests_libslic3r_test_polygon_cpp.orig patch-tests_libslic3r_test_polyline_cpp patch-tests_libslic3r_test_polyline_cpp.orig patch-tests_libslic3r_test_quadric_edge_collapse_cpp patch-tests_libslic3r_test_quadric_edge_collapse_cpp.orig patch-tests_libslic3r_test_region_expansion_cpp patch-tests_libslic3r_test_region_expansion_cpp.orig patch-tests_libslic3r_test_static_map_cpp patch-tests_libslic3r_test_static_map_cpp.orig patch-tests_libslic3r_test_stl_cpp patch-tests_libslic3r_test_stl_cpp.orig patch-tests_libslic3r_test_support_spots_generator_cpp patch-tests_libslic3r_test_support_spots_generator_cpp.orig patch-tests_libslic3r_test_surface_mesh_cpp patch-tests_libslic3r_test_surface_mesh_cpp.orig patch-tests_libslic3r_test_timeutils_cpp patch-tests_libslic3r_test_timeutils_cpp.orig patch-tests_libslic3r_test_triangulation_cpp patch-tests_libslic3r_test_triangulation_cpp.orig patch-tests_libslic3r_test_utils_cpp patch-tests_libslic3r_test_utils_cpp.orig patch-tests_libslic3r_test_voronoi_cpp patch-tests_libslic3r_test_voronoi_cpp.orig patch-tests_sla_print_sla_archive_readwrite_tests_cpp patch-tests_sla_print_sla_archive_readwrite_tests_cpp.orig patch-tests_sla_print_sla_print_tests_cpp patch-tests_sla_print_sla_print_tests_cpp.orig patch-tests_sla_print_sla_raycast_tests_cpp patch-tests_sla_print_sla_raycast_tests_cpp.orig patch-tests_sla_print_sla_supptgen_tests_cpp patch-tests_sla_print_sla_supptgen_tests_cpp.orig patch-tests_sla_print_sla_supptreeutils_tests_cpp patch-tests_sla_print_sla_supptreeutils_tests_cpp.orig patch-tests_sla_print_sla_test_utils_cpp patch-tests_sla_print_sla_test_utils_cpp.orig patch-tests_sla_print_sla_test_utils_hpp patch-tests_sla_print_sla_test_utils_hpp.orig patch-tests_slic3rutils_slic3r_arrangejob_tests_cpp patch-tests_slic3rutils_slic3r_arrangejob_tests_cpp.orig patch-tests_slic3rutils_slic3r_jobs_tests_cpp patch-tests_slic3rutils_slic3r_jobs_tests_cpp.orig patch-tests_slic3rutils_slic3r_version_tests_cpp patch-tests_slic3rutils_slic3r_version_tests_cpp.orig patch-tests_thumbnails_test_thumbnails_ini_string_cpp patch-tests_thumbnails_test_thumbnails_ini_string_cpp.orig patch-tests_thumbnails_test_thumbnails_input_string_cpp patch-tests_thumbnails_test_thumbnails_input_string_cpp.orig Log message: Rest of the patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/07 11:45:53 Removed files: cad/prusaslicer/patches: patch-CMakeLists_txt.orig patch-src_PrusaSlicer_cpp.orig patch-src_libslic3r_CMakeLists_txt.orig patch-src_libslic3r_GCode_cpp.orig patch-src_libslic3r_PrintObject_cpp.orig patch-src_slic3r_CMakeLists_txt.orig patch-src_slic3r_GUI_BitmapCache_cpp.orig patch-src_slic3r_GUI_ConfigWizard_cpp.orig patch-src_slic3r_GUI_GLCanvas3D_cpp.orig patch-src_slic3r_GUI_GUI_Factories_cpp.orig patch-src_slic3r_GUI_GUI_ObjectManipulation_cpp.orig patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp.orig patch-src_slic3r_Utils_WifiScanner_cpp.orig patch-tests_CMakeLists_txt.orig patch-tests_arrange_test_arrange_cpp.orig patch-tests_arrange_test_arrange_integration_cpp.orig patch-tests_catch_main_hpp.orig patch-tests_fff_print_test_avoid_crossing_perimeters_cpp.orig patch-tests_fff_print_test_bridges_cpp.orig patch-tests_fff_print_test_clipper_cpp.orig patch-tests_fff_print_test_cooling_cpp.orig patch-tests_fff_print_test_custom_gcode_cpp.orig patch-tests_fff_print_test_data_cpp.orig patch-tests_fff_print_test_extrusion_entity_cpp.orig patch-tests_fff_print_test_fill_cpp.orig patch-tests_fff_print_test_flow_cpp.orig patch-tests_fff_print_test_gaps_cpp.orig patch-tests_fff_print_test_gcode_cpp.orig patch-tests_fff_print_test_gcodefindreplace_cpp.orig patch-tests_fff_print_test_gcodewriter_cpp.orig patch-tests_fff_print_test_model_cpp.orig patch-tests_fff_print_test_multi_cpp.orig patch-tests_fff_print_test_perimeters_cpp.orig patch-tests_fff_print_test_print_cpp.orig patch-tests_fff_print_test_printgcode_cpp.orig patch-tests_fff_print_test_printobject_cpp.orig patch-tests_fff_print_test_shells_cpp.orig patch-tests_fff_print_test_skirt_brim_cpp.orig patch-tests_fff_print_test_support_material_cpp.orig patch-tests_fff_print_test_thin_walls_cpp.orig patch-tests_fff_print_test_trianglemesh_cpp.orig patch-tests_libslic3r_test_3mf_cpp.orig patch-tests_libslic3r_test_aabbindirect_cpp.orig patch-tests_libslic3r_test_anyptr_cpp.orig patch-tests_libslic3r_test_arachne_cpp.orig patch-tests_libslic3r_test_arc_welder_cpp.orig patch-tests_libslic3r_test_astar_cpp.orig patch-tests_libslic3r_test_clipper_offset_cpp.orig patch-tests_libslic3r_test_clipper_utils_cpp.orig patch-tests_libslic3r_test_color_cpp.orig patch-tests_libslic3r_test_config_cpp.orig patch-tests_libslic3r_test_curve_fitting_cpp.orig patch-tests_libslic3r_test_cut_surface_cpp.orig patch-tests_libslic3r_test_elephant_foot_compensation_cpp.orig patch-tests_libslic3r_test_emboss_cpp.orig patch-tests_libslic3r_test_expolygon_cpp.orig patch-tests_libslic3r_test_geometry_cpp.orig patch-tests_libslic3r_test_hollowing_cpp.orig patch-tests_libslic3r_test_indexed_triangle_set_cpp.orig patch-tests_libslic3r_test_jump_point_search_cpp.orig patch-tests_libslic3r_test_kdtreeindirect_cpp.orig patch-tests_libslic3r_test_marchingsquares_cpp.orig patch-tests_libslic3r_test_meshboolean_cpp.orig patch-tests_libslic3r_test_mutable_polygon_cpp.orig patch-tests_libslic3r_test_mutable_priority_queue_cpp.orig patch-tests_libslic3r_test_optimizers_cpp.orig patch-tests_libslic3r_test_placeholder_parser_cpp.orig patch-tests_libslic3r_test_png_io_cpp.orig patch-tests_libslic3r_test_polygon_cpp.orig patch-tests_libslic3r_test_polyline_cpp.orig patch-tests_libslic3r_test_quadric_edge_collapse_cpp.orig patch-tests_libslic3r_test_region_expansion_cpp.orig patch-tests_libslic3r_test_static_map_cpp.orig patch-tests_libslic3r_test_stl_cpp.orig patch-tests_libslic3r_test_support_spots_generator_cpp.orig patch-tests_libslic3r_test_surface_mesh_cpp.orig patch-tests_libslic3r_test_timeutils_cpp.orig patch-tests_libslic3r_test_triangulation_cpp.orig patch-tests_libslic3r_test_utils_cpp.orig patch-tests_libslic3r_test_voronoi_cpp.orig patch-tests_sla_print_sla_archive_readwrite_tests_cpp.orig patch-tests_sla_print_sla_print_tests_cpp.orig patch-tests_sla_print_sla_raycast_tests_cpp.orig patch-tests_sla_print_sla_supptgen_tests_cpp.orig patch-tests_sla_print_sla_supptreeutils_tests_cpp.orig patch-tests_sla_print_sla_test_utils_cpp.orig patch-tests_sla_print_sla_test_utils_hpp.orig patch-tests_slic3rutils_slic3r_arrangejob_tests_cpp.orig patch-tests_slic3rutils_slic3r_jobs_tests_cpp.orig patch-tests_slic3rutils_slic3r_version_tests_cpp.orig patch-tests_thumbnails_test_thumbnails_ini_string_cpp.orig patch-tests_thumbnails_test_thumbnails_input_string_cpp.orig Log message: cad/prusaslicer: drop patch-*orig that probably shouldnt have been added CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/07 12:07:42 Modified files: usr.sbin/btrace: bt_parse.y Log message: Prevent tuples to be used as map key, associative array is what we want. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:22:49 Log message: import textproc/py-bashlex, from Корякин Артём, ok tb Status: Vendor Tag: sthen Release Tags: sthen_20240207 N ports/textproc/py-bashlex/Makefile N ports/textproc/py-bashlex/distinfo N ports/textproc/py-bashlex/pkg/PLIST N ports/textproc/py-bashlex/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:20 Modified files: textproc/py-bashlex: Makefile Log message: missing FLAVOR/FLAVORS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:34 Modified files: textproc : Makefile Log message: +py-bashlex CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:37 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.8.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:39 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:41 Modified files: net/nslint : Makefile distinfo Log message: update to nslint-3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:23:45 Modified files: sysutils/py-platformdirs: Makefile distinfo Log message: update to py3-platformdirs-4.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:24:01 Modified files: graphics/xv : Makefile distinfo Log message: update to xv-5.0.0 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/07 12:26:58 Modified files: regress/usr.sbin/ospf6d: 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: ports Changes by: kirby@cvs.openbsd.org 2024/02/07 12:45:08 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:47:21 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.2 CVE-2024-20290: Fixed a possible heap overflow read bug in the OLE2 file parser that could cause a denial-of-service (DoS) condition. CVE-2024-20328: Fixed a possible command injection vulnerability in the "VirusEvent" feature of ClamAV's ClamD service. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/07 12:47:25 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-CMakeLists_txt security/clamav/pkg: PLIST Added files: security/clamav/patches: patch-_cargo_config_toml Removed files: security/clamav/patches: patch-libclamav_rust__cargo_config_toml Log message: update to clamav-1.3.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/07 12:59:59 Modified files: x11/qt6 : Makefile.version x11/qt6/qt3d : Makefile distinfo x11/qt6/qt3d/pkg: PLIST x11/qt6/qt5compat: distinfo x11/qt6/qtbase : Makefile distinfo x11/qt6/qtbase/patches: patch-cmake_QtBuild_cmake patch-cmake_QtFeature_cmake patch-cmake_QtProcessConfigureArgs_cmake patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_plugins_tls_openssl_qsslsocket_openssl_symbols_p_h patch-src_plugins_tls_openssl_qx509_openssl_cpp x11/qt6/qtbase/pkg: PLIST-global PLIST-main x11/qt6/qtcharts: Makefile distinfo x11/qt6/qtconnectivity: Makefile distinfo x11/qt6/qtdatavis3d: distinfo x11/qt6/qtdeclarative: Makefile distinfo x11/qt6/qtdeclarative/patches: patch-src_qml_jit_qv4assemblercommon_p_h x11/qt6/qtdeclarative/pkg: PLIST x11/qt6/qtgrpc : Makefile distinfo x11/qt6/qtgrpc/pkg: PLIST x11/qt6/qthttpserver: Makefile distinfo x11/qt6/qtimageformats: distinfo x11/qt6/qtlanguageserver: distinfo x11/qt6/qtlottie: Makefile distinfo x11/qt6/qtmultimedia: Makefile distinfo x11/qt6/qtmultimedia/pkg: PLIST x11/qt6/qtnetworkauth: Makefile distinfo x11/qt6/qtpositioning: distinfo x11/qt6/qtquick3d: Makefile distinfo x11/qt6/qtquick3d/pkg: PLIST x11/qt6/qtquick3dphysics: Makefile distinfo x11/qt6/qtquick3dphysics/patches: patch-src_3rdparty_PhysX_pxshared_include_foundation_PxPreprocessor_h patch-src_3rdparty_PhysX_source_foundation_src_unix_PsUnixThread_cpp x11/qt6/qtquick3dphysics/pkg: PLIST x11/qt6/qtquickeffectmaker: distinfo x11/qt6/qtquicktimeline: distinfo x11/qt6/qtremoteobjects: distinfo x11/qt6/qtremoteobjects/pkg: PLIST x11/qt6/qtscxml: distinfo x11/qt6/qtsensors: distinfo x11/qt6/qtserialbus: distinfo x11/qt6/qtserialbus/pkg: PLIST x11/qt6/qtserialport: distinfo x11/qt6/qtshadertools: distinfo x11/qt6/qtshadertools/pkg: PLIST x11/qt6/qtspeech: Makefile distinfo x11/qt6/qtsvg : Makefile distinfo x11/qt6/qtsvg/pkg: PLIST x11/qt6/qttools: Makefile distinfo x11/qt6/qttools/pkg: PLIST x11/qt6/qttranslations: distinfo x11/qt6/qtvirtualkeyboard: Makefile distinfo x11/qt6/qtvirtualkeyboard/pkg: PLIST x11/qt6/qtwayland: Makefile distinfo x11/qt6/qtwayland/pkg: PLIST x11/qt6/qtwebchannel: Makefile distinfo x11/qt6/qtwebchannel/pkg: PLIST x11/qt6/qtwebengine: Makefile distinfo x11/qt6/qtwebengine/patches: patch-cmake_Functions_cmake patch-configure_cmake patch-src_3rdparty_chromium_BUILD_gn patch-src_3rdparty_chromium_base_BUILD_gn patch-src_3rdparty_chromium_base_allocator_partition_allocator_address_space_randomization_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_internals_posix_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_address_space_cc patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_config_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_constants_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_forward_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_page_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_root_cc patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc patch-src_3rdparty_chromium_base_allocator_partition_allocator_starscan_stack_stack_cc patch-src_3rdparty_chromium_base_atomicops_h patch-src_3rdparty_chromium_base_debug_stack_trace_posix_cc patch-src_3rdparty_chromium_base_files_file_path_watcher_unittest_cc patch-src_3rdparty_chromium_base_files_file_util_unittest_cc patch-src_3rdparty_chromium_base_i18n_icu_util_cc patch-src_3rdparty_chromium_base_logging_unittest_cc patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_posix_cc patch-src_3rdparty_chromium_base_posix_unix_domain_socket_unittest_cc patch-src_3rdparty_chromium_base_process_kill_posix_cc patch-src_3rdparty_chromium_base_process_memory_cc patch-src_3rdparty_chromium_base_process_process_iterator_freebsd_cc patch-src_3rdparty_chromium_base_process_process_iterator_openbsd_cc patch-src_3rdparty_chromium_base_process_process_metrics_cc patch-src_3rdparty_chromium_base_process_process_metrics_h patch-src_3rdparty_chromium_base_process_process_metrics_openbsd_cc patch-src_3rdparty_chromium_base_process_process_posix_cc patch-src_3rdparty_chromium_base_process_process_unittest_cc patch-src_3rdparty_chromium_base_profiler_module_cache_cc patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_cc patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_h patch-src_3rdparty_chromium_base_profiler_stack_base_address_posix_cc patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_test_util_cc patch-src_3rdparty_chromium_base_profiler_thread_delegate_posix_cc patch-src_3rdparty_chromium_base_strings_safe_sprintf_unittest_cc patch-src_3rdparty_chromium_base_synchronization_lock_impl_h patch-src_3rdparty_chromium_base_system_sys_info_cc patch-src_3rdparty_chromium_base_system_sys_info_h patch-src_3rdparty_chromium_base_system_sys_info_posix_cc patch-src_3rdparty_chromium_base_system_sys_info_unittest_cc patch-src_3rdparty_chromium_base_threading_platform_thread_linux_cc patch-src_3rdparty_chromium_base_threading_platform_thread_posix_cc patch-src_3rdparty_chromium_base_threading_platform_thread_unittest_cc patch-src_3rdparty_chromium_base_trace_event_malloc_dump_provider_cc patch-src_3rdparty_chromium_build_config_BUILDCONFIG_gn patch-src_3rdparty_chromium_build_config_BUILD_gn patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn patch-src_3rdparty_chromium_build_config_linux_pkg-config_py patch-src_3rdparty_chromium_build_config_rust_gni patch-src_3rdparty_chromium_build_detect_host_arch_py patch-src_3rdparty_chromium_build_linux_unbundle_replace_gn_files_py patch-src_3rdparty_chromium_build_toolchain_gcc_toolchain_gni patch-src_3rdparty_chromium_cc_BUILD_gn patch-src_3rdparty_chromium_chrome_app_generated_resources_grd patch-src_3rdparty_chromium_chrome_app_settings_strings_grdp patch-src_3rdparty_chromium_chrome_app_theme_chrome_unscaled_resources_grd patch-src_3rdparty_chromium_chrome_app_theme_theme_resources_grd patch-src_3rdparty_chromium_chrome_browser_custom_handlers_chrome_protocol_handler_registry_delegate_cc patch-src_3rdparty_chromium_chrome_browser_dev_ui_browser_resources_grd patch-src_3rdparty_chromium_chrome_browser_devtools_devtools_eye_dropper_cc patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD_gn patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h patch-src_3rdparty_chromium_chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings_private_prefs_util_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_log_uploader_cc patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-src_3rdparty_chromium_chrome_browser_net_system_network_context_manager_cc patch-src_3rdparty_chromium_chrome_browser_prefs_browser_prefs_cc patch-src_3rdparty_chromium_chrome_browser_prefs_pref_service_incognito_allowlist_cc patch-src_3rdparty_chromium_chrome_browser_printing_print_backend_service_manager_cc patch-src_3rdparty_chromium_chrome_browser_resources_sandbox_internals_sandbox_internals_ts patch-src_3rdparty_chromium_chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_ui_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-src_3rdparty_chromium_chrome_common_chrome_features_cc patch-src_3rdparty_chromium_chrome_common_chrome_features_h patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc patch-src_3rdparty_chromium_chrome_common_chrome_switches_h patch-src_3rdparty_chromium_chrome_common_media_cdm_host_file_path_cc patch-src_3rdparty_chromium_chrome_common_pref_names_cc patch-src_3rdparty_chromium_chrome_common_pref_names_h patch-src_3rdparty_chromium_chrome_common_url_constants_cc patch-src_3rdparty_chromium_chrome_common_url_constants_h patch-src_3rdparty_chromium_chrome_common_webui_url_constants_cc patch-src_3rdparty_chromium_chrome_common_webui_url_constants_h patch-src_3rdparty_chromium_chrome_renderer_chrome_render_frame_observer_cc patch-src_3rdparty_chromium_chrome_test_BUILD_gn patch-src_3rdparty_chromium_components_autofill_core_browser_personal_data_manager_cc patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc patch-src_3rdparty_chromium_components_autofill_core_common_autofill_util_cc patch-src_3rdparty_chromium_components_autofill_payments_strings_grdp patch-src_3rdparty_chromium_components_components_chromium_strings_grd patch-src_3rdparty_chromium_components_components_google_chrome_strings_grd patch-src_3rdparty_chromium_components_crash_core_app_BUILD_gn patch-src_3rdparty_chromium_components_embedder_support_user_agent_utils_unittest_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_configurations_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_h patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_cc patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_h patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_cc patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_unittest_cc patch-src_3rdparty_chromium_components_metrics_metrics_log_cc patch-src_3rdparty_chromium_components_neterror_resources_neterror_js patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_cc patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-src_3rdparty_chromium_components_os_crypt_os_crypt_h patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_cc patch-src_3rdparty_chromium_components_paint_preview_player_player_compositor_delegate_cc patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_cc patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_unittest_cc patch-src_3rdparty_chromium_components_password_manager_core_browser_sync_password_sync_bridge_cc patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_cc patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_h patch-src_3rdparty_chromium_components_policy_core_browser_policy_pref_mapping_test_cc patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_client_cc patch-src_3rdparty_chromium_components_safe_browsing_content_resources_gen_file_type_proto_py patch-src_3rdparty_chromium_components_security_interstitials_content_utils_cc patch-src_3rdparty_chromium_components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_cc patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-src_3rdparty_chromium_components_viz_host_host_display_client_cc patch-src_3rdparty_chromium_components_viz_host_host_display_client_h patch-src_3rdparty_chromium_components_viz_service_display_embedder_skia_output_surface_impl_cc patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_cc patch-src_3rdparty_chromium_components_viz_service_display_skia_renderer_cc patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-src_3rdparty_chromium_content_app_content_main_cc patch-src_3rdparty_chromium_content_app_content_main_runner_impl_cc patch-src_3rdparty_chromium_content_browser_BUILD_gn patch-src_3rdparty_chromium_content_browser_browser_main_loop_cc patch-src_3rdparty_chromium_content_browser_child_process_launcher_helper_linux_cc patch-src_3rdparty_chromium_content_browser_compositor_viz_process_transport_factory_cc patch-src_3rdparty_chromium_content_browser_devtools_protocol_system_info_handler_cc patch-src_3rdparty_chromium_content_browser_gpu_compositor_util_cc patch-src_3rdparty_chromium_content_browser_gpu_gpu_process_host_cc patch-src_3rdparty_chromium_content_browser_renderer_host_delegated_frame_host_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_h patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h patch-src_3rdparty_chromium_content_browser_renderer_host_render_view_host_impl_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_cc patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_h patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank_monitor_impl_cc patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_h patch-src_3rdparty_chromium_content_browser_utility_sandbox_delegate_cc patch-src_3rdparty_chromium_content_browser_v8_snapshot_files_cc patch-src_3rdparty_chromium_content_browser_web_contents_web_contents_view_aura_cc patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_cc patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_cc patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_h patch-src_3rdparty_chromium_content_common_BUILD_gn patch-src_3rdparty_chromium_content_common_font_list_unittest_cc patch-src_3rdparty_chromium_content_common_user_agent_cc patch-src_3rdparty_chromium_content_gpu_gpu_main_cc patch-src_3rdparty_chromium_content_gpu_gpu_sandbox_hook_linux_cc patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_plugin_main_cc patch-src_3rdparty_chromium_content_public_browser_render_process_host_h patch-src_3rdparty_chromium_content_public_browser_zygote_host_zygote_host_linux_h patch-src_3rdparty_chromium_content_public_common_common_param_traits_macros_h patch-src_3rdparty_chromium_content_public_common_content_features_cc patch-src_3rdparty_chromium_content_public_common_content_switches_cc patch-src_3rdparty_chromium_content_public_common_content_switches_h patch-src_3rdparty_chromium_content_public_common_zygote_features_gni patch-src_3rdparty_chromium_content_renderer_render_process_impl_cc patch-src_3rdparty_chromium_content_renderer_render_thread_impl_cc patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_cc patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_h patch-src_3rdparty_chromium_content_shell_BUILD_gn patch-src_3rdparty_chromium_content_shell_app_shell_main_delegate_cc patch-src_3rdparty_chromium_content_shell_utility_shell_content_utility_client_cc patch-src_3rdparty_chromium_content_test_BUILD_gn patch-src_3rdparty_chromium_content_utility_services_cc patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_cc patch-src_3rdparty_chromium_content_utility_utility_main_cc patch-src_3rdparty_chromium_content_zygote_zygote_linux_cc patch-src_3rdparty_chromium_device_gamepad_gamepad_provider_cc patch-src_3rdparty_chromium_extensions_browser_api_messaging_message_service_cc patch-src_3rdparty_chromium_extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-src_3rdparty_chromium_extensions_browser_extension_prefs_cc patch-src_3rdparty_chromium_extensions_browser_pref_names_cc patch-src_3rdparty_chromium_extensions_browser_pref_names_h patch-src_3rdparty_chromium_extensions_common_api__permission_features_json patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc patch-src_3rdparty_chromium_google_apis_gcm_engine_heartbeat_manager_cc patch-src_3rdparty_chromium_gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_webgpu_decoder_impl_cc patch-src_3rdparty_chromium_gpu_config_gpu_finch_features_cc patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_cc patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_h patch-src_3rdparty_chromium_gpu_ipc_service_gpu_init_cc patch-src_3rdparty_chromium_gpu_ipc_service_gpu_memory_buffer_factory_cc patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_cc patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_h patch-src_3rdparty_chromium_gpu_vulkan_vulkan_util_cc patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_h patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_h patch-src_3rdparty_chromium_headless_lib_browser_headless_web_contents_impl_cc patch-src_3rdparty_chromium_headless_lib_headless_content_main_delegate_cc patch-src_3rdparty_chromium_ipc_ipc_channel_common_cc patch-src_3rdparty_chromium_ipc_ipc_channel_h patch-src_3rdparty_chromium_ipc_ipc_channel_mojo_cc patch-src_3rdparty_chromium_media_BUILD_gn patch-src_3rdparty_chromium_media_audio_BUILD_gn patch-src_3rdparty_chromium_media_audio_audio_output_proxy_unittest_cc patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_cc patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_cc patch-src_3rdparty_chromium_media_base_audio_latency_cc patch-src_3rdparty_chromium_media_base_media_switches_cc patch-src_3rdparty_chromium_media_base_media_switches_h patch-src_3rdparty_chromium_media_base_user_input_monitor_unittest_cc patch-src_3rdparty_chromium_media_base_video_frame_cc patch-src_3rdparty_chromium_media_base_video_frame_h patch-src_3rdparty_chromium_media_capture_video_create_video_capture_device_factory_cc patch-src_3rdparty_chromium_media_capture_video_fake_video_capture_device_factory_cc patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_cc patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_cc patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_h patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_cc patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_h patch-src_3rdparty_chromium_media_capture_video_video_capture_device_client_cc patch-src_3rdparty_chromium_media_gpu_chromeos_video_decoder_pipeline_cc patch-src_3rdparty_chromium_media_gpu_gpu_video_encode_accelerator_factory_cc patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi_video_decoder_cc patch-src_3rdparty_chromium_media_media_options_gni patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-src_3rdparty_chromium_media_video_gpu_memory_buffer_video_frame_pool_cc patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_cc patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_test_cc patch-src_3rdparty_chromium_media_webrtc_audio_processor_cc patch-src_3rdparty_chromium_media_webrtc_helpers_unittests_cc patch-src_3rdparty_chromium_mojo_core_BUILD_gn patch-src_3rdparty_chromium_mojo_core_channel_cc patch-src_3rdparty_chromium_mojo_public_tools_bindings_mojom_gni patch-src_3rdparty_chromium_net_BUILD_gn patch-src_3rdparty_chromium_net_base_network_change_notifier_cc patch-src_3rdparty_chromium_net_cert_cert_verify_proc_cc patch-src_3rdparty_chromium_net_cert_cert_verify_proc_h patch-src_3rdparty_chromium_net_cert_cert_verify_proc_unittest_cc patch-src_3rdparty_chromium_net_dns_BUILD_gn patch-src_3rdparty_chromium_net_dns_dns_config_service_posix_cc patch-src_3rdparty_chromium_net_dns_dns_reloader_cc patch-src_3rdparty_chromium_net_dns_dns_util_cc patch-src_3rdparty_chromium_net_http_http_network_session_cc patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_cc patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_linux_cc patch-src_3rdparty_chromium_net_socket_tcp_socket_posix_cc patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc patch-src_3rdparty_chromium_net_socket_udp_socket_unittest_cc patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_tool_cc patch-src_3rdparty_chromium_net_url_request_url_request_context_cc patch-src_3rdparty_chromium_net_url_request_url_request_context_h patch-src_3rdparty_chromium_pdf_pdfium_pdfium_engine_cc patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_cc patch-src_3rdparty_chromium_printing_print_settings_cc patch-src_3rdparty_chromium_printing_print_settings_conversion_cc patch-src_3rdparty_chromium_printing_print_settings_h patch-src_3rdparty_chromium_printing_printing_context_linux_cc patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_cc patch-src_3rdparty_chromium_remoting_host_it2me_BUILD_gn patch-src_3rdparty_chromium_sandbox_linux_BUILD_gn patch-src_3rdparty_chromium_sandbox_linux_services_libc_interceptor_cc patch-src_3rdparty_chromium_sandbox_policy_BUILD_gn patch-src_3rdparty_chromium_sandbox_policy_mojom_sandbox_mojom patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_cc patch-src_3rdparty_chromium_sandbox_policy_sandbox_type_cc patch-src_3rdparty_chromium_sandbox_policy_switches_cc patch-src_3rdparty_chromium_sandbox_policy_switches_h patch-src_3rdparty_chromium_services_cert_verifier_cert_verifier_creation_cc patch-src_3rdparty_chromium_services_device_geolocation_location_arbitrator_cc patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_cc patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_cc patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_cc patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_cc patch-src_3rdparty_chromium_services_device_public_mojom_BUILD_gn patch-src_3rdparty_chromium_services_device_serial_serial_device_enumerator_cc patch-src_3rdparty_chromium_services_device_serial_serial_io_handler_posix_cc patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_cc patch-src_3rdparty_chromium_services_network_BUILD_gn patch-src_3rdparty_chromium_services_network_network_service_cc patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_BUILD_gn patch-src_3rdparty_chromium_services_video_capture_public_mojom_video_capture_service_mojom patch-src_3rdparty_chromium_skia_ext_SkMemory_new_handler_cpp patch-src_3rdparty_chromium_third_party_angle_BUILD_gn patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_Display_cpp patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_formatutils_cpp patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_driver_utils_h patch-src_3rdparty_chromium_third_party_angle_util_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_controller_blink_initializer_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_editing_editing_behavior_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_execution_context_navigator_base_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_exported_web_view_impl_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_frame_web_frame_test_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_layout_layout_view_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_paint_paint_layer_cc patch-src_3rdparty_chromium_third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webaudio_audio_worklet_thread_test_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_BUILD_gn patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_h patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_description_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_platform_data_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_begin_frame_provider_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-src_3rdparty_chromium_third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_stack_util_cc patch-src_3rdparty_chromium_third_party_boringssl_BUILD_generated_gni patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_base_h patch-src_3rdparty_chromium_third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_BUILD_gn patch-src_3rdparty_chromium_third_party_dawn_src_dawn_common_Platform_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h patch-src_3rdparty_chromium_third_party_fontconfig_include_config_h patch-src_3rdparty_chromium_third_party_fontconfig_src_src_fccompat_c patch-src_3rdparty_chromium_third_party_leveldatabase_env_chromium_cc patch-src_3rdparty_chromium_third_party_maldoca_BUILD_gn patch-src_3rdparty_chromium_third_party_nasm_BUILD_gn patch-src_3rdparty_chromium_third_party_nasm_config_config-linux_h patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_thread_utils_h patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_time_h patch-src_3rdparty_chromium_third_party_perfetto_src_base_periodic_task_cc patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_BUILD_gn patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_libXCB_cpp patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_BUILD_gn patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h patch-src_3rdparty_chromium_third_party_webrtc_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_modules_audio_device_BUILD_gn patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_byte_order_h patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_network_cc patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_cc patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_platform_thread_types_cc patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn patch-src_3rdparty_chromium_tools_json_schema_compiler_cpp_bundle_generator_py patch-src_3rdparty_chromium_tools_json_schema_compiler_feature_compiler_py patch-src_3rdparty_chromium_tools_licenses_py patch-src_3rdparty_chromium_tools_protoc_wrapper_protoc_wrapper_py patch-src_3rdparty_chromium_ui_aura_screen_ozone_cc patch-src_3rdparty_chromium_ui_aura_screen_ozone_h patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_h patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_cc patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_h patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_cc patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_h patch-src_3rdparty_chromium_ui_base_resource_resource_bundle_cc patch-src_3rdparty_chromium_ui_base_ui_base_features_cc patch-src_3rdparty_chromium_ui_base_webui_web_ui_util_cc patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_cc patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_h patch-src_3rdparty_chromium_ui_base_x_x11_shm_image_pool_cc patch-src_3rdparty_chromium_ui_color_color_id_h patch-src_3rdparty_chromium_ui_color_color_provider_utils_cc patch-src_3rdparty_chromium_ui_compositor_compositor_cc patch-src_3rdparty_chromium_ui_compositor_compositor_h patch-src_3rdparty_chromium_ui_display_screen_h patch-src_3rdparty_chromium_ui_events_devices_x11_device_data_manager_x11_cc patch-src_3rdparty_chromium_ui_events_event_cc patch-src_3rdparty_chromium_ui_gfx_BUILD_gn patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_cc patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_h patch-src_3rdparty_chromium_ui_gfx_mojom_buffer_types_mojom_traits_cc patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_cc patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_h patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_h patch-src_3rdparty_chromium_ui_gfx_switches_cc patch-src_3rdparty_chromium_ui_gfx_switches_h patch-src_3rdparty_chromium_ui_gl_BUILD_gn patch-src_3rdparty_chromium_ui_gl_generate_bindings_py patch-src_3rdparty_chromium_ui_gl_gl_context_cc patch-src_3rdparty_chromium_ui_gl_gl_implementation_cc patch-src_3rdparty_chromium_ui_gl_gl_switches_cc patch-src_3rdparty_chromium_ui_gtk_printing_print_dialog_gtk_cc patch-src_3rdparty_chromium_ui_native_theme_native_theme_base_cc patch-src_3rdparty_chromium_ui_ozone_platform_headless_headless_surface_factory_cc patch-src_3rdparty_chromium_ui_ozone_platform_x11_ozone_platform_x11_cc patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_cc patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_h patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-TW_xtb patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_cc patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_h patch-src_3rdparty_chromium_ui_views_corewm_tooltip_aura_cc patch-src_3rdparty_chromium_ui_views_examples_widget_example_cc patch-src_3rdparty_chromium_ui_views_focus_focus_manager_cc patch-src_3rdparty_chromium_ui_views_style_platform_style_cc patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc patch-src_3rdparty_chromium_ui_views_widget_widget_cc patch-src_3rdparty_chromium_ui_views_widget_widget_h patch-src_3rdparty_chromium_ui_views_window_dialog_delegate_cc patch-src_3rdparty_chromium_v8_BUILD_gn patch-src_3rdparty_chromium_v8_include_v8-internal_h patch-src_3rdparty_chromium_v8_include_v8config_h patch-src_3rdparty_chromium_v8_src_api_api_cc patch-src_3rdparty_chromium_v8_src_base_platform_memory_h patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc patch-src_3rdparty_chromium_v8_src_flags_flags_cc patch-src_3rdparty_chromium_v8_src_sandbox_sandbox_cc patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_cc patch-src_3rdparty_chromium_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-src_3rdparty_chromium_v8_tools_run_py patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_cc patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_h patch-src_3rdparty_gn_build_gen_py patch-src_3rdparty_gn_src_base_files_file_posix_cc patch-src_core_CMakeLists_txt patch-src_core_api_configure_cmake patch-src_pdf_CMakeLists_txt x11/qt6/qtwebengine/pkg: PLIST x11/qt6/qtwebsockets: Makefile distinfo x11/qt6/qtwebview: Makefile distinfo x11/qt6/qtwebview/pkg: PLIST meta/qt6 : Makefile Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_dispatcher_tls_h patch-src_3rdparty_chromium_base_allocator_partition_allocator_BUILD_gn patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_gni patch-src_3rdparty_chromium_base_debug_stack_trace_cc patch-src_3rdparty_chromium_base_files_file_path_watcher_h patch-src_3rdparty_chromium_base_functional_unretained_traits_h patch-src_3rdparty_chromium_base_process_memory_linux_cc patch-src_3rdparty_chromium_base_threading_platform_thread_bsd_cc patch-src_3rdparty_chromium_build_gn_run_binary_py patch-src_3rdparty_chromium_build_linux_unbundle_icu_gn patch-src_3rdparty_chromium_content_public_common_BUILD_gn patch-src_3rdparty_chromium_content_renderer_BUILD_gn patch-src_3rdparty_chromium_gpu_command_buffer_service_gles2_cmd_decoder_cc patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_posix_cc patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_encoding_sandbox_hook_linux_cc patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_encoding_sandbox_hook_linux_h patch-src_3rdparty_chromium_media_webrtc_helpers_cc patch-src_3rdparty_chromium_services_tracing_public_cpp_stack_sampling_tracing_sampler_profiler_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_ml_webnn_features_gni patch-src_3rdparty_chromium_third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_instrumentation_partition_alloc_memory_dump_provider_cc patch-src_3rdparty_chromium_third_party_blink_renderer_platform_text_text_break_iterator_cc patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_CMakeLists_txt patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_util_generate_build_files_py patch-src_3rdparty_chromium_third_party_devtools-frontend_src_build_overrides_BUILDCONFIG_gn patch-src_3rdparty_chromium_third_party_distributed_point_functions_BUILD_gn patch-src_3rdparty_chromium_third_party_pdfium_build_overrides_BUILDCONFIG_gn patch-src_3rdparty_chromium_third_party_pdfium_pdfium_gni patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_tracing_track_event_legacy_h patch-src_3rdparty_chromium_third_party_skia_gn_BUILDCONFIG_gn patch-src_3rdparty_chromium_third_party_skia_src_base_SkContainers_cpp patch-src_3rdparty_chromium_third_party_swiftshader_src_System_Linux_MemFd_cpp patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_generate_fontconfig_caches_cc patch-src_3rdparty_chromium_third_party_wayland_BUILD_gn patch-src_3rdparty_chromium_third_party_zlib_cpu_features_c patch-src_3rdparty_chromium_ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-src_3rdparty_chromium_ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-src_3rdparty_chromium_ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-src_3rdparty_chromium_ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_cc patch-src_3rdparty_chromium_v8_src_execution_isolate_cc patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-base_h patch-src_3rdparty_chromium_v8_src_snapshot_embedded_platform-embedded-file-writer-generic_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_rsaz-avx2_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_md5_asm_md5-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_rand_asm_rdrand-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_perlasm_x86_64-xlate_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_test_asm_trampoline-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_dav1d_BUILD_gn patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_ffmpeg_libavcodec_x86_fft_asm patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_ffmpeg_libavutil_x86_x86inc_asm patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_builtins_x64_builtins-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_macro-assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_deoptimizer_x64_deoptimizer-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_regexp_x64_regexp-macro-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_regexp_x64_regexp-macro-assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_wasm_jump-table-assembler_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_wasm_jump-table-assembler_h patch-src_core_location_provider_qt_h Removed files: x11/qt6/qtbase/patches: patch-src_gui_platform_unix_qxkbcommon_cpp x11/qt6/qtgrpc/patches: patch-src_tools_qtgrpcgen_clientdeclarationprinter_cpp patch-src_tools_qtgrpcgen_qgrpcgenerator_cpp patch-src_tools_qtprotobufgen_qprotobufgenerator_cpp patch-src_tools_qtprotoccommon_generatorbase_cpp x11/qt6/qtquick3dphysics/patches: patch-src_3rdparty_PhysX_source_physxmetadata_core_include_PxAutoGeneratedMetaDataObjects_h patch-src_3rdparty_PhysX_source_physxmetadata_extensions_include_PxExtensionAutoGeneratedMetaDataObjects_h patch-src_3rdparty_PhysX_source_physxvehicle_src_physxmetadata_include_PxVehicleAutoGeneratedMetaDataObjects_h x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_base_cpu_h patch-src_3rdparty_chromium_base_threading_platform_thread_h patch-src_3rdparty_chromium_chrome_browser_printing_print_job_worker_cc patch-src_3rdparty_chromium_components_autofill_assistant_browser_autofill_assistant_impl_cc patch-src_3rdparty_chromium_components_autofill_assistant_browser_client_context_cc patch-src_3rdparty_chromium_content_browser_download_download_manager_impl_cc patch-src_3rdparty_chromium_content_public_common_content_features_h patch-src_3rdparty_chromium_content_renderer_media_render_media_client_cc patch-src_3rdparty_chromium_extensions_browser_browser_context_keyed_service_factories_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_linux_cc patch-src_3rdparty_chromium_media_base_supported_types_cc patch-src_3rdparty_chromium_media_webrtc_webrtc_features_cc patch-src_3rdparty_chromium_net_dns_dns_reloader_h patch-src_3rdparty_chromium_net_dns_host_resolver_system_task_cc patch-src_3rdparty_chromium_third_party_wayland_features_gni patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_BUILD_gn patch-src_3rdparty_chromium_ui_gl_gl_features_cc Log message: Update Qt6 to 6.6.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/07 13:03:29 Modified files: graphics : Makefile textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: graphics/birdfont: Makefile distinfo graphics/birdfont/patches: patch-libbirdfont_OpenFontFormat_load_font_c patch-libbirdfont_Renderer_fontconfig_c patch-libbirdgems_fit_cubic_c graphics/birdfont/pkg: DESCR PLIST textproc/libxmlbird: Makefile distinfo textproc/libxmlbird/pkg: DESCR PLIST Log message: remove birdfont and libxmlbird. the former is badly outdated but upstream moved to some sort of pseudo-commercial donationware distribution method. nobody cared enough to update this in the past 3 years. the latter is a dependency which was only used by birdfont. ok aja@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:11:07 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile distinfo www/webkitgtk4/patches: Tag: OPENBSD_7_4 patch-Source_JavaScriptCore_assembler_ARMv7Assembler_h Log message: Update to webkitgtk40-2.42.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:11:29 Modified files: devel/libgit2/libgit2: Makefile distinfo Log message: Update to libgit2-1.7.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:11:41 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.25.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:11:55 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.379. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:12:08 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.76.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/07 13:12:24 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-463.0.0. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/07 13:12:47 Log message: Import wmenu, dynamic menu for sway and wlroots based Wayland compositors ok volker@ Status: Vendor Tag: matthieu Release Tags: matthieu_20240207 N ports/wayland/wmenu/Makefile N ports/wayland/wmenu/distinfo N ports/wayland/wmenu/pkg/PLIST N ports/wayland/wmenu/pkg/DESCR N ports/wayland/wmenu/patches/patch-meson_build N ports/wayland/wmenu/files/wmenu_path No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/07 13:14:41 Modified files: wayland : Makefile Log message: +wmenu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/07 13:26:23 Modified files: emulators/spike: Makefile distinfo emulators/spike/patches: patch-disasm_disasm_mk_in patch-riscv_encoding_h emulators/spike/pkg: PLIST Removed files: emulators/spike/patches: patch-fesvr_syscall_cc Log message: update to spike-1.1.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/07 13:29:32 Modified files: sysutils/riscv-pk: Makefile Log message: sync HOMEPAGE after account name changed CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/07 13:32:54 Modified files: sys/arch/hppa/hppa: mainbus.c Log message: Fix signedness to make sure we don't left shift into the sign bit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/07 13:51:19 Modified files: lib/libz : zlib.h Log message: Sync doc-comment for deflateInit2 with upstream CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/07 13:51:38 Modified files: lib/libz : compress.3 Log message: sync with zlib.h ok jmc CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/07 13:51:39 Modified files: emulators/vbam : Makefile distinfo emulators/vbam/patches: patch-src_common_Patch_cpp Log message: Update vbam to 2.1.9. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/07 13:52:24 Modified files: lib/libz : gzguts.h Log message: sync with upstream CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/07 13:52:48 Modified files: devel/binutils : Makefile distinfo Log message: Update binutils to 2.42. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/07 13:52:55 Modified files: sys/lib/libz : zlib.h Log message: sync with base (comment-only change) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2024/02/07 13:54:20 Modified files: gnu/llvm/lld/ELF/Arch: RISCV.cpp gnu/llvm/lld/ELF: InputSection.h Log message: riscv64 fix: Handle relaxation reductions of more than 65536 bytes Upstream commit: https://github.com/llvm/llvm-project/commit/9d37ea95df1b84cca9b5e954d8964c976a5e303e Already needed at least by ports/math/hdf5, prerequisite if we want to enable linker relaxation (clang upstream defaults). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/07 13:54:53 Modified files: sys/arch/m88k/m88k: pmap.c Log message: Use tlb_flush() rather than complete invalidation in pmap_set_modify(). This has been missed in 1.68. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/07 13:57:32 Modified files: archivers/lzip/lzip: Makefile distinfo Log message: Update lzip to 1.24. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/07 13:59:22 Modified files: archivers/lzip/clzip: Makefile distinfo Log message: Update clzip to 1.14. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/02/07 14:24:58 Modified files: share/zoneinfo : Makefile Added files: share/zoneinfo/datfiles: zonenow.tab Log message: Add and install the zonenow.tab file. This is a table where each row stands for a timezone where civil timestamps are predicted to agree from now on. CVSROOT: /cvs Module name: src Changes by: uaa@cvs.openbsd.org 2024/02/07 15:00:38 Modified files: sys/dev/fdt : sxiccmu.c sxiccmu_clocks.h sxisyscon.c Log message: add allwinner H616 support ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/07 15:34:39 Modified files: sys/dev/fdt : sxipio.c sxipio_pins.h Log message: Add Allwinner H616 support. ok uaa@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/07 15:35:08 Modified files: sys/dev/fdt : sximmc.c Log message: Add Allwinner H616 support. ok uaa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/07 16:40:40 Modified files: sys/net : route.c sys/netinet : in_pcb.c sys/netinet6 : in6.h in6_pcb.c in6_src.c ip6_forward.c ip6_output.c ip6_var.h Log message: Use the route generation number also for IPv6. Implement route6_cache() to check whether the cached route is still valid and otherwise fill caching parameter of struct route_in6. Also count cache hits and misses in netstat. in_pcbrtentry() uses route cache now. OK claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/07 16:52:20 Modified files: sys/net : route.c Log message: Add missing #ifdef INET6 to fix ramdisk build. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2024/02/07 16:52:43 Modified files: mail/mailman : Makefile Added files: mail/mailman/patches: patch-Mailman_Cgi_options_py Log message: fix HTTP/500 when attempting to unsubscribe an email that doesn't exist. https://launchpad.net/bugs/1961762 feedback / ok okan@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/07 16:53:44 Modified files: sbin/pfctl : pfctl_parser.c Log message: fix anchortypes bounds test found by "buffer overflow 'anchortypes' 10 <= 12" smatch error feedback and ok sashan@, ok miod@ on an earlier version CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2024/02/07 16:58:48 Modified files: devel/jdk/1.8 : Makefile distinfo Removed files: devel/jdk/1.8/patches: patch-common_autoconf_flags_m4 patch-common_autoconf_generated-configure_sh patch-common_autoconf_hotspot-spec_gmk_in patch-common_autoconf_jdk-options_m4 patch-hotspot_make_bsd_makefiles_aarch64_make patch-hotspot_make_bsd_makefiles_adlc_make patch-hotspot_make_bsd_makefiles_vm_make Log message: Update to 8u402 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2024-01-16 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/07 17:00:16 Modified files: sys/dev/fdt : sxipio.c Log message: fix off-by-one in bounds test found by "buffer overflow 'sc->sc_pins[i]->funcs' 10 <= 10" smatch error ok miod@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2024/02/07 17:00:58 Modified files: devel/jdk/11 : Makefile distinfo Removed files: devel/jdk/11/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk patch-make_lib_Awt2dLibraries_gmk patch-src_hotspot_share_code_nmethod_cpp patch-src_java_base_unix_native_libnet_DefaultProxySelector_c patch-src_java_desktop_unix_native_common_awt_awt_GraphicsEnv_h patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk2_interface_c patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk3_interface_c Log message: Update to 11.0.22 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2024-01-16 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2024/02/07 17:01:59 Modified files: devel/jdk/17 : Makefile distinfo Removed files: devel/jdk/17/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk patch-src_hotspot_os_cpu_bsd_aarch64_os_bsd_aarch64_cpp patch-src_hotspot_share_runtime_safefetch_static_hpp Log message: Update to 17.0.10 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2024-01-16 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2024/02/07 17:02:38 Modified files: devel/jdk/21 : Makefile distinfo Removed files: devel/jdk/21/patches: patch-make_modules_java_base_Lib_gmk patch-make_modules_java_desktop_lib_Awt2dLibraries_gmk Log message: Update to 21.0.2 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2024-01-16 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/07 17:05:46 Modified files: sys/net80211 : ieee80211_proto.c Log message: correct size in mac address comparison found by "'(selbs->ni_macaddr)' too small (6 vs 32)" smatch error ok stsp@ jca@ phessler@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/07 17:13:52 Removed files: cad/prusaslicer/patches: patch-src_slic3r_GUI_GUI_ObjectManipulation_cpp Log message: Remove old patch that should have been removed as part of 2.7.1 update. From Renato Aguiar (maintainer). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/07 17:15:53 Modified files: usr.sbin/ntpd : ntp.c Log message: correct size in ipv6 address comparison found by "'&a->sin6_addr' too small (16 vs 28)" smatch error ok jca@ CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2024/02/07 17:50:50 Modified files: audio/sox : Tag: OPENBSD_7_4 Makefile emulators/flycast: Tag: OPENBSD_7_4 Makefile Log message: update SITES for my self-hosted tarballs CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2024/02/07 17:57:55 Modified files: audio/sox : Makefile devel/pcre2 : Makefile editors/TeXmacs: Makefile emulators/flycast: Makefile emulators/libretro-pcsx-rearmed: Makefile games/amnesia-tdd: Makefile net/dnscrypt-proxy: Makefile net/wget : Makefile Log message: update MAINTAINER (new email) and SITES (new domain) for ports I maintain CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/07 19:22:42 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/07 22:52:13 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/pkg: PLIST Log message: Update qt-creator to 12.0.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/07 23:12:23 Modified files: x11/qt6/qtgrpc : Makefile Log message: Fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/07 23:51:51 Modified files: audio/shairport-sync: Makefile Added files: audio/shairport-sync/patches: patch-shairport_c Log message: Use pledge(2); feedback/tests weerd Three pledges: - at the start - after daemon(3) to drop "proc exec" unless scripts are used - after sio_open(3) to drop "cpath dpath" unless metadata is used Our port has libdaemon and metadata disabled, so it always ends up with "stdio rpath wpath inet unix dns [proc exec] audio", but the diff does account for them, such that enabling them does the right thing. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/07 23:59:08 Modified files: misc/subsurface: Makefile Log message: Use QtWebEngine instead of QtWebKit, remove unresponsive maintainer Qt5 WebKit ought to go, luckily subsurface has a know to switch over. OK/prodding rsadowski CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/08 00:03:42 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_platform_platform_unix_go Log message: Update to amazon-ssm-agent-3.3.40.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/08 00:08:07 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-1.7.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/08 00:09:50 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Added files: print/epson-inkjet-printer-escpr/patches: patch-lib_epson-escpage_h Removed files: print/epson-inkjet-printer-escpr/patches: patch-src_wrapper_c Log message: Update to epson-inkjet-printer-escpr-1.8.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/08 00:15:03 Modified files: x11/gnome/libsecret: Makefile distinfo Log message: Update to libsecret-0.21.3. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/08 00:30:20 ports/audio/shairport-sync/files Update of /cvs/ports/audio/shairport-sync/files In directory cvs.openbsd.org:/tmp/cvs-serv15675/files Log Message: Directory /cvs/ports/audio/shairport-sync/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:09:15 Modified files: astro/py-skyfield: Makefile distinfo astro/py-skyfield/pkg: PLIST Log message: update to py3-skyfield-1.48 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:09:19 Modified files: databases/py-odbc: Makefile distinfo Log message: update to py3-odbc-5.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:09:26 Modified files: net/icinga/web2-module-incubator: Makefile distinfo Log message: update to icinga-web2-module-incubator-0.21.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:12:53 Modified files: multimedia/py-caption: Makefile distinfo Log message: update to py3-caption-2.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:14:18 Modified files: textproc/py-unidecode: Makefile distinfo Log message: update to py3-unidecode-1.3.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:24:01 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: update to dovecot-fts-xapian-1.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:24:07 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-4.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:32:06 Modified files: net/py-dnspython: Makefile distinfo net/py-dnspython/pkg: PLIST Log message: update to py3-dnspython-2.5.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/08 01:38:43 Modified files: audio/shairport-sync: Makefile audio/shairport-sync/pkg: PLIST Added files: audio/shairport-sync/files: org.mpris.MediaPlayer2.ShairportSync.conf Log message: Enable MPRIS interface for metadata and remote control D-Bus is already used due via Avahi, so ship a service policy for the rc.d(8) daemon to provide control and metadata via D-Bus as unprivileged user, just like audio/spotifyd does; coverart cache is also available, see config. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:59:53 Modified files: graphics/leptonica: Makefile distinfo Log message: update to leptonica-1.84.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 01:59:55 Modified files: graphics/tesseract/tesseract: Makefile distinfo Log message: update to tesseract-5.3.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/08 03:14:00 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240208 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/08 03:20:48 Modified files: security/boringssl/head: Makefile distinfo security/boringssl/head/pkg: PLIST Log message: Update boringssl/head to 20240208 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/08 03:34:33 Modified files: devel/xdg-utils: Makefile distinfo devel/xdg-utils/patches: patch-scripts_xdg-utils-common_in Log message: Update to xdg-utils-1.2.1. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:06:50 Modified files: sys/dev/ic : qwx.c Log message: set the mbuf length for received data frames in qwx(4) Fixes CCMP decryption errors in the Rx path. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:09:53 Modified files: sys/dev/ic : qwx.c Log message: handle fragmented mbuf DMA segments in the qwx(4) Tx path Fixes qwx0: failed to map Tx buffer: 27 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:13:01 Modified files: sys/dev/ic : qwx.c Log message: fix uninitialized return from qwx_qmi_load_file_target_mem() Fortunately this case could only be reached with an empty firmware file. Found by jsg@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:16:49 Modified files: sys/dev/ic : qwx.c Log message: fix use of uninitialized variable m in qwx_dp_rx_reap_mon_status_ring() Found by jsg@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:20:29 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: mark full qwx(4) Tx queues, such that the OACTIVE mechanism will be used Not quite tested yet. It is very hard to fill the queues at present because Tx operation will freeze when we try. To be investigated next. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 04:23:33 Modified files: sys/dev/ic : qwx.c Log message: handle qwx(4) firmware roaming events Gets rid of 'qwx_wmi_tlv_op_rx: unsupported event id 0xb001' in dmesg. However, roaming does not work yet because the driver's newstate handler does not handle resulting state transitions. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/08 05:29:21 Modified files: net/libstrophe : Makefile Log message: net/libstrophe: add missing WANTLIB on zlib noticed by Steffen Jaeckel, thank you! CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/08 05:33:18 Modified files: multimedia/libvpx: Makefile multimedia/libvpx/patches: patch-libs_mk Added files: multimedia/libvpx/patches: patch-build_make_configure_sh Log message: fix target os detection by executing ${CC} instead of gcc and enable optimizations this should unbreak video conferencing with chromium CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/08 05:36:19 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_app_generated_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_common_pref_names_h patch-chrome_test_BUILD_gn Log message: update to 121.0.6167.160 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/08 06:00:21 Modified files: sys/dev/mii : ytphy.c Log message: ldo bits need to be shifted found by "'(data & (3 << 4)) == 1' is always false" smatch warning tested by kettenis@ on VisionFive 2 1.2A and jmatthew@ on 1.3B ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/08 06:17:00 Modified files: sysutils/node_exporter: Makefile distinfo Added files: sysutils/node_exporter/patches: patch-go_mod patch-go_sum Log message: node_exporter: update golang.org/x/sys. From Lucas Gabriel Vuotto, ok claudio@ The node_filesystem_* collector uses getfsstat. Until November last year, x/sys called this via syscall(SYS_GETFSSTAT), which is no longer allowed. Patch to update to a newer x/sys which calls libc's getfsstat() instead. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/08 06:39:39 Modified files: multimedia/libvpx: Makefile multimedia/libvpx/patches: patch-libs_mk Log message: my previous commit was commited from the wrong tree so some parts were missing so now let's actually enable optimizations and add a note about running the regression tests, because some files have to be fetched manually CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 07:31:53 Modified files: sys/dev/ic : qwx.c Log message: remove qwx(4) dp_tx debug prints which should not have been committed CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 07:33:40 Modified files: sys/dev/ic : qwx.c Log message: fix qwx_dp_shadow_start_timer() We must count all Tx attempts in order to avoid the Tx shadow timeout handler resetting Tx ring pointers when it shouldn't. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 07:35:07 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: implement qwx_dp_tx_process_htt_tx_complete() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/08 07:36:22 Modified files: sys/dev/ic : qwx.c Log message: repair QWX_DEBUG build CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/08 08:33:43 Modified files: textproc/amber : Makefile crates.inc distinfo Log message: update textproc/amber to 0.6.0 0.6.0 is buildable with rust 1.75.0 and 1.76.0 ok edd@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/08 09:32:47 Modified files: x11/qt5/qtbase : Makefile x11/qt5/qtbase/patches: patch-src_network_ssl_qsslcontext_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h Log message: qt5/qtbase: simplify and reduce the diff for LibreSSL We don't care about unsupported versions and we don't care about OPENSSL_NO_DEPRECATED_3_0 either. discussed with rsadowski CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/08 09:34:07 Modified files: x11/qt6/qtbase : Makefile x11/qt6/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_plugins_tls_openssl_qsslcontext_openssl_cpp patch-src_plugins_tls_openssl_qsslsocket_openssl_symbols_p_h patch-src_plugins_tls_openssl_qx509_openssl_cpp Removed files: x11/qt6/qtbase/patches: patch-src_plugins_tls_openssl_qtls_openssl_cpp Log message: qt6/qtbase: simplify and reduce the diff for LibreSSL We don't care about unsupported versions and we don't care about OPENSSL_NO_DEPRECATED_3_0 either. discussed with rsadowski CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/08 09:55:38 Modified files: lang/php/8.1 : Makefile lang/php/8.1/patches: patch-configure_ac lang/php/8.2 : Makefile lang/php/8.2/patches: patch-configure_ac lang/php/8.3 : Makefile lang/php/8.3/patches: patch-configure_ac Added files: lang/php/8.1/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S patch-Zend_asm_make_sparc64_sysv_elf_gas_S lang/php/8.2/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S patch-Zend_asm_make_sparc64_sysv_elf_gas_S lang/php/8.3/patches: patch-Zend_asm_jump_sparc64_sysv_elf_gas_S patch-Zend_asm_make_sparc64_sysv_elf_gas_S Log message: Add support for sparc64 in php 8.1, 8.2 and 8.3 Implement the necessary zend fiber context switch ASM for sparc64. Tested by me and tb@, asm was checked over by miod@ and kettenis@ OK sthen@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/08 10:09:51 Modified files: regress/usr.bin/snmp: Makefile regress/usr.sbin/snmpd: Makefile snmpd.sh Log message: No that we load MIB files at snmpd start-up chances that the sleep build into the regress test don't suffice anymore for slow regress machines. (Ab)use the agentx socket (which gets created after all the MIB files have been parsed) to detect if snmpd is available. For now we poll at 0.1s intervals for a total of 100 tries. found by and earlier diff tested by and OK anton@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 10:27:51 Modified files: devel/qbs : Makefile distinfo Log message: Update qbs to 2.2.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 10:28:23 Modified files: productivity/homebank: Makefile distinfo Log message: Update homebank to 5.7.4 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/08 10:34:09 Modified files: usr.sbin/snmpd : application.c snmp.h Log message: RFC2578 section 7.1 specifies the ranges and in the case of opaque the format to which the values need to adhere. Implement checks, so that we don't send illegal values to the client. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/08 10:38:41 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmp.c snmpd_regress.c Log message: Add tests to make sure that snmpd adheres to the RFC2578 section 7.1 octet string primitive limitations. The integer based ones are restricted by the AgentX protocol and can't be tested. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/08 10:49:27 Modified files: regress/lib/libz: infcover.c Log message: infcover: print size_t with %zu. from upstream CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/08 10:50:39 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: Update to openssl-ruby-tests 20240208 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 11:52:18 Modified files: meta/qt5 : Makefile Log message: Remove QtWebKit It has not been part of Qt for a long time. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/08 12:24:44 Modified files: misc/open62541 : Makefile misc/open62541/patches: patch-plugins_crypto_openssl_ua_pki_openssl_c Log message: Do not use x509 legacy verify anymore. LibreSSL has been fixed. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/08 13:04:58 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_app_generated_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_cc patch-chrome_test_BUILD_gn Log message: update to 121.0.6167.160 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 13:14:40 Modified files: devel/kreport : Makefile devel/kreport/pkg: PLIST Log message: Switch from Qt5WebKit to Qt5WebEngine OK kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 13:16:19 Modified files: databases/kexi : Makefile databases/kexi/pkg: PLIST Log message: Disable Qt5WebKit support OK kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/08 13:17:35 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: distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: 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: 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/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kpackage/pkg: PLIST devel/kf5/kparts: 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: 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: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE Frameworks to 5.114.0 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/08 13:28:54 Modified files: games/hack : Makefile games/monop : Makefile games/phantasia: Makefile gnu/usr.bin/cc/cc_tools: Makefile gnu/usr.bin/clang/libLLVMExecutionEngine: Makefile gnu/usr.bin/clang/libLLVMIRPrinter: Makefile gnu/usr.bin/clang/libLLVMInstrumentation: Makefile gnu/usr.bin/clang/libLLVMObject: Makefile gnu/usr.bin/clang/libclangAST: Makefile gnu/usr.bin/clang/libclangBasic: Makefile gnu/usr.bin/clang/liblldCommon: Makefile gnu/usr.bin/clang/lldb: Makefile gnu/usr.bin/clang/lldb-server: Makefile lib/libcurses : Makefile usr.sbin/mrouted: Makefile Log message: Feed more generated files to the clean target; joint work with naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/08 13:30:54 Modified files: games/phantasia: Makefile Log message: Oops, commited wrong version of CLEANFILES in previous. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 13:48:38 Log message: import games/nanosaur You are a dinosaur (a Nanosaur to be exact) from the future who has traveled back in time to collect the eggs of 5 dinosaur species before the giant asteroid hits the earth. The "primitive" dinosaurs will attack you as you try to get their eggs, but just remember that it's for their own good that you blast them into oblivion! port submitted and taking maintainer: izzy Meyer testing feedback, updated port and OK op@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240208 N ports/games/nanosaur/Makefile N ports/games/nanosaur/distinfo N ports/games/nanosaur/patches/patch-src_Boot_cpp N ports/games/nanosaur/pkg/DESCR N ports/games/nanosaur/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 13:49:15 Modified files: games : Makefile Log message: hook up nanosaur CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/08 13:50:34 Modified files: sys/dev/fdt : if_dwge.c Log message: Upstream Linux finally settled on the compatible for the JH7100 Ethernet MAC. Keep the preliminary one for now since the upstream device tree doesn't include the USB controller yet. ok miod@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 14:25:55 Modified files: security/py-fickling: Makefile distinfo security/py-fickling/pkg: PLIST Log message: update 0.0.8 -> 0.1.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 14:27:42 Modified files: devel/ruby-zeitwerk: Makefile distinfo devel/ruby-zeitwerk/pkg: PLIST Log message: update 2.6.12 -> 2.6.13 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 14:30:40 Modified files: www/ruby-multipart-post: Makefile distinfo Log message: update 2.3.0 -> 2.4.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 14:32:38 Modified files: security/ruby-gpgme: Makefile distinfo security/ruby-gpgme/pkg: PLIST Log message: update 2.0.23 -> 2.0.24 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/08 14:38:42 Modified files: sysutils/ruby-puppet-syntax: Makefile distinfo sysutils/ruby-puppet-syntax/pkg: PLIST Log message: update 3.3.0 -> 4.0.0 CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2024/02/08 15:30:30 Modified files: lang/racket-minimal: Makefile distinfo Log message: Update to racket 8.11.1. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/08 19:11:19 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.4 -> 1.15.5 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.5 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/08 19:40:36 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: textproc/py-m2r: Makefile distinfo textproc/py-m2r/pkg: DESCR PLIST Log message: remove py-m2r This port is dead upstream and the last DEP was removed from py-automat. The port stands in the way of mistune being updated. An update of mistune is needed so the jupyter stack can be updated. ok sthen@, kn@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/08 20:59:02 Modified files: sysutils/tflint: Makefile distinfo modules.inc Log message: Update tflint 0.50.2 -> 0.50.3 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.50.3 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/09 00:10:22 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20240209 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/09 00:39:55 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.6.7. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/09 00:41:32 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c radiusd_module.c radiusd_module.h radiusd_radius.c radiusd_standard.c Log message: Add nochroot parameter to module_drop_privilege() so that modules can use unveil(2) instead of chroot(2) if need. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 00:43:52 Modified files: lib/libcrypto/sm2: sm2_crypt.c Log message: Remove a useless EVP_MD_CTX_init() call The hash was just created with EVP_MD_CTX_new(), so we memset a calloced piece of memory to 0. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/09 00:46:32 Modified files: usr.sbin/radiusd: radiusd.c Log message: Refactor some functions to prepare accounting support. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/09 01:11:31 Modified files: net/gpodder : Makefile Log message: Fix Exec= prefix in .desktop files Usual PREFIX vs. TRUEPREFIX confusion, mopping up seems easiest as .desktop files are installed in one go with all others, i.e. no way to influence just those without effecting others (patch plus SUBST_* seems overkill). Fine by Tim/maintainer CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2024/02/09 01:47:42 Modified files: regress/usr.bin/ssh: putty-ciphers.sh putty-kex.sh putty-transfer.sh test-exec.sh Log message: Factor out PuTTY setup and call when needed. This allows us to avoid PuTTY key setup when it's not needed, which speeds up the overall test run by a couple of percent. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2024/02/09 01:56:59 Modified files: regress/usr.bin/ssh: putty-ciphers.sh putty-kex.sh Log message: Expand the set of ciphers, MACs and KEX methods in the PuTTY interop tests. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/09 01:58:59 Log message: import mightymike-3.0.2 High-Powered Action Rescue in a Toy Store Gone Mad! port from izzy Meyer who is also taking MAINTAINER, thanks! ok sebastia@ some nits and a DESCR tweak by me. Status: Vendor Tag: op Release Tags: op_20240209 N ports/games/mightymike/Makefile N ports/games/mightymike/distinfo N ports/games/mightymike/patches/patch-src_Main_cpp N ports/games/mightymike/pkg/DESCR N ports/games/mightymike/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/09 02:00:17 Log message: import billyfrontier-1.1.1 Billy Frontier is an arcade style action game with a "cowboys in space" theme. You get to fight in duels, shootouts and stampedes. It's the kind of game you'll want to pick up and play whenever you get that twitch to just shoot something and blow stuff up! port by izzy Meyer who is also taking MAINTAINER, thanks! ok sebastia@ some nits tweaked by me. Status: Vendor Tag: op Release Tags: op_20240209 N ports/games/billyfrontier/Makefile N ports/games/billyfrontier/distinfo N ports/games/billyfrontier/patches/patch-Source_Boot_cpp N ports/games/billyfrontier/pkg/DESCR N ports/games/billyfrontier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/09 02:02:03 Modified files: games : Makefile Log message: +billyfrontier mightymike CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 02:53:05 Modified files: lib/libz : gzguts.h gzlib.c Log message: zlib: sync with upstream CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 02:53:50 Modified files: sys/dev/ic : qwx.c Log message: remove qwx debug prints for management frame events we are already handling CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 02:55:17 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: add missing node reference counting to qwx's Tx completion path CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 02:59:01 Modified files: sys/dev/ic : qwx.c Log message: make ifconfig display the Tx rate selected by qwx firmware CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/09 03:53:30 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure Log message: unbreak on arm64 and fixup distinfo *again* CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/09 04:05:22 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Enable igc(4) on sparc64. OK deraadt@ jan@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/09 04:13:02 Modified files: games/cromagrally: Makefile distinfo games/cromagrally/pkg: PLIST Added files: games/cromagrally/patches: patch-Source_Boot_cpp Removed files: games/cromagrally/patches: patch-Source_Main_cpp Log message: games/cromagrally: Update to 3.0.1 This release fixes rendering on macppc. ok op@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 04:24:52 Modified files: sys/dev/pci : if_qwx_pci.c Log message: qwx pci code must include bpfilter.h, too; spotted by kettenis CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/09 04:59:23 Modified files: lib/libradius : radius_eapmsk.c Log message: Don't assume MPPE-{Send,Recv}-Keys are used only for MS-CHAP (or 16 bytes length). initial diff from markus CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/09 05:45:10 Modified files: sys/dev/ic : qwx.c Log message: avoid uninitialised var use if qwx_core_fetch_bdf() errors ok stsp@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 05:48:32 Modified files: regress/lib/libcrypto/bio: bio_dump.c Log message: bio_dump: add a test that prints all values of a single byte CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/09 05:50:10 Modified files: sys/dev/ic : qwxvar.h Log message: Struct layout of qwx_softc should not depend on NBPFILTER. Due to a missing #include "bpfilter.h", the size of struct qwx_softc varied in different object files. This made the kernel crash on arm64. To make debugging core dumps and libkvm easier, kernel object layout should not depend on kernel config. Remove #if NBPFILTER > 0 from struct definition. problem analysis kettenis@ OK deraadt@ stsp@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/09 05:54:10 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.30. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/02/09 05:54:29 Modified files: lang/deno : Makefile Added files: lang/deno/patches: patch-cli_napi_util_rs Log message: lang/deno: Fix build for rust >= 1.76 feedback and ok semarie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 05:54:45 Modified files: net/py-dnspython: Makefile Log message: now uses hatchling, not poetry-core. spotted by tb CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/09 05:56:53 Modified files: usr.bin/bgplg : bgplg.c bgplg.foot bgplg.head index.html Log message: Convert the bgplg html pages to HTML5. From Clemens Gößnitzer (clemens (at) goessnitzer.info) Looks good to bentley@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/09 06:15:34 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.50.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/09 06:15:44 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.50.4. CVSROOT: /cvs Module name: xenocara Changes by: thfr@cvs.openbsd.org 2024/02/09 06:17:54 Modified files: lib/mesa/src/mesa/main: dlist.c Log message: Fix off-by-one in dlist allocation when checking whether to allocate a new block. This fixes segfaults in dlist functions that occur on applications making heavy use of display lists that exceed BLOCK_SIZE. ok jsg@ and stsp@, who also both helped me track down the issue. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/09 06:23:31 Modified files: devel/afl++ : Makefile distinfo devel/afl++/patches: patch-GNUmakefile patch-afl-cmin devel/afl++/pkg: PLIST Log message: update to afl++-4.10c CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/09 06:49:41 Modified files: usr.sbin/rpki-client: version.h Log message: Bump release OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 06:59:05 Modified files: www/wp-cli : Makefile distinfo Log message: update to wp-cli-2.10.0, remove pointless RUN_DEPENDS (already added by php module). CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/09 07:02:12 Modified files: sys/net : route.c sys/netinet : in.h in_pcb.c sys/netinet6 : in6.h in6_pcb.c in6_src.c Log message: Route cache function returns hit or miss. The route_cache() function can easily return whether it was a cache hit or miss. Then the logic to perform a route lookup gets a bit simpler. Some more complicated if (ro->ro_rt == NULL) checks still exist elsewhere. Also use route cache in in_pcbselsrc() instead of filling struct route manually. OK claudio@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 07:05:48 Modified files: sys/dev/ic : qwx.c Log message: implement qwx_dp_process_rx_err() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 07:07:27 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: implement qwx_dp_process_reo_status() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 07:09:19 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: implement qwx_dp_rx_process_wbm_err() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/09 07:11:00 Modified files: sys/dev/ic : qwx.c Log message: implement qwx_dp_process_rxdma_err() CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:21:13 Modified files: lang/php : php.port.mk lang/php/pecl : pecl.port.mk Log message: now that claudio@ has written code for PHP Fibers on sparc64, remove the special treatment, so that all archs are using the same PHP version. bumps etc to follow. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:21:37 Modified files: net/librenms : Makefile Log message: remove NOT_FOR_ARCHS=sparc64 and bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:22:27 Modified files: www/wp-cli : Makefile archivers/pecl-lzf: Makefile archivers/pecl-rar: Makefile databases/pecl-redis: Makefile devel/pecl-xdebug: Makefile geo/mapserver : Makefile graphics/pecl-imagick: Makefile mail/grommunio/dav: Makefile mail/grommunio/gromox: Makefile mail/grommunio/sync: Makefile mail/grommunio/web: Makefile mail/kopano/core: Makefile mail/pecl-mailparse: Makefile mail/rcube-ldapAliasSync: Makefile mail/rcube-yubikey-plugin: Makefile mail/roundcubemail: Makefile mail/z-push : Makefile net/eduvpn/vpn-server-node: Makefile net/eduvpn/vpn-user-portal: Makefile net/icinga/icinga-php-library: Makefile net/icinga/icinga-php-thirdparty: Makefile net/icinga/web2-module-director: Makefile net/icinga/web2-module-incubator: Makefile net/icinga/web2: Makefile net/nagios/nagios: Makefile net/zabbix : Makefile productivity/baikal: Makefile productivity/davical: Makefile productivity/monica: Makefile security/pecl-mcrypt: Makefile textproc/pecl-yaml: Makefile textproc/tcpdf : Makefile www/awl : Makefile www/composer : Makefile www/dokuwiki : Makefile www/drush : Makefile www/freshrss : Makefile www/nextcloud/26: Makefile www/nextcloud/27: Makefile www/nextcloud/28: Makefile www/pear : Makefile www/pecl-chroot: Makefile www/pecl-memcached: Makefile www/pecl-pledge: Makefile www/pecl-proctitle: Makefile www/pecl-propro: Makefile www/pecl-raphf : Makefile www/pecl-ssh2 : Makefile www/phpldapadmin: Makefile www/phpmyadmin : Makefile www/syweb : Makefile Log message: bump for MODPHP_VERSION switch on sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:23:50 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.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:23:50 Modified files: net/icinga/web2-module-incubator: Makefile distinfo Log message: update to icinga-web2-module-incubator-0.22.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:24:41 Modified files: databases/py-mysqlclient: Makefile distinfo Log message: update to py3-mysqlclient-2.2.4 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/09 07:35:47 Modified files: usr.sbin/vmd : i8253.c Log message: Tuck vmd's i8253 reset debug logs behind DPRINTF. It's super chatty and pollutes verbose logging. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/09 07:52:39 Modified files: usr.sbin/vmd : vionet.c Log message: Only debug log dhcp packet info if packet is found. No functional change. vmd(8) was being chatty and incorrect. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 07:54:05 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to py3-acme/certbot-2.9.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/09 07:57:36 Modified files: sys/dev/pci : if_qwx_pci.c Log message: Include sys/lock.h to make qwx(4) compile with GENERIC kernel. OK stsp@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/09 08:06:23 Modified files: sys/kern : kern_clockintr.c Log message: clockintr: refactor clockintr_cancel() into clockintr_cancel_locked() Move the mutex-protected portions of clockintr_cancel() into a separate function, clockintr_cancel_locked(), so that the code can be reused by other callers. Thread: https://marc.info/?l=openbsd-tech&m=170629367121800&w=2 ok mpi@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/02/09 08:22:41 Modified files: sys/dev/pci : if_vmx.c Log message: vmx(4): add missing NVLAN checks ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 08:54:55 ports/sysutils/duf/patches Update of /cvs/ports/sysutils/duf/patches In directory cvs.openbsd.org:/tmp/cvs-serv16968/patches Log Message: Directory /cvs/ports/sysutils/duf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/09 09:01:00 Log message: import py-lzo-1.15 This module provides Python bindings for the LZO data compression library. ok aja@ (though I added FLAVORS/FLAVOR afterwards) Status: Vendor Tag: jasper Release Tags: jasper_20240209 C ports/archivers/py-lzo/Makefile C ports/archivers/py-lzo/distinfo C ports/archivers/py-lzo/pkg/DESCR C ports/archivers/py-lzo/pkg/PLIST 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jjasper:yesterday -jjasper ports/archivers/py-lzo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/09 09:04:05 Modified files: archivers : Makefile Added files: archivers/py-lzo: Makefile distinfo archivers/py-lzo/pkg: DESCR PLIST Log message: re-import py-lzo-1.15 it was removed as a python2-only port, however upstream has since switched to python3. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/09 09:05:55 Modified files: sysutils/jefferson: Makefile distinfo sysutils/jefferson/pkg: PLIST Log message: update to jefferson-0.4.2 this switches the port back to the original upstream as they have been supporting python3 for a while now. updates were missed as this port tracked the python3 fork. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 09:18:46 Modified files: sysutils/duf : Makefile distinfo Added files: sysutils/duf/patches: patch-go_mod patch-go_sum patch-mounts_openbsd_go Log message: duf: unbreak runtime by updating golang.org/x/sys to v0.15.0 problem spotted by / fix looks good to volker@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/09 09:52:58 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: add clockintr_unbind() The clockintr_unbind() function cancels any pending execution of the given clock interrupt object's callback and severs the binding between the object and its host CPU. Upon return from clockintr_unbind(), the clock interrupt object may be rebound with a call to clockintr_bind(). The optional CL_BARRIER flag tells clockintr_unbind() to block if the clockintr's callback function is executing at the moment of the call. This is useful when the clockintr's arg is a shared reference and the caller needs to be certain the reference is inactive. Now that clockintrs can be bound and unbound repeatedly, there is more room for error. To help catch programmer errors, clockintr_unbind() sets cl_queue to NULL. Calls to other API functions after a clockintr is unbound will then fault on a NULL dereference. clockintr_bind() also KASSERTs that cl_queue is NULL to ensure the clockintr is not already bound. These checks are not perfect, but they do catch some common errors. With input from mpi@. Thread: https://marc.info/?l=openbsd-tech&m=170629367121800&w=2 ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/09 10:42:18 Modified files: sys/dev/dt : dt_prov_profile.c dt_dev.c dtvar.h sys/kern : kern_clock.c Log message: dt(4): move interval/profile entry points to dedicated clockintr callback To improve the utility of dt(4)'s interval and profile probes we need to move the probe entry points from the fixed-frequency hardclock() to a dedicated clock interrupt callback so that the probes can fire at arbitrary frequencies. - Remove entry points for interval/profile probes from hardclock(). - Merge dt_prov_profile_enter(), dt_prov_interval_enter(), and dt_prov_profile_fire() into one function, dt_clock(). This is the now-unified callback for interval/profile probes. dt_clock() will consume multiple events during a single execution if it is delayed, but on platforms with high quality interrupt clocks this should be rare. - Each struct dt_pcb gets its own clockintr handle, dp_clockintr. - In struct dt_pcb, replace dp_maxtick/dp_nticks with dp_nsecs, the PCB's sampling period. Aynchronous probes must initialize dp_nsecs to a non-zero value during dtpv_alloc(). - In struct dt_pcb, replace dp_cpuid with dp_cpu so that dt_ioctl_record_start() knows where to bind the PCB's dp_clockintr. - dt_ioctl_record_start() binds, staggers, and starts all interval/profile PCBs on the given dt_softc. Each dp_clockintr is given a reference to its enclosing PCB so that dt_clock() doesn't need to search for it. The staggering sort-of simulates the current behavior under hardclock(). - dt_ioctl_record_stop() unbinds all interval/profile PCBs. The CL_BARRIER ensures that dp_clockintr's PCB reference is not in use by dt_clock() so that the PCB may be safely freed upon return from dt_ioctl_record_stop(). Blocking while holding dt_lock is not ideal, but in practice blocking in this spot is rare and dt_clock() completes quickly on all but the oldest hardware. An extremely unlucky thread could block for every interval/profile PCB on the softc, but this is implausible. DT_FA_PROFILE values are up-to-date for amd64, i386, and macppc. Somebody with the right hardware needs to check-and-maybe-fix the values on octeon, powerpc64, and sparc64. Joint effort with mpi@. Thread: https://marc.info/?l=openbsd-tech&m=170629371821879&w=2 ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/09 11:09:27 Modified files: x11/libhandy : Makefile distinfo Log message: Update to libhandy-1.8.3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 12:15:53 Modified files: lib/libz : gzguts.h Log message: pull in another upstream tweak for windows CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/09 12:16:26 Modified files: devel/ruby-deep_merge: Makefile distinfo Log message: update 1.2.1 -> 1.2.2 take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/09 13:20:22 Modified files: multimedia/libv4l: Makefile distinfo multimedia/libv4l/patches: patch-lib_libv4lconvert_Makefile_in Added files: multimedia/libv4l/patches: patch-lib_libv4lconvert_libv4lconvert_c Log message: update to libv4l 1.24.1 https://git.linuxtv.org/v4l-utils.git/tree/ChangeLog?h=stable-1.24 Last release using autoconf CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/02/09 13:46:48 Modified files: www/mozilla-firefox/patches: patch-media_libvpx_libvpx_vpx_ports_aarch64_cpudetect_c Log message: Fix comment in patch CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/02/09 14:09:57 Modified files: www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-xpcom_reflect_xptcall_md_unix_moz_build Log message: Enable firefox on riscv64 Surprisingly easy once you disable LTO (previously lld died with OOM before producing a working executable). Upstream assistance from landry@. Tests on a Hifive Unmatched with radeondrm by matthieu@: "it can play a fullscreen video at 1280x1024 using only 60% of CPU." PLIST hack to avoid using PFRAG.no-riscv64 requested by landry@. No REVISION bump because no PLIST change and resulting package change on other archs. ok landry@ (maintainer) (partial commit, the previous one failed halfway, I love you cvs) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/09 14:21:05 Modified files: devel/git : Makefile distinfo Log message: update to git 2.43.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/09 14:45:52 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 2.18 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/09 14:51:43 Modified files: devel/p5-Test-URI: Makefile distinfo Log message: update p5-Test-URI to 1.085 CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2024/02/09 15:09:38 Modified files: . : donations.html Log message: Got more toys. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 17:02:54 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp Log message: avoid some dubious UNUSED_VARIABLE(t6) / UNUSED_VARIABLE(t7) for variables which aren't defined. should fix the build on 32-bit, amd64 is ok. ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/09 17:12:07 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile Added files: www/webkitgtk4/patches: Tag: OPENBSD_7_4 patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp Log message: avoid some dubious UNUSED_VARIABLE(t6) / UNUSED_VARIABLE(t7) for variables which aren't defined. should fix the build on 32-bit, amd64 is ok. ok aja@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/09 19:10:41 Modified files: usr.sbin/vmd : virtio.c Log message: Set vmd virtio device fds to -1 on close after fork. After the recent vmd(8) commit to clean up file descriptor lifecycles, virtio disks with multiple file descriptors (QCOW2 images with at least one base) would fail to initialize when booted with a network device. Use the new fd closing routine in the vm process for virtio devices to close the device fds and set to -1, removing buggy copying and closing of fds. Additionally, close the vm/device sync and async channels when closing a device's fds. Issue reported by and ok kn@ CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/09 19:19:12 Modified files: usr.sbin/vmd : vionet.c Log message: Fix locked address interfaces in vmd(8). Before comparing the amount of bytes read to the size of a packet struct, make sure the fd being read was actually the packet injection pipe(2). Locked address interfaces force using the same copy-based approach used for the internal dhcp service for "local" interfaces but were accidentally being treated as reads from the pipe(2) and not the tap. This broke networking for any locked address interfaces in vmd(8). Reported by and ok kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 23:10:04 Modified files: lib/libz : deflate.c gzguts.h gzlib.c gzread.c Log message: libz: sync with upstream - fix type of local variable in deflate_stored() - more Windows compat shuffling - wrap overlong line in gzread CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/09 23:10:41 Modified files: sys/lib/libz : deflate.c Log message: libz: sync with base CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/09 23:15:38 Modified files: astro/py-erfa : Makefile distinfo astro/py-erfa/pkg: PLIST Log message: Update to py3-erfa-2.0.1.1 from wen heping (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/09 23:20:04 Modified files: databases/p5-SQL-Abstract-More: Makefile distinfo Log message: Update to p5-SQL-Abstract-More-1.42 from wen heping (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/09 23:22:07 Modified files: mail/p5-Mail-AuthenticationResults: Makefile distinfo Log message: Update to p5-Mail-AuthenticationResults-2.20231031 from wen heping (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/09 23:23:48 Modified files: devel/p5-IO-Interactive: Makefile distinfo Log message: Update to p5-IO-Interactive-1.025 from wen heping (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/09 23:25:49 Modified files: devel/p5-CPAN-Perl-Releases: Makefile distinfo Log message: Update to p5-CPAN-Perl-Releases-5.20240120 from wen heping (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/10 00:10:13 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: fix off-by-one when printing fr_arg found by "buffer overflow 'fp64->fr_arg' 6 <= 6" smatch error ok miod@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:27:00 Modified files: x11/gnome/libadwaita: Makefile distinfo x11/gnome/libadwaita/pkg: PLIST Log message: Update to libadwaita-1.4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:27:41 Modified files: net/libproxy : Makefile distinfo net/libproxy/patches: patch-src_libproxy_meson_build Log message: Update to libproxy-0.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:28:48 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Log message: Update to babl-0.1.108. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:31:18 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:31:27 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 01:31:38 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.39. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/10 01:40:35 Modified files: devel/scons : Makefile distinfo devel/scons/patches: patch-SCons_Tool_gcc_py patch-SCons_Tool_gnulink_py patch-SCons_Tool_gxx_py patch-setup_cfg devel/scons/pkg: PLIST Log message: update devel/scons to 4.6.0 changelog: https://github.com/SCons/scons/releases/tag/4.6.0 kindly tested by kevlo and in a bulk by tb, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 01:41:59 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 01:51:54 Modified files: devel/xsd : Makefile Log message: neuter prehistoric libexpat bundle in libcutl; pointed out by tb xsd uses xerces not expat as XML parser, but build requires which got picked from bundle where more unused libexpat was built. Use the base header and completely remove the bundle. Only consumers security/{libdigidocpp,qdigidoc4} are fine. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/10 02:32:48 Modified files: security/py-service_identity: Makefile Log message: py-service_identity: add missing RDEP, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/10 02:34:41 Modified files: www/py-urllib3 : Makefile Log message: py-urllib3: add missing TDEP, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/10 02:45:22 Modified files: net/py-netaddr : Makefile distinfo net/py-netaddr/pkg: PLIST Log message: update to py3-netaddr-1.0.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2024/02/10 04:28:52 Modified files: usr.bin/ssh/sshd: Makefile Log message: clean sshd random relinking kit; ok miod@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/10 05:23:28 Modified files: lang/rust : Makefile distinfo rust.port.mk lang/rust/patches: patch-compiler_rustc_mir_transform_src_abort_unwinding_calls_rs patch-compiler_rustc_session_src_options_rs patch-compiler_rustc_target_src_spec_targets_i686_unknown_openbsd_rs patch-library_std_src_sys_unix_os_rs patch-library_std_src_sys_unix_thread_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_src_bin_rustc_rs patch-src_bootstrap_src_core_build_steps_test_rs patch-src_bootstrap_src_lib_rs lang/rust/pkg : PLIST-src Log message: update lang/rust to 1.76.0 Announce: https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html ChangeLog: https://doc.rust-lang.org/nightly/releases.html#version-1760-2024-02-08 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/10 05:31:16 Modified files: usr.sbin/vmd : mmio.c Log message: Prevent use of uninitialized byte in vmd's mmio decoder. The mmio code isn't wired in, but if the ModRM decode fails, byte may be used with an uninitialized value. Properly return an error, but initialize the byte variable as well. Found by smatch, reported by and ok jsg@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/10 08:28:16 Modified files: sys/kern : kern_sysctl.c Log message: On kernels without ucom(4) support, 'sysctl hw.ucomnames' should return the empty string, rather than error. ok krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/10 08:29:04 Modified files: usr.bin/cu : cu.c Log message: If anything goes wrong with reading the 'sysctl hw.ucomnames', act like it is the empty string, rather than considering it an error. ok krw CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/10 08:39:40 Modified files: cad/opencascade: Makefile distinfo cad/opencascade/patches: patch-CMakeLists_txt patch-src_Standard_Standard_CString_cxx cad/opencascade/pkg: PLIST Log message: Update opencascade to 7.8.0, from maintainer Johannes Thyssen Tishman. Both downstream consumers kicad & prusaslicer built & lightly tested by me. ok tracey@. Looks good to Renato Aguiar (prusaslicer maintainer). CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/10 09:06:41 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-src_occt_wrapper_CMakeLists_txt Log message: Update prusaslicer for opencascade update From opencascade maintainer Johannes Thyssen Tishman, looks good to prusaslicer maintainer Renato Aguiar. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/10 09:08:15 Modified files: cad/kicad : Makefile Log message: Sync wantlibs for opencascade update, from OpenCascade maintainer, built and lightly tested by several. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/10 09:47:46 Modified files: distrib/arm64/iso: Makefile Log message: grow arm64 iso media again CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 10:26:05 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Log message: Update to libshumate-1.1.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/10 10:29:01 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-45.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/10 10:48:14 Modified files: x11/xfce4/xfce4-notifyd: Makefile distinfo x11/xfce4/xfce4-notifyd/pkg: PLIST Log message: x11/xfce4/xfce4-notifyd: update to 0.9.4. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001378.html CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/10 10:49:14 Modified files: security/c2sp-testvectors: Makefile distinfo Log message: Update c2sp-testvectors to 20240130 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 10:52:47 Modified files: x11/freerdp : Makefile distinfo x11/freerdp/patches: patch-channels_rdpdr_client_rdpdr_main_c patch-channels_rdpsnd_client_rdpsnd_main_c patch-libfreerdp_crypto_crypto_c Log message: update to freerdp 2.11.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/10 11:13:28 Modified files: x11/xfce4/xfce4-screenshooter: Makefile distinfo x11/xfce4/xfce4-screenshooter/pkg: PLIST Log message: x11/xfce4/xfce4-screenshooter: update to 1.10.5 see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001363.html note that the builtin 'upload to imgur' support is being deprecated and will be removed in a future release, for now an alternative is shipped as a custom action spawning a script using zenity/curl/jq/xclip, so add those as RDEPs for now, until someone(tm) figures out a simpler version. cf https://gitlab.xfce.org/apps/xfce4-screenshooter/-/issues/115 for details on the rationale cf https://docs.xfce.org/apps/xfce4-screenshooter/custom-actions#examples for creative examples of other custom actions. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/10 11:16:41 Modified files: lang/cython : Makefile distinfo Log message: update cython to 0.29.36 Update needed so zmq can be updated to support Python 3.12. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/10 11:18:05 Modified files: astro/py-astropy: Makefile distinfo Log message: astropy update to support the recently updated cython version astropy should probably be patched to loosen the tight version constraint on specific versions of cython. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/10 11:39:55 Modified files: astro/py-astropy: Makefile Added files: astro/py-astropy/patches: patch-pyproject_toml Log message: loosen too tight dependency on specific cython version CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/02/10 12:18:10 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_bin_initdb_initdb_c databases/postgresql/pkg: PLIST-docs PLIST-server Log message: Update to PostgreSQL 16.2 Fixes CVE-2024-0985: PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 12:30:13 Log message: import games/2048-qt 0.1.6; Feedback OK op A clone of 2048, implemented in Qt. Status: Vendor Tag: kn Release Tags: kn_20240210 N ports/games/2048-qt/Makefile N ports/games/2048-qt/distinfo N ports/games/2048-qt/pkg/DESCR N ports/games/2048-qt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 12:31:26 Modified files: games : Makefile Log message: + 2048-qt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/10 12:33:04 Modified files: x11/spice-gtk : Makefile Log message: fix homepage; OK aja CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/10 17:02:25 Modified files: games/dhewm3 : Makefile Log message: Enable debug packages. From Jag Talon; thanks! CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/10 17:56:28 Modified files: lib/libexpat : Changes README.md expat_config.h shlib_version lib/libexpat/doc: reference.html lib/libexpat/lib: expat.h internal.h siphash.h winconfig.h xmlparse.c xmlrole.c xmlrole.h xmltok.c xmltok.h xmltok_impl.c lib/libexpat/tests: chardata.c memcheck.c minicheck.c minicheck.h runtests.c structdata.c lib/libexpat/tests/benchmark: benchmark.c Added files: lib/libexpat/examples: element_declarations.c lib/libexpat/tests: acc_tests.c acc_tests.h acc_tests_cxx.cpp alloc_tests.c alloc_tests.h alloc_tests_cxx.cpp basic_tests.c basic_tests.h basic_tests_cxx.cpp chardata_cxx.cpp common.c common.h common_cxx.cpp dummy.c dummy.h dummy_cxx.cpp handlers.c handlers.h handlers_cxx.cpp memcheck_cxx.cpp minicheck_cxx.cpp misc_tests.c misc_tests.h misc_tests_cxx.cpp ns_tests.c ns_tests.h ns_tests_cxx.cpp nsalloc_tests.c nsalloc_tests.h nsalloc_tests_cxx.cpp runtests_cxx.cpp structdata_cxx.cpp Log message: Update libexpat to version 2.6.0. This fixes CVE-2023-52425. OpenBSD is not affected by CVE-2023-52426. Relevant for OpenBSD are security fixes #789 #814, bug fixes #753 #812 #813, other changes #771 #788 #764 #765, and examples, docs, compiler warnings, clang-tidy, tests. Only a minor library bump is necessary, this has been discussed with tb@ guenther@ kettenis@. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/10 18:01:32 Modified files: regress/lib/libexpat/runtests: Makefile regress/lib/libexpat/runtestspp: Makefile Log message: Update libexpat regress to version 2.6.0. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/10 18:15:33 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: update p5-MIME-Types to 2.26 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/10 18:26:17 Modified files: distrib/sets/lists/base: mi Log message: libexpat minor bump to 14.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/10 18:27:45 Modified files: sys/netinet : in_pcb.c in_pcb.h ip_ipip.c ipsec_output.c tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c sys/netinet6 : in6_pcb.c ip6_divert.c Log message: Remove include netinet6/ip6_var.h from netinet/in_pcb.h. OK mvs@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/10 18:31:28 Modified files: etc/examples : ifstated.conf Log message: firefall -> firewall, from Joel Carnat CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2024/02/10 20:57:10 Modified files: usr.bin/pkg-config/OpenBSD: PkgConfig.pm Log message: In pkg-config, accept both "CFlags:" and "Cflags:" matthieu@ noticed that "pkg-config libpkgconf --cflags" failed because libpkgconf.pc has "CFlags:" with upper-case 'F', but we accepted only "Cflags:" with lower-case 'f'. freedesktop.org's pkg-config accepts both "C[Ff]lags", but is otherwise sensitive to case. Accept "CFlags" by mapping it to "Cflags" when reading the file. Fail if the file has more than one "C[Ff]lags". ok millert@ matthieu@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/10 23:40:46 Modified files: sys/dev/pci : if_bge.c Log message: recue -> reduce (in comment); from andrius v CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 01:32:51 Modified files: devel/libgit2/py-git2: Makefile distinfo Log message: Update to py3-git2-1.14.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/11 01:40:06 Modified files: lib/libz : zconf.h Log message: libz: more windows ifdef turd shining from upstream CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/11 01:40:37 Modified files: sys/lib/libz : zconf.h Log message: sync with src CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 01:46:21 Modified files: x11/gnome/gjs : Makefile distinfo Log message: Update to gjs-1.78.4. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/11 01:50:17 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 to rust-openssl-tests 20240211 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 02:08:22 Modified files: graphics/babl : Makefile Log message: Missing BDEP on textproc/gi-docgen; spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/02/11 02:24:26 Modified files: usr.sbin/smtpd : makemap.c smtpd.h table_static.c util.c Log message: unify smtpd and makemap table parser These are supposed to parse the same file format but have subtle difference in the handling of comments, continuation lines and escaping. Converge both to the simpler smtpd parser which doesn't handle continuation lines nor escaping, and support comments only at the start of the line. improvements and ok millert@ CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2024/02/11 02:33:38 Modified files: . : want.html Log message: remove my request for a laptop, generously taken care of by Cage CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/11 03:46:55 Modified files: databases/recoll: Makefile databases/recoll/pkg: PLIST-gui PLIST-main Log message: recoll: make -gui subpackage building conditional. on arch without qtwebengine, knock out the -gui package rather than fallimg back to qtwebkit. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/11 04:28:45 Modified files: security/py-fickling: Makefile Log message: remove unneeded RDEP and commented-out line CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/02/11 04:41:04 Modified files: editors/litexl : Makefile distinfo editors/litexl/patches: patch-meson_build patch-src_main_c editors/litexl/pkg: PLIST Added files: editors/litexl/patches: patch-meson_options_txt Log message: update to v2.1.3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/11 06:09:22 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.14.15 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 08:28:01 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 08:28:18 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.51.2. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/11 09:01:09 Modified files: sys/dev/fdt : rkpinctrl.c Log message: Fix potential out-of-bounds array access. Found by smatch, reported by and ok jsg@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/11 10:25:35 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.225. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/11 10:32:28 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: Update p5-Image-ExifTool to 12.76. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/11 10:36:55 Modified files: geo/qgis : Makefile geo/qgis/pkg : PLIST Log message: geo/qgis: reenabled qtwebkit dependency will be disabled when proper qtwebengine support is implemented upstream, maybe in 3.36 (or later...) discussed with rsadowski@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/11 11:14:27 Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/netinet : ip_divert.c ip_mroute.c raw_ip.c udp_usrreq.c sys/netinet6 : ip6_divert.c ip6_mroute.c raw_ip6.c sys/sys : socketvar.h Log message: Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets. In soreceve(), we only touch `so_rcv' socket buffer, which has it's own `sb_mtx' mutex(9) for protection. So, we can avoid solock() in this path - it's enough to hold `sb_mtx' in soreceive() and around corresponding sbappend*(). But not right now :) This time we use shared netlock for some inet sockets in the soreceive() path. To protect `so_rcv' buffer we use `inp_mtx' mutex(9) and the pru_lock() to acquire this mutex(9) in socket layer. But the `inp_mtx' mutex belongs to the PCB. We initialize socket before PCB, tcp(4) sockets could exist without PCB, so use `sb_mtx' mutex(9) to protect sockbuf stuff. This diff mechanically replaces `inp_mtx' by `sb_mtx' in the receive path. Only for sockets which already use `inp_mtx'. All other sockets left as is. They will be converted later. Since the `sb_mtx' is optional, the new SB_MTXLOCK flag introduced. If this flag is set on `sb_flags', the `sb_mtx' mutex(9) should be taken. New sb_mtx_lock() and sb_mtx_unlock() was introduced to hide this check. They are temporary and will be replaced by mtx_enter() when all this area will be converted to `sb_mtx' mutex(9). Also, the new sbmtxassertlocked() function introduced to throw corresponding assertion for SB_MTXLOCK marked buffers. This time only sbappendaddr() calls it. This function is also temporary and will be replaced by MTX_ASSERT_LOCKED() later. ok bluhm CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/11 14:29:12 Modified files: lib/libkvm : kvm_file2.c sbin/slaacd : engine.c frontend.c sbin/sysctl : sysctl.c usr.sbin/rad : frontend.c Log message: Remove needless includes of netinet6/ip6_var.h header in userland. OK millert@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/11 14:36:49 Modified files: sys/kern : uipc_socket.c Log message: Release `sb_mtx' mutex(9) before sbunlock(). ok bluhm CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/02/11 14:56:10 Modified files: distrib/miniroot: install.sub Log message: Enable disk encryption in unattended installations Interactively keeps using bioctl(8)'s own prompt, in unattended mode ask_passphrase() ensures non-empty responses or fails. Unlike user passwords, autoinstall(8) only supports plaintext passphrases: Encrypt the root disk with a (p)assphrase or (k)eydisk = passphrase New passphrase = secret Make sure to trust the install network or use a pre-configured key disk: Encrypt the root disk with a (p)assphrase or (k)eydisk = keydisk Which disk contains the key disk = sd2 Which sd2 partition is the key disk = a initial diff from Chris Narkiewicz OK afresh1 Feedback sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 15:14:25 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.7.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 15:22:43 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-45.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 15:33:03 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-45.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/11 15:33:27 Modified files: meta/gnome : Makefile Log message: GNOME 45.4. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/11 16:52:27 Modified files: games/devilutionx: Makefile distinfo Log message: games/devilutionx: update to 1.5.2 ok bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/11 17:53:52 Modified files: lang/python/3.11: Makefile distinfo lang/python/3.11/patches: patch-configure_ac lang/python/3.11/pkg: PLIST-idle PLIST-main PLIST-tests Log message: update to Python 3.11.8 ok kmos@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/11 18:06:11 Modified files: www/py-werkzeug: Makefile distinfo www/py-werkzeug/pkg: PLIST Log message: update werkzeug to 2.1.2 This release drops a lot of legacy code and Python 3.6 support. ok lraab@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/02/11 18:18:18 Modified files: sys/arch/amd64/amd64: cpu.c genassym.cf locore.S vector.S vmm_machdep.c sys/arch/amd64/include: codepatch.h cpu.h Log message: Retpolines are an anti-pattern for IBT, so we need to shift protecting userspace from cross-process BTI to the kernel. Have each CPU track the last pmap run on in userspace and the last vmm VCPU in guest-mode and use the IBPB msr to flush predictors right before running in userspace on a different pmap or entering guest-mode on a different VCPU. Codepatch-nop the userspace bits and conditionalize the vmm bits to keep working if IBPB isn't supported. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/11 19:20:17 Modified files: devel/flake8 : Makefile distinfo devel/py-python-lsp-black: Makefile distinfo devel/py-python-lsp-server: Makefile distinfo devel/pyflakes : Makefile distinfo devel/spyder/spyder: Makefile distinfo Log message: update spyder to 5.5.1 This update of spuder requires updates of python-lsp-black and python-lsp-server with the latter also requiring an update of flake8 to a newer version. Update from wen heping with minor tweaks from me. Thanks. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/11 19:57:14 Modified files: sys/arch/amd64/amd64: cpu.c vmm_machdep.c Log message: Intel and AMD use different cpuid bits for MSR_PRED_CMD IBPB ok guenther@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2024/02/11 22:39:58 Modified files: . : innovations.html Log message: improve sentence CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/12 03:46:10 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: Revert the change that enables retpoline PLTs by default. While these provide a mitigation against branch speculation attacks, they also make IBT control flow integrity less effective. Our kernel now uses IBPB to as a mitigation against branch speculation attacks, so we can disable retpoline PLTs again. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/12 04:32:23 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-lld_ELF_Driver_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Driver_cpp devel/llvm/17 : Makefile devel/llvm/17/patches: patch-lld_ELF_Driver_cpp Log message: sync with base: Revert the change that enables retpoline PLTs by default. While these provide a mitigation against branch speculation attacks, they also make IBT control flow integrity less effective. Our kernel now uses IBPB to as a mitigation against branch speculation attacks, so we can disable retpoline PLTs again. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/12 06:20:29 Modified files: textproc/xmlwf : Makefile distinfo textproc/xmlwf/pkg: DESCR Added files: textproc/xmlwf/files: expat_config.h Log message: update xmlwf to expat version 2.6.0 take maintainer keep in sync with libexpat in base CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/12 08:11:06 Modified files: usr.sbin/btrace: bt_parse.y Log message: Trailing spaces CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/12 08:12:09 Modified files: usr.sbin/btrace: btrace.c Log message: Fix tuple & string comparisons in maps. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/02/12 08:51:26 Modified files: devel/sccache : Makefile crates.inc distinfo Log message: devel/sccache: update to 0.7.7 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/12 09:24:44 Modified files: www/p5-URI : Makefile distinfo Log message: update p5-URI to 5.27 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/12 09:42:43 Modified files: usr.bin/vi/common: options.c usr.bin/vi/docs/USD.doc/vi.man: vi.1 usr.bin/vi/vi : vs_refresh.c Log message: Add showfilename set option Pressing control-G all the time to understand 'what file is in what window' might be tedious. Instead, offer a configurable option (default off) to display the file name in the lower left corner. OK millert@ otto@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/02/12 10:02:09 Modified files: lang/erlang : erlang.port.mk Log message: erlang.port.mk: Add explicit flavor for build dependency on devel/rebar3 Currently the only port using this mechanism is lang/lfe which still works. ok jca@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/12 10:22:31 Modified files: games/fheroes2 : Makefile distinfo games/fheroes2/patches: patch-src_Makefile games/fheroes2/pkg: PLIST Log message: update to fheroes2 1.0.12 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/12 10:24:05 Modified files: editors/novelwriter: Makefile distinfo Log message: bugfix update to novelWriter 2.2.1 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/12 10:52:20 Modified files: games/fna : Makefile.inc games/fna/faudio: Makefile distinfo games/fna/fna : Makefile distinfo games/fna/fna3d: Makefile distinfo Log message: update fna ports to 24.02. Includes some minor Makefile reformatting for legibility CVSROOT: /cvs Module name: src Changes by: uaa@cvs.openbsd.org 2024/02/12 14:37:25 Modified files: sys/dev/fdt : ehci_fdt.c Log message: add Allwinner H616 support (and errata fix) ok kettenis@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/12 15:07:33 Modified files: sys/kern : kern_clock.c kern_clockintr.c Log message: kernel: disable hardclock() on secondary CPUs There is no useful work left for secondary CPUs to do in hardclock(). Disable cq_hardclock on secondary CPUs and remove the now-unnecessary early-return from hardclock(). This change reduces every system's normal clock interrupt rate by (HZ - HZ/10) per secondary CPU. For example, an 8-core machine with a HZ=100 kernel should see its clock interrupt rate drop from ~1600 to ~960. Thread: https://marc.info/?l=openbsd-tech&m=170750140915898&w=2 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/02/12 15:48:27 Modified files: sys/kern : uipc_socket.c uipc_socket2.c sys/sys : socketvar.h Log message: Pass protosw instead of domain structure to soalloc() to get real `pr_type'. The corresponding domain is referenced as `pr_domain'. Otherwise dp->dom_protosw->pr_type of inet sockets always points to inetsw[0]. ok bluhm CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/02/12 15:56:15 Modified files: databases/postgresql: Tag: OPENBSD_7_4 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_7_4 PLIST-docs PLIST-server Log message: Update to PostgreSQL 15.6 Fixes CVE-2024-0985: PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/12 16:48:20 Log message: import nbclient nbclient was spun off from nbconvert into a new port. This port is now required in order to update to newer versions of nbconvert. ok thfr@ Status: Vendor Tag: daniel Release Tags: daniel_20240212 N ports/devel/py-nbclient/Makefile N ports/devel/py-nbclient/distinfo N ports/devel/py-nbclient/pkg/DESCR N ports/devel/py-nbclient/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/12 16:50:36 Modified files: devel : Makefile Log message: +py-nbclient CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/12 17:00:36 Log message: import py-anyio Port submitted by Wen Heping (MAINTAINER). Needed in order to update the jupyter stack. ok lraab@, sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240212 N ports/net/py-anyio/Makefile N ports/net/py-anyio/distinfo N ports/net/py-anyio/pkg/DESCR N ports/net/py-anyio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/12 17:01:12 Modified files: net : Makefile Log message: +py-anyio CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/12 19:14:25 Modified files: sys/arch/armv7/marvell: mvacc.c Log message: fix off-by-one in bounds test found by "buffer overflow 'mvacc_cpu_freqs' 13 <= 13" smatch error ok miod@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/02/13 01:03:50 Modified files: usr.bin/tmux : cmd-paste-buffer.c cmd-pipe-pane.c window.c tmux.h Log message: Do not allow paste into panes which have exited, from Romain Francoise in GitHub issue 3830. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/02/13 01:10:23 Modified files: usr.bin/tmux : options-table.c proc.c server-fn.c tmux.1 Log message: Add two new values for the destroy-unattached option to destroy sessions only if they are not members of sessions groups, from Mark Huang, GitHub issue 3806. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/13 01:26:26 Modified files: lib/libz : zconf.h zlib.h zutil.h Log message: Pull in z_off64_t handling from upstream Since we don't define Z_LARGE64, we continue to define z_off64_t to z_off_t and all the other changes are no-ops for OpenBSD. ok kettenis millert CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/13 01:26:56 Modified files: sys/lib/libz : zconf.h zlib.h zutil.h Log message: zlib: sync with base CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/13 02:29:39 Modified files: sys/arch/sparc64/sparc64: db_trace.c Log message: There is no way to implement the INKERNEL() macro on sparc64. It was set to just 1 since the dawn of sparc64 support. It is time to accept the fact and remove all INKERNEL() checks. OK miod@ mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:05:55 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/pkg: PLIST Log message: Update to gegl04-0.4.48. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:13:19 Modified files: graphics/openexr: Makefile distinfo Log message: Update to OpenEXR-3.2.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/13 03:16:28 Modified files: sys/uvm : uvm_page.c Log message: Remove sanity checks from uvm_pagefree(). The first thing this function does is invoke uvm_pageclean(), which performs the exact same sanity check, so one set of checks is enough. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:16:56 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py3-cairo-1.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:21:17 Modified files: devel/goffice : Makefile distinfo Removed files: devel/goffice/patches: patch-configure_ac patch-goffice_math_go-dtoa_c patch-goffice_math_go-ryu_c patch-goffice_math_go-ryu_h Log message: Update to goffice-0.10.57. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:21:29 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.57. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:23:39 Modified files: x11/gnome/gcr4 : Makefile distinfo Log message: Update to gcr4-4.2.0. CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/13 03:27:32 Modified files: devel/boost : Makefile Added files: devel/boost/files: jump_sparc64_sysv_elf_gas.S make_sparc64_sysv_elf_gas.S ontop_sparc64_sysv_elf_gas.S devel/boost/patches: patch-libs_context_build_Jamfile_v2 Log message: Add boost-context support for sparc64. This is based on the work done for PHP and passes all tests in boost-context. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:29:47 Modified files: x11/gnome/initial-setup: Makefile distinfo Log message: Update to gnome-initial-setup-45.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:30:03 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-45.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:32:12 Modified files: x11/gnome/tweaks: Makefile distinfo Log message: Update to gnome-tweaks-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/13 03:33:51 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.35.0. CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/13 04:28:19 Modified files: devel/boost : Makefile Log message: Update comment for post-extract as suggested by sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/13 04:33:09 Modified files: net/fort : Makefile Log message: fort requires ports-gcc to build on sparc64 because of stdatomic.h OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 04:45:31 Modified files: infrastructure/db: user.list Log message: reserve 896 for certspotter CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 04:57:52 Log message: import ports/security/certspotter, from Renaud Allard, ok sdk tweaks from me: - update uid - add missing @sample dir - fix rc script Status: Vendor Tag: sthen Release Tags: sthen_20240213 N ports/security/certspotter/Makefile N ports/security/certspotter/distinfo N ports/security/certspotter/modules.inc N ports/security/certspotter/pkg/DESCR N ports/security/certspotter/pkg/PLIST N ports/security/certspotter/pkg/certspotter.rc N ports/security/certspotter/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 05:19:49 Modified files: security : Makefile Log message: +certspotter CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/13 05:22:09 Modified files: sys/net : if_bridge.c if_etherip.c if_pfsync.c if_veb.c route.c route.h sys/netinet : in.h in_pcb.c in_pcb.h ip_carp.c ip_input.c ip_output.c ip_var.h tcp_input.c tcp_output.c tcp_subr.c tcp_var.h sys/netinet6 : dest6.c in6.h in6_pcb.c in6_src.c ip6_divert.c ip6_forward.c ip6_id.c ip6_output.c ip6_var.h mld6.c raw_ip6.c route6.c udp6_output.c usr.bin/netstat: inet.c Log message: Merge struct route and struct route_in6. Use a common struct route for both inet and inet6. Unfortunately struct sockaddr is shorter than sockaddr_in6, so netinet/in.h has to be exposed from net/route.h. Struct route has to be bsd visible for userland as netstat kvm code inspects inp_route. Internet PCB and TCP SYN cache can use a plain struct route now. All specific sockaddr types for inet and inet6 are embeded there. OK claudio@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/02/13 05:25:11 Modified files: sbin/iked : ca.c config.c iked.c Log message: Control startup of PROC_CERT and PROC_IKEV2. Currenly PROC_PARENT sends the configuration to both PROC_CERT and PROC_IKEV2 and finishes by sending IMSG_CTL_ACTIVE to PROC_IKEV2. However, when PROC_IKEV2 receives IMSG_CTL_ACTIVE it does not know the state of PROC_CERT: PROC_CERT might not have processed the initial configuration while PROC_IKEV2 already sends requests to PROC_CERT, causing failed requests, or even crashes (NULL deref of ca_certs). In order to make sure that PROC_CERT is ready before IMSG_CTL_ACTIVE is sent to PROC_IKEV2 that startup protocol is changed as follows: (1) PROC_PARENT sends configuration to both PROC_CERT and PROC_IKEV2 (2) PROC_PARENT sends IMSG_CTL_ACTIVE to PROC_CERT (3) PROC_CERT acks IMSG_CTL_ACTIVE by sending it back to PROC_PARENT (4) PROC_PARENT now knows that PROC_CERT is ready and has processed all messages from step (1) (5) PROC_PARENT sends IMSG_CTL_ACTIVE to PROC_IKEV2 and knows that IMSG_CTL_ACTIVE will be processed by PROC_IKEV2 after all messages from step (1) (6) PROC_IKEV2 can now assume that PROC_CERT is ready because it has already processed IMSG_CTL_ACTIVE from markus@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 05:38:43 Modified files: lib/libcrypto/man: d2i_ASN1_OCTET_STRING.3 Log message: Document a portability caveat about GeneralizedTime and UTCTime OK tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/02/13 05:53:05 Modified files: sbin/dhcpleased: engine.c Log message: Only generate a new xid at the start of getting a new lease. "RFC 2131 4.1 Constructing and sending DHCP messages" has this: | Selecting a new 'xid' for each retransmission is an implementation | decision. A client may choose to reuse the same 'xid' or select a new | 'xid' for each retransmitted message. We used to change xid for each request / response cycle but this ran into problems with slow dhcp servers where we would change the xid too frequently and would ignore late coming replies from the server. Andre S points out that table 5 in "4.4.1 Initialization and allocation of network address" says for the xid field in "DHCPREQUEST" messages: | 'xid' from server DHCPOFFER message This seems to suggest that we need to use the same xid for the whole DHCPDISCOVER / DHCPOFFER / DHCPREQUEST / DHCPACK exchange of messages. Nothing else in the RFC is saying this though. But since there are DHCP servers out there that depend on this, we only generate a new xid when entering the INIT, REBOOTING and RENEWING state. I do wonder if we should just go with a static value of 0x04, which was chosen by a fair dice roll, so guaranteed to be random. Issue reported, initial diff and fix tested by Andre S deraadt likes this version OK tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/02/13 05:57:11 Modified files: usr.sbin/unbound/services: authzone.c usr.sbin/unbound/services/cache: dns.c dns.h usr.sbin/unbound/testcode: unitverify.c usr.sbin/unbound/util: fptr_wlist.c usr.sbin/unbound/validator: val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h Log message: Fix for CVE-2023-50387 and CVE-2023-50868. Both can be used to cause high CPU load and potentially denial of service with specifically crafted DNSSEC responses. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/02/13 05:58:05 Modified files: sbin/unwind/libunbound/services: authzone.c sbin/unwind/libunbound/services/cache: dns.c dns.h sbin/unwind/libunbound/util: fptr_wlist.c sbin/unwind/libunbound/validator: val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h Log message: Fix for CVE-2023-50387 and CVE-2023-50868. Both can be used to cause high CPU load and potentially denial of service with specifically crafted DNSSEC responses. This is a sync with unbound(8). CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/02/13 06:53:41 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 5.0.2, fixing CVE-2023-50387 and CVE-2023-50868 https://blog.powerdns.com/2024/02/13/powerdns-recursor-4-8-6-4-9-3-5-0-2-released CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/13 06:58:19 Modified files: sys/dev/pci : if_bnxt.c if_em.c if_igc.c if_ix.c if_ixl.c sys/dev/pv : if_vio.c sys/net : if_ethersubr.c sys/netinet : if_ether.h Log message: Analyse header layout in ether_extract_headers(). Several drivers need IPv4 header length and TCP offset for checksum offload, TSO and LRO. Accessing these fields directly caused crashes on sparc64 due to misaligned access. It cannot be guaranteed that IP and TCP header is 4 byte aligned in driver level. Also gcc 4.2.1 assumes that bit fields can be accessed with 32 bit load instructions. Use memcpy() in ether_extract_headers() to get the bits from IPv4 and TCP header and store the header length in struct ether_extracted. From there network drivers can esily use it without caring about alignment and bit shift. Do some sanity checks with the length values to prevent that invalid values from evil packets get stored into hardware registers. If check fails, clear the pointer to the header to hide it from the driver. Add debug prints that help to figure out the reason for bad packets and provide information when debugging drivers. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/13 07:00:24 Modified files: usr.sbin/httpd : server_http.c Log message: Stop logging misleading errors when custom generic error pages are in use. Only call the open(2) log_warn for errnos that are not ENOENT. Since that is an error worth logging. Based on a diff from Carsten Reith (carsten.reith t-online.de) OK florian@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:02:22 Modified files: net/py-netaddr : Makefile distinfo net/py-netaddr/pkg: PLIST Log message: drop back to py3-netaddr-0.10.1 for now; the 1.0.0 update removed is_private() which is used by at least Ansible's ansible.utils.ipaddr('public'). https://github.com/netaddr/netaddr/commit/906210905591d1ed67a4b87b46c53fe871040974 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:10:38 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-lib_isc_netmgr_netmgr_c Log message: update to isc-bind-9.18.24 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:10:40 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.19.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:11:46 Modified files: net/libunbound : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to libunbound-1.19.1 - Fix CVE-2023-50387, DNSSEC verification complexity can be exploited to exhaust CPU resources and stall DNS resolvers. - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:13:32 Modified files: net/isc-bind : Tag: OPENBSD_7_4 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_7_4 patch-lib_isc_netmgr_netmgr_c Log message: update to isc-bind-9.18.24 Validating DNS messages containing a lot of DNSSEC signatures could cause excessive CPU load, leading to a denial-of-service condition. (CVE-2023-50387) Preparing an NSEC3 closest encloser proof could cause excessive CPU load, leading to a denial-of-service condition. (CVE-2023-50868) Parsing DNS messages with many different names could cause excessive CPU load. (CVE-2023-4408) Specific queries could cause named to crash with an assertion failure when nxdomain-redirect was enabled. (CVE-2023-5517) A bad interaction between DNS64 and serve-stale could cause named to crash with an assertion failure, when both of these features were enabled. (CVE-2023-5679) Under certain circumstances, the DNS-over-TLS client code incorrectly attempted to process more than one DNS message at a time, which could cause named to crash with an assertion failure. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/13 07:44:16 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-Makefile_in Log message: graphics/png: maintenance update to 1.6.42 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 07:48:46 Modified files: net/powerdns_recursor: Tag: OPENBSD_7_4 Makefile distinfo Log message: Update to powerdns-recursor-4.9.3, fixing CVE-2023-50387 + CVE-2023-50868 (DNSsec protocol vulnerabilities). Req'd by otto@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/13 09:12:37 Modified files: usr.sbin/bgpd : session.c Log message: Remove IMSG_SESSION_DOWN handler in the session engine. The RDE does not issue such imsgs. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/13 09:35:43 Modified files: usr.sbin/bgpd : bgpd.h pftable.c Log message: Use an C99 anonymous union inside struct bgpd_addr This kills the two far to generic v4 and v6 macros which is a big win. OK tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/13 09:38:03 Modified files: x11/qt6/qt3d : Makefile x11/qt6/qt3d/pkg: PLIST Added files: x11/qt6/qt3d/pkg: PFRAG.x86 Log message: Enable SIMD and install header-files depending on the MACHINE_ARCH Ok and with help from sthen@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 09:52:49 Log message: import glad, from Jose Maldonado ( josemal89 () gmail ! com ) - thanks! with tweaks and ok sthen@ I removed the executable bits from Makefile and pkg/DESCR DESCR: Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. Status: Vendor Tag: thfr Release Tags: thfr_20240213 N ports/graphics/glad/Makefile N ports/graphics/glad/distinfo N ports/graphics/glad/pkg/DESCR N ports/graphics/glad/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/13 09:53:26 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.5.6 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 09:55:15 Modified files: graphics : Makefile Log message: +glad CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/13 10:51:17 Modified files: sys/dev/ic : oosiop.c Log message: Fix splbio usage in oosiop_scsicmd() - it does not need to be taken early since the switch to iopool years ago, but on the other had the update of the command TAILQ needs to be done at splbio, and it wasn't. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 12:45:52 Log message: import devel/fast-float, by Jose Maldonado who also takes MAINTAINER - thanks! changes, discussed with, and ok sthen@ DESCR: The fast_float library provides fast header-only implementations for the C++ from_chars() functions for 'float' and 'double' as well as integer types. Status: Vendor Tag: thfr Release Tags: thfr_20240213 N ports/devel/fast-float/Makefile N ports/devel/fast-float/distinfo N ports/devel/fast-float/pkg/DESCR N ports/devel/fast-float/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 12:47:46 Modified files: devel : Makefile Log message: +fast-float CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/02/13 12:49:50 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.9 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 12:50:35 Modified files: graphics/glad : Makefile Log message: add Jose as mainainer - thanks! CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/02/13 12:55:45 Modified files: build/mirrors : rpki-client-portable.html.head rpki-client : portable.html Log message: update signing description CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 13:36:42 Modified files: usr.sbin/rpki-client: print.c Log message: Avoid using i2d_RSAPublicKey() This should help with future portability efforts, and perhaps makes the code a bit more readable. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 13:37:15 Modified files: usr.sbin/rpki-client: x509.c Log message: Improve a comment about what exactly the SKI is OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 13:40:17 Modified files: usr.sbin/rpki-client: print.c Log message: Improve printing of TALs extracted from .tak objects This changeset makes the output align more with the TAL file syntax. OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 13:41:22 Modified files: usr.sbin/rpki-client: output-json.c output-ometric.c Log message: Remove the stalemanifests metrics (which are no longer in use) OK tb@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/13 13:46:37 Modified files: devel/got : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to got 0.96 see git repository history for per-change authorship information - gotwebd: add foldable commit briefs - gotwebd: fix (again) the styling for the next/prev buttons - gotwebd: add knob for the number of tags and commits in the summary page - gotwebd: remove PAGE handling - gotwebd: retire max_repos setting - gotwebd: guard against missig folder and file parameter in BLOB and BLAME - gotwebd: improve copy-paste from BLOB pages - gotwebd: fix colour of target lines in dark mode CSS - gotwebd.conf.5: show defaults, improve EXAMPLES - gotwebd.8: improve EXAMPLES sections - fix logging during gotwebd shutdown - plug several memory leaks in tog - plug object id queue leak when iterating pack index files - ensure tmp file is closed and fix UB in diff error path - do not crash when a meta-data file in the .got directory is empty - make the gotd auth process provide the user's account name for later use - avoid opening objects in the gotd session process for no reason - use imsg_get_fd() instead of imsg->fd everywhere - tolerate remotes without urls in git config file for interop with git-annex - plug some fd leaks in the fdopen{,dir} error paths - log -b: handle merge commits unrelated to requested changed path history - fix use of uninitialized variable in update_blob() - plug memory leak in got_pack_dump_delta_chain_to_file() - never write accum_buf on error in got_pack_dump_delta_chain_to_file() CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/13 13:58:12 Modified files: devel/got : Tag: OPENBSD_7_4 Makefile distinfo Log message: keep the 7.4 branch at got-0.95; got-0.96 only compiles on -current CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/13 13:58:43 Modified files: devel/got : Makefile distinfo Log message: update to got 0.96 see git repository history for per-change authorship information - gotwebd: add foldable commit briefs - gotwebd: fix (again) the styling for the next/prev buttons - gotwebd: add knob for the number of tags and commits in the summary page - gotwebd: remove PAGE handling - gotwebd: retire max_repos setting - gotwebd: guard against missig folder and file parameter in BLOB and BLAME - gotwebd: improve copy-paste from BLOB pages - gotwebd: fix colour of target lines in dark mode CSS - gotwebd.conf.5: show defaults, improve EXAMPLES - gotwebd.8: improve EXAMPLES sections - fix logging during gotwebd shutdown - plug several memory leaks in tog - plug object id queue leak when iterating pack index files - ensure tmp file is closed and fix UB in diff error path - do not crash when a meta-data file in the .got directory is empty - make the gotd auth process provide the user's account name for later use - avoid opening objects in the gotd session process for no reason - use imsg_get_fd() instead of imsg->fd everywhere - tolerate remotes without urls in git config file for interop with git-annex - plug some fd leaks in the fdopen{,dir} error paths - log -b: handle merge commits unrelated to requested changed path history - fix use of uninitialized variable in update_blob() - plug memory leak in got_pack_dump_delta_chain_to_file() - never write accum_buf on error in got_pack_dump_delta_chain_to_file() CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 14:18:55 Modified files: usr.sbin/rpki-client: tak.c Log message: Refactor parse_takey() Avoid i2d_RSAPublicKey() to help with future portability efforts. Avoid a complication related to size_t/int for the return value of i2d_X509_PUBKEY. While there, change the out label to 'err'. OK tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/13 15:02:54 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: update to rust-openssl-tests 20240213 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/13 15:44:21 Modified files: usr.sbin/rpki-client: aspa.c mft.c roa.c rsc.c tak.c Log message: Add explicit ASN1_ITEM_EXP prototypes In LibreSSL *_it are variables, in other implementations they might be a function. This helps squash compiler warnings in -portable. Related: https://github.com/openbsd/src/commit/65af98848fc7a42e34d470d10fc1db8e23f9db93 OK tb@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/13 16:06:15 Modified files: devel/robin-hood-hashing: Makefile distinfo Log message: update to robin-hood-hashing 3.11.5 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/13 19:40:02 Modified files: usr.bin/fgen : fgen.l Log message: avoid use after free of fcode found by smatch, fix from deraadt@ ok miod@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/13 19:40:38 Added files: cad/kicad/patches: patch-CMakeModules_FindOCC_cmake Log message: Patch got missed in previous, found by naddy@ and antoine@; issue sorted by Johannes (maintainer). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/13 19:44:58 Modified files: usr.sbin/radiusd: radiusd.c Log message: avoid use after free of q found by smatch, ok miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/13 20:07:58 Modified files: usr.bin/vi/common: exf.c Log message: avoid use after free of frp and frp->tname found by smatch, ok miod@ millert@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/13 20:34:11 Modified files: devel/py-traitlets: Makefile distinfo Log message: update py-traitlets to 5.14.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/13 20:46:27 Modified files: devel/py-jupyter_packaging: Makefile distinfo Log message: update py-jupyter_packaging to 0.12.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/13 23:16:53 Modified files: sys/arch/m88k/include: pmap.h sys/arch/m88k/m88k: pmap.c Log message: Make sure pmap_unmap_direct flushes dirty cache lines. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/13 23:17:51 Modified files: sys/kern : init_main.c Log message: Enable the pool gc thread on m88k MULTIPROCESSOR kernels now that pmap_unmap_direct() has been fixed; also tested by aoyama@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/14 00:08:36 Modified files: x11/qt6/qtwebengine: Makefile x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_v8_src_snapshot_embedded_embedded-file-writer_cc Removed files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_rsaz-avx2_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_md5_asm_md5-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_rand_asm_rdrand-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_perlasm_x86_64-xlate_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_test_asm_trampoline-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_dav1d_BUILD_gn patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_ffmpeg_libavcodec_x86_fft_asm patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_ffmpeg_libavutil_x86_x86inc_asm patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_builtins_x64_builtins-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_codegen_x64_macro-assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_deoptimizer_x64_deoptimizer-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_regexp_x64_regexp-macro-assembler-x64_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_regexp_x64_regexp-macro-assembler-x64_h patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_wasm_jump-table-assembler_cc patch-src_3rdparty_chromium_www_chromium_patches_patch-v8_src_wasm_jump-table-assembler_h Log message: Remove USE_NOEXECONLY and more port tweaks - Sync xonly boringssl patches - Add SectionRoData patch from chromium - Remove wrong patch-src_3rdparty_chromium_www_* patches. They should not be committed and have no effect. Spotted by kn@ and tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/14 00:36:48 Modified files: www/chromium : Makefile distinfo Log message: update to 121.0.6167.184 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/14 00:52:30 Modified files: devel/zeal : Makefile distinfo devel/zeal/pkg : PLIST Log message: Update zeal to 0.7.0. Upstream switched to Qt6 and Qt6Webengine Init diff by me with improvements by kn@, ok kn@, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/14 00:53:49 Removed files: devel/zeal/patches: patch-src_libs_ui_searchitemdelegate_cpp Log message: Remove unnecessary patches CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/14 00:56:23 Modified files: regress/usr.sbin/bgpd/unittests: rde_trie_test.c Log message: Adjust test after the change to struct bgpd_addr. Noticed by anton@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/14 00:56:46 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 121.0.6167.184 CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2024/02/14 01:20:26 Modified files: devel/geany : Makefile distinfo devel/geany/patches: patch-scintilla_src_RunStyles_cxx devel/geany/pkg: PLIST Log message: devel/geany: Update to version 2.0. ok and help from tb, kn, and Victor Kukshiev (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 02:19:39 Modified files: net/bgpq4 : Makefile distinfo Log message: update to bgpq4-1.12 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/14 03:49:01 Modified files: usr.sbin/rpki-client: x509.c Log message: rpki-client: simplify x509_get_ski() Use X509_public_digest() to calculate the SKI to get rid of a few dances and weirdly named variables. ok claudio CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/14 04:11:04 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-1.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/14 04:14:40 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/pkg: PLIST Log message: Update to exiv2-0.28.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/14 04:16:34 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-464.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/14 04:28:17 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.17.3. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/14 04:30:55 Modified files: sys/dev/ic : qwx.c Log message: make qwx(4) work with custom MAC addresses set via ifconfig(8) ok phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 04:31:35 Modified files: net/hexchat : Makefile distinfo Log message: update to hexchat-2.16.2, likely to be the final release https://hexchat.github.io/news/2.16.2.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/14 04:45:51 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update GStreamer to version 1.22.10. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/14 05:08:50 Modified files: sbin/unwind/libunbound/services: Tag: OPENBSD_7_4 authzone.c sbin/unwind/libunbound/services/cache: Tag: OPENBSD_7_4 dns.c dns.h sbin/unwind/libunbound/util: Tag: OPENBSD_7_4 fptr_wlist.c sbin/unwind/libunbound/validator: Tag: OPENBSD_7_4 val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h usr.sbin/unbound/services: Tag: OPENBSD_7_4 authzone.c usr.sbin/unbound/services/cache: Tag: OPENBSD_7_4 dns.c dns.h usr.sbin/unbound/testcode: Tag: OPENBSD_7_4 unitverify.c usr.sbin/unbound/util: Tag: OPENBSD_7_4 fptr_wlist.c usr.sbin/unbound/validator: Tag: OPENBSD_7_4 val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h Log message: Fix for CVE-2023-50387 and CVE-2023-50868. Both can be used to cause high CPU load and potentially denial of service with specifically crafted DNSSEC responses. from florian@ this is errata/7.4/013_unbound.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/14 05:09:48 Modified files: sbin/unwind/libunbound/services: Tag: OPENBSD_7_3 authzone.c sbin/unwind/libunbound/services/cache: Tag: OPENBSD_7_3 dns.c dns.h sbin/unwind/libunbound/util: Tag: OPENBSD_7_3 fptr_wlist.c netevent.c sbin/unwind/libunbound/validator: Tag: OPENBSD_7_3 val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h usr.sbin/unbound/services: Tag: OPENBSD_7_3 authzone.c usr.sbin/unbound/services/cache: Tag: OPENBSD_7_3 dns.c dns.h usr.sbin/unbound/testcode: Tag: OPENBSD_7_3 unitverify.c usr.sbin/unbound/util: Tag: OPENBSD_7_3 fptr_wlist.c usr.sbin/unbound/validator: Tag: OPENBSD_7_3 val_nsec.c val_nsec3.c val_nsec3.h val_sigcrypt.c val_sigcrypt.h val_utils.c val_utils.h validator.c validator.h Log message: Fix for CVE-2023-50387 and CVE-2023-50868. Both can be used to cause high CPU load and potentially denial of service with specifically crafted DNSSEC responses. from florian@ this is errata/7.3/026_unbound.patch.sig CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/14 05:24:54 ports/sysutils/ruby-puppet-syntax/patches Update of /cvs/ports/sysutils/ruby-puppet-syntax/patches In directory cvs.openbsd.org:/tmp/cvs-serv27513/patches Log Message: Directory /cvs/ports/sysutils/ruby-puppet-syntax/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/14 05:30:31 Added files: sysutils/ruby-puppet-syntax/patches: patch-_metadata Log message: Add missed patch from the update. breakage reported by naddy@ and phessler@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/14 05:36:35 Modified files: sys/arch/m88k/include: cpu.h Log message: Remove never ever used cpu_exec() macro, apparently already obsolete by the time this file was introduced close to 30 years ago. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/02/14 05:47:06 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in patch-src_openvpn_route_c patch-src_openvpn_tun_c Log message: Update to openvpn-2.6.9 Notable change: the code base went under relicensing to allow linking against Apache v2 licensed libraries, such as OpenSSL 3 or mbedtls. Thus we can resume distributing the mbedtls FLAVOR package. ChangeLog: https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/14 05:48:31 Modified files: sys/arch/alpha/alpha: genassym.cf Log message: Remove defines no longer needed in locore. NFC CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/14 06:18:21 Modified files: sys/netinet6 : ip6_var.h Log message: Hide struct ip6q, struct ip6asfrag, struct ip6_moptions, struct ip6po_rhinfo and struct ip6_pktopts behind _KERNEL. The only bit userland may want from netinet6/ip6_var.h is struct ip6stat. The recent change to struct ip6po_rhinfo to use struct route resulted in various build failures in ports because code included netinet6/ip6_var.h without net/route.h. OK tb@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 06:32:38 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/pkg: DESCR-server PLIST-server Log message: update to dovecot-2.3.21 and add gssapi flavour, from Tiemen Werkman maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 06:32:56 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/pkg: DESCR Log message: update to dovecot-pigeonhole-0.5.21 and add ldap flavour, from Tiemen Werkman maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 06:33:11 Modified files: mail : Makefile Log message: +dovecot,gssapi +dovecot-pigeonhole,ldap CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 06:33:24 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.15.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 07:17:48 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h Log message: update to dnsmasq-2.90, ok brad includes "Add limits on the resources used to do DNSSEC validation" re CVE-2023-50387 / CVE-2023-50868, see https://thekelleys.org.uk/dnsmasq/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 07:18:04 Modified files: net/dnsmasq : Tag: OPENBSD_7_4 Makefile distinfo net/dnsmasq/patches: Tag: OPENBSD_7_4 patch-man_dnsmasq_8 patch-src_config_h Log message: update to dnsmasq-2.90, ok brad includes "Add limits on the resources used to do DNSSEC validation" re CVE-2023-50387 / CVE-2023-50868, see https://thekelleys.org.uk/dnsmasq/CHANGELOG CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/14 08:07:33 Modified files: security/certspotter: Makefile security/certspotter/pkg: DESCR PLIST Log message: certspotter: add a warning to DESCR about the bandwidth implications of fetching the CT logs (looks like many TB of transfers), also install the *.md docs. ok ian@ and Renaud Allard (maintainer) CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2024/02/14 09:16:34 Modified files: . : errata73.html errata74.html Log message: Release unbound and unwind errata. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/14 11:53:12 Modified files: audio/deadbeef/patches: patch-configure_ac Log message: regen patch CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/14 12:33:21 Modified files: net/hexchat : Makefile Added files: net/hexchat/patches: patch-src_common_ssl_c Log message: hexchat: don't reach into X509_ALGOR CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/14 12:36:10 Modified files: sysutils/firmware/vmm: Makefile distinfo sysutils/firmware/vmm/patches: patch-Makefile patch-src_fw_paravirt_c patch-src_fw_pciinit_c Log message: update to seabios 1.16.3; OK mlarkin CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/14 12:39:22 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20240214 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/14 13:42:46 Modified files: infrastructure/mk: dist-tuple.port.mk Log message: Fix post-extract stage for DIST_TUPLE with sub-projects (that is '/' in the project name) and using the subdir component. This is done by stripping the directory part from the project component for the post-extract mv(1) to subdir. Use :T instead of :C,^.*/,, as suggested by kn@. Problem discovered and raised by rsadowski@. ok kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/14 13:43:01 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update jenkins-devel to 2.445 and -stable to 2.426.1 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/14 13:44:54 Modified files: sys/arch/alpha/alpha: locore.s Log message: Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/14 15:41:48 Modified files: sys/dev/pci : if_bnxt.c if_em.c if_igc.c if_ix.c if_ixl.c sys/dev/pv : if_vio.c sys/net : if_ethersubr.c sys/netinet : if_ether.h Log message: Check IP length in ether_extract_headers(). For LRO with ix(4) it is necessary to detect ethernet padding. Extract ip_len and ip6_plen from the mbuf and provide it to the drivers. Add extended sanitity checks, like IP packet is shorter than TCP header. This prevents offloading to network hardware with bougus packets. Also iphlen of extracted headers contains header length for IPv4 and IPv6, to make code in drivers simpler. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/14 17:15:52 Modified files: math/py-patsy : Makefile distinfo Log message: update py-patsy to 0.5.6 This gets us updated from a 2015 code release to code released in 2024. The main benefit for the ports tree is dropping a TDEP on nose. Note that the patsy project recommends migrating away from patsy and over to formulaic though. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/14 17:55:01 Modified files: usr.bin/vi/common: exf.c Log message: fix fd leaks in error paths ok miod@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/14 20:22:18 Modified files: www/py-bleach : Makefile textproc/py-black: Makefile devel/py-astroid: Makefile devel/pylint : Makefile devel/py-pyls-spyder: Makefile graphics/py-matplotlib: Makefile Log message: take maintainer of a few more ports CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/14 21:16:07 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: Update to vaultwarden-web-2024.1.2 Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.2 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/14 21:16:48 Modified files: security/vaultwarden: Makefile crates.inc distinfo Removed files: security/vaultwarden/files: config.vendor Log message: Update to vaultwarden-1.30.3 Changes: https://github.com/dani-garcia/vaultwarden/releases Feedback from tb@. OK aisha@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/14 23:44:56 Modified files: print/htmldoc : Makefile distinfo Log message: Update to htmldoc-1.9.18. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/15 00:01:33 Modified files: usr.sbin/rpki-client: mft.c Log message: Ensure that the FileAndHashes list in a mft has no duplicates ok job CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/15 01:02:37 Modified files: wayland/wf-config: Makefile Log message: wf-config: add BDEP on cmake Like wayfire, gmp is detected using the .cmake files. ok landry (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/15 02:48:03 Modified files: sys/dev/fdt : rkdrm.c Log message: return non-zero if drm_fb_helper_alloc_info() fails in rkdrm_fb_probe() found by smatch CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/15 03:34:30 Modified files: lib/libcrypto/bio: b_dump.c Log message: BIO_dump*() avoid signed integer overflow This API returns an int encoding the number of bytes printed. Thus, a dump of a large enough byte string can make this overflow and rely on undefined behavior. With an indent of 64, as little as 26 MB is enough to make this happen. ok jsing CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/02/15 03:56:53 Modified files: sys/dev/pci : if_ix.c Log message: Fix bogus packet length calculation in the RX/LRO path, which can lead to TSO tagging forwarded packets which shouldn't. This will also fix the em(4) watchdog timeouts seen after the em(4) TSO commit. Thanks to Hrvoje Popovski for providing the infrastructure the reproduce the issue, and test the fix. Discussed with bluhm@. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/15 03:59:09 Modified files: converters/bdf2psf: Makefile distinfo Log message: Update bdf2psf to 1.226. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/15 04:03:06 Modified files: devel/git : Makefile distinfo Log message: update to git 2.43.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/15 04:11:37 Modified files: emulators/advancemame: Makefile distinfo Removed files: emulators/advancemame/patches: patch-src_drivers_cavepgm_c Log message: Update advancemame to 3.10. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/15 04:49:22 Modified files: security/openssl/quictls: Makefile distinfo security/openssl/quictls/patches: patch-Configurations_unix-Makefile_tmpl security/openssl/quictls/pkg: PLIST Removed files: security/openssl/quictls/patches: patch-apps_rehash_c Log message: Update to opernssl^Wquictls 3.1.5 https://github.com/quictls/openssl/issues/156 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/15 04:51:24 Modified files: security/openssl/quictls/patches: patch-Configurations_10-main_conf patch-Configurations_unix-Makefile_tmpl Log message: quictls: regen patches CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 04:57:38 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: fix datapath Rx buffer management in qwx(4) Fixes Tx/Rx stalls where the device ran out of free Rx buffers to use. The device consumes buffers on the Rx refill ring out of order, which the ring management code I wrote intially would not handle properly. Instead of using an index into the ring where we would expect to see a free slot which was in fact occupied, keep track of free buffers via a bitmap. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/15 05:10:15 Log message: import goldendict-ng 24.01.22; OK and Qt6 help rsadowski The Next Generation GoldenDict. A feature-rich open-source dictionary lookup program, supporting multiple dictionary formats and online dictionaries. Some significant features of this fork webengine with latest html/css feature support support >4GB dictionary support highdpi screen resolution built with xapian as fulltext engine support latest Qt performance optimization (eg. >10000000 headwords support) anki integration dark theme daily auto release support lots of bug fixes and improvements Status: Vendor Tag: kn Release Tags: kn_20240215 N ports/textproc/goldendict-ng/Makefile N ports/textproc/goldendict-ng/distinfo N ports/textproc/goldendict-ng/pkg/DESCR N ports/textproc/goldendict-ng/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/15 05:10:41 Modified files: textproc : Makefile Log message: + goldendict-ng CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/15 05:35:18 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/qsyncthingtray: Makefile distinfo net/qsyncthingtray/pkg: DESCR PLIST Log message: Remove dead and broken qsynchtingtray; OK edd/maintainer Abandonded upstream, uses Qt5 WebKit, crashes when showing syncthing UI. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/02/15 06:24:45 Modified files: sys/dev/pci : if_vmx.c Log message: vmx(4): Add TCP/UDP Checksum Offloading for IPv4/6 ok jmatthew@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2024/02/15 06:59:02 Modified files: lang/go : Makefile distinfo lang/go/patches: patch-src_cmd_dist_build_go patch-src_cmd_dist_test_go patch-src_cmd_internal_objabi_reloctype_go patch-src_cmd_internal_objabi_reloctype_string_go patch-src_cmd_link_internal_ld_data_go patch-src_cmd_link_internal_ld_elf_go patch-src_cmd_link_internal_mips64_asm_go patch-src_debug_elf_elf_go patch-src_internal_platform_supported_go patch-src_internal_platform_zosarch_go patch-src_os_signal_signal_cgo_test_go patch-src_runtime_asm_mips64x_s patch-src_runtime_defs_openbsd_mips64_go patch-src_runtime_proc_go patch-src_syscall_exec_unix_go patch-src_syscall_export_linux_test_go patch-src_syscall_mkall_sh patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_amd64_go patch-src_syscall_zsyscall_openbsd_amd64_s patch-src_syscall_zsyscall_openbsd_arm64_go patch-src_syscall_zsyscall_openbsd_arm64_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s patch-src_syscall_zsyscall_openbsd_mips64_go patch-src_syscall_zsyscall_openbsd_mips64_s patch-src_syscall_zsyscall_openbsd_riscv64_go patch-src_syscall_zsyscall_openbsd_riscv64_s lang/go/pkg : PLIST Added files: lang/go/patches: patch-src_runtime_cgo_gcc_openbsd_c patch-src_syscall_zsyscall_openbsd_ppc64_go patch-src_syscall_zsyscall_openbsd_ppc64_s Removed files: lang/go/patches: patch-src_cmd_asm_internal_asm_endtoend_test_go patch-src_cmd_asm_internal_asm_testdata_riscv64_s patch-src_cmd_internal_obj_riscv_cpu_go patch-src_cmd_internal_obj_riscv_obj_go patch-src_cmd_link_internal_amd64_asm_go patch-src_cmd_link_internal_arm64_asm_go patch-src_cmd_link_internal_arm_asm_go patch-src_cmd_link_internal_ld_lib_go patch-src_cmd_link_internal_ld_pcln_go patch-src_cmd_link_internal_loadelf_ldelf_go patch-src_cmd_link_internal_loong64_asm_go patch-src_cmd_link_internal_mips_asm_go patch-src_cmd_link_internal_ppc64_asm_go patch-src_cmd_link_internal_riscv64_asm_go patch-src_cmd_link_internal_riscv64_obj_go patch-src_cmd_link_internal_s390x_asm_go patch-src_cmd_link_internal_sym_reloc_go patch-src_cmd_link_internal_x86_asm_go patch-src_runtime_asm_riscv64_s patch-src_runtime_cgo_gcc_openbsd_riscv64_c patch-src_runtime_defs_openbsd_riscv64_go patch-src_runtime_rt0_openbsd_riscv64_s patch-src_runtime_signal_openbsd_riscv64_go patch-src_runtime_signal_riscv64_go patch-src_runtime_stubs_riscv64_go patch-src_runtime_sys_openbsd_riscv64_s patch-src_runtime_tls_riscv64_s patch-src_syscall_asm_openbsd_riscv64_s patch-src_syscall_bpf_bsd_go patch-src_syscall_bpf_darwin_go patch-src_syscall_flock_bsd_go patch-src_syscall_flock_darwin_go patch-src_syscall_flock_go patch-src_syscall_flock_linux_go patch-src_syscall_mksyscall_pl patch-src_syscall_syscall_bsd_go patch-src_syscall_syscall_darwin_go patch-src_syscall_syscall_openbsd1_go patch-src_syscall_syscall_openbsd_go patch-src_syscall_syscall_openbsd_riscv64_go patch-src_syscall_zerrors_openbsd_riscv64_go patch-src_syscall_zsyscall_darwin_amd64_go patch-src_syscall_zsyscall_darwin_amd64_s patch-src_syscall_zsyscall_darwin_arm64_go patch-src_syscall_zsyscall_darwin_arm64_s patch-src_syscall_zsyscall_dragonfly_amd64_go patch-src_syscall_zsyscall_freebsd_386_go patch-src_syscall_zsyscall_freebsd_amd64_go patch-src_syscall_zsyscall_freebsd_arm64_go patch-src_syscall_zsyscall_freebsd_arm_go patch-src_syscall_zsyscall_freebsd_riscv64_go patch-src_syscall_zsyscall_netbsd_386_go patch-src_syscall_zsyscall_netbsd_amd64_go patch-src_syscall_zsyscall_netbsd_arm64_go patch-src_syscall_zsyscall_netbsd_arm_go patch-src_syscall_zsysctl_openbsd_go patch-src_syscall_zsysnum_openbsd_riscv64_go patch-src_syscall_ztypes_openbsd_riscv64_go Log message: Update lang/go to 1.22.0. Thanks to tb@ for running a bulk ports build. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2024/02/15 07:00:26 Modified files: lang/go : go.port.mk Log message: Bump _MODGO_SYSTEM_VERSION for lang/go 1.22.0 update. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 08:05:18 Added files: share/man/man4 : qwx.4 Log message: add an initial qwx(4) man page; written by mpi@ some time ago CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 08:05:40 Modified files: share/man/man4 : qwx.4 Log message: some qwx(4) man page tweaks by me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/15 08:07:55 Modified files: share/man/man4 : Makefile pci.4 Log message: install & Xr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/15 08:08:00 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 08:40:56 Modified files: sys/net80211 : ieee80211.c Log message: fix wrong ifmedia macro used to check for IFM_AUTO ok claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/15 08:42:16 Modified files: share/man/man4 : pci.4 Log message: sort the qwx(4) entry; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/15 08:42:57 Modified files: share/man/man4 : qwx.4 Log message: sort sections; CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 08:53:51 Modified files: sys/dev/ic : qwx.c Log message: make qwx(4) clean up ic_bss and set link down when moving into SCAN state This matches what iwx(4) is doing. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/15 09:29:45 Modified files: sys/dev/ic : qwx.c Log message: fix wrong tsleep waiting address in qwx_qmi_mem_seg_send() Fixes spurious "qwx0: failed to send qmi memory segments: -1" error with associated lag during 'ifconfig qwx0 down up' CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/15 09:33:56 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: qwx(4) works well enough to enable ok stsp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/15 10:21:21 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-4.0.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/15 10:21:24 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to wireshark-4.0.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/15 10:55:59 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Log message: geo/postgis: update to 3.4.2. see https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.2/NEWS CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/15 11:12:35 Modified files: geo/pdal : Makefile distinfo Log message: geo/pdal: update to 2.6.3. see https://github.com/PDAL/PDAL/releases/tag/2.6.3 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/02/15 11:36:05 Modified files: games/clidle : Makefile distinfo modules.inc Log message: Unbreak clidle: golang syscall fix CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2024/02/15 11:57:58 Modified files: usr.bin/doas : doas.c doas.h Log message: change permit to be more bits away from deny, because rowhammer. not really sure why this is our problem, but the diff is small. ok deraadt millert miod CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/02/15 12:04:12 Modified files: sbin/iked : iked.c iked.h proc.c Log message: Remove unused control_socks queue. from markus@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/02/15 12:11:00 Modified files: sbin/iked : config.c iked.h ikev2.c Log message: Delay enabling sockets until ikev2 process is ready. from markus@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/02/15 13:10:45 Modified files: sbin/iked : iked.c iked.h proc.c types.h Log message: Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipes are set up by child processes. The parent sends a ping to all children and only starts once it has received an acknowledgement from all of them. This fixes a race condition on process startup when the parent starts running before all children are ready. From markus@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/15 13:22:00 Modified files: devel/github-cli: Makefile distinfo Log message: update to github-cli 2.44.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/15 14:19:40 Log message: import py-jupyterlab_pygments; a new BDEP for nbconvert ok thfr@ Status: Vendor Tag: daniel Release Tags: daniel_20240215 N ports/textproc/py-jupyterlab_pygments/Makefile N ports/textproc/py-jupyterlab_pygments/distinfo N ports/textproc/py-jupyterlab_pygments/pkg/DESCR N ports/textproc/py-jupyterlab_pygments/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/15 14:20:56 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.25.1. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/15 14:21:08 Modified files: textproc : Makefile Log message: +py-jupyterlab_pygments CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/15 14:22:33 Modified files: graphics/webp-pixbuf-loader: Makefile distinfo Log message: Update to webp-pixbuf-loader-0.2.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/15 14:27:55 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/15 14:36:33 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.7.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/15 14:36:52 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.32.6. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/15 14:56:04 Modified files: devel/py-nbconvert: Makefile distinfo devel/py-nbconvert/pkg: PLIST Removed files: devel/py-nbconvert/patches: patch-nbconvert_exporters_html_py patch-nbconvert_filters_markdown_mistune_py patch-nbconvert_preprocessors_tests_test_execute_py Log message: update nbconvert to 6.5.0 Now that we have all newly required ports in the tree we can update to a newever version of nbconvert. This update will allow us to make forward progress on getting jupyter_server imported which will allow us to further update the jupyter stack. Some notable changes in this update: - patches can go away because this version now officially supports newer jinja2 - bleach 5.0 is now supported - removed dep on legacy ipython_genutils port CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/15 18:48:06 Modified files: usr.sbin/vmctl : vmctl.8 Log message: New sentence, new line. Use .Pa for /etc/login.conf. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/15 22:18:29 Modified files: usr.sbin/rpki-client: extern.h print.c tak.c x509.c Log message: Factor SKI calculation into a helper This is a straightforward deduplication and simplification made more obvious by prior refactoring by job. "sure" claudio CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 22:59:24 Modified files: x11/qt5 : Makefile.inc Makefile.version x11/qt5/docs : distinfo x11/qt5/qt3d : Makefile distinfo x11/qt5/qtbase : Makefile distinfo x11/qt5/qtcharts: distinfo x11/qt5/qtconnectivity: Makefile 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/qtlottie: distinfo x11/qt5/qtmultimedia: Makefile 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: Makefile distinfo x11/qt5/qtscxml: distinfo x11/qt5/qtsensors: distinfo x11/qt5/qtserialbus: distinfo x11/qt5/qtserialport: distinfo x11/qt5/qtspeech: Makefile distinfo x11/qt5/qtsvg : Makefile distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: distinfo x11/qt5/qtvirtualkeyboard: distinfo x11/qt5/qtwayland: Makefile distinfo x11/qt5/qtwebchannel: Makefile distinfo x11/qt5/qtwebengine: Makefile distinfo x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_services_network_network_context_cc patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_config_h patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h patch-src_3rdparty_chromium_third_party_libxml_linux_config_h patch-src_3rdparty_chromium_third_party_libxml_src_dict_c patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_fx_ge_linux_cpp patch-src_3rdparty_chromium_third_party_sqlite_BUILD_gn patch-src_3rdparty_chromium_third_party_sqlite_src_amalgamation_sqlite3_c patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn patch-src_3rdparty_chromium_third_party_zlib_google_zip_internal_cc patch-src_3rdparty_chromium_ui_views_bubble_bubble_dialog_delegate_view_cc patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc patch-src_buildtools_configure_json x11/qt5/qtwebengine/pkg: PLIST x11/qt5/qtwebglplugin: distinfo x11/qt5/qtwebsockets: Makefile distinfo x11/qt5/qtwebview: distinfo x11/qt5/qtx11extras: distinfo x11/qt5/qtxmlpatterns: distinfo Removed files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_b_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_www_chromium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_www_iridium_patches_patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl Log message: Update Qt5 to 5.15.12+kde-patches and QtWebEngine to 5.15.16+kde Tested on amd64 and aarch64 (This update also unbreaks QtWebEngine on aarch64). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 23:01:12 Modified files: meta/qt5 : Makefile Log message: Remove REVISION after update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 23:03:52 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/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: distinfo devel/kf5/kcoreaddons/patches: patch-src_lib_util_kprocesslist_unix_cpp devel/kf5/kcrash: distinfo devel/kf5/kdav : distinfo devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: 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: 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/kirigami2/pkg: PLIST devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: 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: distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: distinfo devel/kf5/plasma-framework/pkg: PLIST devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: distinfo devel/kf5/syndication: distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Log message: Update KDE Frameworks to 5.115.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/15 23:09:36 Modified files: lib/libcrypto/man: EC_KEY_new.3 Log message: Make it explicit that the EC_KEY setters don't check things While EC_POINT_set_affine_coordinates() checks that the resulting point is on the elliptic curve, this is only necessary, but not sufficient, to ensure that the point can serve as a valid public key. For example, this does not check for normalized coordinates or exclude that it is zero (the point at infinity). Such checks, and more, are performed by the similarly named EC_KEY_set_public_key_affine_coordinates(). This kind of makes sense from the mathematical standpoint as an elliptic curve point isn't a priori a public key, even if you are not going to use libcrypto for actual mathematics (or anything really) unless you like pain. In a cryptographic library such differences are more of a hazard than a help. This is exacerbated by the fact that EC_KEY_set_public_key() does almost no checking (it only checks that the point's EC_POINT method matches the one of group set of the EC_KEY, which is far from enough). The API expects that you call EC_KEY_check_key() on your own. This is kind of confusing since EC_KEY_set_public_key_affine_coordinates() does that for you. Unfortunately, adding sanity checks to EC_KEY_set_public_key() isn't easy since it's going to penalize those who already check. Caching the result of a check is dangerous and fragile if there are a million ways of fiddling with an EC_KEY. While the elliptic curve code is really bad, its documentation is worse (another thing that applies to OpenSSL in general). Try to help that a little bit by making it more explicit that you are supposed to call EC_KEY_check_key() after using lower-level EC_KEY setters. Also make it clearer that the setters copy the data, they don't take ownership (which isn't obvious from the naming). If OpenSSL 3 got one thing kind of right, it was to deprecate the EC_KEY and EC_POINT APIs. But if you are going to deprecate something, you should either be prepared to remove it or have a reasonable replacement... Found by Guido Vranken using cryptofuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66667 ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 23:17:50 Modified files: x11/qt5/qttools: Makefile x11/qt5/qttools/pkg: PLIST-main Removed files: x11/qt5/qttools/pkg: DESCR-webview PLIST-webview Log message: Remove qwebview OK and conflict/pkgpath tweaks from sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 23:52:24 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Source_cmGlobalGenerator_cxx Log message: Update cmake to 3.28.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/15 23:52:38 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl-1.29.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 01:51:14 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: update 4.2.3 -> 4.2.4 CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2024/02/16 02:03:29 Modified files: sys/dev/ic : qwx.c sys/dev/pci : if_qwx_pci.c Log message: start moving some developmental printfs to be DEBUG DPRINTFs requested and OK by stsp@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/16 02:13:51 Log message: import deadbeef-plugin-mpris2-1.16 This plugin aims to implement MPRISv2 for DeaDBeeF Port from izzy Meyer, who is also taking MAINTAINER, thanks! Tested also by Jose Maldonado. tweaks from sthen and kn, ok kn@ Status: Vendor Tag: op Release Tags: op_20240216 N ports/audio/deadbeef-plugin-mpris2/Makefile N ports/audio/deadbeef-plugin-mpris2/distinfo N ports/audio/deadbeef-plugin-mpris2/pkg/PLIST N ports/audio/deadbeef-plugin-mpris2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/16 02:14:40 Modified files: audio : Makefile Log message: +deadbeef-plugin-mpris2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/16 03:04:39 Modified files: net/syncthing : Makefile distinfo Log message: update to syncthing 1.27.3; OK edd/maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 03:24:05 Modified files: lang/php/8.2 : Makefile distinfo lang/php/8.2/patches: patch-ext_openssl_openssl_c Log message: update to php-8.2.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 03:24:09 Modified files: lang/php/8.3 : Makefile distinfo lang/php/8.3/patches: patch-ext_openssl_openssl_c Log message: update to php-8.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 03:25:15 Modified files: lang/php : Tag: OPENBSD_7_4 Makefile.inc lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo lang/php/8.2/patches: Tag: OPENBSD_7_4 patch-configure_ac patch-ext_openssl_openssl_c Added files: lang/php/8.2/patches: Tag: OPENBSD_7_4 patch-Zend_asm_jump_sparc64_sysv_elf_gas_S patch-Zend_asm_make_sparc64_sysv_elf_gas_S Log message: update to php-8.2.16 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/16 04:44:52 Modified files: sys/dev/pci : if_iwn.c if_iwm.c if_iwx.c Log message: Fix wrong ifmedia check in intel wifi drivers. IFM_AUTO is a media sub-type, not a media mode. Should fix issues where only a subset of channels were scanned. Tested: iwm 8260: millert@ iwm 8265: mglocker@ iwm 9560: gnezdo@ iwx ax200: jmc@ iwx ax210: spiros thanasoulas iwx ax211: kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 04:46:57 Modified files: usr.sbin/rpki-client: rrdp.c Log message: Zap extra ; CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 04:55:42 Modified files: usr.sbin/rpki-client: cert.c main.c roa.c Log message: fix whitespace CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2024/02/16 06:04:31 Modified files: net/py-pf : Makefile distinfo Log message: update to py-pf-0.2.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 06:51:18 Modified files: x11/qt6/qtgrpc : Makefile Log message: missed bump CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/02/16 07:01:22 Modified files: net/dnsdist : Makefile distinfo net/dnsdist/patches: patch-configure_ac net/dnsdist/pkg: DESCR Log message: Update to dnsdist 1.9.0, introducing a -h2 flavor for incoming DoQ and DoH3 This also drops the h2o dependenccy CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/02/16 07:02:28 Modified files: net : Makefile Log message: Hook up dnsdist,h3 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/16 07:13:45 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: prevent memory leaks from duplicate/spurious qwx(4) fw memory requests The request_mem_indication event handler would always allocate a new buffer to store the firmware's request, potentially leaking an already existing copy. Ensure that this buffer is always freed, and avoid allocating it in the first place if we're not currently expecting this event to occur. All this would have surfaced the previously fixed bug with the missing wakeup much earlier. The wakeup was always missed but when the driver retried it would find the stale buffer from the previous event and not even enter tsleep. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/16 07:16:16 Modified files: sys/dev/ic : qwx.c Log message: remove high-level error messages that cause noise when qwx fw is missing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/16 07:18:36 Modified files: sys/dev/ic : qwx.c Log message: fix qwx(4) not coming up on first try if firmware was missing from disk at boot CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/02/16 07:21:42 Modified files: www : Makefile Log message: Unhook h2o; ok tb@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/02/16 07:22:44 Removed files: www/h2o : Makefile distinfo www/h2o/files : h2o.conf www/h2o/patches: patch-CMakeLists_txt patch-deps_neverbleed_neverbleed_c patch-deps_neverbleed_neverbleed_h patch-lib_common_socket_c patch-src_main_c www/h2o/pkg : DESCR PLIST h2o.rc Log message: Zap h2o; its only consumer was dnsdist and that's no longer true; ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/02/16 07:27:43 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Use 'bio' more consistently for function arguments. Rather than 'a' or 'b', use 'bio' more consistently - there are still some more complex cases that have been left alone for now. Also use fewer parentheses. No change to generated assembly other than line numbers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/02/16 07:40:19 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Inline and disable BIO_set(). BIO_set() is a dangerous function that cannot be used safely. Thankfully, the only consumer is BIO_new(), hence inline the functionality and disable the BIO_set() function (for complete removal in the near future). ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 07:48:47 Modified files: usr.sbin/rpki-client: cert.c Log message: Remove struct parse from cert.c This is one of those weird things that metastasized throughout the code base. job is about to introduce the 9th incompatible copy of it. Enough is enough. It doesn't help anything. looks good to claudio ok clang CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2024/02/16 08:09:13 Modified files: net/syncthing : Makefile net/syncthing/pkg: README Log message: net/syncthing: add docs for running as a normal user. Diff from Jag Talon, with tweaks from me. OK kn@, thanks. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 08:13:49 Modified files: usr.sbin/rpki-client: aspa.c mft.c roa.c tak.c Log message: Use _asn1 suffix for some aspa/mft/roa/rsc/tak This would otherwie clash with an upcoming replacement of struct parse. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 08:15:02 Modified files: usr.sbin/rpki-client: rsc.c Log message: Rename rsc into rsc_asn1 Should have been part of the previous commit. ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 08:18:08 Modified files: usr.sbin/rpki-client: mft.c Log message: Rename fn into file to avoid clash in upcoming diff ok job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/16 08:19:02 Modified files: usr.sbin/rpki-client: rsc.c Log message: Rename fn into fileName to avoid name clash ok job CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/16 08:33:55 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register h2o removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 08:58:28 Modified files: graphics/py-tifffile: Makefile distinfo Log message: update to py3-tifffile-2024.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:13:18 Modified files: productivity/impressive: Makefile distinfo productivity/impressive/patches: patch-impressive_py Log message: update to impressive-0.13.2, unbreaks with Pillow >= 10.x CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:14:33 Modified files: graphics/py-opengl: Makefile distinfo graphics/py-opengl/patches: patch-OpenGL___init___py graphics/py-opengl/pkg: PLIST Log message: update to py-opengl-3.1.7 - py3 tested with productivity/impressive which is still happy - py2 tested with fretsonfire, which crashes soon after startup with a "MemoryError" in the same way as it does with the previous version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:17:33 Modified files: security/py-fido2: Makefile distinfo Log message: update to py3-fido2-1.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:17:34 Modified files: security/pgpdump: Makefile distinfo Log message: update to pgpdump-0.36 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:17:35 Modified files: security/py-gnupg: Makefile distinfo Log message: update to py3-gnupg-0.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:18:07 Modified files: print/py-pikepdf: Makefile distinfo Log message: update to py3-pikepdf-8.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:20:03 Modified files: textproc/py-ini2toml: Makefile distinfo Log message: update to py3-ini2toml-0.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:24:58 Modified files: textproc/py-dict2xml: Makefile distinfo Log message: update to py3-dict2xml-1.7.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:25:33 Modified files: textproc/py-lxml: Makefile distinfo Log message: update to py3-lxml-4.9.4 (there is 5.x now, but it needs newer Cython) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:26:54 Modified files: www/py-beautifulsoup4: Makefile distinfo www/py-beautifulsoup4/pkg: PLIST Log message: update to py3-beautifulsoup4-4.12.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:28:14 Modified files: www/py-betamax : Makefile distinfo www/py-betamax/pkg: PLIST Log message: update to py3-betamax-0.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:30:01 Modified files: textproc/py-colored: Makefile distinfo Log message: update to py3-colored-2.2.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/16 09:36:34 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-vendor_openssl-sys_src_crypto_rs patch-vendor_openssl-sys_src_handwritten_crypto_rs Log message: lang/rust: hopefully the last patches for the libcrypto bump https://github.com/sfackler/rust-openssl/pull/2170 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/16 09:37:42 Modified files: sys/dev/pci : if_qwx_pci.c Log message: improve PBL->SBL EE transition handling in preparation for qwx_init_task() Use a custom work queue for all EE/MHI state transitions. Running MHI state changes in the systq won't work while running the qwx init recovery task from the same systq. The init task would wait for a state change and time out (assuming the device had failed to load firmware when all was well), then the MHI state change task would run. For consistency, send wakeups for the initial PBL->SBL EE transition from the MHI state change task rather than the interrupt handler. This in-place wakeup was an early hack from before when state transitions were handled properly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 09:54:58 Modified files: net/unifi/main : Makefile distinfo Log message: update snappy-java for a new one built against libc++.so.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/16 10:05:51 Modified files: net/unifi/6.0 : Makefile distinfo Log message: update unifi-6.0.x snappy-java for a new (jdk1.8-compiled) libc++.so.10.0 version CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 11:05:19 Log message: import py-flask-caching A fork of the Flask-cache extension which adds easy cache support to Flask. Feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240216 N ports/www/py-flask-caching/Makefile N ports/www/py-flask-caching/distinfo N ports/www/py-flask-caching/pkg/DESCR N ports/www/py-flask-caching/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 11:07:52 Log message: import py-flask-apscheduler Flask-APScheduler is a Flask extension which adds support for the APScheduler. Feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240216 N ports/www/py-flask-apscheduler/Makefile N ports/www/py-flask-apscheduler/distinfo N ports/www/py-flask-apscheduler/pkg/DESCR N ports/www/py-flask-apscheduler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 11:10:08 Modified files: www : Makefile Log message: hook up py-flask-caching and py-flask-apscheduler CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 11:12:07 Modified files: databases/py-puppetdb: Makefile distinfo Log message: update py-puppetdb 3.1.0 -> 3.2.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 11:15:41 Modified files: www/puppetboard: Makefile distinfo www/puppetboard/pkg: PLIST Log message: update puppetboard 4.2.6 -> 5.3.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 13:05:55 Log message: import sysutils/ruby-puppet/8 alongside puppet 7. feedback and OK kn@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240216 N ports/sysutils/ruby-puppet/8/Makefile N ports/sysutils/ruby-puppet/8/distinfo N ports/sysutils/ruby-puppet/8/patches/patch-install_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_defaults_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_gettext_config_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_provider_package_gem_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_provider_package_openbsd_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_provider_package_pip3_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_provider_package_pip_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_reference_configuration_rb N ports/sysutils/ruby-puppet/8/patches/patch-lib_puppet_util_run_mode_rb N ports/sysutils/ruby-puppet/8/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/16 13:06:56 Modified files: sysutils/ruby-puppet: Makefile Log message: Hook up Puppet 8 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/16 14:08:45 Modified files: net/unifi/6.0 : Makefile Log message: missed bump for snappy-java change CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2024/02/16 15:30:54 Modified files: sys/dev/pci : if_em.c if_em.h if_em_hw.h Log message: Re-introduce TSO support after we've implemented fixes for the two reported issues: 1. Unaligned memory access panic on sparc64 -> Made ether_extract_headers() memory alignment safe. 2. em(4) watchdog timeouts in conjunction with ix(4)/vlan(4) -> Fixed RX/LRO packet size calculation used for TSO tagging in ix(4). Extensive testing done by bluhm@ on amd64 and sparc64 based on different chips. Testing done on Hrvoje Popovskis ix(4)/em(4)/vlan(4) setup from where the issue 2 was reported. OK bluhm@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2024/02/16 15:46:07 Modified files: sys/dev/ic : qwx.c Log message: implement qwx_init_task(), which will reset the hardware when it gets confused OK stsp@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/16 15:49:10 Modified files: lang/qbe : Makefile distinfo Removed files: lang/qbe/patches: patch-all_h patch-amd64_emit_c patch-arm64_emit_c patch-emit_c patch-ops_h patch-parse_c patch-rv64_emit_c Log message: lang/qbe: Update to 1.2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/17 01:01:45 Modified files: security/nss : Makefile distinfo Log message: security/nss: update to 3.98, will be required by gecko 124. see https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_98.html bump minor for kyber addition in 3.97 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/17 01:14:14 Modified files: security/nss : Tag: OPENBSD_7_4 Makefile Added files: security/nss/patches: Tag: OPENBSD_7_4 patch-nss_lib_freebl_mpi_mpi-priv_h patch-nss_lib_freebl_mpi_mpi_c patch-nss_lib_freebl_mpi_mpi_h patch-nss_lib_freebl_mpi_mpmontg_c patch-nss_lib_freebl_rsa_c patch-nss_lib_ssl_sslsecur_c Log message: security/nss: port patches matching 3.90.2 on top of 3.94. * Bug 1780432 - (CVE-2023-5388) Timing attack against RSA decryption in TLS. * Bug 1867408 - add a defensive check for large ssl_DefSend return values. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/17 04:27:42 Modified files: sysutils/u-boot/rk356x: Makefile distinfo sysutils/u-boot/rk356x/pkg: PLIST Log message: Update to U-Boot 2024.01 ok sthen@, kevlo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/17 04:34:30 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: New chromiums don't build on i386, not enough memory to link (even with unlimited datasize and bumped MAXTSIZ), mark BROKEN there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/17 05:01:45 Modified files: sys/arch/riscv64/dev: stfclock.c Log message: Add JH7100 I2C clocks. ok miod@, jsg@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/17 05:37:42 Log message: import noson 2.12.6; dep for new audio/noson-app; Feedback OK jasper noson is a client interface library to drive SONOS players. The API supports browsing the music index and controlling playback in any zone. Status: Vendor Tag: kn Release Tags: kn_20240217 N ports/audio/noson/Makefile N ports/audio/noson/distinfo N ports/audio/noson/pkg/DESCR N ports/audio/noson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/17 05:41:29 Log message: import noson-app 5.6.5; Feedback OK jasper The fast and smart controller for your SONOS devices. You can browse your music library and play track or radio on any zones. You can manage grouping zones, queue, and playlists, and fully control the playback. Status: Vendor Tag: kn Release Tags: kn_20240217 N ports/audio/noson-app/Makefile N ports/audio/noson-app/distinfo N ports/audio/noson-app/pkg/DESCR N ports/audio/noson-app/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/17 05:42:29 Modified files: audio : Makefile Log message: + noson, noson-app CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/17 06:07:40 Modified files: devel/github-cli: Makefile distinfo Log message: update to github-cli 2.44.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/17 06:29:25 Modified files: sys/dev/fdt : rkrng.c Log message: Bindings for the rk3288/rk3328/rk3399 have landed in Linux and are being adopted by U-Boot. So check for the new compatible strings. Leave the old ones in place until we have U-Boot packages with update device trees. ok phessler@, patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/17 06:34:23 Modified files: security/boringssl: Makefile.inc Log message: typo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/17 06:34:24 Modified files: security/boringssl/head: Makefile Log message: boringssl: use -msse2 to unbreak build on i386; ok tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/17 06:43:10 Modified files: net/routinator : Makefile crates.inc distinfo Log message: update to routinator-0.13.1, removes another user of security/rust-ring CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2024/02/17 07:29:07 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Use calloc() instead of malloc() in BIO_new(). ok tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/17 07:53:29 Modified files: usr.sbin/tcpdump: print-bgp.c Log message: Add 'Send Hold Timer expired' BGP Error code OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/17 08:25:07 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.8.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/17 08:34:12 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl 20240217 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/17 08:35:08 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-3.0.0 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/17 08:39:18 Modified files: security/certspotter: Makefile distinfo modules.inc Log message: Update to certspotter-0.18.0 From Renaud Allard (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/17 09:13:24 Modified files: sys/sys : param.h etc/root : root.mail sys/conf : newvers.sh sys/arch/macppc/stand/tbxidata: bsd.tbxi share/mk : sys.mk usr.bin/signify: signify.1 Log message: move to 7.5-beta CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/17 09:17:32 Modified files: net/tailscale : Makefile distinfo modules.inc net/tailscale/pkg: PLIST Log message: Update to tailscale-1.60.0 From Adriano Barbosa (who takes maintainership) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/17 09:19:55 Modified files: math/ginac : Makefile distinfo math/ginac/patches: patch-configure math/ginac/pkg : PLIST Log message: update to ginac 1.8.7 In addition to various improvements, this update migrates from Python 2 to Python 3. ok pirofti@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/17 09:27:21 Added files: etc/signify : openbsd-76-base.pub Log message: add 7.6 base key, commiting myself to another 6 months CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/17 09:27:30 Removed files: etc/signify : openbsd-68-base.pub openbsd-68-fw.pub openbsd-68-pkg.pub openbsd-68-syspatch.pub openbsd-69-base.pub openbsd-69-fw.pub openbsd-69-pkg.pub openbsd-69-syspatch.pub Log message: delete old keys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/17 09:28:08 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/17 11:17:27 Modified files: news/nzbget : Makefile distinfo news/nzbget/patches: patch-nzbget_conf news/nzbget/pkg: PLIST Log message: Update to nzbget-23.0 Changes: https://github.com/nzbgetcom/nzbget/releases/tag/v23.0 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/17 12:25:20 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: Update p5-Image-ExifTool to 12.77. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/02/17 12:26:16 Modified files: textproc/riff : Makefile distinfo Log message: Update riff to 2.32.0. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2024/02/17 15:33:06 Added files: etc/signify : openbsd-76-pkg.pub Log message: 7.6 packages key CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2024/02/17 16:33:52 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/17 17:02:52 Modified files: distrib/sets/lists/base: md.alpha md.hppa md.landisk md.luna88k md.sparc64 distrib/sets/lists/comp: gcc.alpha gcc.hppa gcc.landisk gcc.luna88k gcc.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/17 17:54:03 Modified files: sys/dev/dt : dt_dev.c Log message: dt(4): profile: remove clock interrupt staggering Clock interrupt staggering makes profiling more expensive on average. Remove it. Thread: https://marc.info/?l=openbsd-tech&m=170751016121770&w=2 ok mpi@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/17 22:03:49 Modified files: lang/ruby : ruby.port.mk Log message: ruby 3.3 ports of type "gem ext" need "base-clang ports-gcc" just like ruby 3.2 ports. Fixes the build of many many ruby33 ports on sparc64 Suggested by jeremy@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/02/17 22:42:50 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Don't call cpu_ucode_apply() and cpu_tsx_disable() from cpu_attach()'s CPU_ROLE_SP case: for cpu0 they are called earlier, from cpu_startup(). (APs call them from cpu_hatch()) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/02/18 00:46:17 Modified files: x11/stumpwm : Makefile distinfo Added files: x11/stumpwm/patches: patch-make-image_lisp_in Log message: update x11/stumpwm to 23.11 from Kirill A. Korinsky ok Timo Myyra (maintainer) (with tweak) CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/18 01:57:52 Modified files: wayland/foot : Makefile distinfo wayland/foot/patches: patch-main_c patch-meson_build wayland/foot/pkg: PLIST Log message: Update wayland/foot to version 1.16.2. not yet linked to the build. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/18 04:03:40 Log message: import decker-1.38 Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior. It builds on the legacy of HyperCard and the visual aesthetic of classic MacOS. It retains the simplicity and ease of learning that HyperCard provided, while adding many subtle and overt quality-of-life improvements, like deep undo history, support for scroll wheels and touchscreens, more modern keyboard navigation, and bulk editing operations. port from Jag Talon who is also taking maintainer, thanks! Tweaks from me, ok/tweaks sthen and gkoehler (README/DESCR folded and minor tweak to CC handling done after the oks) Status: Vendor Tag: op Release Tags: op_20240218 N ports/graphics/decker/Makefile N ports/graphics/decker/distinfo N ports/graphics/decker/pkg/PLIST N ports/graphics/decker/pkg/README N ports/graphics/decker/pkg/DESCR N ports/graphics/decker/patches/patch-Makefile N ports/graphics/decker/patches/patch-scripts_test_interpreter_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/18 04:04:25 Modified files: graphics : Makefile Log message: +decker CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/18 04:31:24 Modified files: net/ngtcp2 : Makefile distinfo Log message: ngtcp2: update to 1.3.0 No longer needs cunit for tests and it has an optional (disabled-by-default) dependency on brotli. No library bump required. https://github.com/ngtcp2/ngtcp2/releases/tag/v1.3.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/18 04:33:34 Modified files: www/nghttp3 : Makefile distinfo Log message: Update to nghttp3 1.2.0 No longer depends on cunit for tests. Minor bump due to the addition of nghttp3_conn_update_ack_offset(). https://github.com/ngtcp2/nghttp3/releases/tag/v1.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/18 05:16:03 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/18 05:16:22 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/18 05:16:32 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/18 05:16:51 Modified files: textproc/qxlsx : Makefile distinfo Removed files: textproc/qxlsx/patches: patch-QXlsx_CMakeLists_txt Log message: Update to qt{5,6}-qxlsx-1.4.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/18 05:34:08 Modified files: devel/libgtop2 : Makefile distinfo Log message: Update to libgtop2-2.41.3. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/18 06:28:08 Modified files: x11/qt5/qtwebengine: Makefile Log message: Fix qt5webengine 5.15.16 qith Qt 5.15.12 fallout Fix version mismatches for CMake config files CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/18 06:29:27 Modified files: devel/clang-tools-extra: Makefile devel/llvm/13 : Makefile editors/xemacs21/stable: Makefile lang/bootgcc : Makefile lang/gcc/11 : Makefile lang/gcc/8 : Makefile lang/gpc : Makefile lang/pcc/pcc-libs: Makefile lang/swi-prolog: Makefile math/octave : Makefile Log message: bump for plist changes 7.4 -> 7.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/18 06:31:17 Modified files: x11/polkit-qt : Makefile x11/polkit-qt/patches: patch-PolkitQt-1Config_cmake_in Log message: Fix polkit-qt Qt5 and Qt6 version mismatch in cmake file OK aja (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:41:50 Modified files: lib/libcrypto/evp: evp_cipher.c evp_local.h Log message: Add EVP_CIPHER_CTX_legacy_clear() OpenSSL 1.1 made EVP_CIPHER_CTX_init() an alias of EVP_CIPHER_CTX_reset(). In particular, it changed signature and it would no longer leak internal state if used on an already used ctx. On the other hand, it can't be used for ctx on the stack. libcrypto still has a few ctx on the stack which will be converted to heap allocated contexts at some point. Until this is completed, we will use EVP_CIPHER_CTX_legacy_clear() internally, so that the public API can be changed to match OpenSSL 1.1. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:43:21 Modified files: lib/libcrypto/evp: evp_digest.c evp_local.h Log message: Add EVP_MD_CTX_legacy_clear() This is analogous to EVP_CIPHER_CTX_legacy_clear() and will serve as an internal replacement for EVP_MD_CTX_init() until the conversion to heap allocated ctx is completed. This way EVP_MD_CTX_init() can be changed to match the OpenSSL 1.1 API. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:44:10 Modified files: lib/libcrypto/asn1: p5_pbev2.c lib/libcrypto/evp: bio_enc.c p_legacy.c lib/libcrypto/pem: pem_lib.c lib/libcrypto/pkcs12: p12_decr.c Log message: Use EVP_CIPHER_CTX_legacy_clear() internally ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:45:42 Modified files: lib/libcrypto/evp: evp_digest.c evp_key.c evp_pbe.c m_sigver.c p_sign.c p_verify.c lib/libcrypto/hmac: hmac.c lib/libcrypto/pem: pvkfmt.c lib/libcrypto/pkcs7: pk7_doit.c lib/libcrypto/rsa: rsa_oaep.c rsa_pss.c lib/libcrypto/x509: x509_cmp.c Log message: Use EVP_MD_CTX_legacy_clear() internally ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:47:48 Modified files: lib/libcrypto/evp: evp.h Log message: Hide EVP_{CIPHER,MD}_CTX_init() from internals ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 08:53:54 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Align EVP_CIPHER_CTX_init() and _legacy_clear() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 09:28:38 Modified files: lib/libcrypto : Makefile Symbols.namespace crypto.h lib/libcrypto/asn1: a_time_posix.c asn1.h asn1_local.h Added files: lib/libcrypto/asn1: posix_time.h lib/libcrypto/hidden/openssl: posix_time.h Log message: Add posix_time.h from BoringSSL This is prepares to expose some internal API as OPENSSL_tm_to_posix() and OPENSSL_posix_to_tm(). They will be used in libtls and ocspcheck(8) to get rid of the portability nightmare that is timegm(). Also fix the location of OPENSSL_gmtime() and OPENSSL_timegm() (this API is not yet exposed). The former is from OpenSSL and surprisingly lives in crypto.h, not asn1.h, and the latter is BoringSSL API and lives in the new posix_time.h. Initial diff from beck, this pulls in further upstream work after review feedback. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 09:30:17 Modified files: lib/libcrypto/man: ASN1_TIME_set.3 Log message: Update ASN1_TIME_set(3) Document OPENSSL_{posix_to_tm,tm_to_posix}() and fix the documentation of OPENSSL_{gmtime,timegm}(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 09:32:29 Modified files: regress/lib/libcrypto/asn1: Makefile asn1time.c Log message: Add regress coverage for the new API This exercises the new API, in particular with respect to overflow behavior around the years 0/9999, which are special for GeneralizedTime/X.509. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 09:56:33 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: Adjust regress test for memset() requested by jsing on review CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 10:13:29 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: Tweak previous CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 10:20:51 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/18 13:17:48 Modified files: sys/dev/wscons : wskbd.c Log message: Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctl machdep.forceukbd is enabled without any USB keyboard being attached. Found the hard way by sthen@; ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/18 14:27:38 Modified files: sys/arch/m88k/m88k: trap.c Log message: Fix format strings in TRAPDEBUG code and unbreak 88110_syscall. NFC CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/02/18 14:55:41 Modified files: graphics/decker: Makefile distinfo graphics/decker/pkg: PLIST Log message: Update to decker 1.39 from Jag Talon (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2024/02/18 15:03:58 Modified files: graphics/glfw : Makefile distinfo Removed files: graphics/glfw/patches: patch-CMakeLists_txt patch-deps_getopt_c Log message: Update to GLFW 3.3.9 Input from kn@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/18 15:17:01 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: asn1time: remove some debugging code CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:36:59 Modified files: security/openssl/1.1: Makefile security/openssl/1.1/patches: patch-crypto_aes_asm_aesni-x86_64_pl patch-crypto_aes_asm_vpaes-x86_64_pl patch-crypto_camellia_asm_cmll-x86_64_pl patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl patch-crypto_rc4_asm_rc4-x86_64_pl Added files: security/openssl/1.1/patches: patch-crypto_x86_64cpuid_pl Log message: Sprinkle some endbr64 instructions. The need for these was hidden by retpolines. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:40:23 Modified files: security/sslscan: Makefile Log message: Bump after OpenSSL 1.1 update (static link) CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:43:44 Modified files: security/openssl/3.2: Makefile security/openssl/3.2/patches: patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl Log message: Sprinkle a few more endbr64 instructions. The need for these was hidden by retpolines. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:45:32 Modified files: security/openssl/3.1: Makefile security/openssl/3.1/patches: patch-Configurations_10-main_conf patch-Configurations_unix-Makefile_tmpl patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl Log message: Sprinkle a few more endbr64 instructions. The need for these was hidden by retpolines. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:50:41 Modified files: mail/postfix/snapshot: Makefile Log message: Bump after OpenSSL 3.1 update (static link) CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:51:22 Modified files: mail/postfix/stable: Makefile Log message: Bump after OpenSSL 3.1 update (static link) CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 15:55:48 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Bump after OpenSSL 3.1 update (static link) CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/18 16:04:44 Modified files: security/openssl/quictls: Makefile security/openssl/quictls/patches: patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl Log message: Sprinkle a few more endbr64 instructions. The need for these was hidden by retpolines. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/18 17:08:58 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.15.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 18:48:23 Modified files: sys/dev/pci/drm/i915/gvt: handlers.c Log message: drm/i915/gvt: Fix uninitialized variable in handle_mmio() From Dan Carpenter 41d5340cb01e1b076ae4d58cb91da9552bac64c4 in linux-6.6.y/6.6.17 47caa96478b99d6d1199b89467cc3e5a6cc754ee in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 18:50:11 Modified files: sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_hwseq.c Log message: drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()' From Srinivasan Shanmugam 2e150ccea13129eb048679114808eb9770443e4d in linux-6.6.y/6.6.17 e96fddb32931d007db12b1fce9b5e8e4c080401b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 18:52:20 Modified files: sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_hwseq.c Log message: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()' From Srinivasan Shanmugam 3f3c237a706580326d3b7a1b97697e5031ca4667 in linux-6.6.y/6.6.17 66951d98d9bf45ba25acf37fe0747253fafdf298 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 18:54:46 Modified files: sys/dev/pci/drm/amd/display/dc/dcn301: dcn301_resource.c Log message: drm/amd/display: Implement bounds check for stream encoder creation in DCN301 From Srinivasan Shanmugam cd9bd10c59e3c1446680514fd3097c5b00d3712d in linux-6.6.y/6.6.17 58fca355ad37dcb5f785d9095db5f748b79c5dc2 in mainline linux CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/02/18 20:00:37 Modified files: sys/dev/pci : pcidevs Log message: add Realtek 802.11ax ids CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/02/18 20:02:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 22:36:17 Modified files: sys/dev/pci : pcidevs Log message: add more Intel device ids more Raptor Lake host ids from: 13th Generation Intel Core and Intel Core 14th Generation Processors Datasheet, Volume 1 of 2, Doc. No.: 743844, Rev.: 008 700 Series eSPI ids, from: Intel 700 Series Chipset Family Platform Controller Hub Datasheet, Volume 1 of 2, Doc. No.: 743835, Rev.: 003 C740 Series (Emmitsburg) PCH ids. No public docs could be found, so based on dmesg of a Sapphire Rapids machine and EmmitsburgSystem.inf CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/18 22:36:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/19 00:23:00 Modified files: sysutils/bacula: Makefile distinfo Log message: update to 13.0.4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/19 00:23:30 Removed files: sysutils/bacula/patches: patch-scripts_baculabackupreport_in Log message: remove obsolete patch from previous update CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/02/19 00:45:40 Modified files: lang/node : Makefile distinfo lang/node/pkg : PLIST Log message: lang/node: Security Update to v18.19.1 Fixes CVE-2024-24758 CVE-2024-22019 CVE-2024-21896 CVE-2024-22017 CVE-2023-46809 CVE-2024-21891 CVE-2024-21890 ok thfr@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 01:18:38 Modified files: misc/ytree : Makefile distinfo Log message: update to ytree-2.07 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 01:18:41 Modified files: net/py-dnspython: Makefile distinfo net/py-dnspython/pkg: PLIST Log message: update to py3-dnspython-2.6.1 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/19 01:19:16 Log message: Import melonds-0.9.5. melonDS is a Nintendo DS emulator, aiming for speed and accuracy. From izzy Meyer; thanks! ok thfr@ Status: Vendor Tag: bentley Release Tags: bentley_20240219 N ports/emulators/melonds/Makefile N ports/emulators/melonds/distinfo N ports/emulators/melonds/patches/patch-src_CMakeLists_txt N ports/emulators/melonds/patches/patch-src_frontend_duckstation_duckstation_compat_h N ports/emulators/melonds/patches/patch-src_frontend_duckstation_gl_context_cpp N ports/emulators/melonds/patches/patch-src_frontend_qt_sdl_LAN_PCap_cpp N ports/emulators/melonds/patches/patch-CMakeLists_txt N ports/emulators/melonds/pkg/DESCR N ports/emulators/melonds/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/19 01:20:04 Modified files: emulators : Makefile Log message: +melonds CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 01:25:44 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/patches: patch-doc_msmtp_texi mail/msmtp/pkg : PLIST Log message: update to msmtp-1.8.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:21:26 Modified files: x11/enlightenment: Makefile distinfo Log message: update to enlightenment-1.0.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:21:27 Modified files: x11/e16keyedit : Makefile distinfo Log message: update to e16keyedit-0.10 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2024/02/19 02:25:52 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Always define puttysetup function. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:28:43 Modified files: x11/enlightenment: Makefile Log message: fix #! in e_gen_menu and add RDEP on python. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:35:36 Modified files: net/unifi/snappy-java: Makefile Log message: set portroach ignore CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:57:28 Modified files: sysutils/py-dotenv: Makefile distinfo Log message: update to py3-dotenv-1.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 02:59:26 Modified files: security/yubico/yubikey-manager: Makefile distinfo Log message: update to yubikey-manager-5.3.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/19 02:59:29 Modified files: sys/arch/sparc64/sparc64: vm_machdep.c Log message: In cpu_fork() do not copy the register windows stashed in the u_pcb if the new proc has its own stack. In that case the new thread starts with a fresh stack and there are no register windows to spill back. This fixes the pthread issues that kurt@ was struggling with for a long time. Depending on the scheduler a thread would stomp over another threads stack which caused strange crashes. Improved diff provided by miod@ OK miod@ mpi@ kurt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 03:02:12 Modified files: textproc/scdoc : Makefile distinfo textproc/scdoc/patches: patch-Makefile patch-src_main_c Log message: update to scdoc-1.11.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 03:05:48 Modified files: textproc/py-alabaster: Makefile distinfo textproc/py-alabaster/pkg: PLIST Log message: update to py3-alabaster-0.7.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 03:08:03 Modified files: sysutils/htop : Makefile distinfo Added files: sysutils/htop/patches: patch-openbsd_OpenBSDProcessTable_c Removed files: sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_c Log message: update to htop-3.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 03:08:06 Modified files: math/libqalculate: Makefile distinfo math/libqalculate/pkg: PLIST Log message: update to libqalculate-4.9.0 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/19 03:15:35 Modified files: usr.sbin/bgpd : bgpd.h session.c Log message: IANA assigned error 8 to draft-ietf-idr-sendholdtimer https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-parameters-3 OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 03:32:11 Modified files: sysutils/py-psutil: Makefile distinfo sysutils/py-psutil/pkg: PLIST Log message: update to py3-psutil-5.9.8 CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2024/02/19 03:32:34 Modified files: mail/opensmtpd-filters/senderscore: Makefile distinfo Log message: update to version 0.1.2 which was released over a year ago with various cleanups and an allowlist to skip senderscore ok landry@, op@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/19 03:40:55 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.101, from maintainer Renaud Allard cf https://github.com/element-hq/synapse/releases/tag/v1.99.0, https://github.com/element-hq/synapse/releases/tag/v1.100.0 & https://github.com/element-hq/synapse/releases/tag/v1.101.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/19 03:43:41 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.8.4. see https://github.com/OSGeo/gdal/blob/v3.8.4/NEWS.md CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/19 03:55:03 Modified files: audio/mpg123 : Makefile distinfo Log message: audio/mpg123: update to 1.32.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/19 04:17:26 Modified files: graphics/gthumb: Makefile distinfo Log message: Update to gthumb-3.12.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/19 04:17:44 Modified files: net/sshuttle : Makefile distinfo net/sshuttle/pkg: PLIST Log message: Update to sshuttle-1.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/19 04:19:26 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-4.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/19 04:30:44 Modified files: x11/gnome/gedit: Makefile distinfo Log message: Update to gedit-46.2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/19 04:53:38 Modified files: x11/qt5/qtbase : Makefile distinfo Log message: Fix CVE-2024-25580 Improve KTX file reading memory safety patch: a43df98d037ad07cf096ef2f775958ceba743613 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/19 05:22:33 Modified files: net/mautrix-whatsapp: Makefile distinfo modules.inc Log message: net/mautrix-whatsapp: update to 0.10.5, from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 05:54:08 Modified files: devel/libuv : Makefile distinfo Log message: update to libuv-1.48.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/02/19 06:53:03 Modified files: distrib/miniroot: install.sub Log message: Avoid passphrase in temporary file bioctl(8) uses readpassphrase(3) RPP_REQUITE_TTY, so always pass stdin, but only use it over TTY with -s in unattended mode. Prodding afresh1 sthen "much better" sthen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/19 07:05:01 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: Remove "noretpolineplt" from the list of known -z flags. Missed in the previous commit. ok guenther@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/19 07:08:58 Modified files: gnu/llvm/clang/lib/Driver/ToolChains/Arch: X86.cpp Log message: Revert the change that enabled retpoline thunks by default. The use of retpolines makes IBT less useful and we have enabled additional mitigations in our kernel now that should make them (mostly) unnecessary. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/02/19 07:41:40 Modified files: graphics/rawtherapee: Makefile distinfo graphics/rawtherapee/patches: patch-CMakeLists_txt patch-rtengine_dcraw_c patch-rtengine_procparams_cc patch-rtengine_rtthumbnail_cc patch-rtgui_cacheimagedata_cc patch-rtgui_multilangmgr_cc patch-rtgui_options_cc graphics/rawtherapee/pkg: PLIST Removed files: graphics/rawtherapee/patches: patch-rtexif_rtexif_cc Log message: update to rawtherapee-5.10 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/19 08:12:42 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 2024-02-17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 08:28:21 Modified files: x11/vlc : Makefile Log message: vlc: disable libplacebo (vlc 3's use is not compatible with newer libplacebo versions such as the one required to update mpv, and it's not used for much). regen WANTLIB to remove libplacebo + pick up wayland libs now pulled in via deps. slight tweak from a diff from Jose Maldonado which brad was happy with. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/19 08:37:44 Modified files: lib/libcrypto/pkcs7: pk7_attr.c Log message: pk7_attr.c: tidy includes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/19 08:44:10 Modified files: lib/libcrypto/x509: x509_asid.c Log message: x509_asid: fix some KNF botches When this file was brought into KNF, a few things became particularly ugly. This makes {a,b}{,_{min,max}} have function scope in canonize/is_canonical, which removes unfortunate line wraps and some other silliness. ok job CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/19 09:21:47 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-lld_ELF_Driver_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Arch_RISCV_cpp patch-lld_ELF_Driver_cpp devel/llvm/17 : Makefile devel/llvm/17/patches: patch-lld_ELF_Driver_cpp Removed files: devel/llvm/13/patches: patch-clang_lib_Driver_ToolChains_Arch_X86_cpp devel/llvm/16/patches: patch-clang_lib_Driver_ToolChains_Arch_X86_cpp devel/llvm/17/patches: patch-clang_lib_Driver_ToolChains_Arch_X86_cpp Log message: sync changes from base regarding retpoline defaults and an additional commit for llvm/16 with a risc64 fix CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2024/02/19 09:39:03 Modified files: usr.sbin/pppd : sys-bsd.c Log message: use correct rtmsg member in sizeof() OK miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/19 09:39:18 Modified files: usr.bin/rsync : sender.c Log message: Fix a deadlock in openrsync when big files are synced using the hash algorithm. Make sure the sender does not run ahead of itself and end stalling in a read from network that never shows up. Instead ensure that all queued data is pushed out before accepting new data. Problem found by and fix developed with Kyle Evans (kevans freebsd.org) OK tb@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/19 09:51:42 Modified files: x11/polkit-qt : Makefile x11/polkit-qt/patches: patch-PolkitQt-1Config_cmake_in Log message: hotfix: Dynamic variable names in SUBST_VARS Spotted by naddy, verified with qt5 flavor CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/19 10:49:52 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-setuptools_git: Makefile devel/py-setuptools_git/pkg: PLIST Log message: make py-setuptools_git python3-only ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 11:33:52 Modified files: multimedia/dav1d: Makefile multimedia/dav1d/patches: patch-src_x86_itx_avx512_asm patch-src_x86_mc_avx512_asm Added files: multimedia/dav1d/patches: patch-src_x86_ipred16_avx512_asm patch-src_x86_ipred_avx512_asm patch-src_x86_mc16_avx512_asm Log message: Sprinkle a few more ENDBR64 instructions in AVX-512 code. ok deraadt@, robert@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 11:38:12 Modified files: sysutils/arm-trusted-firmware: Makefile distinfo sysutils/arm-trusted-firmware/pkg: PLIST Removed files: sysutils/arm-trusted-firmware/patches: patch-Makefile Log message: Update to arm-trusted-firmware 2.10.2 Add sun50i_h616 to the build Switch to doing release builds since debug builds for sun50i_a64 no longer fit. ok kevlo@, sthen@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 13:07:29 Log message: GNU cross compiler suite, configured for the or1k (OpenRISC 1000) target. ok jca@ Status: Vendor Tag: kettenis Release Tags: kettenis_20240219 N ports/lang/or1k-elf/Makefile N ports/lang/or1k-elf/Makefile.inc N ports/lang/or1k-elf/binutils/Makefile N ports/lang/or1k-elf/binutils/distinfo N ports/lang/or1k-elf/binutils/patches/patch-bfd_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-binutils_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-gas_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-gprof_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-ld_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-libiberty_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-libctf_Makefile_in N ports/lang/or1k-elf/binutils/patches/patch-libsframe_Makefile_in N ports/lang/or1k-elf/binutils/pkg/DESCR N ports/lang/or1k-elf/binutils/pkg/PLIST N ports/lang/or1k-elf/gcc/Makefile N ports/lang/or1k-elf/gcc/distinfo N ports/lang/or1k-elf/gcc/patches/patch-Makefile_in N ports/lang/or1k-elf/gcc/patches/patch-gcc_Makefile_in N ports/lang/or1k-elf/gcc/patches/patch-gcc_configure N ports/lang/or1k-elf/gcc/patches/patch-libcc1_connection_cc N ports/lang/or1k-elf/gcc/patches/patch-libgcc_Makefile_in N ports/lang/or1k-elf/gcc/patches/patch-libiberty_Makefile_in N ports/lang/or1k-elf/gcc/patches/vecstep-gcc_tree-vect-loop_cc N ports/lang/or1k-elf/gcc/pkg/DESCR N ports/lang/or1k-elf/gcc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 13:21:27 Removed files: lang/or1k-elf : Makefile Makefile.inc lang/or1k-elf/binutils: Makefile distinfo lang/or1k-elf/binutils/patches: patch-bfd_Makefile_in patch-binutils_Makefile_in patch-gas_Makefile_in patch-gprof_Makefile_in patch-ld_Makefile_in patch-libctf_Makefile_in patch-libiberty_Makefile_in patch-libsframe_Makefile_in lang/or1k-elf/binutils/pkg: DESCR PLIST lang/or1k-elf/gcc: Makefile distinfo lang/or1k-elf/gcc/patches: patch-Makefile_in patch-gcc_Makefile_in patch-gcc_configure patch-libcc1_connection_cc patch-libgcc_Makefile_in patch-libiberty_Makefile_in vecstep-gcc_tree-vect-loop_cc lang/or1k-elf/gcc/pkg: DESCR PLIST Log message: Oops, this should have been devel/or1k CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 13:22:47 Log message: GNU cross compiler suite, configured for the or1k (OpenRISC 1000) target. ok jca@ Status: Vendor Tag: kettenis Release Tags: kettenis_20240219 N ports/devel/or1k-elf/Makefile N ports/devel/or1k-elf/Makefile.inc N ports/devel/or1k-elf/binutils/Makefile N ports/devel/or1k-elf/binutils/distinfo N ports/devel/or1k-elf/binutils/patches/patch-bfd_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-binutils_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-gas_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-gprof_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-ld_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-libiberty_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-libctf_Makefile_in N ports/devel/or1k-elf/binutils/patches/patch-libsframe_Makefile_in N ports/devel/or1k-elf/binutils/pkg/DESCR N ports/devel/or1k-elf/binutils/pkg/PLIST N ports/devel/or1k-elf/gcc/Makefile N ports/devel/or1k-elf/gcc/distinfo N ports/devel/or1k-elf/gcc/patches/patch-Makefile_in N ports/devel/or1k-elf/gcc/patches/patch-gcc_Makefile_in N ports/devel/or1k-elf/gcc/patches/patch-gcc_configure N ports/devel/or1k-elf/gcc/patches/patch-libcc1_connection_cc N ports/devel/or1k-elf/gcc/patches/patch-libgcc_Makefile_in N ports/devel/or1k-elf/gcc/patches/patch-libiberty_Makefile_in N ports/devel/or1k-elf/gcc/patches/vecstep-gcc_tree-vect-loop_cc N ports/devel/or1k-elf/gcc/pkg/DESCR N ports/devel/or1k-elf/gcc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/19 13:26:42 Modified files: devel : Makefile Log message: +or1k-elf CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 13:40:38 Log message: import ports/fonts/tamzen-font, ok daniel@ Tamzen is a fork of the Tamsyn bitmapped console font. It's programmatically forked from Tamsyn version 1.11 by the Rakefile script which backports glyphs from older versions while deleting deliberately empty glyphs (which serve as unimplemented markers) to allow secondary fallback fonts to provide real glyphs at those code points. The "TamzenForPowerline" fonts contain additional Powerline symbols. Status: Vendor Tag: sthen Release Tags: sthen_20240219 N ports/fonts/tamzen-font/Makefile N ports/fonts/tamzen-font/distinfo N ports/fonts/tamzen-font/pkg/DESCR N ports/fonts/tamzen-font/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 13:40:51 Modified files: fonts : Makefile Log message: +tamzen-font CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/19 13:45:02 Modified files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp Log message: commited upstream CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/19 13:53:36 Modified files: x11/kde-plasma/plasma-workspace: Makefile Log message: Switch phonon-backend from gstreamer to vlc as run dependency. Side note from KDE6 upgrade "(note phonon-gstreamer should be dropped)". VLC works as good as gstreamer (maybe much better) so we can switch it with foresight. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2024/02/19 14:00:19 Modified files: usr.sbin/smtpd : parse.y Log message: no need to be as strict with table formats on various match constraints, this prevents the reuse of T_HASH tables in T_LIST contexts when the key column actually makes sense by itself. diff from Philipp (philipp+openbsd [at] bureaucracy [dot] de) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/19 14:23:02 Modified files: sys/dev/ic : bwfm.c Log message: Make bwfm(4) work with MAC addresses set via ifconfig lladdr. Patch by Todd Carson Tests by Todd Carson and naddy@ ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/19 15:23:10 Modified files: net/tacacs+ : Makefile net/tacacs+/pkg: PLIST Log message: switch tacacs+ over to python3 feedback and ok jca@, sthen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/19 16:41:57 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update p5-Net-DNS to 1.44 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/19 21:10:03 Modified files: usr.bin/ssh : servconf.c Log message: don't append a gratuitous space to the end of subsystem arguments; bz3667 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/19 21:17:30 Log message: Import es-de-3.0.0. EmulationStation Desktop Edition is a frontend for browsing and launching games from your multi-platform game collection. ok stsp@ Status: Vendor Tag: bentley Release Tags: bentley_20240219 N ports/emulators/es-de/Makefile N ports/emulators/es-de/distinfo N ports/emulators/es-de/pkg/DESCR N ports/emulators/es-de/pkg/PLIST N ports/emulators/es-de/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/19 21:18:39 Modified files: emulators : Makefile Log message: +es-de CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/19 22:29:48 Modified files: security/openssl/3.1: Makefile security/openssl/3.1/patches: patch-crypto_modes_asm_ghash-x86_64_pl security/openssl/quictls: Makefile security/openssl/quictls/patches: patch-crypto_modes_asm_ghash-x86_64_pl Log message: openssl/{3.1,quictls}: move a landing pad after .cfi_startproc pointed out by brynet CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/19 22:31:10 Modified files: mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: postfixes: bump after openssl asm change (static link) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/19 22:32:00 Modified files: sysutils/borgbackup/2.0: Makefile Log message: borgbackup/2.0 bump after openssl asm change (static link) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/20 01:06:19 Modified files: sys/dev/pci/drm/i915/gt/uc: intel_gsc_uc_heci_cmd_submit.c intel_gsc_uc_heci_cmd_submit.h sys/dev/pci/drm/i915/pxp: intel_pxp_gsccs.c intel_pxp_gsccs.h Log message: drm/i915/pxp/mtl: Update pxp-firmware response timeout From Alan Previn 8ae272348153ed2fa423f739047a592d9bd55ba2 in mainline linux Fixes a LG UltraFine 5K display not lighting up on a Comet Lake machine. Regression reported by Kirill A. Korinsky who tracked the problem down to a timeout in pxp. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/20 02:21:27 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl-tests 20240220 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/20 02:37:53 src/regress/usr.bin/rsync-unit Update of /cvs/src/regress/usr.bin/rsync-unit In directory cvs.openbsd.org:/tmp/cvs-serv39996/rsync-unit Log Message: Directory /cvs/src/regress/usr.bin/rsync-unit added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/20 02:40:58 Added files: regress/usr.bin/rsync-unit: Makefile rmatch_test.c Log message: Add a unit test for rsync special rmatch() function. One pattern is currently disabled since it results in an infinite loop. Fix for that is on the way. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/20 02:42:49 Modified files: regress/usr.bin: Makefile Log message: Add rsync-unit CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/20 03:05:00 Modified files: multimedia/x265: Makefile Added files: multimedia/x265/patches: patch-source_common_x86_x86inc_asm Log message: Sprinkle some ENDBR64 instructions. ok deraadt@, brad CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/20 03:06:12 Modified files: multimedia/x264: Makefile Added files: multimedia/x264/patches: patch-common_x86_x86inc_asm Log message: Sprinkle some ENDBR64 instructions. ok deraadt@, brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/20 03:34:30 Modified files: graphics/libplacebo: Makefile distinfo graphics/libplacebo/pkg: PLIST Log message: update to libplacebo-6.338.2, from Jose Maldonado looks good to brad (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/20 03:36:23 Modified files: usr.bin/rsync : rmatch.c Log message: Add missing check for the case where the pattern hits a barrier before the string is consumed as well. Right now a string of 'dir1/' and a pattern of 'dir/' will result in an infinite loop because matchsub() would return success but then would not move forward. Report and diff from Kyle Evans (kevans FreeBSD.org) OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/20 03:37:35 Modified files: regress/usr.bin/rsync-unit: rmatch_test.c Log message: Include the test pattern that resulted in an infinite loop before rmatch.c rev 1.4. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/20 04:42:36 Modified files: sys/dev/ic : qwx.c Log message: fix a double-free in qwx(4) that occurred when removing a peer from firmware It was not yet possible to hit this code path outside of an error path. But upcoming changes would easily trigger this and crash the kernel. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/20 04:44:15 Modified files: sys/dev/ic : qwx.c Log message: implement qwx_dp_reo_cmd_list_cleanup() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/20 04:48:19 Modified files: sys/dev/ic : qwx.c Log message: implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machine CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/20 04:51:13 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-src_posix_thread_c Removed files: x11/vlc/patches: patch-modules_access_v4l2_lib_c patch-modules_access_v4l2_v4l2_h Log message: update to vlc-3.0.20, from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/20 04:59:21 Modified files: editors/neovim : Makefile Log message: msgpack-c 6.0 support: rename msgpackc to msgpack-c is required ok edd@ sthen@ CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/20 04:59:50 Modified files: editors/neovim-qt: Makefile Log message: msgpack-c 6.0 support: rename msgpackc to msgpack-c is required ok sthen@ CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/20 05:01:49 Modified files: sysutils/tmate : Makefile Added files: sysutils/tmate/patches: patch-configure-ac Log message: msgpack-c 6.0 support: rename msgpackc to msgpack-c is required ok sthen@ CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/20 05:04:42 Modified files: devel/msgpack : Makefile distinfo devel/msgpack/pkg: PLIST Log message: update msgpack-c 5.0 -> 6.0 from version 6.0, library name is changed to msgpack-c from msgpackc. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/20 05:06:58 Modified files: www/squid : Makefile distinfo Log message: As spotted by Peter J. Philipp, upstream rerolled the squid distfile (incorrectly, as langpack files were missed from the new one). Cope with this change in the port. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/20 05:25:23 Log message: SCP firmware for Allwinner ARM SoCs. ok jca@ Status: Vendor Tag: kettenis Release Tags: kettenis_20240220 N ports/sysutils/crust/Makefile N ports/sysutils/crust/distinfo N ports/sysutils/crust/pkg/PLIST N ports/sysutils/crust/pkg/DESCR N ports/sysutils/crust/patches/patch-Makefile N ports/sysutils/crust/patches/patch-3rdparty_kconfig_confdata_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/20 05:25:43 Modified files: usr.sbin/snmpd : ax.c ax.h Log message: Remove the packetid logic from ax.c. It's not used by snmpd and has some serious flaws. Issue reported and analysis by Steffen Christgau. OK tb@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/20 05:26:54 Modified files: sysutils : Makefile Log message: +crust CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/20 05:32:48 Modified files: usr.sbin/snmpd : parse.y Log message: trap receiver is special in that the OID is optional. Make sure that we accept a NULL descriptor, which results in an OID length of 0. Found by and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2024/02/20 05:34:25 Modified files: databases/timescaledb: Makefile distinfo databases/timescaledb/pkg: PLIST Log message: Update to v2.14.2 Thanks to Renato Aguiar for the initial diff. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/20 05:41:13 Modified files: usr.sbin/snmpd : mib.y Log message: strptime() only touches the fields specified in the format string, meaning there could be garbage left in the other fields. Somehow this only caused issues in mktime() when /etc/localtime is set to GMT. Initialize tm to 0. While here fix a type-O in the format string and make the invalid strlen for LAST-UPDATED message more consistent with the other 2 error messages. Found by and OK sthen@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2024/02/20 05:51:10 Modified files: usr.sbin/snmpd : ax.c Log message: Remove some now unused variables. Somehow missed in previous commit. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 06:42:01 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-third_party_libwebrtc_common_audio_common_audio_c_gn_moz_build patch-third_party_libwebrtc_common_audio_third_party_spl_sqrt_floor_spl_sqrt_floor_gn_moz_build patch-third_party_libwebrtc_modules_audio_processing_aecm_aecm_core_gn_moz_build patch-third_party_libwebrtc_modules_desktop_capture_desktop_capture_gn_moz_build patch-xpcom_reflect_xptcall_md_unix_moz_build www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 123.0. see https://www.mozilla.org/en-US/firefox/123.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-05/ add links to upstream commits for #1876554 & #1879656 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 06:43:06 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.8.0. see https://www.mozilla.org/en-US/firefox/115.8.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-06/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 06:51:23 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.8.0. see https://www.mozilla.org/en-US/firefox/115.8.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-06/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 06:55:15 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-build_moz_configure_nss_configure Added files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-netwerk_protocol_http_Http2Session_cpp patch-security_manager_ssl_nsNSSCallbacks_cpp patch-security_manager_ssl_nsNSSComponent_cpp patch-security_manager_ssl_nsNSSIOLayer_cpp Log message: www/mozilla-firefox: MFC update to 123.0. see https://www.mozilla.org/en-US/firefox/123.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-05/ to be able to still build against nss 3.94, revert https://hg.mozilla.org/mozilla-central/rev/389c6fb2c518 & https://hg.mozilla.org/integration/autoland/rev/b4438eed04be which started making use of kyber that was only added in nss 3.97. stop building with PGO as we can't repack upstream profdata anymore. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/20 07:17:03 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/pkg: PLIST-main Log message: update to 2.24 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/20 07:19:57 Modified files: mail/grommunio/web: Makefile distinfo mail/grommunio/web/pkg: PLIST Log message: update to upstream's latest git HEAD to get all fixes CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/20 07:22:10 Modified files: mail/grommunio/mapi-header-php: Makefile distinfo mail/grommunio/sync: Makefile distinfo Log message: update to upstream's latest git HEAD to get all fixes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/20 07:58:16 Modified files: lib/libcrypto/x509: x509_asid.c Log message: x509_asid: NULL out min/max on extract_min_max() failure requested by/ok jsing CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/02/20 08:30:54 Added files: etc/signify : openbsd-76-fw.pub Log message: add 7.6 fw key CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2024/02/20 08:31:29 Modified files: distrib/sets/lists/base: mi Log message: +openbsd-76-fw.pub CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/20 09:53:28 Modified files: net/go-ipfs : Makefile distinfo modules.inc Log message: Update to kubo 0.26.0 The previous version uses x/sys 0.13, which is too old to have jrick's syscall/fcntl/ioctl fixes. found/tested/ok solene CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/20 12:24:07 Modified files: devel/robin-map: Makefile distinfo Log message: update robin-map to 1.2.1. usual valuable feedback, esp. regarding fixing tests, sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/20 12:45:20 Modified files: net/samba : Makefile distinfo Log message: Update to samba-4.19.5 Release notes: https://www.samba.org/samba/history/samba-4.19.5.html OK Ian McWilliam (maintainer) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/20 12:46:31 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo net/samba/patches: Tag: OPENBSD_7_4 patch-source3_wscript Log message: Update to samba-4.19.5 Release notes: https://www.samba.org/samba/history/samba-4.19.5.html Tested by and OK Ian McWilliam (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/20 12:49:58 src/regress/sys/net/mpath Update of /cvs/src/regress/sys/net/mpath In directory cvs.openbsd.org:/tmp/cvs-serv45831/mpath Log Message: Directory /cvs/src/regress/sys/net/mpath added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/20 13:04:51 Added files: regress/sys/net/mpath: Makefile Log message: Add regression test for multipath routing. Test that routes set with the -mpath flag distribute the traffic. Each route has a different gateway and the UDP packets have different source addresses. The destination address is identical for all routes and packets. Analyze the use counter in netstat -r output to check that multiple routes have been used. Currently this works only for IPv4. sysctl net.inet.ip.multipath and net.inet6.ip6.multipath are enabled before testing and reset afterwards. All routes and interface addresses are created on loopback in a separate routing domain. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/20 13:34:08 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20240218 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/20 14:10:26 Modified files: regress/sys/net/pf_policy: Makefile Log message: Use REMOTE_ADDR from environment to configure pf_policy test. This name is compatible with regress tree. Also do not run commands during make obj and make clean. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/20 14:12:03 Modified files: regress/sys/net: Makefile Log message: Link mpath and pf_trans regress to build. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/20 14:40:37 Modified files: usr.sbin/vmd : proc.c proc.h vioblk.c vionet.c virtio.c virtio.h vm.c vmd.h Log message: Utilize separate threads for RX and TX in vmd(8)'s vionet. This commit adds multithreading to allow both virtqueues to be processed in parallel along with additional synchronization primitives to protect device configuration state. Allowing RX and TX to operate independently reduces overall network latency for guests and helps alleviate the TX side dominating cpu time. Tested with help from phessler@, kn@, and mlarkin@. ok mlarkin@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/02/20 18:45:14 Modified files: sys/arch/riscv64/riscv64: machdep.c sys/arch/arm64/arm64: machdep.c Log message: handle /reserved-memory nodes from device trees on arm64. u-boot is supposed to take these entries and put them in the efi memory map, but i keep hitting machines where an otherwise functional u-boot does not do this, resulting in weird errors. i have an espressobin with a vendor u-boot that has a reserved-memory region for psci. without this diff the machine faults when the kernel tries to reboot using a psci handler. a macchiatobin with an otherwise working u-boot throws SErrors or panics on weird memory corruption problems without this. i thought it was bad RAM, but the problems persisted with completely different ram, and very underclocked and well cooled ram. riscv64 already has code to handle reserved-memory regions. the riscv64 change is to add handling for the "no-map" property. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/20 20:28:29 Modified files: sys/uvm : uvm_map.c Log message: Only return EPERM for immutable regions for the nasty operations of madvise() and msync() which damaged the region. The sync ones are allowed to proceed (even if most of them are nops...) based on issues noted by anton and semarie CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/20 20:31:28 Modified files: usr.sbin/ntpd : ntp.c Log message: DNS resolution is best effort; if at this time IP addresses for tickers cannot be resolved, don't spam syslog like crazy. Change the "DNS lookup tmpfail" message into a log_debug() ok millert CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/02/20 21:26:45 Modified files: sys/arch/riscv64/riscv64: machdep.c Log message: revert r1.35 i dont know what i'm doing wrong with the handling of the no-map property, but i'll find some coffee and time and figure it out soon hopefully. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/20 22:57:34 Modified files: usr.bin/ssh : clientloop.c Log message: fix proxy multiplexing mode, broken when keystroke timing obfuscation was added. GHPR#463 from montag451 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/20 23:01:13 Modified files: usr.bin/ssh : ssh_config.5 Log message: fix typo in match directive predicate (s/tagged/tag) GHPR#462 from Tobias Manske CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/20 23:05:06 Modified files: usr.bin/ssh : sshd_config.5 Log message: .Cm for a keyword. Part of GHPR#454 from Niklas Hambüchen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/20 23:06:43 Modified files: usr.bin/ssh : sshd_config.5 Log message: clarify permissions requirements for ChrootDirectory Part of GHPR#454 from Niklas Hambüchen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/02/20 23:17:29 Modified files: usr.bin/ssh : sshd_config.5 Log message: explain arguments of internal-sftp GHPR#454 from Niklas Hambüchen CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2024/02/20 23:20:48 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.42.0 Changes: https://github.com/hetznercloud/cli/releases/tag/v1.42.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 23:22:32 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.8.0. see https://www.thunderbird.net/en-US/thunderbird/115.8.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-07/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/20 23:23:18 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.8.0. see https://www.thunderbird.net/en-US/thunderbird/115.8.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-07/ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/21 00:35:25 Modified files: net/axel : Makefile distinfo Log message: Update for Axel to 2.17.13 OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/21 02:11:29 Removed files: x11/smtube : Makefile distinfo x11/smtube/patches: patch-src_browserwindow_cpp x11/smtube/pkg : DESCR PLIST Log message: Killing smtube due dead upstream, plus still using x11/qt5/qtwebkit OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/21 02:12:17 Modified files: x11 : Makefile Log message: Bye bye SMTube. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/21 02:17:06 Modified files: usr.sbin/rpki-client: aspa.c gbr.c geofeed.c mft.c roa.c rsc.c tak.c Log message: rpki-client: remove the remaining struct parse With the exception of mft.c where there is an additional boolean, this struct carries a file name and a result. This means functions having struct parse in the signature can't be shared between files, which has been annoying. Simply pass file name and necessary info directly as a function parameter and add a small dance to handle the boolean in mft.c. ok job CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 02:28:29 Modified files: sys/kern : uipc_mbuf.c Log message: Keep mbuf data alignment intact in m_defrag() The recent TSO support in em(4) triggered an alignment error on the TCP header. In em(4) m_defrag() is called before setting up the TSO dma bits and with that the TCP header was suddenly no longer aligned. Like other mbuf functions preserve the data alignment in m_defrag() to prevent such unaligned packets. With help and OK bluhm@ mglocker@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/21 02:31:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add SMTube removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 02:42:35 Modified files: www/hugo : Makefile distinfo modules.inc Log message: update to hugo-0.123.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 02:42:41 Modified files: print/p5-Poppler: Makefile distinfo print/p5-Poppler/patches: patch-lib_Poppler_pm Log message: update to p5-Poppler-1.0103 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 03:02:50 Modified files: mail/rspamd : Makefile distinfo Log message: update to rspamd-3.8.2 CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/21 03:25:03 Log message: Add firmware files for Mediatek MT7921 (aka MT7961) and MT7922 devices which will be used by mwx(4). OK sthen@ Status: Vendor Tag: claudio Release Tags: claudio_20240221 N ports/sysutils/firmware/mwx/Makefile N ports/sysutils/firmware/mwx/distinfo N ports/sysutils/firmware/mwx/pkg/DESCR N ports/sysutils/firmware/mwx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2024/02/21 03:40:52 Modified files: sysutils/firmware: Makefile Log message: Add mwx Reminded by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 03:41:36 Modified files: devel/py-greenlet: Makefile distinfo devel/py-greenlet/patches: patch-src_greenlet_slp_platformselect_h devel/py-greenlet/pkg: PLIST Log message: update to py3-greenlet-3.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 03:42:42 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-meson_build patch-osdep_timer-linux_c patch-osdep_timer_c Added files: multimedia/mpv/patches: patch-osdep_threads_posix_h Log message: update to mpv-0.37.0, from Jose Maldonado CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 03:48:10 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : if_mwx.c if_mwxreg.h Log message: Import mwx(4) a driver for Mediatek MT7921 and MT7922 802.11ax devices This is work in progress. Scan works, RX of packets is more or less there but TX does not work yet. The packets are passed to the chip but get stuck or ignored there. It is easy to hang the device or the system since device reset is not quite right (like many other bits). Also this is only for MT7921 right now since I have no access to a MT7922 device. Lots of pushing from deraadt@ to commit this now. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/21 04:02:36 Modified files: multimedia/openh264: Makefile Added files: multimedia/openh264/patches: patch-codec_common_x86_asm_inc_asm Log message: Sprinkle some ENBDR64 instructions. ok kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/21 04:20:58 Modified files: net/libtorrent-rasterbar: Makefile distinfo Log message: update to libtorrent-rasterbar 2.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 04:24:16 Modified files: devel/py-gevent: Makefile Log message: py-gevent: use external rather than embedded copy of libuv fixes build if newer libuv is installed CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/21 04:28:13 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/files: module-sndio.c Log message: Fix crash in sndio record, enable debug packages; OK aja Playback-only (default) works, record-only crashes (`module-sndio playback=false record=true'). Move a debug log printing u->ink into `if (mode & PLAYBACK) {' where it gets initialised. Ship debug symbols for line numbers in backtraces. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/21 05:08:05 Modified files: sys/dev/pci : if_mwx.c if_mwxreg.h Log message: spelling fixes; ok claudio@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/21 05:27:47 Modified files: lang/go : Makefile Added files: lang/go/patches: patch-src_cmd_link_internal_ld_lib_go Log message: lang/go: reinstate nobtcfi patch This was dropped in the update with the consequence that binaries using external linking weren't correctly marked, causing breakage of some go ports on BTI enabled machines. Reported by Isaac Merleo, tested by sthen and rsadowski ok jsing sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/21 05:28:57 Modified files: lang/go : go.port.mk Log message: Bump _MODGO_SYSTEM_VERSION to ensure all Go ports are marked NOBTCFI CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/21 05:29:10 Log message: Initial import of dosbox-x-2023.10.26. ok thfr@ Status: Vendor Tag: uaa Release Tags: uaa_20240221 N ports/emulators/dosbox-x/Makefile N ports/emulators/dosbox-x/distinfo N ports/emulators/dosbox-x/files/midi_sndio.h N ports/emulators/dosbox-x/patches/patch-configure_ac N ports/emulators/dosbox-x/patches/patch-src_cpu_core_dyn_x86_risc_x86_h N ports/emulators/dosbox-x/patches/patch-src_gui_Makefile_am N ports/emulators/dosbox-x/patches/patch-src_gui_midi_cpp N ports/emulators/dosbox-x/patches/patch-src_dos_dos_programs_cpp N ports/emulators/dosbox-x/patches/patch-include_dos_inc_h N ports/emulators/dosbox-x/patches/patch-Makefile_am N ports/emulators/dosbox-x/pkg/DESCR N ports/emulators/dosbox-x/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/21 05:35:36 Modified files: usr.sbin/rpki-client: extern.h Log message: Remove prototypes for tak_read() and ip_addr_cmp() These functions never existed. ok claudio job CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/21 05:36:44 Modified files: emulators : Makefile Log message: +dosbox-x CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/21 05:38:10 Modified files: usr.sbin/rpki-client: extern.h Log message: Fix secondary indent of various ip_* and as_* prototypes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/21 05:48:25 Modified files: usr.sbin/rpki-client: extern.h main.c Log message: Group logx() getmonotime() and get_current_time() together Fix their indent in extern.h, move the X509_TIME_* macros to main.c since they aren't (and can't really be) used elsewhere, document the meaning of the magic numbers. Also move get_current_time() out of the middle of entity handlers. ok claudio job CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 06:11:34 Modified files: infrastructure/mk: arch-defines.mk Log message: bump _SYSTEM_VERSION-amd64 and _SYSTEM_VERSION-i386 so that pkg_add -u will update all packages (that don't have PKG_ARCH=*). This will ensure that after the next set of packages built, people running pkg_add -u will get binaries built with the recent retpoline-related changes. Discussed with tb@, jca@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 06:16:14 Modified files: usr.bin/ctfconv: dw.c dwarf.h Log message: Make sure dw_at2name() never returns NULL. This call is used in various printf calls that clang decided to optimise into puts calls that crash with a NULL argument. Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 06:18:33 Modified files: usr.bin/ctfconv: parse.c Log message: Handle DW_FORM_udata and DW_FORM_ref_udata in dav2val(). At least with clang enums use DW_FORM_udata and without this all enum values would be reported as -1. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 06:20:38 Modified files: usr.bin/ctfconv: parse.c Log message: Apply the void workaround also for typedefs. The kernel has 'typedef VOID void' which needs this. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 06:21:56 Modified files: usr.bin/ctfconv: parse.c Log message: Make DPRINTF() depend on DEBUG and add the missing ; OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/21 06:24:37 Modified files: usr.bin/ctfconv: parse.c Log message: In it_cmp() make sure that arrays are only considered equal if both have the same number of elements. This fixes an issue where arrays where too aggressivly merged and as a result the number of elements was mostly wrong in the CTF bits. Also it_cmp() should return 0 if both elements are considered equal. OK mpi@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/21 06:42:06 Modified files: sys/sys : mbuf.h Log message: Add missing checksum flag M_TCP_TSO to ddb show mbuf. OK mglocker@ claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:03:54 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: UPdate to consul-template-0.37.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:05:49 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.76.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:06:51 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Log message: Update to gnugk-5.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:09:42 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:12:20 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:19:54 Modified files: games/gcompris : Makefile distinfo games/gcompris/pkg: PLIST Log message: Update to gcompris-4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/21 07:21:42 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.8.0. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/02/21 07:40:50 Modified files: sys/dev/ic : qwxreg.h Log message: Remove duplicate definitions. ok stsp@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/21 08:53:07 Modified files: sys/sys : siginfo.h sys/arch/amd64/amd64: trap.c sys/arch/arm64/arm64: trap.c Log message: create a new code ILL_BTCFI associated with SIGILL for trap faults which indicate missing indirect branch target instructions (on the two architectures which currently have this). This becomes nicely visible in kdump: 6526 cat PSIG SIGILL SIG_DFL code=ILL_BTCFI addr=0x438fad6a990 trapno=21 ok kettenis sthen miod rsadowski CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 08:53:53 Modified files: net/ntopng : Makefile Log message: drop maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 08:54:41 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST-main Log message: update to mercurial-6.6.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 08:57:29 Modified files: devel/py-minidump: Makefile distinfo Log message: update to py3-minidump-0.0.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 09:11:44 Modified files: net/nagios/check_mssql_health: Makefile distinfo net/nagios/check_mssql_health/patches: patch-plugins-scripts_Makefile_in Log message: update to check_mssql_health-2.7.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 09:26:30 Modified files: infrastructure/mk: arch-defines.mk Log message: better comments instead of "XXX easier for ports that depend on mono" for variables relating to availability of various different ports/features CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/21 09:53:09 Modified files: databases/pgbouncer: Makefile distinfo Log message: databases/pgbouncer: update to 1.22.0, ok pea@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/21 10:44:53 Modified files: security/openssl-ruby-tests: Makefile distinfo Log message: Update to openss-ruby-tests 20240221 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/21 11:21:16 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 11:32:52 Modified files: devel/geany : Makefile Added files: devel/geany/patches: patch-scintilla_src_CellBuffer_cxx Log message: copy patch from scintilla to unbreak i386 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/21 12:03:42 Modified files: editors/libreoffice: Makefile Log message: make sure that we use our ld wrapper to pickup -z nobtcfi CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/02/21 12:15:12 Modified files: multimedia/upplay: Makefile x11/qt5/qtwebkit: Makefile Log message: Set USE_NOBTCFI to Yes There is no point in investing more time here. qtwebkit's lifetime will come to an end. USE_NOBTCFI has no effect on qtwebkit (lib level) but it can be seen as an indication to observe the consumer if it needs USE_NOBTCFI too. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 12:23:43 Modified files: audio/xmms2 : Makefile Log message: xmms2: point HOMEPAGE at github (the old one has been replaced by an indonesian casino), set PORTROACH pointed at xmms2-devel CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/21 12:56:01 Modified files: lang/hare : Makefile.inc Log message: Take over maintainership from bcallah@ who has ENOTIME CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/21 13:12:59 Modified files: lang/hare : Makefile.inc lang/hare/hare : Makefile distinfo lang/hare/hare/pkg: PLIST lang/hare/harec: Makefile distinfo Removed files: lang/hare/hare/patches: patch-Makefile patch-makefiles_openbsd_x86_64_mk lang/hare/harec/patches: patch-Makefile patch-config_sh patch-rt_+openbsd_start+aarch64_s patch-rt_Makefile patch-testmod_Makefile patch-tests_configure Log message: lang/hare: update to first official release 0.24.0 tested by Lorenz (xha) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/21 13:18:27 ports/audio/yt-audio/patches Update of /cvs/ports/audio/yt-audio/patches In directory cvs.openbsd.org:/tmp/cvs-serv29712/patches Log Message: Directory /cvs/ports/audio/yt-audio/patches added to the repository CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/21 14:31:02 Modified files: share/man/man4 : qwx.4 Log message: fix typos in qwx(4) firmware file names CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/21 14:50:18 Modified files: sys/arch/arm64/arm64: cpu.c Log message: recognise Neoverse V3 (Poseidon), Neoverse N3 (Hermes) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/21 15:45:46 Modified files: devel/binutils : Makefile Log message: binutils: fix wantlib (msgpackc -> msgpack-c for msgpack 6.0) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/21 15:57:11 Modified files: sys/dev/pci : ichiic.c Log message: match on C740; tested by and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/21 16:26:42 Modified files: lang/hare/harec: Makefile Log message: lang/hare/harec: Move DISTFILES to top where it is in hare CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2024/02/21 16:30:40 Modified files: lang/hare : Makefile.inc Log message: lang/hare: Lorenz would like to take over maintainership I will stick around as co-maintainer for a while to review and upload updates. CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2024/02/21 19:38:53 Modified files: usr.sbin/vmd : vionet.c Log message: vmd(8): only add vionet tap read events after a notify event. My recent refactor introduced a bug where the vionet device will add the tap(4) read event on an unpause regardless of driver and device state, causing the cpu to peg as the read event fires indefinitely because the guest's virtqueue isn't ready to receive the data. Add in a global flag that tracks if the rx-side is enabled or not to coordinate adding the tap read event. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/21 22:44:26 Modified files: emulators/gambatte: Makefile Log message: Python 2 is only used for tests; fix {BUILD,RUN}_DEPENDS. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/21 23:45:22 Modified files: usr.sbin/bgpd : rde.c util.c Log message: Workaround for gcc3 - the use of anonymous unions now makes it complain when named initializers use fields within these anonymous unions. Hopefully a short-term bandaid until the appropriate changes are identified and backported to gcc3. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/22 00:01:44 Modified files: devel/dlib : Makefile Log message: Allow tests to run, similar fix as done for devel/robin-map however, tests don't run finish successfully CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/22 00:04:39 Modified files: devel/robin-map: Makefile Log message: make building tests a bit more verbous CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/22 01:10:08 Modified files: share/man/man9 : if_addrhook_add.9 Log message: if_inkstatehook -> if_linkstatehook CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2024/02/22 01:35:38 Added files: etc/signify : openbsd-76-syspatch.pub Log message: add 7.6 syspatch public key CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/22 02:06:11 Modified files: sys/dev/ic : qwx.c qwxvar.h sys/dev/pci : if_qwx_pci.c Log message: add suspend/resume support to qwx(4) testing + ok phessler@ deraadt@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/22 02:08:08 Modified files: sys/dev/ic : qwx.c qwxvar.h sys/dev/pci : if_qwx_pci.c Log message: cache qwx(4) firmware images in memory across suspend/resume cycles testing + ok phessler@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/22 02:12:45 Modified files: sys/dev/pci : if_qwx_pci.c Log message: start qwx(4) MHI channels in process context rather than in a task This removes all sleep points from the MHI state-change task, which will allow us to get rid of it. And I can now reproduce the channel startup issue kettenis@ saw on arm64 by removing the delay() call. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/22 02:15:34 Modified files: sys/dev/pci : if_qwx_pci.c Log message: get rid of the qwx(4) mhi_newstate_task We can now run MHI state transition code in the interrupt handler. There is no reason to run a separate thread just to poke at some registers and send a few of wakeups(). CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/22 02:49:35 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure_ac patch-suricata_yaml_in Log message: Update for Suricata to 7.0.3. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/02/22 02:50:07 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.10 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/02/22 02:51:45 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.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/22 03:03:20 Modified files: www/squid : Makefile Log message: fix packaging for squid-ldap, it needed adjustments to cope with the rerolled tarball. reported by tb@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/22 04:28:56 Modified files: sysutils/crust : Makefile Log message: sysutils/crust: requires bison CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/22 05:49:42 Modified files: usr.sbin/rpki-client: Makefile extern.h filemode.c main.c mft.c output-bgpd.c output-bird.c output-csv.c output-json.c output-ometric.c output.c parser.c print.c repo.c rpki-client.8 validate.c x509.c Added files: usr.sbin/rpki-client: spl.c Log message: Add support for RPKI Signed Prefix Lists Signed Prefix List are a CMS protected content type for use with the RPKI to carry the complete list of prefixes which an Autonomous System may originate to all or any of its routing peers. The validation of a Signed Prefix List confirms that the holder of the listed ASN produced the object, and that this list is a current, accurate and complete description of address prefixes that may be announced into the routing system originated by this AS. https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-rpki-prefixlist with and OK claudio@ tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/22 05:50:11 src/regress/usr.sbin/rpki-client/spl Update of /cvs/src/regress/usr.sbin/rpki-client/spl In directory cvs.openbsd.org:/tmp/cvs-serv28908/spl Log Message: Directory /cvs/src/regress/usr.sbin/rpki-client/spl added to the repository CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/22 05:51:50 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: test-spl.c regress/usr.sbin/rpki-client/spl: 9X0AhXWTJDl8lJhfOwvnac-42CA.spl Log message: Add regress for Signed Prefix List objects CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/22 06:15:17 Modified files: usr.bin/ctfconv: generate.c Log message: The ctt_size of integers and floating point numbers is in bytes not bits. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/22 06:17:18 Modified files: usr.bin/ctfconv: parse.c Log message: Rewrite the it_cmp() function to use the common check bigger than, check smaller than logic. There was a bug in this code because of a badly placed ) which I only noticed after rewriting the function since I assumed that C integer promotion is playing tricks with us. OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/22 06:21:03 Modified files: usr.bin/ctfdump: ctfdump.c Log message: Print the size of more objects (basic types and enums) based on their ctt_size info. This helps to ensure that the reported sizes match. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/22 06:44:41 Modified files: mail/postfix : Makefile Log message: unhook mail/postfix/snapshot, discussed with Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/22 06:45:11 Removed files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/files: postfix-disable postfix-enable postfix-install mail/postfix/snapshot/patches: patch-conf_main_cf patch-conf_master_cf patch-makedefs patch-src_util_sys_defs_h mail/postfix/snapshot/pkg: DESCR MESSAGE PLIST postfix.rc Log message: rm mail/postfix/snapshot, discussed with Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/22 06:45:28 Modified files: mail/postfix/stable35: Makefile distinfo Log message: update to postfix-3.5.24, ok brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/22 06:46:35 Modified files: mail/postfix/stable: Makefile distinfo mail/postfix/stable/patches: patch-conf_master_cf patch-makedefs mail/postfix/stable/pkg: PLIST Log message: update to postfix-3.8.5, ok brad CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/22 06:47:11 Modified files: security/openssl/3.1: Makefile Log message: openssl/3.1: postfix/snapshot is no more CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/22 06:49:17 Modified files: sys/ddb : db_ctf.c Log message: Improve db_ctf_pprint(), implement handlers for arrays and enums. Use db_get_value() to access addr to ensure that alignment errors don't cause exceptions. DDB on 32bit archs does normally not handle 64bit values so to print 64bit ints a bit of gymnastics is needed. OK mpi@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/22 07:25:58 Modified files: sys/net : route.c route.h sys/netinet : in_pcb.c ip_input.c ip_output.c sys/netinet6 : in6_pcb.c in6_src.c ip6_forward.c ip6_input.c ip6_output.c Log message: Make the route cache aware of multipath routing. Pass source address to route_cache() and store it in struct route. Cached multipath routes are only valid if source address matches. If sysctl multipath changes, increase route generation number. OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/22 10:54:08 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: wrap an overlong line to appease mandoc -Tlint CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/22 11:07:59 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/22 12:29:55 Modified files: usr.sbin/rpki-client: print.c spl.c Log message: Zap trailing blanks CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/22 12:40:27 Modified files: security/libgcrypt: Makefile Added files: security/libgcrypt/patches: patch-cipher_asm-common-amd64_h Log message: Add ENDBR64 instructions at the start of functions in the same wat as we already add BTI instructions on arm64. ok tb@, tobhe@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/22 14:00:26 Modified files: usr.sbin/rpki-client: extern.h Log message: Fix copy-paste error in comment CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/22 14:21:35 Modified files: sys/dev/ic : qwx.c Log message: make qwx(4) ignore ESHUTDOWN while printing errors to dmesg ESHUTDOWN is an expected thread-synchronization condition which can be triggered via ifconfig commands. Don't warn about this. Reported by Marco van Hulten on misc@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/02/22 18:06:18 Modified files: sys/dev/pci : if_igc.c Log message: - Add support for reporting flow control status. - Add missing igc_check_for_link() call; from Masanobu SAITOH via NetBSD. "Fine" deraadt@ ok jan@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/22 19:36:51 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/pkg: PLIST Log message: update matplotlib to 3.8.3 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/22 19:40:26 Modified files: devel/py-debugpy: Makefile distinfo devel/py-debugpy/pkg: PLIST Log message: update debugpy to 1.8.1 and set COMPILER to try to fix build on sparc64 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/02/22 20:15:30 Modified files: devel/libfirm : Makefile distinfo devel/libfirm/patches: patch-Makefile patch-ir_be_amd64_amd64_bearch_c patch-ir_be_platform_c devel/libfirm/pkg: PLIST lang/cparser : Makefile distinfo lang/cparser/patches: patch-Makefile Log message: Update to the latest trees of libfirm and cparser. Removes libfirm's dep on Python 2 (now uses Python 3). Spurred on by ddickman@'s work to retire Python 2 ports. CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/02/22 23:47:06 Modified files: sysutils/arm-trusted-firmware: Makefile sysutils/arm-trusted-firmware/pkg: PLIST Log message: add Allwinner H6 SUNXI_SETUP_REGULATORS=0 support this is required for OrangePi OnePlus and OrangePi 3/LTS to solve ethernet PHY malfunction problem. this option is applied to sun50i_h6-bl31-noreg.bin. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/23 02:50:19 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Remove ASN1_time_clamp_notafter() prototype There is now a prototype in x509_internal.h, so no need to repeat that here. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/23 03:39:07 Modified files: lib/libcrypto : Symbols.namespace lib/libcrypto/hidden/openssl: x509_vfy.h lib/libcrypto/x509: x509_lu.c x509_vfy.h Log message: Prepare to provide X509_STORE_get1_objects() The OpenSSL 1.1 API X509_STORE_get0_objects() is not thread safe. It exposes a naked internal pointer containing certificates, CRLs and cached objects added by X509_LOOKUP_hash_dir(). Thus, if the store is shared between threads, it is not possible to inspect this pointer safely since another thread could concurrently add to it. This may happen in particular during certificate verification. This API led to security issues in rust-openssl and is also problematic in current Python. Other consumers of X509_STORE_get0_objects() are haproxy, isync, openvpn. The solution is to take a snapshot of the state under a lock and return that. This is what X509_STORE_get1_objects() does. It returns a newly allocated stack that needs to be freed with sk_X509_OBJECT_pop_free(), passing X509_OBJECT_free as a second argument. Based on a diff by David Benjamin for BoringSSL. https://boringssl-review.googlesource.com/c/boringssl/+/65787 ok beck jsing PS: Variants of this have landed in Python and OpenSSL 3 as well. There the sk_*deep_copy() API is used, which in OpenSSL relies on evaluating function pointers after casts (BoringSSL fixed that). Instead of using this macro insanity and exposing that garbage in public, we can do this by implementing a pedestrian, static sk_X509_OBJECT_deep_copy() by hand. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 04:09:54 Modified files: graphics/jpeg : Makefile Added files: graphics/jpeg/patches: patch-simd_nasm_jsimdext_inc patch-simd_x86_64_jccolext-avx2_asm patch-simd_x86_64_jccolext-sse2_asm patch-simd_x86_64_jcgryext-avx2_asm patch-simd_x86_64_jcgryext-sse2_asm patch-simd_x86_64_jchuff-sse2_asm patch-simd_x86_64_jcphuff-sse2_asm patch-simd_x86_64_jcsample-avx2_asm patch-simd_x86_64_jcsample-sse2_asm patch-simd_x86_64_jdcolext-avx2_asm patch-simd_x86_64_jdcolext-sse2_asm patch-simd_x86_64_jdmrgext-avx2_asm patch-simd_x86_64_jdmrgext-sse2_asm patch-simd_x86_64_jdsample-avx2_asm patch-simd_x86_64_jdsample-sse2_asm patch-simd_x86_64_jfdctflt-sse_asm patch-simd_x86_64_jfdctfst-sse2_asm patch-simd_x86_64_jfdctint-avx2_asm patch-simd_x86_64_jfdctint-sse2_asm patch-simd_x86_64_jidctflt-sse2_asm patch-simd_x86_64_jidctfst-sse2_asm patch-simd_x86_64_jidctint-avx2_asm patch-simd_x86_64_jidctint-sse2_asm patch-simd_x86_64_jidctred-sse2_asm patch-simd_x86_64_jquantf-sse2_asm patch-simd_x86_64_jquanti-avx2_asm patch-simd_x86_64_jquanti-sse2_asm Log message: Add endbr64 instructions to libjpeg-turbo. Fixes some SIGILL in tests on 11th gen Intel. From https://github.com/libjpeg-turbo/libjpeg-turbo/pull/350 (I am skipping the i386 parts of the patch; AIUI the endbr32 opcode is not treated as a NOP on pre-i686 machines). ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 04:25:04 Modified files: graphics/imlib2: Makefile Added files: graphics/imlib2/patches: patch-src_lib_amd64_blend_S patch-src_lib_amd64_blend_cmod_S Log message: Add endbr64 landing pads at the start of amd64 asm functions for imlib2. Fixes SIGILL in tests on 11th gen intel (IBT) There are also src/lib/asm_XXX.S which are i386-only and not built on amd64 which I have left alone. ok jca tb kettenis op CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/02/23 06:22:45 Modified files: graphics/azpainter: Makefile distinfo Added files: graphics/azpainter/patches: patch-install_sh_in Log message: Update to azpainter-3.0.7 Diff on ports@ by Justin Berthault Small tweaks by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 07:05:32 Modified files: lang/ghc : Makefile distinfo Added files: lang/ghc/patches: patch-libraries_text_cbits_measure_off_c patch-libraries_text_simdutf_simdutf_h Log message: ghc (haskell/text): properly test whether AVX512 is supported. fixes SIGILL on machines with AVX512 on OS which don't support it yet. Problem seen by Evan Silberman and ajacoutot, fix for libraries/text/cbits/measure_off.c from Evan. ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/02/23 08:48:13 Modified files: lang/lfe : Makefile distinfo lang/lfe/patches: patch-Makefile Log message: lang/lfe: Update to 2.1.4 ok sthen@, op@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/02/23 08:49:24 Modified files: sysutils/eza : Makefile crates.inc distinfo Log message: sysutils/eza: Update to 0.18.3 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/23 08:50:49 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 to rust-openssl-tests 20240223 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 09:15:29 Modified files: astro/calcmysky: Makefile Log message: mark BROKEN-i386 following qt6 update CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/23 09:51:39 Modified files: sys/kern : kern_timeout.c Log message: timeout: make to_kclock validation more rigorous In kern_timeout.c, the to_kclock checks are not strict enough to catch all plausible programmer mistakes. Tighten them up: - timeout_set_flags: KASSERT that kclock is valid - timeout_abs_ts: KASSERT that to_kclock is KCLOCK_UPTIME We can also add to_kclock validation to softclock() and db_show_timeout(), which may help to debug memory corruption: - softclock: panic if to_kclock is not KCLOCK_NONE or KCLOCK_UPTIME - db_show_timeout: print warning if to_kclock is invalid Prompted by bluhm@ in response to a syzbot panic. Hopefully these changes help to narrow down the root cause. Link: https://syzkaller.appspot.com/bug?extid=49d3f7118413963f651a Reported-by: syzbot+49d3f7118413963f651a@syzkaller.appspotmail.com ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/23 10:24:29 Modified files: devel/ffcall : Makefile devel/ffcall/patches: patch-avcall_avcall-x86_64_s patch-vacall_vacall-x86_64_s Log message: Add a few ENDBR64 instructions in the basic interfaces. I left the trampoline code untouched since it already violates X-only and W^X. That code has no future on OpenBSD. Hopefully this is enough to fix the users of this code in ports: lang/clisp and lang/gforth. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2024/02/23 10:29:53 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.4.6.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/23 11:14:33 Modified files: x11/remmina : Makefile distinfo x11/remmina/patches: patch-src_remmina_ssh_c x11/remmina/pkg: PLIST Log message: Update to remmina 1.4.34; Feedback OK sthen Pull LibreSSL fix and correct wrapper script shebang as well. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/23 11:19:03 Modified files: sys/ddb : db_access.h sys/arch/alpha/alpha: db_interface.c sys/arch/amd64/amd64: db_memrw.c sys/arch/arm/arm: db_interface.c sys/arch/arm64/arm64: db_interface.c sys/arch/hppa/hppa: db_interface.c sys/arch/i386/i386: db_memrw.c sys/arch/m88k/m88k: db_interface.c sys/arch/mips64/mips64: db_machdep.c sys/arch/powerpc/ddb: db_memrw.c sys/arch/powerpc64/powerpc64: db_memrw.c sys/arch/riscv64/riscv64: db_interface.c sys/arch/sh/sh : db_memrw.c sys/arch/sparc64/sparc64: db_interface.c Log message: ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* Almost all db_read_bytes() callers cast the destination buffer argument to char*, which suggests the API's prototype is incompatible with how the API is actually used. Change db_read_bytes() and db_write_bytes() to take a void* as the destination/source buffer parameter so callers don't need to cast the argument. With input from bluhm@. Bugs caught by Clemens Gossnitzer (ASCII approximation of name). Thread: https://marc.info/?l=openbsd-tech&m=170740813021636&w=2 ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/23 11:21:12 Modified files: net/telescope : Makefile distinfo net/telescope/pkg: PLIST Log message: update net/telescope to 0.9 Several new features, improvements and bug fixes. Full changelog: . CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/23 11:22:36 Modified files: net/telescope : Makefile Log message: improve the license comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 12:07:41 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST Log message: update to unifi-8.0.28 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 12:45:04 Modified files: lang/ghc : Makefile lang/ghc/patches: patch-libraries_text_cbits_measure_off_c Log message: fix previous; patch had a line commented-out which shouldn't have been, spotted by Evan Silberman CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 13:17:13 Modified files: mail/postfix/stable: Makefile mail/postfix/stable/pkg: PLIST Log message: set @pkgpath and EPOCH so that postfix-3.8.xx from postfix/stable replace existing postfix-3.8.2022xxxx from postfix/snapshot. OK Brad. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/23 13:33:55 Modified files: devel/sdl2 : Makefile distinfo devel/sdl2/patches: patch-configure patch-src_SDL_c patch-src_joystick_bsd_SDL_bsdjoystick_c Log message: update to sdl2-2.30.0 Release Notes: In addition to lots of bug fixes, here are the major changes in this release: General: * Added support for 2 bits-per-pixel indexed surface formats * Added the function SDL_GameControllerGetSteamHandle() to get the Steam API handle for a controller, if available * Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent when the Steam API handle for a controller changes. This could also change the name, VID, and PID of the controller. * Added the environment variable SDL_LOGGING to control default log output [rest is for macOS and Xbox, so omitted] CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/23 13:35:32 Modified files: devel/sdl2-mixer: Makefile distinfo devel/sdl2-mixer/patches: patch-Makefile_in Log message: update to sdl2-mixer 2.8.0 Release Notes: In addition to lots of bug fixes, here are the major changes in this release: * Added support for loading wavpack sound files (https://www.wavpack.com/) * Added support for loading classic console sound files using Game_Music_Emu (https://github.com/libgme/game-music-emu) * Use minimp3 instead of dr_mp3 as the default backend for MP3 music * Use libxmp instead of modplug as the default backend for MOD music * To use libmodplug instead, configure using --enable-music-mod-modplug --disable-music-mod-xmp * Added support for FLAC audio in Ogg containers * Added Mix_PauseAudio() to pause and resume all audio playback * Added Mix_GetNumTracks() and Mix_StartTrack() for managing tracks in GME files CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/23 13:37:34 Modified files: devel/sdl2-ttf : Makefile distinfo devel/sdl2-ttf/patches: patch-Makefile_in patch-sdl2_ttf-config_cmake_in Removed files: devel/sdl2-ttf/patches: patch-external_harfbuzz_src_hb-ft_cc Log message: update to sdl2-ttf 2.22.0 Release Notes: In addition to bug fixes, here are the major changes in this release: * Updated to FreeType version 2.13.2 and HarfBuzz version 8.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/23 13:42:46 Modified files: net/libcares : Makefile distinfo net/libcares/pkg: PLIST Log message: update to libcares-1.27.0, from Brad security, feature, and bugfix release (low CVE - if ares__read_line() is used to parse local configuration files including /etc/resolv.conf, /etc/hosts, HOSTALIASES and these have an embedded NULL as the first character in a line, it can lead to attempting to read memory prior to the start of the buffer which may result in a crash). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/23 14:33:02 src/regress/sys/btcfi Update of /cvs/src/regress/sys/btcfi In directory cvs.openbsd.org:/tmp/cvs-serv89124/btcfi Log Message: Directory /cvs/src/regress/sys/btcfi added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/23 14:33:51 Added files: regress/sys/btcfi: Makefile foo.c foobar.c Log message: Start of a BTCFI test. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/23 14:52:12 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/stand/efiboot: efiboot.c Log message: There is a 21BY x13s model. Handle it like 21BX. ok beck@, deraadt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/23 16:01:15 Modified files: sys/kern : kern_tc.c Log message: timecounting: start system uptime at 0.0 instead of 1.0 OpenBSD starts the system uptime clock at 1.0 instead of 0.0. We inherited this behavior from FreeBSD when we imported kern_tc.c. patrick@ reports that this causes a problem in sdmmc(4) during boot: the sdmmc_delay() call in sdmmc_init() doesn't block for the full 250ms. This happens because the system hardclock() starts at 0.0 and executes about hz times, rapidly, to "catch up" to 1.0. This instantly expires the first hz timeout ticks, hence the short sleep. Starting the system uptime at 0.0 fixes the problem. Prompted by patrick@. Tested by patrick@. In snaps since Feb 19 2023. Thread: https://marc.info/?l=openbsd-tech&m=170830229732396&w=2 ok patrick@ deraadt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/23 18:43:32 Modified files: sys/kern : kern_clockintr.c Log message: clockintr: rename clockqueue_reset_intrclock to clockqueue_intrclock_reprogram The function should be in the clockqueue_intrclock namespace. Also, "reprogram" is a better word for what the function actually does. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/23 20:56:44 Modified files: lang/hashlink : Makefile distinfo lang/hashlink/patches: patch-Makefile Log message: update hashlink to 'latest' tag from 2 weeks ago; tested with Into the Necrovale, Dead Cells, and Northgard. hashlink has the unfortunate habit of placing tag "latest" without further description at times, and in this case this is used by latest versions of Into the Necrovale and is required because of a new binding that has been introduced. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/23 22:07:53 Modified files: games/chiaki : Makefile Log message: fix 'make update-patches' target in games/chiaki Set WRKDIST instead of WRKSRC to avoid this error from update-patches: WRKDIST=/usr/ports/pobj/chiaki-2.1.1/chiaki-v2.1.1-src does not exist Hint from thfr@, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/24 00:50:25 Modified files: lib/libcrypto/err: err.c Log message: err.c: fix incorrect line wrapping CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/24 00:53:01 Modified files: lib/libcrypto/err: err.c Log message: Remove last calls to CRYPTO_{push,pop}_info() These don't do anything but return 0 and will be garbage collected in the upcoming bump. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/24 01:00:37 Modified files: lib/libcrypto/evp: evp_cipher.c Log message: Remove custom key length handling No cipher in libcrypto is marked EVP_CIPH_CUSTOM_KEY_LENGTH and no control handler deals with EVP_CTRL_SET_KEY_LENGTH, which means that this code is dead as far as libcrypto is concerned. Almost nothing uses EVP_CIPHER_meth* (this was added for a single project) and nothing sets a custom ctrl. This isn't going to change anyway since EVP_CIPHER_meth* is deprecated in order to promote more provider beauty. ok beck jsing CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/24 01:04:52 Modified files: games/chiaki : Makefile distinfo Log message: Update to Chiaki 2.2.0. Fixes the non-working PS4 controller touchpad button issue. Pressing T on the keyboard to send a touchpad press event is longer required. Tested over qwx(4) against a PS4 on the same wifi network. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/24 01:06:49 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 59.2; from MAINTAINER tux0r, thanks! while here, switch to DIST_TUPLE too. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/24 01:18:53 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_server_CMakeLists_txt geo/qgis/pkg : PLIST Log message: geo/qgis: update to 3.36.0. see https://changelog.qgis.org/en/qgis/version/3.36/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/24 01:56:39 Modified files: www/lighttpd : Makefile distinfo Removed files: www/lighttpd/patches: patch-src_sys-crypto-md_h Log message: Update to lighttpd 1.0.74 from brad (maintainer) https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/master/entry/NEWS CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/02/24 03:22:44 Modified files: net/py-nbxmpp : Makefile distinfo Log message: update of net/py-nbxmpp to 4.5.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/24 03:28:33 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/patches: patch-CMakeLists_txt Log message: net/nextcloudclient: update to 3.12.0, from maintainer Adriano Barbosa Changelog: https://github.com/nextcloud/desktop/releases/v3.12.0 https://github.com/nextcloud/desktop/releases/v3.11.1 https://github.com/nextcloud/desktop/releases/v3.11.0 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/24 03:48:12 Log message: Import sysutils/u-boot/sun50i This splits out support for 64-bit SoC into a separate u-boot port, updating to U-Boot 2024.01, adding the crust SCP firmware on supported boards. ok sthen@ Status: Vendor Tag: kettenis Release Tags: kettenis_20240224 N ports/sysutils/u-boot/sun50i/Makefile N ports/sysutils/u-boot/sun50i/distinfo N ports/sysutils/u-boot/sun50i/pkg/DESCR N ports/sysutils/u-boot/sun50i/pkg/PLIST N ports/sysutils/u-boot/sun50i/patches/patch-configs_pine_h64-model-b_defconfig No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/24 04:57:37 Modified files: sysutils/u-boot: Makefile Makefile.inc sysutils/u-boot/aarch64: Makefile sysutils/u-boot/aarch64/pkg: PLIST Removed files: sysutils/u-boot/aarch64/patches: patch-arch_arm_dts_Makefile patch-arch_arm_dts_sun50i-h6-pine-h64-model-b_dts Log message: Remove sun50i support from the generic u-boot-aarch64 port and hook up the new u-boot-sun50i port. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2024/02/24 05:46:33 Modified files: games/chiaki : Makefile Log message: games/chiaki requires devel/py-setuptools at build-time Fixes ModuleNotFoundError: No module named 'pkg_resources' during build. hint from landry@, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/24 05:55:29 Modified files: audio/shairport-sync: Makefile Log message: enable debug package, take maintainer CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/24 05:57:04 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-config_mak_uname patch-gitweb_gitweb_perl devel/git/pkg : PLIST-main Log message: update to git 2.44.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/24 06:30:35 Modified files: graphics/shotwell: Makefile Log message: Fix LDEP to unbreak. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/24 07:04:13 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_address_space_randomization_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_address_space_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_page_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_allocator_partition_allocator_src_partition_alloc_spinning_mutex_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_files_file_util_unittest_cc patch-base_functional_unretained_traits_h patch-base_process_kill_h patch-base_process_launch_posix_cc patch-base_process_process_metrics_openbsd_cc patch-base_process_process_metrics_unittest_cc patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_synchronization_lock_impl_h patch-base_system_sys_info_openbsd_cc patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-chrome_app_chrome_main_delegate_cc 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_browser_main_extra_parts_linux_cc patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_tabs_tabs_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_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_media_webrtc_chrome_screen_enumerator_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_h patch-chrome_browser_metrics_chrome_metrics_service_client_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_new_tab_page_util_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_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_profiles_profiles_state_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_search_engine_choice_search_engine_choice_client_side_trial_cc patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_supervised_user_supervised_user_navigation_observer_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_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_chrome_views_delegate_h 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_non_client_frame_view_factory_views_cc 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_opaque_browser_frame_view_layout_delegate_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_tab_strip_region_view_cc patch-chrome_browser_ui_views_hung_renderer_view_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_tabs_tab_hover_card_controller_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_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_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_accessibility_main_handler_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_h patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_commands_install_app_locally_command_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_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_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_updater_configurator_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_commerce_core_commerce_feature_list_cc patch-components_content_settings_core_browser_website_settings_registry_cc patch-components_cookie_config_cookie_store_util_cc patch-components_eye_dropper_eye_dropper_view_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_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_features_password_features_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_qr_code_generator_BUILD_gn patch-components_qr_code_generator_features_cc patch-components_qr_code_generator_qr_code_generator_cc patch-components_search_engines_template_url_service_cc patch-components_startup_metric_utils_common_startup_metric_utils_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_supervised_user_core_common_features_cc patch-components_sync_base_features_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_variations_service_variations_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_skia_renderer_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_audio_audio_service_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_child_process_host_impl_h patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_gpu_gpu_memory_buffer_manager_singleton_cc patch-content_browser_gpu_gpu_process_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_utility_process_host_cc patch-content_browser_utility_process_host_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_child_BUILD_gn patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_common_mojo_core_library_support_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_public_browser_content_browser_client_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-content_utility_utility_thread_impl_cc patch-content_zygote_zygote_linux_cc patch-extensions_browser_api_management_management_api_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_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_factory_cc patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_info_collector_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_x_util_h 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_util_cc patch-headless_lib_browser_headless_request_context_manager_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_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_chromeos_platform_video_frame_utils_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_video_fake_gpu_memory_buffer_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_base_network_change_notifier_cc patch-net_cert_cert_verify_proc_h patch-net_dns_BUILD_gn patch-net_dns_address_info_cc patch-net_dns_public_scoped_res_state_h patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_base_desktop_environment_options_cc patch-remoting_host_chromoting_host_cc patch-remoting_host_client_session_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_sandbox_cc patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_mojom_BUILD_gn patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h 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_frame_web_frame_test_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_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_metrics_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_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_vulkan-deps_vulkan-loader_src_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_zlib_BUILD_gn patch-tools_json_schema_compiler_feature_compiler_py patch-tools_memory_partition_allocator_inspect_utils_h patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_ui_base_features_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_events_event_cc patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_events_keycodes_dom_keycode_converter_h patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_gfx_native_widget_types_h patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_switches_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_ozone_platform_wayland_cc patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_platform_window_platform_window_delegate_cc patch-ui_platform_window_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_cc patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_execution_isolate_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Added files: www/chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_h patch-base_allocator_partition_allocator_src_partition_alloc_thread_isolation_pkey_cc patch-chrome_browser_media_webrtc_desktop_media_picker_controller_cc patch-chrome_browser_password_manager_chrome_password_manager_client_cc patch-chrome_browser_permissions_chrome_permissions_client_cc patch-chrome_browser_screen_ai_screen_ai_install_state_cc patch-chrome_browser_search_engine_choice_search_engine_choice_service_factory_cc patch-chrome_browser_ui_passwords_bubble_controllers_relaunch_chrome_bubble_controller_cc patch-chrome_browser_ui_passwords_manage_passwords_ui_controller_cc patch-chrome_browser_ui_views_compose_compose_dialog_view_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_native_cc patch-chrome_browser_ui_views_frame_browser_frame_view_linux_cc patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_h patch-chrome_browser_ui_webui_password_manager_promo_cards_handler_cc patch-chrome_browser_ui_webui_password_manager_promo_cards_relaunch_chrome_promo_cc patch-components_media_router_common_media_source_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_password_manager_core_browser_password_form_manager_cc patch-components_password_manager_core_browser_password_manager_cc patch-components_password_manager_core_browser_password_store_login_database_async_helper_cc patch-components_password_manager_core_common_password_manager_pref_names_h patch-components_safe_browsing_core_common_features_cc patch-components_search_engines_search_engine_choice_search_engine_choice_service_cc patch-components_services_screen_ai_public_cpp_utilities_cc patch-components_signin_public_base_signin_switches_cc patch-components_signin_public_base_signin_switches_h patch-components_system_cpu_cpu_probe_cc patch-media_base_libvpx_thread_wrapper_cc patch-skia_ext_font_utils_cc patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc patch-tools_grit_grit_node_base_py patch-ui_base_ime_init_input_method_initializer_cc patch-ui_base_x_x11_display_util_cc patch-ui_base_x_x11_util_cc patch-ui_base_x_x11_util_h patch-ui_ozone_platform_x11_x11_window_cc patch-ui_views_widget_root_view_cc Removed files: www/chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_compiler_specific_h patch-base_trace_event_trace_log_cc patch-build_config_compiler_pgo_BUILD_gn patch-cc_paint_paint_op_writer_h patch-chrome_app_app_management_strings_grdp 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_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_compose_chrome_compose_client_cc patch-chrome_browser_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_cc patch-chrome_browser_performance_manager_metrics_cpu_probe_cpu_probe_cc patch-chrome_browser_resources_sandbox_internals_sandbox_internals_ts patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts 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_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_ui_omnibox_chrome_omnibox_client_cc patch-chrome_browser_ui_tabs_organization_trigger_observer_h patch-chrome_common_crash_keys_cc patch-chrome_test_chromedriver_capabilities_cc patch-components_autofill_payments_strings_grdp patch-components_commerce_strings_grdp patch-components_components_chromium_strings_grd patch-components_components_google_chrome_strings_grd patch-components_eye_dropper_eye_dropper_view_aura_cc patch-components_management_strings_grdp patch-components_new_or_sad_tab_strings_grdp patch-components_optimization_guide_core_tflite_model_executor_h patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_supervised_user_core_browser_proto_fetcher_h patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-content_browser_download_save_package_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_public_browser_web_ui_browser_interface_broker_registry_h patch-gpu_command_buffer_service_shared_image_ozone_image_gl_textures_holder_h patch-media_base_cdm_promise_adapter_cc patch-media_base_scopedfd_helper_h patch-remoting_resources_remoting_strings_grd patch-third_party_blink_renderer_core_html_parser_html_document_parser_fastpath_cc patch-third_party_blink_renderer_modules_canvas_canvas2d_canvas_style_cc patch-third_party_blink_renderer_platform_fonts_font_palette_h patch-third_party_blink_renderer_platform_fonts_palette_interpolation_cc patch-third_party_pdfium_third_party_base_compiler_specific_h patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-ui_base_ui_base_types_h patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gtk_gtk_ui_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_strings_app_locale_settings_grd Log message: update to 122.0.6261.69 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/24 07:07:55 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/pkg: PLIST Log message: update to 3006.6 and and missing dep on devel/py-jmespath; from Uwe Werler CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 07:20:49 Modified files: devel/sdl2 : Makefile devel/sdl2/patches: patch-src_joystick_bsd_SDL_bsdjoystick_c Log message: fix Hat/Dpad detection where HUG_HAT_SWITCH is used for it. Problem found by stsp@, ok stsp@ There are 2 different ways that HID devices communicate gamepad D-pads. The traditional way with HUG_HAT_SWITCH is less common, so the issue remained undetected as many current gamepads use HUG_DPAD_{UP,DOWN,LEFT,RIGHT} instead. The result was a bug where the HUG_HAT_SWITCH values were later overridden by zeroes from (non-existent) HUG_DPAD_* CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 07:48:00 Log message: import graphics/volk, a dynamic loader for the vulkan library and now a dependency for vulkan-tools. ok op@ DESCR: volk is a meta-loader for Vulkan. It allows you to dynamically load entrypoints required to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan loader. Additionally, volk simplifies the use of Vulkan extensions by automatically loading all associated entrypoints. Finally, volk enables loading Vulkan entrypoints directly from the driver which can increase performance by skipping loader dispatch overhead. Status: Vendor Tag: thfr Release Tags: thfr_20240224 N ports/graphics/volk/Makefile N ports/graphics/volk/distinfo N ports/graphics/volk/patches/patch-CMakeLists_txt N ports/graphics/volk/pkg/DESCR N ports/graphics/volk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 07:49:22 Modified files: graphics : Makefile Log message: +volk CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/24 08:21:39 Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: qwx(4): qwx_dp_rx_tid_del_func: fix dp_reo_cache_flush_elem expiration logic Tweak a few things in qwx_dp_rx_tid_del_func() to make it behave correctly on OpenBSD: - struct dp_reo_cache_flush_elem: make ts a 64-bit count of nanoseconds Linux uses jiffies to timestamp dp_reo_cache_flush_elem. Although OpenBSD has a global jiffies variable, we shouldn't use it outside of drm(4). I would rather not use our global ticks variable, either. We can use getnsecuptime(9), a low-res 64-bit nanosecond timestamp, as a substitute. - qwx_dp_rx_tid_del_func: replace gettime(9) with getnsecuptime(9) - qwx_dp_rx_tid_del_func: convert DP_REO_DESC_FREE_TIMEOUT_MS to nanoseconds - qwx_dp_rx_tid_del_func: reverse timestamp comparison operator This comparison is backwards. Linux uses the time_after() macro to test whether a given entry has expired, so our ported code needs to test whether the current uptime is greater than or equal to a given entry's expiration time. Joint effort with stsp@. Tested by stsp@. ok stsp@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/24 08:30:14 Modified files: lib/libcrypto : x86_64cpuid.pl lib/libcrypto/aes/asm: aes-x86_64.pl aesni-sha1-x86_64.pl aesni-x86_64.pl bsaes-x86_64.pl vpaes-x86_64.pl lib/libcrypto/bn: s2n_bignum_internal.h lib/libcrypto/bn/arch/amd64: bignum_add.S bignum_cmadd.S bignum_cmul.S bignum_mul.S bignum_mul_4_8_alt.S bignum_mul_8_16_alt.S bignum_sqr.S bignum_sqr_4_8_alt.S bignum_sqr_8_16_alt.S bignum_sub.S word_clz.S lib/libcrypto/bn/asm: modexp512-x86_64.pl x86_64-mont.pl x86_64-mont5.pl lib/libcrypto/camellia/asm: cmll-x86_64.pl lib/libcrypto/md5/asm: md5-x86_64.pl lib/libcrypto/modes/asm: ghash-x86_64.pl lib/libcrypto/perlasm: x86_64-xlate.pl lib/libcrypto/rc4/asm: rc4-md5-x86_64.pl rc4-x86_64.pl lib/libcrypto/sha/asm: sha1-x86_64.pl sha512-x86_64.pl lib/libcrypto/whrlpool/asm: wp-x86_64.pl Log message: Replace uses of endbr64 with _CET_ENDBR from cet.h cet.h is needed for other platforms to emit the relevant .gnu.properties sections that are necessary for them to enable IBT. It also avoids issues with older toolchains on macOS that explode on encountering endbr64. based on a diff by kettenis ok beck kettenis CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/24 08:35:56 Modified files: net/unison : Makefile distinfo net/unison/files: unison.desktop Added files: net/unison/pkg : DESCR-gui DESCR-main PLIST-gui PLIST-main README-main Removed files: net/unison/pkg : DESCR PFRAG.no-no_x11 PLIST README Log message: Update to unison-2.54.3 Changes: https://github.com/bcpierce00/unison/releases/tag/v2.53.4 Build now allows to build the cli and the gui at the same time. Switch from FLAVORS to MULTI_PACKAGES. @pkgpaths markers have been added to make upgrading transparent for users. OK jca@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/24 08:38:36 Modified files: net : Makefile Log message: Drop unison FLAVOR OK jca@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/24 08:39:44 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for the rename unison => unison-gui OK jca@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:13:06 Log message: import volatility3 Volatility is the world's most widely used framework for extracting digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer visibility into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into this exciting area of research. Symbol files are not part of the package. They have to be installed manually. See README for details. valuable feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240224 N ports/security/volatility3/Makefile N ports/security/volatility3/distinfo N ports/security/volatility3/pkg/DESCR N ports/security/volatility3/pkg/README N ports/security/volatility3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:14:16 Modified files: security : Makefile Log message: hook up volatility3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:16:48 Log message: import PuppetDB 8 PuppetDB is the fast, scalable, and reliable data warehouse for Puppet. It caches data generated by Puppet, and gives you advanced features at awesome speed with a powerful API. OK kn@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240224 N ports/databases/puppetdb/8/Makefile N ports/databases/puppetdb/8/distinfo N ports/databases/puppetdb/8/patches/patch-Makefile N ports/databases/puppetdb/8/patches/patch-ext_bin_puppetdb N ports/databases/puppetdb/8/patches/patch-ext_cli_delete-reports N ports/databases/puppetdb/8/patches/patch-ext_cli_foreground N ports/databases/puppetdb/8/patches/patch-ext_cli_reload N ports/databases/puppetdb/8/patches/patch-ext_cli_ssl-setup N ports/databases/puppetdb/8/patches/patch-ext_cli_start N ports/databases/puppetdb/8/patches/patch-ext_cli_upgrade N ports/databases/puppetdb/8/patches/patch-ext_config_conf_d_config_ini N ports/databases/puppetdb/8/patches/patch-ext_config_conf_d_jetty_ini N ports/databases/puppetdb/8/patches/patch-ext_default N ports/databases/puppetdb/8/patches/patch-ext_ezbake-functions_sh N ports/databases/puppetdb/8/pkg/DESCR-main N ports/databases/puppetdb/8/pkg/DESCR-plugin N ports/databases/puppetdb/8/pkg/PLIST-main N ports/databases/puppetdb/8/pkg/PLIST-plugin N ports/databases/puppetdb/8/pkg/puppetdb.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:17:34 Modified files: databases/puppetdb: Makefile Log message: Hook up PuppetDB 8 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/24 09:19:49 Modified files: usr.sbin/btrace: btrace.c Log message: Implement 'store' for all builtins, they are either string or integer. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:19:52 Log message: import Puppetserver 8 Puppet is configured in an agent-server architecture, in which a primary server node manages the configuration information for a fleet of agent nodes. Puppet Server acts as the primary server node. Puppet Server is a Ruby and Clojure application that runs on the Java Virtual Machine (JVM). Puppet Server runs Ruby code for compiling Puppet catalogs and for serving files in several JRuby interpreters. It also provides a certificate authority through Clojure. OK kn@ Status: Vendor Tag: sebastia Release Tags: sebastia_20240224 N ports/sysutils/puppetserver/8/Makefile N ports/sysutils/puppetserver/8/distinfo N ports/sysutils/puppetserver/8/patches/patch-ext_bin_puppetserver N ports/sysutils/puppetserver/8/patches/patch-ext_cli_foreground N ports/sysutils/puppetserver/8/patches/patch-ext_cli_reload N ports/sysutils/puppetserver/8/patches/patch-ext_cli_start N ports/sysutils/puppetserver/8/patches/patch-ext_config_conf_d_puppetserver_conf N ports/sysutils/puppetserver/8/patches/patch-ext_default N ports/sysutils/puppetserver/8/patches/patch-ext_ezbake-functions_sh N ports/sysutils/puppetserver/8/pkg/DESCR N ports/sysutils/puppetserver/8/pkg/PLIST N ports/sysutils/puppetserver/8/pkg/README N ports/sysutils/puppetserver/8/pkg/puppetserver.rc No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/24 09:21:32 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : clockintr_bind.9 Log message: clockintr_bind.9: document clockintr, clockrequest APIs This manpage only covers the frontend APIs. The backend API is still moving around and will be documented separately. Tons of input, editing, and suggestions from jmc@, schwarze@, mpi@, claudio@, mlarkin@, and probably several others I'm forgetting. ok jmc@ schwarze@ claudio@ mpi@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/24 09:23:25 Modified files: sysutils/puppetserver: Makefile Log message: hook up Puppetserver 8 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/24 10:00:05 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Explicitly disable MSR_CET_NO_TRACK_EN in MSR_S_CET. If enabled by the boot-process, we don't want to accidentally allow "notrack" indirect branches. Linux kernel does the same. Today it is difficult to do the same for userland, because there is 1 known piece of software using "notrack" (which needs to be fixed). ok kettenis CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/24 10:05:59 Modified files: usr.sbin/btrace: btrace.c Log message: Implement 'store' for maps. A current limitation is the value read from a map is converted to an integer. To preserve the original type we have to make maps aware of the type of its elements. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 10:34:36 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-src_joystick_SDL_gamecontrollerdb_h Log message: Add PS4 controller mapping for GUID 0300d0424c050000cc09000000010000 that makes the touchpad button usable. There are more unaccounted PS4 controller GUIDs, will need to ultimately defer to upstream for keeping the SDL_gamecontrollerdb.h update. In the meantime, this helps stsp@ use chiaki better... CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/24 10:39:07 Modified files: multimedia/libvpx: Makefile Added files: multimedia/libvpx/patches: patch-third_party_x86inc_x86inc_asm Log message: Add ENBDR64 instructions. Since this port uses yasm and yasm doesn't know the ENDBR64 instruction we need to resort to emitting raw bytes. ok robert@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/24 10:53:20 Modified files: lib/libcrypto/aes/asm: aesni-x86_64.pl lib/libcrypto/modes/asm: ghash-x86_64.pl Log message: Add a few missing endbr64 to libcrypto gcm_{gmult,ghash}_4bit(), aesni_ccm64_decrypt_blocks(), aes_cbc_encrypt(), and aesni_xts_{en,de}crypt() were overlooked in previous passes. Found with a diff for ld.lld by kettenis ok kettenis CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/24 11:07:25 Modified files: textproc/pandoc: Makefile distinfo textproc/pandoc/pkg: PLIST Log message: Update pandoc to 3.1.12.1 from: Evan Silberman (maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/24 12:08:20 Modified files: editors/cooledit: Makefile editors/cooledit/pkg: DESCR PLIST Log message: drop python FLAVOR from cooledit The python FLAVOR only works with Python 2, so let's drop it to move forward with Python 2 retirement. "not a problem" espie@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/24 12:08:50 Modified files: editors : Makefile Log message: -cooledit,python CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/24 12:13:05 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/24 12:42:54 Modified files: usr.sbin/btrace: btrace.c Log message: Check for builtins used inside tuple to ask the kernel to copyout specific data. Allow to save stacktrace and process name in tuples. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/24 13:03:41 Modified files: multimedia/libvpx/patches: patch-third_party_x86inc_x86inc_asm Log message: add a comment to the patch making it clear that it's adding endbr64 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/24 13:17:42 Modified files: math/wxMaxima : Makefile distinfo Log message: update wxMaxima to 24.02.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/24 15:16:20 Modified files: devel/src : Makefile devel/src/patches: patch-Makefile Log message: remove python 2 tentacles from devel/src tests Besides the removal of the TDEP on Python 2, fix some pylint problems: - don't run pylint twice - don't fail on pylint errors, otherwise if the pylint port is updated and adds new checks, then the new failures would prevent the regression tests from running CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/24 17:07:14 Modified files: sys/sys : acct.h sys/kern : kern_sig.c usr.bin/lastcomm: lastcomm.1 lastcomm.c share/man/man5 : acct.5 Log message: New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI has occurred in the process. ok various people CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/24 18:13:41 Modified files: devel/objfw : Makefile distinfo Log message: Update to objfw 1.0.10 This includes CET support and a number of bug fixes https://objfw.nil.im/file?name=ChangeLog&ci=1.0.10-release CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/24 18:46:57 Modified files: lang/ghc : Makefile Log message: Add bash test dependency in lang/ghc Reported by Evan Silberman. Removed empty RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 19:32:52 Log message: Import vulkan-utility-libraries, as part of the update to vulkan sdk 1.3.275.0. Testing and ok op@ - thanks! DESCR: Utilities to facilitate official source deliverables that can be reliably used by developers. Status: Vendor Tag: thfr Release Tags: thfr_20240224 N ports/graphics/vulkan-utility-libraries/Makefile N ports/graphics/vulkan-utility-libraries/distinfo N ports/graphics/vulkan-utility-libraries/pkg/DESCR N ports/graphics/vulkan-utility-libraries/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 19:33:38 Modified files: graphics : Makefile Log message: +vulkan-utility-libraries CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 19:43:36 Modified files: graphics/glslang: Makefile distinfo graphics/glslang/patches: patch-StandAlone_CMakeLists_txt graphics/glslang/pkg: PLIST graphics/spirv-headers: Makefile distinfo graphics/spirv-tools: Makefile distinfo graphics/vulkan-headers: Makefile distinfo graphics/vulkan-headers/patches: patch-registry_apiconventions_py patch-registry_cgenerator_py patch-registry_generator_py patch-registry_reg_py patch-registry_spec_tools_conventions_py patch-registry_vkconventions_py graphics/vulkan-headers/pkg: PLIST graphics/vulkan-loader: Makefile distinfo graphics/vulkan-loader/pkg: PLIST graphics/vulkan-tools: Makefile distinfo graphics/vulkan-validation-layers: Makefile distinfo Removed files: graphics/vulkan-headers/patches: patch-registry_genvk_py graphics/vulkan-validation-layers/patches: patch-layers_vulkan_generated_vk_extension_helper_h Log message: update vulkan ports to latest SDK release 1.3.275.0 testing and ok op@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/24 19:57:01 Modified files: lang/hashlink : Makefile Log message: Fix build by adding WRKDIST not set automatically by DIST_TUPLE at this point. Spotted by tb@ in bulk build. Not bumping REVISION because the updated package couldn't be built. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/24 23:22:45 Modified files: lib/libradius : radius.h Log message: Fix a typo CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/02/24 23:28:18 Modified files: sysutils/borgbackup/2.0: Makefile distinfo sysutils/borgbackup/2.0/patches: patch-pyproject_toml patch-setup_py sysutils/borgbackup/2.0/pkg: PLIST Log message: Update to borg-2.0.0b8 Changes: https://borgbackup.readthedocs.io/en/2.0.0b8/changes.html#version-2-0-0b8-2024-02-20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:17:48 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.21.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:23:56 Modified files: devel/appstream: Makefile distinfo devel/appstream/pkg: PLIST-main Log message: Update to appstream-1.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:25:39 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.34.49. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:25:52 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.49. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:26:05 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.32.49. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:28:26 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-465.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:31:44 Modified files: sysutils/opentofu: Makefile distinfo Log message: Update to opentofu-1.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:41:00 Modified files: sysutils/terraform: Makefile distinfo Log message: Update to terraform-1.7.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:44:33 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.55.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:44:43 Modified files: security/libgpg-error: Makefile distinfo Log message: Update to libgpg-error-1.48. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:52:54 Modified files: x11/polkit-qt : Makefile distinfo Log message: Update to polkit-qt{5,6}-0.200.0. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/25 00:54:02 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_src_partition_alloc_BUILD_gn patch-base_allocator_partition_allocator_src_partition_alloc_address_space_randomization_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_h patch-base_allocator_partition_allocator_src_partition_alloc_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_address_space_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_posix_cc patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_config_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_page_constants_h patch-base_allocator_partition_allocator_src_partition_alloc_partition_root_cc patch-base_allocator_partition_allocator_src_partition_alloc_spinning_mutex_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_files_file_util_unittest_cc patch-base_functional_unretained_traits_h patch-base_process_kill_h patch-base_process_launch_posix_cc patch-base_process_process_metrics_openbsd_cc patch-base_process_process_metrics_unittest_cc patch-base_rand_util_h patch-base_rand_util_posix_cc patch-base_synchronization_lock_impl_h patch-base_system_sys_info_openbsd_cc patch-base_threading_platform_thread_posix_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-cc_BUILD_gn patch-chrome_app_chrome_main_delegate_cc 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_browser_main_extra_parts_linux_cc patch-chrome_browser_chrome_browser_main_posix_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_file_picker_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_key_management_browser_commands_key_rotation_command_factory_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h patch-chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_tabs_tabs_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_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_media_webrtc_chrome_screen_enumerator_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_h patch-chrome_browser_metrics_chrome_metrics_service_client_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_new_tab_page_util_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_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_profiles_profiles_state_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_search_engine_choice_search_engine_choice_client_side_trial_cc patch-chrome_browser_sharing_sharing_device_registration_cc patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_supervised_user_supervised_user_navigation_observer_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_h patch-chrome_browser_task_manager_sampling_task_manager_impl_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_startup_startup_browser_creator_impl_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_chrome_views_delegate_h 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_non_client_frame_view_factory_views_cc 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_opaque_browser_frame_view_layout_delegate_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_hung_renderer_view_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_tabs_tab_hover_card_controller_cc patch-chrome_browser_ui_views_user_education_browser_user_education_service_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_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_accessibility_main_handler_cc patch-chrome_browser_ui_webui_settings_accessibility_main_handler_h patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_commands_install_app_locally_command_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_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_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_updater_configurator_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_commerce_core_commerce_feature_list_cc patch-components_content_settings_core_browser_website_settings_registry_cc patch-components_cookie_config_cookie_store_util_cc patch-components_eye_dropper_eye_dropper_view_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_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_features_password_features_cc patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_qr_code_generator_BUILD_gn patch-components_qr_code_generator_features_cc patch-components_qr_code_generator_qr_code_generator_cc patch-components_search_engines_template_url_service_cc patch-components_startup_metric_utils_common_startup_metric_utils_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_supervised_user_core_common_features_cc patch-components_sync_base_features_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_variations_service_variations_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_software_output_surface_cc patch-components_viz_service_display_skia_renderer_cc patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_audio_audio_service_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_child_process_host_impl_h patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_gpu_gpu_memory_buffer_manager_singleton_cc patch-content_browser_gpu_gpu_process_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_utility_process_host_cc patch-content_browser_utility_process_host_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_child_BUILD_gn patch-content_common_BUILD_gn patch-content_common_features_cc patch-content_common_features_h patch-content_common_mojo_core_library_support_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_public_browser_content_browser_client_cc patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_utility_main_cc patch-content_utility_utility_thread_impl_cc patch-content_zygote_zygote_linux_cc patch-extensions_browser_api_management_management_api_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_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_factory_cc patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_info_collector_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_x_util_h 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_util_cc patch-headless_lib_browser_headless_request_context_manager_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_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_chromeos_platform_video_frame_utils_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_video_decoder_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_video_fake_gpu_memory_buffer_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_base_features_cc patch-net_base_network_change_notifier_cc patch-net_cert_cert_verify_proc_h patch-net_dns_BUILD_gn patch-net_dns_address_info_cc patch-net_dns_public_scoped_res_state_h patch-net_proxy_resolution_proxy_config_service_linux_cc patch-net_socket_udp_socket_posix_cc patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-net_tools_cert_verify_tool_cert_verify_tool_cc patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_base_desktop_environment_options_cc patch-remoting_host_chromoting_host_cc patch-remoting_host_client_session_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_host_setup_start_host_main_cc patch-sandbox_policy_BUILD_gn patch-sandbox_policy_sandbox_cc patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_cc patch-services_network_network_service_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_mojom_BUILD_gn patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h 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_frame_web_frame_test_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_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_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_metrics_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_dawn_src_dawn_native_vulkan_BackendVk_cpp patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libc++_src_src_chrono_cpp patch-third_party_libc++_src_src_filesystem_filesystem_clock_cpp patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_speech-dispatcher_libspeechd_version_h patch-third_party_sqlite_src_amalgamation_sqlite3_c patch-third_party_vulkan-deps_vulkan-loader_src_BUILD_gn patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_zlib_BUILD_gn patch-tools_json_schema_compiler_feature_compiler_py patch-tools_memory_partition_allocator_inspect_utils_h patch-tools_perf_chrome_telemetry_build_BUILD_gn patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_ui_base_features_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_events_event_cc patch-ui_events_keycodes_dom_keycode_converter_cc patch-ui_events_keycodes_dom_keycode_converter_h patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_linux_gbm_wrapper_cc patch-ui_gfx_native_widget_types_h patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_switches_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_ozone_platform_wayland_cc patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_platform_window_platform_window_delegate_cc patch-ui_platform_window_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_cc patch-ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_include_v8-internal_h patch-v8_include_v8config_h patch-v8_src_api_api_cc patch-v8_src_execution_isolate_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h Added files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_threading_platform_thread_h patch-base_allocator_partition_allocator_src_partition_alloc_thread_isolation_pkey_cc patch-chrome_browser_media_webrtc_desktop_media_picker_controller_cc patch-chrome_browser_password_manager_chrome_password_manager_client_cc patch-chrome_browser_permissions_chrome_permissions_client_cc patch-chrome_browser_screen_ai_screen_ai_install_state_cc patch-chrome_browser_search_engine_choice_search_engine_choice_service_factory_cc patch-chrome_browser_ui_passwords_bubble_controllers_relaunch_chrome_bubble_controller_cc patch-chrome_browser_ui_passwords_manage_passwords_ui_controller_cc patch-chrome_browser_ui_views_compose_compose_dialog_view_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_cc patch-chrome_browser_ui_views_frame_browser_frame_view_layout_linux_native_cc patch-chrome_browser_ui_views_frame_browser_frame_view_linux_cc patch-chrome_browser_ui_views_passwords_password_bubble_view_base_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_cc patch-chrome_browser_ui_web_applications_web_app_ui_manager_impl_h patch-chrome_browser_ui_webui_password_manager_promo_cards_handler_cc patch-chrome_browser_ui_webui_password_manager_promo_cards_relaunch_chrome_promo_cc patch-components_media_router_common_media_source_cc patch-components_password_manager_core_browser_features_password_features_h patch-components_password_manager_core_browser_password_form_manager_cc patch-components_password_manager_core_browser_password_manager_cc patch-components_password_manager_core_browser_password_store_login_database_async_helper_cc patch-components_password_manager_core_common_password_manager_pref_names_h patch-components_safe_browsing_core_common_features_cc patch-components_search_engines_search_engine_choice_search_engine_choice_service_cc patch-components_services_screen_ai_public_cpp_utilities_cc patch-components_signin_public_base_signin_switches_cc patch-components_signin_public_base_signin_switches_h patch-components_system_cpu_cpu_probe_cc patch-media_base_libvpx_thread_wrapper_cc patch-skia_ext_font_utils_cc patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc patch-tools_grit_grit_node_base_py patch-ui_base_ime_init_input_method_initializer_cc patch-ui_base_x_x11_display_util_cc patch-ui_base_x_x11_util_cc patch-ui_base_x_x11_util_h patch-ui_ozone_platform_x11_x11_window_cc patch-ui_views_widget_root_view_cc Removed files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_src_partition_alloc_partition_alloc_base_compiler_specific_h patch-base_trace_event_trace_log_cc patch-build_config_compiler_pgo_BUILD_gn patch-cc_paint_paint_op_writer_h patch-chrome_app_app_management_strings_grdp 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_chrome_unscaled_resources_grd patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_compose_chrome_compose_client_cc patch-chrome_browser_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_cc patch-chrome_browser_performance_manager_metrics_cpu_probe_cpu_probe_cc patch-chrome_browser_resources_sandbox_internals_sandbox_internals_ts patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_ts 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_resources_signin_sync_confirmation_sync_confirmation_app_html patch-chrome_browser_ui_omnibox_chrome_omnibox_client_cc patch-chrome_browser_ui_tabs_organization_trigger_observer_h patch-chrome_common_crash_keys_cc patch-chrome_test_chromedriver_capabilities_cc patch-components_autofill_payments_strings_grdp patch-components_commerce_strings_grdp patch-components_components_chromium_strings_grd patch-components_components_google_chrome_strings_grd patch-components_eye_dropper_eye_dropper_view_aura_cc patch-components_management_strings_grdp patch-components_new_or_sad_tab_strings_grdp patch-components_optimization_guide_core_tflite_model_executor_h patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_supervised_user_core_browser_proto_fetcher_h patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-content_browser_download_save_package_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_public_browser_web_ui_browser_interface_broker_registry_h patch-gpu_command_buffer_service_shared_image_ozone_image_gl_textures_holder_h patch-media_base_cdm_promise_adapter_cc patch-media_base_scopedfd_helper_h patch-remoting_resources_remoting_strings_grd patch-third_party_blink_renderer_core_html_parser_html_document_parser_fastpath_cc patch-third_party_blink_renderer_modules_canvas_canvas2d_canvas_style_cc patch-third_party_blink_renderer_platform_fonts_font_palette_h patch-third_party_blink_renderer_platform_fonts_palette_interpolation_cc patch-third_party_pdfium_third_party_base_compiler_specific_h patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-ui_base_ui_base_types_h patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gtk_gtk_ui_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_strings_app_locale_settings_grd Log message: update to 122.0.6261.69 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 00:59:46 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.31. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 01:00:20 Modified files: print/qpdf : Makefile distinfo print/qpdf/patches: patch-CMakeLists_txt Log message: Update to qpdf-11.9.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/25 02:51:52 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/patches: patch-CMakeLists_txt patch-simd_x86_64_jchuff-sse2_asm Log message: update to libjpeg-turbo-3.0.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 03:12:23 Modified files: security/openssl/3.1: Makefile security/openssl/3.1/patches: patch-crypto_aes_asm_bsaes-x86_64_pl Log message: openssl/3.1: add missing endbr64 Add missing landing pads for ossl_bsaes_xts_{de,en}crypt() ok kettenis CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 03:13:01 Modified files: security/openssl/quictls: Makefile security/openssl/quictls/patches: patch-crypto_aes_asm_bsaes-x86_64_pl Log message: quictls: sync patches with openssl/3.1 (missing endbr64 for aes xts) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2024/02/25 03:13:09 Modified files: sbin/unwind : resolver.c Log message: Let some missing missing RFC 1918 reverse zones through. Problem spotted and diff from Einfach Jemand (rru.142 at gmail), thanks! OK phessler, jca CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 03:13:33 Modified files: security/openssl/3.2: Makefile security/openssl/3.2/patches: patch-crypto_aes_asm_bsaes-x86_64_pl Log message: openssl/3.2: sync patches with openssl/3.1 (missing endbr64 for aes xts) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 03:15:34 Modified files: sysutils/borgbackup/2.0: Makefile Log message: borgbackup/2.0: bump after openssl/3.1 asm changes (static link) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 03:16:25 Modified files: mail/postfix/stable: Makefile Log message: mail/postfix/stable: bump after openssl/3.1 asm changes (static link) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/25 04:36:11 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: update to dovecot-fts-xapian-1.7.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 05:24:33 Modified files: games/freeciv : Makefile Log message: Unbreak: fix LDEP and WANTLIB after recent sdl2-* updates. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 06:40:36 Modified files: games/allegro : Makefile games/allegro/patches: patch-include_allegro_platform_alunixac_hin Added files: games/allegro/patches: patch-src_amd64_asmdefs_inc Log message: games/allegro: add missing endbr64 ok kettenis CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/02/25 06:43:48 Modified files: fonts/unifont : Makefile distinfo fonts/unifont/pkg: PLIST Log message: Update to unifont-15.1.05, no longer ships ttf fonts, only otf fonts CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/25 06:47:52 Modified files: devel/sdl2-mixer: Makefile Log message: I missed new dlopen(3) library dependencies on wavpack and libxmp. Add those. Found by aja@ - thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 07:45:21 Modified files: meta/gnome : Makefile Log message: Add HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 07:46:13 Modified files: meta/jitsi : Makefile Log message: PERMIT_PACKAGE is inherited from Makefile.inc. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/25 08:04:17 Modified files: multimedia/x264: Makefile multimedia/x264/patches: patch-common_x86_x86inc_asm Log message: Another macro that needs an ENDBR64 instruction. ok tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/25 09:35:49 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: obsolete qt5/webkit goldendict; OK tb CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/25 09:37:09 Modified files: textproc : Makefile Removed files: textproc/goldendict: Makefile distinfo textproc/goldendict/patches: patch-goldendict_pro patch-main_cc textproc/goldendict/pkg: DESCR PLIST Log message: reomve goldendict, superseded by goldendict-ng CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/25 10:00:25 Modified files: math/pari : Makefile distinfo Log message: update pari to 2.15.5; a bugfix release CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 10:15:17 ports/multimedia/py-chromecast/patches Update of /cvs/ports/multimedia/py-chromecast/patches In directory cvs.openbsd.org:/tmp/cvs-serv57593/patches Log Message: Directory /cvs/ports/multimedia/py-chromecast/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/25 10:16:04 Modified files: multimedia/py-chromecast: Makefile distinfo multimedia/py-chromecast/pkg: PLIST Added files: multimedia/py-chromecast/patches: patch-pyproject_toml Log message: Update to py3-chromecast-14.0.0. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/25 11:17:11 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr.h, kern_clockintr.c: add 2023, 2024 to copyright range CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/25 11:29:26 Modified files: sys/sys : clockintr.h Log message: sys/clockintr.h: consolidate forward declarations CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/25 12:10:21 Modified files: security/libsrtp: Makefile distinfo security/libsrtp/patches: patch-include_srtp_h patch-srtp_srtp_c Log message: update to libsrtp-2.6.0 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/25 12:15:50 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/arm64/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/i386/include: cpu.h sys/arch/m88k/include: cpu.h sys/arch/mips64/include: cpu.h sys/arch/powerpc/include: cpu.h sys/arch/powerpc64/include: cpu.h sys/arch/riscv64/include: cpu.h sys/arch/sh/include: cpu.h sys/arch/sparc64/include: cpu.h Log message: clockintr: rename "struct clockintr_queue" to "struct clockqueue" The code has outgrown the original name for this struct. Both the external and internal APIs have used the "clockqueue" namespace for some time when operating on it, and that name is eyeball-consistent with "clockintr" and "clockrequest", so "clockqueue" it is. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/25 12:17:18 Modified files: graphics/png : Makefile distinfo Log message: update to png-1.6.43, from Brad CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/25 13:10:10 Modified files: www/chromium/patches: patch-third_party_blink_renderer_core_xml_xslt_processor_h patch-third_party_blink_renderer_core_xml_xslt_processor_libxslt_cc patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_column_numeric_storage_cc Removed files: www/chromium/patches: patch-third_party_perfetto_src_trace_processor_db_column_h www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_column_h Log message: sync patches with shared bsd repo CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/25 13:32:52 Modified files: audio/mkplaylist: Makefile audio/mkplaylist/pkg: PLIST Log message: update to point at the current homepage and download site CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/25 13:42:58 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/mkplaylist: Makefile distinfo audio/mkplaylist/files: mkplaylist.1 setup.py audio/mkplaylist/pkg: DESCR PLIST Log message: retire mkplaylist which is python2-only ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/25 14:02:00 Modified files: audio/py-discogs-client: Makefile distinfo Log message: update py-discogs-client to 2.7 From Johan Huldtgren (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2024/02/25 14:11:24 Modified files: emulators/melonds: Makefile Added files: emulators/melonds/patches: patch-src_teakra_src_CMakeLists_txt Log message: Leave out some test files from the build. Fixes build on i386. ok sthen@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/02/25 15:33:09 Modified files: sys/arch/amd64/amd64: acpi_wakecode.S cpu.c locore.S machdep.c vmm_machdep.c vmm_support.S sys/arch/amd64/include: segments.h Log message: We don't do compat32 so MSR_CSTAR shouldn't be set up: delete the Xsyscall32 stub and UCODE32 selector, set MSR_CSTAR to zero at CPU startup, and rezero on ACPI resume and VM exit. requested a while ago by deraadt@ AMD VM testing chris@ testing and ok krw@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/25 15:42:10 Modified files: games/luasteam : Makefile Log message: luasteam depends on luajit, therefore needing USE_NOBTCFI=Yes at this point, raised by sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 16:54:12 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c amdgpu_gfx.c Log message: Revert "drm/amd: flush any delayed gfxoff on suspend entry" From Mario Limonciello caa2565a2e13899be31f7b1e069e6465d3e2adb0 in linux-6.6.y/6.6.18 916361685319098f696b798ef1560f69ed96e934 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 16:55:59 Modified files: sys/dev/pci/drm/amd/amdgpu: cik_ih.c cz_ih.c iceland_ih.c ih_v6_0.c ih_v6_1.c navi10_ih.c si_ih.c tonga_ih.c vega10_ih.c vega20_ih.c Log message: drm/amdgpu: Reset IH OVERFLOW_CLEAR bit From Friedrich Vock 8983397951b4b0bd51bb4b4ba9749424e1ccbb70 in linux-6.6.y/6.6.18 7330256268664ea0a7dd5b07a3fed363093477dd in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 16:57:35 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v10_0.c Log message: drm/amd: Don't init MEC2 firmware when it fails to load From David McFarland 38fd4dfa2764280e48c862e89623def321d0328d in linux-6.6.y/6.6.18 8ef85a0ce24a6d9322dfa2a67477e473c3619b4f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 16:59:06 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_training.c Log message: drm/amd/display: Add align done check From Zhikai Zhai b9e373ed8d9cefd56bf2ff2dd2914105bf53bd4e in linux-6.6.y/6.6.18 94b38b895dec8c0ef093140a141e191b60ff614c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 17:00:17 Modified files: sys/dev/pci/drm: drm_prime.c Log message: drm/prime: Support page array >= 4GB From Philip Yang 4ff8ec01a86568ffa5b8825bfe51c4d0d1379286 in linux-6.6.y/6.6.18 b671cd3d456315f63171a670769356a196cf7fd0 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 17:02:20 Modified files: sys/dev/pci/drm/amd/amdgpu: soc21.c Log message: drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution From Thong b476ae1da1369bc56e090d0a55bbd55bf0d8d409 in linux-6.6.y/6.6.18 2f542421a47e8246e9b7d2c6508fe3a6e6c63078 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 17:04:18 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Fix MST Null Ptr for RV From Fangzhi Zuo 7407c61f43b66e90ad127d0cdd13cbc9d87141a5 in linux-6.6.y/6.6.18 e6a7df96facdcf5b1f71eb3ec26f2f9f6ad61e57 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/25 17:06:08 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Preserve original aspect ratio in create stream From Tom Chung 482cda9e50dedda43695fe52410add03cc146a30 in linux-6.6.y/6.6.18 deb110292180cd501f6fde2a0178d65fcbcabb0c in mainline linux CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/02/25 19:02:32 Modified files: sysutils/firmware/amd: Makefile distinfo Log message: update amd microcode to 20240220 00A00F11 19-01-01 Milan-B1 0x0a0011d1 -> 0x0a0011d3 00A00F12 19-01-02 Milan-X B2 0x0a001234 -> 0x0a001236 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/02/25 19:06:55 Modified files: sysutils/firmware/amdgpu: Makefile distinfo sysutils/firmware/amdgpu/pkg: PLIST Log message: update amdgpu firmware to to 20240220 includes initial firmware for GC 9.4.3 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/02/25 19:08:25 Modified files: sysutils/firmware/inteldrm: Makefile distinfo Log message: update inteldrm firmware to 20240220 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/02/25 19:10:15 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeon firmware to 20240220 no binary change CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 21:45:13 Modified files: devel/libuv : Makefile Log message: libuv: set compiler/langs to fix build on sparc64 (stdatomic.h) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/25 21:49:46 Modified files: multimedia/gstreamer1/plugins-good: Makefile Added files: multimedia/gstreamer1/plugins-good/patches: patch-gst_deinterlace_x86_x86inc_asm Log message: gstreamer1-plugins-good: add missing endbr ok aja kettenis sthen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/02/25 23:49:38 Modified files: lib/libpcap : pcap-filter.5 usr.sbin/tcpdump: tcpdump.8 Log message: type mgtv -> mgt; from todd carson CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/26 01:25:51 Modified files: usr.sbin/npppd/common: addr_range.c debugutil.c hash.c recvfromto.c usr.sbin/npppd/npppd: fsm.c fsm.h Log message: Convert K&R style function declarations to ANSI. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/26 01:29:37 Modified files: usr.sbin/npppd/l2tp: l2tp.h usr.sbin/npppd/npppd: npppd_iface.h npppd_local.h usr.sbin/npppd/pptp: pptp.h Log message: Use unsigned integers for bit fields. Also fix white spaces. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/26 01:47:28 Modified files: usr.sbin/npppd/npppd: chap.c npppd_radius.c pap.c radius_req.c radius_req.h Log message: Put the RADIUS message authenticator in the Access-Request and check the message authenticators of any received messages from servers only if they include a message authenticator. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/26 02:50:42 Modified files: usr.sbin/dvmrpd: rde.c Log message: use TAILQ_FOREACH_SAFE() to avoid use after free found by smatch, ok claudio@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/26 03:02:37 Modified files: usr.sbin/rpki-client: print.c Log message: Properly close JSON array before continuing in TAK OK claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/26 03:05:48 Modified files: devel/highway : Makefile distinfo devel/highway/patches: patch-CMakeLists_txt devel/highway/pkg: PLIST Log message: devel/highway: update to 1.1.0. based on a diff from kn@ for 1.0.5 then 1.0.7, tested on i386/amd64 with feedback and ok kn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/26 03:07:38 Modified files: graphics/libjxl: Makefile distinfo graphics/libjxl/pkg: PLIST Removed files: graphics/libjxl/patches: patch-lib_jpegli_cmake Log message: graphics/libjxl: update to 0.10.0. see https://github.com/libjxl/libjxl/releases/tag/v0.9.0 & https://github.com/libjxl/libjxl/releases/tag/v0.10.0 tested on i386 & amd64, consumers (sdl2-image, gdal & imlib2) are fine with it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/26 03:08:25 Modified files: devel/sdl2-image: Makefile Log message: devel/sdl2-image: tweak WANTLIB after graphics/libjxl update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/26 03:09:13 Modified files: graphics/imlib2: Makefile Log message: graphics/imlib2: tweak WANTLIB after graphics/libjxl update CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2024/02/26 03:42:05 Modified files: usr.sbin/npppd/npppd: npppd_auth.c npppd_auth_local.h npppd_radius.c npppd_radius.h ppp.c Log message: Add NAS-Identifier "npppd" for RADIUS requests. Also send Accouting-On when RADIUS accounting is configured. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 05:04:44 Log message: import "q" (net/dnsq to give it a slightly more descriptive name). From Renaud Allard, ok otto@ q is a tiny and feature-rich command line DNS client with support for UDP, TCP, DoT, DoH, DoQ, and ODoH Status: Vendor Tag: sthen Release Tags: sthen_20240226 N ports/net/dnsq/Makefile N ports/net/dnsq/distinfo N ports/net/dnsq/modules.inc N ports/net/dnsq/pkg/DESCR N ports/net/dnsq/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 05:05:25 Modified files: net : Makefile Log message: +dnsq CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 06:30:18 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-meson_build patch-qga_commands-posix_c patch-qga_main_c emulators/qemu/pkg: PLIST-main README-main Removed files: emulators/qemu/patches: patch-configure patch-meson_mesonbuild_compilers_cpp_py patch-plugins_meson_build emulators/qemu/pkg: PFRAG.plugins-main Log message: update to qemu-8.2.1, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 06:38:21 Modified files: converters/py-html2text: Makefile distinfo converters/py-html2text/pkg: PLIST Log message: update to py3-html2text-2024.2.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 07:01:55 Modified files: sysutils/moreutils: Makefile distinfo Log message: update to moreutils-0.69 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 07:16:16 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-extra_mariabackup_xtrabackup_cc databases/mariadb/pkg: PLIST-server PLIST-tests Removed files: databases/mariadb/patches: patch-include_ssl_compat_h Log message: update to mariadb-10.9.8, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/26 08:00:30 Modified files: lib/libcrypto/objects: obj_dat.c lib/libcrypto/stack: stack.c Log message: Neuter OBJ_bsearch{_,ex_}() Make these functions always fail. A copy of OBJ_bsearch_ex_() is kept in stack.c, where it is still used by internal_find() for sk_find{,_ex}(). sk_find_ex() will be removed in the upcoming bump, and then we can simplify or rewrite what's still needed. ok jsing CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/26 08:40:33 Modified files: usr.sbin/rpki-client: extern.h main.c output-json.c output-ometric.c repo.c Log message: Track the number of new files moving from 'staging' to 'validated cache' The OpenMetrics output shows per-repository counters for new files added, the main process and JSON output emit the sum of all new files. OK claudio@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/26 11:00:09 Modified files: sys/dev/pci : if_iwx.c Log message: fix Tx rate selection for management frames in iwx(4) The Tx rate index stored in ni->ni_txrate is not intended for use with management frames, yet iwx_tx_fill_cmd() was using it anyway. Use the minimum basic rate selected within iwx_tx_fill_cmd() instead. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/26 11:02:01 Modified files: net/dhcpcd : Makefile net/dhcpcd/pkg : PLIST Log message: remove @exec-update that were used to handle migration from pre-OpenBSD 7.0 where paths changed after dhcpcd added privsep CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/26 11:12:29 Modified files: wayland/slurp : Makefile distinfo wayland/slurp/patches: patch-meson_build Log message: Update to slurp 1.5.0. ok daniel@ landry@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/26 11:14:03 Modified files: wayland/swayimg: Makefile distinfo wayland/swayimg/patches: patch-meson_build wayland/swayimg/pkg: PLIST Log message: Update to swayimg 2.1. ok daniel@ landry@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/26 11:17:32 Modified files: wayland/havoc : Makefile distinfo wayland/havoc/patches: patch-Makefile patch-havoc_cfg patch-main_c patch-tsm_Makefile Added files: wayland/havoc/patches: patch-tsm_tsm-vte_c Log message: Update to havoc 0.5.0. ok and tweaks rsadowski@, daniel@, landry@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2024/02/26 11:22:16 Modified files: wayland/sway : Makefile distinfo wayland/sway/patches: patch-config_in patch-sway_config_c Log message: Update to sway 1.9. tweaks and ok daniel@ landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/26 11:54:25 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add GMAC related RK3588 clocks. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/26 11:57:50 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqevar.h Log message: Add RK3588 support. Rework the RK3568 support to take advantage of the PHY mode enum like the new RK3588 code. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/02/26 13:37:27 Modified files: usr.sbin/rpki-client: rsync.c Log message: Also download SPLs via rsync OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:00:26 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.25.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:05:23 Modified files: x11/gnome/contacts: Makefile distinfo Log message: Update to gnome-contacts-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:05:55 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:08:37 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.52.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:09:16 Modified files: sysutils/consul-template: Makefile distinfo Log message: Update to consul-template-0.37.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/26 14:15:06 Modified files: net/coredns : Makefile distinfo modules.inc Log message: Update to coredns-1.11.2. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/26 14:21:29 Modified files: security/hcxtools: Makefile distinfo Log message: update 6.3.2 -> 6.3.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/26 14:41:24 Modified files: sys/dev/fdt : dwpcie.c Log message: Enable MSIs on RK3588. We have a U-Boot package with device trees that work now. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/02/26 14:43:29 Modified files: sysutils/u-boot/rk3588: Makefile sysutils/u-boot/rk3588/pkg: PLIST Added files: sysutils/u-boot/rk3588/patches: patch-arch_arm_dts_rk3588s-nanopi-r6s-u-boot_dtsi patch-arch_arm_dts_rk3588s-nanopi-r6s_dts patch-configs_nanopi-r6s-rk3588s_defconfig Log message: Add support for the NanoPi R6S. ok jca@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/26 23:58:19 Modified files: usr.bin/ctfconv: generate.c Log message: Recent ctfconv refactoring broke support for long double types, as discovered by the regress tests. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/26 23:58:48 Modified files: regress/usr.bin/ctfdump: base_types_encoding.amd64 base_types_encoding.i386 Log message: Cope with recent ctfdump output changes. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/27 00:21:07 Modified files: regress/sys/netinet/in_pcbbind: Makefile Log message: Favor usage of REGRESS_SKIP_TARGETS instead of this custom logic. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/27 01:26:39 Modified files: emulators/nono : Makefile distinfo Log message: Update for Nono to 0.7.0 OK benoit@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/02/27 01:54:37 Modified files: www/honk : Makefile distinfo www/honk/pkg : PLIST Log message: Update for Honk to 1.2.3. From Horia (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/27 01:59:42 Modified files: multimedia/libass: Makefile Added files: multimedia/libass/patches: patch-libass_x86_x86inc_asm Log message: add ENDBR64 for BTI; Tests/OK sthen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/02/27 03:47:20 Modified files: sys/dev/fdt : if_dwxe.c Log message: Pass flags to configure internal PHY delays down to the PHY. Also pass down the device tree node. This is necessary form boards that use ytphy(4) such as the OrangePi Zero 3. Note that this means the PHY mode has to be correctly specified in the device tree. This hasn't always been the case and it is still wrong in some of the device trees provided by the U-Boot version in packages that we use for 32-bit Allwinner SoCs. However those boards typically use a Realtek RTL8211E PHY (rev. 5) and rgephy(4) does not pay attention to the flags yet. So this commit shouldn't break any boards that aren't already broken. I'm working on an U-Boot update that will fix these device trees. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/27 03:48:43 Modified files: www/chromium/patches: patch-build_config_compiler_BUILD_gn www/iridium/patches: patch-build_config_compiler_BUILD_gn www/ungoogled-chromium: Makefile www/ungoogled-chromium/patches: patch-build_config_compiler_BUILD_gn Log message: pass --strip-all to lld on i386 to try to keep it under the memory limit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/27 03:55:34 Modified files: security/py-fastecdsa: Makefile distinfo security/py-fastecdsa/patches: patch-fastecdsa_tests_test_rfc6979_ecdsa_py patch-fastecdsa_tests_test_whycheproof_vectors_py Log message: Update to py3-fastecdsa 2.3.2 While the tests no longer reach out to the internet, we have a new complication because for some reasons the tests look for the json files in the wrong directory. Also, the test data didn't make it to pypi. So grab the files from github and stupid patches to fix the paths. Unsure if it's Python being too smart for its own good or python.port.mk. Probably both. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/27 04:28:30 Modified files: usr.bin/rsync : blocks.c extern.h hash.c sender.c Log message: Split hash_file into three steps, setup, add buf and final. Setup inits the context and adds the seed. The buf function simply adds a block from the file to the hash. The final function calls MD4_Final() to close the context and generate the hash. This will help to remove the mmap in the sender and should result in a more atomic view of the file since hash_file() is now called together with the other hash_functions. OK deraadt@ tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/27 05:37:49 Modified files: sys/net : route.c route.h sys/netinet : in_pcb.c sys/netinet6 : in6_pcb.c in6_src.c Log message: Combine route_cache() and rtalloc_mpath() in new route_mpath(). Fill and check the cache and call rtalloc_mpath() together. Then the caller of route_mpath() does not have to care about the uint32_t *src pointer and just pass struct in_addr. All the conversions are done inside the functions. ro->ro_rt is either valid or NULL. Note that some places have a stricter rtisvalid() now compared to the previous NULL check. OK claudio@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/27 05:38:12 Modified files: usr.sbin/btrace: btrace.c Log message: Make it possible to check for existing string in maps. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 05:48:43 Modified files: graphics/shaderc: Makefile distinfo graphics/shaderc/patches: patch-CMakeLists_txt patch-cmake_utils_cmake patch-glslc_CMakeLists_txt patch-libshaderc_CMakeLists_txt Removed files: graphics/shaderc/patches: patch-libshaderc_util_CMakeLists_txt Log message: update graphics/shaderc to 2023.8 fixes the build with the latest glslang (reported by naddy, thanks!) while here take maintainership so I have more chances to see new releases. build tested libplacebo and runtested taisei and supertuxkart. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/27 05:50:33 Modified files: usr.sbin/btrace: btrace.h regress/usr.sbin/btrace: str.args str.bt str.ok Log message: Printing large tuples require more than 64 chars, bump the string limit. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2024/02/27 06:12:33 Modified files: lib/libcrypto/perlasm: x86_64-xlate.pl Log message: align read-only sections on masm/windows to 64 bytes Avoid conflicts where alignment is specified later in the underlying assembly. ok tb@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2024/02/27 06:22:32 Log message: import go-sendxmpp-0.8.3 A command line tool to send messages to an XMPP contact or MUC inspired by sendxmpp. Replaces net/sendxmpp ok paco@ thanks to tb@ for ensuring the Go modules versions were ok Status: Vendor Tag: solene Release Tags: solene_20240227 N ports/net/go-sendxmpp/Makefile N ports/net/go-sendxmpp/distinfo N ports/net/go-sendxmpp/modules.inc N ports/net/go-sendxmpp/pkg/DESCR N ports/net/go-sendxmpp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2024/02/27 06:23:24 Modified files: net : Makefile Log message: + go-sendxmpp CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2024/02/27 06:29:58 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/sendxmpp : distinfo Makefile net/sendxmpp/pkg: DESCR PLIST Log message: remove sendxmpp software barely works, upstream is inactive replaced by go-sendxmpp that is actively maintained ok paco@ maintainer timeout CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 07:36:01 Modified files: devel/gopls : Makefile distinfo modules.inc devel/gopls/pkg: PLIST Log message: update devel/gopls to v0.15.0; from MAINTAINER Laurent Cheylus, thanks! CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/02/27 08:16:28 Modified files: build : mirrors.dat Log message: drop mirror.bytemark.co.uk add mirrors.magcast.co (actually in germany not columbia) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/02/27 08:16:51 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: src Changes by: kettenis@cvs.openbsd.org 2024/02/27 08:34:28 Modified files: gnu/llvm/libunwind/src: assembly.h Log message: Linux still doesn't actually implement IBT for userland. And by the pace things are going, it will take another decade before it does. But OpenBSD has it enabled *by default* already. Drop the #ifdef __linux__. This should hurt other OSes when they finally catch up with us. ok robert@, tb@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 09:15:46 Modified files: sysutils/rset : Makefile distinfo Removed files: sysutils/rset/patches: patch-rsub_1 Log message: update sysutils/rset to 3.0 changelog: https://github.com/eradman/rset/releases/tag/3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/27 09:18:45 Modified files: graphics/jpeg : Makefile Log message: fix build deps; nasm is preferred over yasm if present, so depend on nasm instead of yasm. avoids issue if nasm is present during configure and junked during build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/27 09:42:51 Modified files: audio/deadbeef : Makefile Added files: audio/deadbeef/patches: patch-plugins_ffap_x86inc_asm Log message: use endbr64 in audio/deadbeef's asm code copied from old ffmpeg. missing endbr64 found by tb@ reviewing results of a bulk ports build. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 09:53:20 Modified files: net/libstrophe : Makefile distinfo Removed files: net/libstrophe/patches: patch-src_compression_c Log message: update net/libstrophe to 0.13.1 changelog: https://github.com/strophe/libstrophe/releases/tag/0.13.1 this includes the EBADFD patch that can now be removed. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 09:54:58 Modified files: net/libstrophe : Makefile Log message: tweak the SHARED_LIBS comment; forgotten in previous (it could also be dropped since upstream is using the project version minus the leading "0.", i.e. 13.1, as shared library version) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 10:01:28 Modified files: lang/fennel : Makefile distinfo lang/fennel/patches: patch-test_cli_fnl patch-test_irc_lua Log message: update lang/fennel to 1.4.2 Changelog: https://fennel-lang.org/changelog#142--2024-02-23 1.4.2 is only bug fixes, 1.4.1 a few new features and the __fennelrest metamethod deprecation. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/27 12:34:13 Modified files: regress/sys/btcfi: foobar.c Log message: Skip btcfi tests on amd64 CPUs not supporting CET IBT. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/27 12:55:05 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_autoload_tar_vim patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Log message: update to vim-9.1.139 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/27 15:25:02 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 devel/gettext/pkg: PLIST-tools Added files: devel/gettext/patches: patch-gettext-runtime_intl_gnulib-lib_math_in_h patch-gettext-tools_gnulib-lib_math_in_h patch-libtextstyle_lib_math_in_h Removed files: devel/gettext/patches: patch-gettext-tools_gnulib-lib_asyncsafe-spin_c Log message: devel/gettext: maintenance update to 0.22.5, no significant changes CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 15:41:35 Modified files: productivity/minder: Makefile distinfo Log message: update productivity/minder to 1.16.3 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/02/27 15:49:57 Modified files: x11/picom : Makefile distinfo Log message: update x11/picom to 11.2 new features and bugfixes; the changelogs are: - https://github.com/yshui/picom/releases/tag/v11-rc1 - https://github.com/yshui/picom/releases/tag/v11 - https://github.com/yshui/picom/releases/tag/v11.1 - https://github.com/yshui/picom/releases/tag/v11.2 Diff from Jose Maldonado (josemald89 at gmail dot com) who also fixed a compatibility issue upstream, thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/27 17:53:16 Modified files: sys/arch/arm64/arm64: cpu.c Log message: identify MTE; ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/02/27 18:06:35 Modified files: devel/gettext/patches: patch-gettext-runtime_intl_gnulib-lib_math_in_h patch-gettext-tools_gnulib-lib_math_in_h patch-libtextstyle_lib_math_in_h Log message: devel/gettext: sync gnulib patch with upstream CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/27 20:30:40 Modified files: textproc/pandoc: Makefile textproc/pandoc/pkg: PLIST Log message: Add a pkg-readme concerning PDF output to pandoc from: Evan Silberman (maintainer) CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2024/02/27 21:36:02 Added files: textproc/pandoc/pkg: README Log message: Really add a pkg-readme concerning PDF output to pandoc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/27 23:05:06 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure Removed files: graphics/GraphicsMagick/patches: patch-coders_jpeg_c Log message: graphics/GraphicsMagick: update to 1.3.42, from brad fixes build with libjxl 0.10.0, sorry for the breakage. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/27 23:33:39 Modified files: regress/sys/net/vxlan: Makefile Log message: Infer all rdomains from the environment with sane defaults. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/02/28 00:59:47 Modified files: textproc/pandoc: Makefile textproc/pandoc/pkg: README Log message: Use template for README. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 01:49:25 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 01:49:35 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.2.22 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 01:49:47 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.25.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:10:45 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:10:48 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-16.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:10:55 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:27:48 Modified files: games/godot4 : Makefile Log message: mark godot4 BROKEN for now, needs fixing for the glslang update and uses scons (so it has "nojunk" in DPB_PROPERTIES), so it can have a bad impact on bulk builds if it fails. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/02/28 02:36:11 Modified files: usr.bin/rsync : blocks.c Log message: Refactor blk_match(). Fold the remaining data and empty file or no blocks cases together since they are kind of the same. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/28 02:37:11 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:37:44 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:41:09 Modified files: security/py-cryptography_vectors: Makefile distinfo Log message: update to py3-cryptography_vectors-42.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:41:12 Modified files: security/py-cryptography: Makefile crates.inc distinfo Log message: update to py3-cryptography-42.0.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:55:52 Modified files: net/routinator : Makefile distinfo Log message: update to routinator-0.13.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 02:59:05 Modified files: converters/py-html2text: Makefile distinfo Log message: update to py3-html2text-2024.2.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 03:20:10 Modified files: lang/go : go.port.mk Log message: set USE_NOBTCFI in go.port.mk; it doesn't affect the build (the go compiler is already patched to add the section itself or use the relevant linker flags) but setting it means that go ports are recorded in sqlports so can be identified more easily. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 03:21:58 Modified files: lang/go : go.port.mk Log message: reorder sections so that go.port.mk's setting of MODGO_LDFLAGS (to omit symbol table/debug information) actually takes effect. found by Igor Zornik. bump _MODGO_SYSTEM_VERSION to trigger updates of built pkgs without the need to bump 150-odd REVISIONs. ok tb CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/28 03:41:45 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.3.8.2. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/28 03:57:20 Modified files: sys/netinet : ip_input.c sys/netinet6 : ip6_forward.c ip6_input.c ip6_output.c Log message: Cleanup IP input, forward, output. Before changing the routing code, get IPv4 and IPv6 input, forward, and output in a similar shape. Remove inconsistencies. OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/28 05:21:16 Modified files: lib/libcrypto/x509: x509_vfy.c Log message: Use an accessor instead of reaching into X509_PURPOSE ok jsing CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/28 05:29:30 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-3.0.1 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/28 05:32:17 Modified files: sysutils/fzf : Makefile distinfo modules.inc sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: Update to fzf-0.46.1 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/28 05:38:17 Removed files: sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: Remove empty file Missed in previous. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/02/28 05:53:31 Modified files: sys/dev/ic : fxp.c Log message: Fix rx_bufs accounting buglet; reported on bugs@ by dns at strangeloop dot cc; ok claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2024/02/28 06:16:45 Modified files: graphics/gifsicle: Makefile distinfo graphics/gifsicle/patches: patch-configure_ac Log message: Update to gifsicle-1.95. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/28 06:24:35 Modified files: multimedia/libvpx: Makefile Added files: multimedia/libvpx/patches: patch-vp8_common_x86_subpixel_ssse3_asm patch-vp8_encoder_x86_copy_sse3_asm patch-vp8_encoder_x86_dct_sse2_asm patch-vp8_encoder_x86_fwalsh_sse2_asm patch-vpx_ports_x86_abi_support_asm Log message: add more ENDBR64 instructions to cover at least all the regression tests ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2024/02/28 06:43:44 Modified files: sys/kern : kern_sched.c Log message: No need to kick a CPU twice when putting a thread on its runqueue. From Christian Ludwig, ok claudio@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/02/28 07:24:55 Modified files: net/py-tinytuya: Makefile distinfo net/py-tinytuya/pkg: PLIST Log message: Update py-tinytuya to 1.13.2. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/02/28 07:44:34 Modified files: build : mirrors.dat Log message: comment-out http/https/ftp for mirrors.gethosted.online, it uses the wrong path CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/02/28 07:44:56 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: sthen@cvs.openbsd.org 2024/02/28 07:45:40 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_external_CMakeLists_txt patch-src_external_rawspeed_cmake_compiler-flags_cmake graphics/darktable/pkg: PLIST Removed files: graphics/darktable/patches: patch-src_external_LibRaw_src_decoders_fp_dng_cpp patch-src_external_rawspeed_data_cameras_xsd Log message: update to darktable-4.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 07:47:10 Modified files: databases/mariadb: Makefile Added files: databases/mariadb/patches: patch-cmake_libfmt_cmake patch-sql_item_strfunc_cc Log message: mariadb: apply upstream commit fixing build with newer fmt. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 07:47:57 Removed files: graphics/blender/patches: patch-extern_glog_src_config_openbsd_h Log message: blender: drop patch, the pre-generated header was merged upstream from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 07:50:01 Modified files: audio/portaudio-svn: Makefile audio/portaudio-svn/files: pa_sndio.c audio/portaudio-svn/patches: patch-Makefile_in patch-configure_in patch-include_portaudio_h patch-src_os_unix_pa_unix_hostapis_c Log message: portaudio-svn: sync sndio backend with what was committed upstream from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 08:24:20 Modified files: mail/rspamd : Makefile distinfo Added files: mail/rspamd/patches: patch-src_libcryptobox_chacha20_avx2_S patch-src_libcryptobox_chacha20_avx_S patch-src_libcryptobox_chacha20_sse2_S Log message: update to rspamd-3.8.4 while there, add endbr64 to cryptobox's AVX/AVX2/SSE2 chacha20 implementation (rspamd is normally built with luajit and in that case already links with -z nobtcfi, but that's optional as it can be built with lua instead, which doesn't) CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2024/02/28 09:08:34 Modified files: share/man/man4 : ppp.4 sys/net : if_ppp.c if_pppvar.h Log message: Enable IPv6 AF for ppp(4) OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/28 09:26:08 Modified files: lib/libcrypto/x509: x509_purp.c Log message: Small tweak for X509_check_purpose() ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 09:36:48 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.29 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/28 09:45:38 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.21.5 - > 1.21.7 Changelogs: https://github.com/go-gitea/gitea/releases/tag/v1.21.6 https://github.com/go-gitea/gitea/releases/tag/v1.21.7 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/28 09:48:46 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.33 -> 2.5.35 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/02/28 09:50:41 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.6.0 -> 3.6.2 Changelogs: https://github.com/pre-commit/pre-commit/releases/tag/v3.6.1 https://github.com/pre-commit/pre-commit/releases/tag/v3.6.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/28 10:04:38 Modified files: usr.bin/openssl: pkcs12.c Log message: Expand only ever user of PBEPARAM_free() outside of libcrypto CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 10:33:56 Modified files: www/py-jwt : Makefile distinfo www/py-jwt/pkg : PLIST Log message: update to py3-jwt-2.8.0, from Johan Huldtgren (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 10:44:45 Modified files: devel/boost : Makefile Log message: remove the comment about boost-context/CET; USE_NOBTCFI was already removed from pdns_recursor, I'm checking icinga2 now, the other ports using boost-context don't have USE_NOBTCFI CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 10:54:56 Modified files: net/icinga/core2: Makefile Log message: icinga2: drop USE_NOBTCFI now that Boost has been updated past 1.81.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 11:05:34 Modified files: multimedia/aom : Makefile distinfo multimedia/aom/patches: patch-CMakeLists_txt Added files: multimedia/aom/patches: patch-aom_ports_aarch32_cpudetect_c patch-aom_ports_aarch64_cpudetect_c patch-third_party_x86inc_x86inc_asm Removed files: multimedia/aom/patches: patch-aom_ports_arm_cpudetect_c patch-build_cmake_aom_configure_cmake Log message: update to aom-3.8.1, from Brad (maintainer), plus changes on top: - patch to add endbr64 to asm functions, fixing on 11th gen intel with IBT enforcement, from me, looks good to kettenis@ - use original upstream's distfile rather than Jan Beich's github mirror, req'd by Jan CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 11:09:31 Modified files: net/librenms : Makefile distinfo net/librenms/pkg: PLIST Log message: update to librenms-24.2.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/28 12:44:39 Modified files: x11/gnustep/libobjc2: Makefile distinfo x11/gnustep/libobjc2/pkg: PLIST Removed files: x11/gnustep/libobjc2/patches: patch-CMakeLists_txt patch-objc_msgSend_arm_S patch-objcxx_eh_cc Log message: update to 2.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/28 12:46:46 Modified files: x11/gnustep/base: Makefile Log message: do not pick up libdispatch CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/28 12:49:40 Modified files: devel/libdispatch: Makefile devel/libdispatch/pkg: PLIST Log message: conflicts with gnustep-libocj2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/02/28 12:52:15 Modified files: x11/gnustep/libobjc2: Makefile x11/gnustep/libobjc2/pkg: PLIST Log message: conflict with libdispatch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/28 14:30:08 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-lib_pkcs11_cpp patch-lib_x509name_cpp patch-widgets_MainWindow_cpp patch-widgets_NewX509_cpp security/xca/pkg: PLIST Added files: security/xca/patches: patch-lib_func_base_cpp Removed files: security/xca/patches: patch-lib_func_cpp patch-lib_openssl_compat_h Log message: update to xca-2.6.0 and simplify libressl patches ok/tweak tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:18:49 Modified files: editors/cooledit: Makefile distinfo editors/cooledit/patches: patch-man_cooledit_1 patch-widget_coollocal_h editors/cooledit/pkg: PLIST Log message: update to cooledit 3.17.28 and point to working HOMEPAGE and SITES ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/28 16:30:00 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-tests_libslic3r_test_cut_surface_cpp patch-tests_libslic3r_test_emboss_cpp patch-tests_libslic3r_test_quadric_edge_collapse_cpp patch-tests_libslic3r_test_voronoi_cpp Removed files: cad/prusaslicer/patches: patch-tests_arrange_test_arrange_cpp patch-tests_arrange_test_arrange_integration_cpp patch-tests_fff_print_test_avoid_crossing_perimeters_cpp patch-tests_fff_print_test_bridges_cpp patch-tests_fff_print_test_clipper_cpp patch-tests_fff_print_test_cooling_cpp patch-tests_fff_print_test_custom_gcode_cpp patch-tests_fff_print_test_data_cpp patch-tests_fff_print_test_extrusion_entity_cpp patch-tests_fff_print_test_fill_cpp patch-tests_fff_print_test_flow_cpp patch-tests_fff_print_test_gaps_cpp patch-tests_fff_print_test_gcode_cpp patch-tests_fff_print_test_gcodefindreplace_cpp patch-tests_fff_print_test_gcodewriter_cpp patch-tests_fff_print_test_model_cpp patch-tests_fff_print_test_multi_cpp patch-tests_fff_print_test_perimeters_cpp patch-tests_fff_print_test_print_cpp patch-tests_fff_print_test_printgcode_cpp patch-tests_fff_print_test_printobject_cpp patch-tests_fff_print_test_shells_cpp patch-tests_fff_print_test_skirt_brim_cpp patch-tests_fff_print_test_support_material_cpp patch-tests_fff_print_test_thin_walls_cpp patch-tests_fff_print_test_trianglemesh_cpp patch-tests_libslic3r_test_3mf_cpp patch-tests_libslic3r_test_aabbindirect_cpp patch-tests_libslic3r_test_anyptr_cpp patch-tests_libslic3r_test_arachne_cpp patch-tests_libslic3r_test_arc_welder_cpp patch-tests_libslic3r_test_astar_cpp patch-tests_libslic3r_test_clipper_offset_cpp patch-tests_libslic3r_test_clipper_utils_cpp patch-tests_libslic3r_test_color_cpp patch-tests_libslic3r_test_config_cpp patch-tests_libslic3r_test_curve_fitting_cpp patch-tests_libslic3r_test_elephant_foot_compensation_cpp patch-tests_libslic3r_test_expolygon_cpp patch-tests_libslic3r_test_geometry_cpp patch-tests_libslic3r_test_hollowing_cpp patch-tests_libslic3r_test_indexed_triangle_set_cpp patch-tests_libslic3r_test_jump_point_search_cpp patch-tests_libslic3r_test_kdtreeindirect_cpp patch-tests_libslic3r_test_marchingsquares_cpp patch-tests_libslic3r_test_meshboolean_cpp patch-tests_libslic3r_test_mutable_polygon_cpp patch-tests_libslic3r_test_mutable_priority_queue_cpp patch-tests_libslic3r_test_optimizers_cpp patch-tests_libslic3r_test_placeholder_parser_cpp patch-tests_libslic3r_test_png_io_cpp patch-tests_libslic3r_test_polygon_cpp patch-tests_libslic3r_test_polyline_cpp patch-tests_libslic3r_test_region_expansion_cpp patch-tests_libslic3r_test_static_map_cpp patch-tests_libslic3r_test_stl_cpp patch-tests_libslic3r_test_support_spots_generator_cpp patch-tests_libslic3r_test_surface_mesh_cpp patch-tests_libslic3r_test_timeutils_cpp patch-tests_libslic3r_test_triangulation_cpp patch-tests_libslic3r_test_utils_cpp patch-tests_sla_print_sla_archive_readwrite_tests_cpp patch-tests_sla_print_sla_print_tests_cpp patch-tests_sla_print_sla_raycast_tests_cpp patch-tests_sla_print_sla_supptgen_tests_cpp patch-tests_sla_print_sla_supptreeutils_tests_cpp patch-tests_sla_print_sla_test_utils_cpp patch-tests_sla_print_sla_test_utils_hpp patch-tests_slic3rutils_slic3r_arrangejob_tests_cpp patch-tests_slic3rutils_slic3r_jobs_tests_cpp patch-tests_slic3rutils_slic3r_version_tests_cpp patch-tests_thumbnails_test_thumbnails_ini_string_cpp patch-tests_thumbnails_test_thumbnails_input_string_cpp Log message: Significantly reduce number of patches in cad/prusaslicer by consolidating most of the changes needed in tests for supporting catch2 v3 in a new header (tests/catch2/catch.hpp) that was originally imported by all tests. From Renato Aguiar (maintainer). cvs help from sten@. Tested by me & Renato. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:43:20 Log message: import nodeenv; needed as RDEP for pre-commit ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N ports/devel/py-nodeenv/Makefile N ports/devel/py-nodeenv/distinfo N ports/devel/py-nodeenv/pkg/PLIST N ports/devel/py-nodeenv/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:48:47 Modified files: devel/pre-commit: Makefile Log message: add nodeenv RDEP to pre-commit This RDEP is needed for node hooks. And without this change, jupyter_server fails to build. "I don't mind" pvk@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:52:08 Log message: import py-test-jupyter ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N ports/devel/py-test-jupyter/Makefile N ports/devel/py-test-jupyter/distinfo N ports/devel/py-test-jupyter/pkg/DESCR N ports/devel/py-test-jupyter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:55:22 Log message: import py-test-tornasync with tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N ports/devel/py-test-tornasync/Makefile N ports/devel/py-test-tornasync/distinfo N ports/devel/py-test-tornasync/pkg/DESCR N ports/devel/py-test-tornasync/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 16:58:35 Log message: import py-jupyter_server ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N ports/devel/py-jupyter_server/Makefile N ports/devel/py-jupyter_server/distinfo N ports/devel/py-jupyter_server/pkg/DESCR N ports/devel/py-jupyter_server/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 17:03:38 Modified files: devel : Makefile Log message: +py-jupter_server +py-nodeenv +py-test-jupyter +py-test-tornasync CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2024/02/28 17:18:48 Modified files: sys/dev/dt : dt_dev.c Log message: dt(4): interval, profile: schedule clockintr relative to start of recording For the interval and profile providers, schedule the first clock interrupt to occur dp_nsecs nanoseconds after the start of recording. This makes the interval between the start of recording and the first event consistent across runs. With input from claudio@. Simplified by claudio@. Thread: https://marc.info/?l=openbsd-tech&m=170879058205043&w=2 ok mpi@ claudio@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/28 17:46:35 Log message: www/redlib: import redlib to replace libreddit ok sthen@, reminded by tb@ Status: Vendor Tag: lraab Release Tags: lraab_20240229 N ports/www/redlib/Makefile N ports/www/redlib/crates.inc N ports/www/redlib/distinfo N ports/www/redlib/pkg/DESCR N ports/www/redlib/pkg/PLIST N ports/www/redlib/pkg/redlib.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/28 17:48:04 Modified files: www : Makefile Log message: unhook libreddit, hook up redlib CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/28 17:58:04 Removed files: www/libreddit : Makefile crates.inc distinfo www/libreddit/pkg: DESCR PLIST libreddit.rc Log message: rm libreddit in favor of redlib CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/28 18:01:12 Modified files: devel/quirks/files: Quirks.pm Log message: add quirk to point libreddit to redlib CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/02/28 18:02:05 Modified files: infrastructure/db: user.list Log message: update _libreddit user to point to replacement redlib CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/02/28 18:14:17 Added files: cad/prusaslicer/patches: patch-tests_catch2_catch_hpp Log message: Missed on file in previous commit. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/28 20:07:21 Modified files: emulators/snes9x: Makefile emulators/snes9x/patches: patch-gtk_CMakeLists_txt Log message: glslang 14 doesn't need linking libHLSL anymore, nor does it provide it. Therefore remove HLSL from the build which fixes this fallout from glslang 14 update CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 22:08:43 Modified files: devel/py-jupyter_core: Makefile distinfo Log message: update jupyter_core to 5.7.1 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 22:27:52 Modified files: devel/py-jupyter_client: Makefile Log message: add missing TDEPs now that they're in the tree CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/02/28 22:50:46 Modified files: www/jupyter-notebook: Makefile Removed files: www/jupyter-notebook/patches: patch-notebook_notebookapp_py patch-notebook_services_sessions_sessionmanager_py Log message: remove no longer needed patches CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/02/28 23:12:53 Modified files: multimedia/libdv: Makefile Added files: multimedia/libdv/patches: patch-libdv_vlc_x86_64_S Log message: multimedia/libdv: add missing endbr64 ok kettenis sthen CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/02/28 23:54:29 Modified files: regress/sys/net/vxlan: vxlan_2.sh Log message: Stop assuming arbitrary rdomains are available and use the first given rdomain as the vnetid. CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2024/02/29 01:21:07 Modified files: net/rpkitouch : Makefile distinfo Log message: Bump rpkitouch to 1.3 OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/29 01:34:12 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-components_search_engines_template_url_service_cc patch-content_browser_renderer_host_render_process_host_impl_cc www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-components_search_engines_template_url_service_cc patch-content_browser_renderer_host_render_process_host_impl_cc Log message: update to 122.0.6261.94 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/02/29 02:43:31 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-build_make_Makefile patch-build_make_configure_sh patch-configure patch-examples_mk patch-libs_mk multimedia/libvpx/pkg: PLIST Added files: multimedia/libvpx/patches: patch-vpx_ports_aarch32_cpudetect_c patch-vpx_ports_aarch64_cpudetect_c Removed files: multimedia/libvpx/patches: patch-vpx_ports_arm_cpudetect_c Log message: update to 1.14.0; from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/02/29 03:08:57 Log message: import sysutils/croc cat pkg/DESCR croc is a tool that allows any two computers to simply and securely transfer files and folders. croc's features include: * allow any two computers to transfer data (using a relay) * end-to-end encryption (using PAKE) * easy cross-platform transfers (Windows, Linux, Mac) * multiple file transfers * resume transfers that are interrupted * local server or port-forwarding not needed * ipv6-first with ipv4 fallback * can use proxy, like tor with input and ok semarie Status: Vendor Tag: paco Release Tags: paco_20240229 N ports/sysutils/croc/Makefile N ports/sysutils/croc/modules.inc N ports/sysutils/croc/distinfo N ports/sysutils/croc/pkg/DESCR N ports/sysutils/croc/pkg/PLIST N ports/sysutils/croc/pkg/croc.rc No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/29 03:09:54 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/include/drm: i915_pciids.h sys/dev/pci/drm/i915: i915_devlist.h Log message: drm/i915: Update ADL-N PCI IDs From Gustavo Sousa in drm-intel-next CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/02/29 03:10:17 Modified files: infrastructure/db: user.list Log message: new user for sysutils/croc CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/29 03:10:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/02/29 03:10:33 Modified files: sysutils : Makefile Log message: hook sysutils/croc CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2024/02/29 03:15:05 Modified files: lib/mesa/include/pci_ids: iris_pci_ids.h Log message: intel/dev: Add 2 additional ADL-N PCI ids From Jordan Justen 62b72b6be9742c655d381348c6b161afc6b5396f in mainline Mesa CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 04:04:01 Added files: graphics/krita/patches: patch-plugins_impex_jxl_JPEGXLImport_cpp Log message: graphics/krita: fix build with libjxl >= 0.9.0 cf https://bugs.kde.org/show_bug.cgi?id=478987 from https://invent.kde.org/graphics/krita/-/commit/021389637e50638b096c7227cf5c06e6444cef89 build failure reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:11:57 Modified files: security/sslscan: Makefile distinfo Log message: update to sslscan-2.1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:12:02 Modified files: mail/dovecot-fts-flatcurve: Makefile distinfo Log message: update to dovecot-fts-flatcurve-1.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:12:09 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.35 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:17:25 Modified files: net/guacamole : Makefile.inc net/guacamole/client: distinfo net/guacamole/server: Makefile Log message: update guacamole/client to 1.5.4 keep server at 1.5.3, it started using posix timers (timer_create and friends) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:26:24 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.2.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:26:27 Modified files: devel/py-crc32c: Makefile distinfo Log message: update to py3-crc32c-2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:29:00 Modified files: telephony/asterisk-sounds: asterisk-sounds.port.mk Log message: https SITES, part of a diff from daniel@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/29 04:42:31 Modified files: sys/dev/ic : qwx.c Log message: plug a node reference leak in qwx_mgmt_rx_event() This leak is of little consequence in station mode, but would be problematic in hostap mode. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:43:50 Modified files: www/tomcat : Makefile.inc Log message: use https, adjust version number handling to simplify updates CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:44:12 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples PLIST-main Log message: update to tomcat-10.1.19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:44:15 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.86 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:44:18 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.99 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/02/29 04:45:47 Modified files: sys/dev/ic : qwx.c Log message: align qwx_ce_rx error code checking with linux ath11k driver This silences warnings about a full Rx ring which the Linux driver is likewise suppressing. They appeared because I used the wrong error code, ENOBUF vs. ENOSPC. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 04:58:47 Modified files: net/libbgpdump : Makefile distinfo net/libbgpdump/pkg: PLIST Log message: update to libbgpdump-1.6.2 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2024/02/29 05:01:59 Modified files: sys/net : route.c route.h sys/netinet : in_pcb.c sys/netinet6 : in6_pcb.c in6_src.c Log message: revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()" It breaks NFS. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 05:28:14 Modified files: net/unifi : Makefile.inc net/unifi/5.6 : Makefile net/unifi/6.0 : Makefile net/unifi/main : Makefile net/unifi/snappy-java: Makefile Log message: remove dead HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 05:29:21 Modified files: comms/chirp : Makefile distinfo comms/chirp/patches: patch-chirp_wxui___init___py patch-chirp_wxui_report_py comms/chirp/pkg: PLIST Log message: update to chirp-20240224 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/29 05:59:20 Modified files: games/godot4 : Makefile distinfo games/godot4/patches: patch-SConstruct patch-drivers_unix_os_unix_cpp patch-methods_py patch-misc_dist_linux_godot_6 patch-platform_linuxbsd_detect_py patch-platform_linuxbsd_os_linuxbsd_cpp patch-platform_linuxbsd_x11_display_server_x11_cpp patch-thirdparty_openxr_src_common_platform_utils_hpp Added files: games/godot4/patches: patch-drivers_unix_file_access_unix_cpp patch-modules_glslang_register_types_cpp Removed files: games/godot4/patches: patch-platform_linuxbsd_tts_linux_cpp patch-platform_linuxbsd_tts_linux_h patch-thirdparty_oidn_mkl-dnn_src_cpu_jit_utils_jitprofiling_jitprofiling_c patch-thirdparty_oidn_mkl-dnn_src_cpu_simple_reorder_hpp Log message: update Godot4 to most recent commit, including unbreaking of build after the vulkan updates. This is now internal version 4.3.dev. Note the release notes for 4.2 (was skipped in ports) which mention some breaking changes and ways to migrate: https://godotengine.org/article/godot-4-2-arrives-in-style/ Discussed with, tested by, and ok op@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 06:41:22 Modified files: sysutils/menulibre: Makefile distinfo sysutils/menulibre/patches: patch-setup_py Log message: sysutils/menulibre: update to 2.4.0. see https://github.com/bluesabre/menulibre/releases/tag/menulibre-2.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 06:55:33 Modified files: sysutils/u-boot/aarch64: Makefile sysutils/u-boot/aarch64/pkg: DESCR sysutils/u-boot/riscv64: Makefile sysutils/u-boot/riscv64/pkg: DESCR Log message: update processor type lines in DESCR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 06:56:48 Modified files: net/miniupnp : Makefile.inc Log message: handle DIST_TUPLE as well as GH_ACCOUNT CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:00:10 Modified files: net/miniupnp : Makefile.inc Log message: don't disable tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:01:26 Modified files: net/miniupnp/miniupnpc: Makefile distinfo net/miniupnp/miniupnpc/patches: patch-Makefile net/miniupnp/miniupnpc/pkg: PLIST Removed files: net/miniupnp/miniupnpc/patches: patch-miniupnpcmodule_c Log message: update to miniupnpc-2.2.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:01:36 Modified files: net/miniupnp/libnatpmp: Makefile distinfo net/miniupnp/libnatpmp/pkg: PLIST Added files: net/miniupnp/libnatpmp/patches: patch-CMakeLists_txt Removed files: net/miniupnp/libnatpmp/patches: patch-Makefile patch-declspec_h Log message: update to libnatpmp-20240116 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:04:18 Modified files: net/miniupnp/miniupnpd: Makefile distinfo Log message: update to miniupnpd-2.3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 07:18:06 Modified files: graphics/libjxl: Makefile distinfo Log message: graphics/libjxl: update to 0.10.1. see https://github.com/libjxl/libjxl/releases/tag/v0.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:33:39 Modified files: multimedia/dav1d: Makefile Added files: multimedia/dav1d/patches: patch-src_decode_c patch-src_internal_h Log message: dav1d: add upstream fix for CVE-2024-1580, "Fix tile_start_off calculations for extremely large frame sizes". From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:34:08 Modified files: textproc/aspell/core: Makefile distinfo textproc/aspell/core/patches: patch-Makefile_in patch-configure textproc/aspell/core/pkg: PLIST Log message: update to aspell-0.60.8.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:34:47 Modified files: sysutils/py-ansible-compat: Makefile distinfo Log message: update to py3-ansible-compat-4.1.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:35:44 Modified files: sysutils/ansible-lint: Makefile distinfo Log message: update to ansible-lint-24.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 07:47:37 Modified files: x11/xsettingsd : Makefile distinfo Log message: xsettingsd moved to codeberg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/02/29 08:25:40 Modified files: graphics/giflib: Makefile distinfo graphics/giflib/patches: patch-Makefile graphics/giflib/pkg: PLIST Added files: graphics/giflib/patches: patch-doc_Makefile Log message: update to giflib-5.2.2, from Brad CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 08:58:18 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo Log message: x11/xfce4/xfce4-panel: update to 4.18.6. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001382.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 08:59:11 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo x11/xfce4/xfce4-taskmanager/pkg: PLIST Log message: x11/xfce4/xfce4-taskmanager: update to 1.5.7. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001385.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 08:59:46 Modified files: x11/xfce4/xfce4-clipman: Makefile distinfo Log message: x11/xfce4/xfce4-clipman: update to 1.6.6. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001386.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/02/29 09:00:41 Modified files: x11/xfce4/terminal: Makefile distinfo Log message: x11/xfce4/terminal: update to 1.1.3. see https://mail.xfce.org/pipermail/xfce-announce/2024-February/001383.html should fix pasting issues reported by several CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2024/02/29 09:10:52 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: Intel vmm restores just the base of the GDTR and IDTR ith fixed, high limits, beyond what we actually expect. We already restored the IDTR from scratch, but the restore of the GDTR (limit) was removed in r1.10. Put that back in a simpler way, simplify the IDTR restore and delete the save/restore of the LDTR because that one really is handled as we want by vmm. ok dv@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/29 09:20:45 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_7_4 vmm_machdep.c Log message: Intel vmm restores just the base of the GDTR and IDTR ith fixed, high limits, beyond what we actually expect. We already restored the IDTR from scratch, but the restore of the GDTR (limit) was removed in r1.10. Put that back in a simpler way, simplify the IDTR restore and delete the save/restore of the LDTR because that one really is handled as we want by vmm. from guenther@; OK dv@ mlarkin@ this is errata/7.4/014_vmm.patch.sig CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2024/02/29 09:50:26 Modified files: . : errata74.html Log message: Release vmm errata. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/02/29 10:05:10 Modified files: sys/conf : newvers.sh Log message: move from 7.5-beta to 7.5 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/29 11:17:41 Modified files: regress/sys/kern/nanosleep: nanosleep.c Log message: Use monotonic clock to measure elapsed time. The nanosleep regression test used gettimeofday(2). Switch it to a monotonic clock to avoid accidential fails from a call to settimeofday(2) somewhere in the system. from Christian Ludwig CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/02/29 12:26:39 Modified files: databases/py-influxdb: Makefile databases/py-influxdb/pkg: DESCR databases/py-influxdb_client: Makefile distinfo databases/py-influxdb_client/pkg: DESCR Log message: - make clear which port is for InfluxDB 1.x and which one is for 2.x - update py-influxdb_client to 1.40.0 - take maintainer of py-influxdb_client with nits and OK sthen@, OK landry@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/02/29 12:36:40 Modified files: net/tdesktop : Makefile Added files: net/tdesktop/patches: patch-Telegram_lib_webview_webview_platform_linux_webview_linux_webkitgtk_library_cpp Log message: point at our webkitgtk shared libraries CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:00:53 Modified files: regress/lib/libcrypto/free: freenull.c.head Log message: Prepare freenull test for GOST removal CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:02:00 Modified files: regress/lib/libcrypto/evp: evp_pkey_cleanup.c Log message: Stop testing EVP_PKEY_GOST{IMIT,R01} CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:02:40 Modified files: regress/lib/libcrypto/evp: evp_test.c Log message: OBJ_NAME_TYPE_PKEY_METH is no longer supported CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:03:47 Modified files: regress/lib/libcrypto/asn1: Makefile x509_algor.c Log message: Link x509_algor test statically and switch to the internal X509_ALGOR_set0_evp_md() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:04:43 Modified files: regress/lib/libcrypto/dsa: dsatest.c regress/lib/libcrypto/ec: ectest.c regress/lib/libcrypto/evp: evptest.c Log message: CRYPTO_mem_leaks* will go away. Remove calls in legacy tests CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 13:06:24 Modified files: regress/lib/libcrypto/gost: gost2814789t.c Log message: Detect OPENSSL_NO_GOST correctly CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/29 14:20:51 Modified files: infrastructure/mk: bsd.port.mk dist-tuple.port.mk Log message: Enable automatic setting of WRKDIST if DIST_TUPLE is used. After the previous attempt last fall led to breakage, this is now fixed and has survived a bulk kindly tested by tb@. It is based on how GitHub packages its tarballs. If needed, heuristics for other sources like gitlab, srht can be added later through the same mechanism. This makes lines in DIST_TUPLE (github) ports like the following superfluous: WRKDIST = ${WRKDIR}/project-${COMMIT_HASH} CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/29 14:47:02 Modified files: regress/sys/kern/nanosleep: Makefile nanosleep.c Log message: Make nanosleep regress actually test something. Do not call exit 0 in parent and child process. This skiped the testing in multiple subtests. Use meaningful variable names to figure out what is going wrong after the tests have been enabled. Fix the test logic. Add missing break in switch statement, so that success is reported. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2024/02/29 14:51:27 Modified files: security/botan2: Makefile distinfo security/botan2/pkg: PLIST Log message: update botan2 to 2.19.4 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/02/29 15:09:33 Modified files: sys/dev/pci : if_vmx.c Log message: Add missing include of vlan.h in vmx(4). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/02/29 15:21:21 Modified files: etc : Makefile distrib/sets/lists/etc: mi Log message: An empty file /var/account/acct in etc.tgz simplifies accounting. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2024/02/29 18:14:12 Modified files: devel/arm-compute-library: Makefile distinfo devel/arm-compute-library/patches: patch-SConscript patch-SConstruct devel/arm-compute-library/pkg: PLIST Log message: Update to 24.02 Changelog: https://arm-software.github.io/ComputeLibrary/v24.02/versions_changelogs.xhtml CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2024/02/29 19:57:10 Modified files: net/tailscale : Makefile distinfo Log message: Update to tailscale-1.60.1 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/02/29 20:24:13 Modified files: audio/ocp : Makefile Log message: Unbreak by switching to the Unifont OTF fonts ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 20:45:16 Modified files: regress/lib/libssl/ssl: ssltest.c Log message: ssltest: drop another use of CRYPTO_mem_leaks() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 20:46:54 Modified files: regress/lib/libssl/exporter: exportertest.c Log message: exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/02/29 20:47:32 Modified files: regress/lib/libssl/ciphers: cipherstest.c Log message: Remove the ciphers_by_values_test() CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/02/29 21:47:01 Modified files: games/godot4 : Makefile Log message: missed to remove BROKEN marker when fixing glslang, but this is ready to build again CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/02/29 23:18:00 Modified files: sys/dev/pci/drm/i915: i915_pci.c Log message: Don't match dg2. The cards use paths unused by integrated graphics. Likely doesn't work. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/03/01 00:35:45 Modified files: math/py-bottleneck: Makefile distinfo Log message: Update py-bottleneck to 1.3.8. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/01 00:38:33 Modified files: lib/libcrypto/hidden/openssl: asn1.h crypto.h Log message: Fix OPENSSL_{gmtime,timegm} in namespace build These were incorrectly added to asn1.h. OPENSSL_gmtime is in crypto.h and OPENSSL_timegm is already in posix_time.h CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/01 00:59:20 Modified files: usr.sbin/rpki-client: output-json.c Log message: Factor signed prefix list JSON output into a helper ok claudio job (as part of a larger diff) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/01 01:10:09 Modified files: usr.sbin/rpki-client: main.c output-json.c parser.c rpki-client.8 Log message: Add -x to opt into experimental file formats Instead of burning one letter for each new file format (sidrops is known to crank out new things faster than a normal person can read), use -x to opt into parsing and processing file formats that aren't yet considered stable. This is currently only the Signed Prefix List. While a repetition of the ASPA debacle, this code hasn't yet seen enough stress testing to be enabled by default. ok claudio job CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/01 01:34:42 Modified files: sys/dev/pci : pcidevs Log message: more Red Hat and Qumranet devices seen with QEMU and KVM CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/01 01:35:23 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2024/03/01 02:36:55 Modified files: usr.sbin/rpki-client: main.c Log message: Lipstick on a pig: avoid comparing signed and unsigned OK tb@ claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 02:39:27 Modified files: net/miniupnp/libnatpmp: Makefile Log message: remove setting of WRKDIST, now that DIST_TUPLE handles this automatically. s/DISTNAME/PKGNAME/ so that the above can work. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:00:55 Modified files: devel/py-wcmatch: Makefile distinfo Log message: update to py3-wcmatch-8.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:00:56 Modified files: net/scamper : Makefile distinfo Log message: update to scamper-20240229 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:04:36 Modified files: devel/py-dateutil: Makefile distinfo Added files: devel/py-dateutil/patches: patch-tests_test_parser_py Removed files: devel/py-dateutil/patches: patch-dateutil_test_test_parser_py Log message: update to py3-dateutil-2.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:10:07 Modified files: net/miniupnp/miniupnpd: Makefile distinfo net/miniupnp/miniupnpd/patches: patch-miniupnpd_conf Added files: net/miniupnp/miniupnpd/patches: patch-testgetifaddr_sh Log message: update to miniupnpd-2.3.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:41:02 Modified files: www/gumbo : Makefile distinfo Log message: update to gumbo-0.12.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/01 03:42:19 Modified files: www/hugo : Makefile distinfo modules.inc Log message: update to hugo-0.123.6 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/03/01 04:38:27 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.16.3 -> 2.16.4 Changelog: https://github.com/ansible/ansible/blob/stable-2.16/changelogs/CHANGELOG-v2.16.rst#v2-16-4 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/03/01 04:39:23 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 9.2.0 -> 9.3.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst#v9-3-0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/01 05:02:55 Modified files: sysutils/salt : Makefile distinfo Log message: update to 3006.7; from Uwe Werler CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/01 05:10:03 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-configure patch-shell_source_unix_exec_shellexec_cxx Removed files: editors/libreoffice/patches: patch-download_lst Log message: update to 24.2.1.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/03/01 07:15:01 Modified files: sys/kern : uipc_syscalls.c Log message: Protect pool_get() with kernel lock in sys_ypconnect(). Pool namei_pool is initialized with IPL_NONE as filesystem always runs with kernel lock. So pool_get() needs kernel lock also in sys_ypconnect(). OK kn@ deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/01 08:57:43 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Reduce dmesg spam by only printing the CPU feature flags when they differ from the previous one. Since CPU cores are typically grouped in clusters of identical cores and are typically enumerated this results in flags being printed for the first core of a cluster. But only if the clusters use cores that implement different features which is rare. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/03/01 09:23:37 Modified files: usr.sbin/bgpd : version.h Log message: Bump version CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/01 09:27:34 Modified files: usr.sbin/rpki-client: version.h Log message: Bump version CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/01 09:49:04 Modified files: emulators/flycast: Makefile Log message: disable vulkan backend to restore build after vulkan updates, ok namn@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2024/03/01 10:48:03 Modified files: sbin/fdisk : cmd.c Log message: Allow fdisk(8) to add GPT partitions of protected types. This makes it possible to provision virtual machine images that need a "BIOS Boot" partition. Report, original diff and testing by Christian Ludwig. Thanks! ok miod@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/01 11:49:50 Modified files: games/godot4 : Makefile Log message: Some cleanup in godot4 - remove the LINKFLAGS line as it isn't doing anything (last update revealed that). This should help avert porters trying to tweak it to no effect. To change linker flags, it seems at this point that detect.py needs to be patched... While here remove WRKDIST line as this is no longer needed with the recent DIST_TUPLE-related commit. This is ok op@ (maintainer) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/03/01 14:30:40 Modified files: include : stdlib.h lib/libc : Symbols.list shlib_version lib/libc/hidden: stdlib.h lib/libc/stdlib: mkdtemp.c mktemp.3 Log message: Add mkdtemps(3), like mkdtemp(3) but with a suffix. OK deraadt@ tb@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/03/01 14:50:40 Modified files: usr.bin/mktemp : mktemp.1 mktemp.c Log message: mktemp(1): add suffix support for compatibility with the GNU version It is now possible to use templates where the Xs are not at the end, like "foo.XXXXXX.bar". If there are multiple runs of Xs, the last one is used. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/03/01 15:06:00 Modified files: lang/rust : Makefile distinfo Log message: Update riscv64 bootstrap to rust-1.76 ok semarie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2024/03/01 16:16:25 Modified files: games/wrath : Makefile distinfo Log message: update to wrath 1.0 tested by and ok solene@ thfr@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/03/01 16:37:42 Modified files: usr.bin/mktemp : mktemp.1 Log message: Clarify behavior when there is more than one run of Xs. With help from miod@ CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2024/03/01 16:56:58 Modified files: lang/moarvm : Makefile distinfo lang/moarvm/patches: patch-Configure_pl lang/moarvm/pkg: PLIST Log message: Update to MoarVM 2024.01. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2024/03/01 16:57:42 Modified files: lang/nqp : Makefile distinfo Removed files: lang/nqp/patches: patch-Configure_pl Log message: Update to NQP 2024.01. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2024/03/01 16:58:18 Modified files: lang/rakudo : Makefile distinfo lang/rakudo/pkg: PLIST Removed files: lang/rakudo/patches: patch-Configure_pl Log message: Update to Rakudo 2024.01. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/01 18:07:23 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2024/03/01 18:54:25 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.5 -> 1.15.6 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.6 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/03/01 21:33:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: repair quirks for some packages that were removed and brought back to life ok sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 01:50:47 Modified files: lib/libcrypto/asn1: a_strnid.c asn1.h Log message: const correct ASN1_STRING_TABLE_get() The ability of modifying the ASN1_STRING_TABLE was removed and the table is now static. Stop casting away const. The only consumer, security/xca, is already fixed. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 01:54:02 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_strnid.c asn1.h lib/libcrypto/hidden/openssl: asn1.h Log message: Remove ASN1_STRING_TABLE_{add,cleanup} This was API for the ASN1_STRING_TABLE extensibility which has been neutered for months and was completely unused in the ecosystem. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 01:55:38 Modified files: lib/libcrypto/asn1: asn1.h Log message: Remove DECLARE_STACK_OF(ASN1_STRING_TABLE) Another remnant of the unused ASN1_STRING_TABLE extensibility goes away. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 01:57:42 Modified files: lib/libcrypto/asn1: asn1.h Log message: Remove unused, incomplete ub_* macros The only consumer, a_strnid.c, has its own, slightly more complete, up to date, and less incorrect, version of these. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:00:07 Modified files: lib/libcrypto/asn1: asn1.h Log message: Remove unused M_ASN1_* macros The last comsumer, telephony/asterisk, was adjusted a few months back. pointed out by brad ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:02:04 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: asn1.h asn_moid.c lib/libcrypto/conf: conf_mall.c lib/libcrypto/hidden/openssl: asn1.h Log message: Make ASN1_add_oid_module internal ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:04:07 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: asn1.h tasn_prn.c lib/libcrypto/hidden/openssl: asn1.h Log message: Remove ASN1_PCTX nonsense This is only used by the fuzzing code. Another bit of poorly thought out extensibility that makes people pass NULL pointers to a bunch of APIs. ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/02 02:07:38 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-src_buildtools_config_linking_pri Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_bn_asm_rsaz-avx2_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_md5_asm_md5-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_rand_asm_rdrand-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_perlasm_x86_64-xlate_pl patch-src_3rdparty_chromium_third_party_dav1d_BUILD_gn Removed files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_content_browser_tracing_BUILD_gn Log message: Add support for Indirect branch tracking (IBT) in Qt5WebEngine ...by merging the needed patches for boringssl. It based on robert's diff: https://github.com/openbsd/ports/commit/8485e4d8db4d9325cce4db61881648dfcfce5ef1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:08:41 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_time_tm.c asn1.h asn1_local.h lib/libcrypto/hidden/openssl: asn1.h lib/libcrypto/ocsp: ocsp_cl.c Log message: Remove beck's ASN.1 time API from public visibility This API was needed since OpenSSL didn't have one. We now have variants of OpenSSL's API and will also expose BoringSSL's complementary API. The users of this API were ported to the OpenSSL variants and some may switch to BoringSSL's in the future. Part of it is still used internally. ASN1_time_tm_clamp_notafter() is still used by libtls (and only libtls). This will be fixed in a future bump. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:10:42 Modified files: lib/libcrypto/asn1: a_time_tm.c asn1_local.h Log message: Garbage collect ASN1_TIME_set_tm() This was a public helper that is no longer used internally either. ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/02 02:13:08 Log message: Import qtlocation 6.6.2, ok landry@ The Qt Location module helps you create mapping solutions using data available from popular location service providers, such as Open Street Map. The Qt Location API enables you to: - Access and present map data. - Support touch gesture on a specific area of the map. - Query for a specific geographical location and route. - Add additional layers on top, such as polylines and circles. - Search for places and related images. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20240302 N ports/x11/qt6/qtlocation/Makefile N ports/x11/qt6/qtlocation/distinfo N ports/x11/qt6/qtlocation/pkg/DESCR N ports/x11/qt6/qtlocation/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/02 02:13:52 Modified files: x11/qt6 : Makefile Log message: +qtlocation CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:15:03 Modified files: lib/libcrypto : Symbols.list crypto.h Log message: Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}() Apart from OPENSSL_gmtime(), which is OpenSSL API, this is BoringSSL's interface to deal with the time related portability and code mess. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:18:28 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bio: b_print.c bio.h bio_local.h lib/libcrypto/bn: bn_print.c lib/libcrypto/hidden/openssl: bio.h lib/libcrypto/man: BIO_printf.3 Log message: Remove BIO_{sn,v,vsn}printf(3) Unsued printing functionality. If something should need this we can readily add it back. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:21:24 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bio: b_dump.c bio.h lib/libcrypto/hidden/openssl: bio.h Log message: Remove BIO_dump_*{cb,fp}() These were disabled and the internals that need to remain were fixed. Time for this garbage to go. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:22:41 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bio: bio.h bio_lib.c lib/libcrypto/hidden/openssl: bio.h Log message: Remove BIO_set() This used to be a dangerous implementation detail of BIO_new() that was never used outside of libcrypto. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:24:59 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bn: bn.h bn_exp.c bn_local.h lib/libcrypto/hidden/openssl: bn.h Log message: Make BN_mod_exp_simple() internal This function is very slow and useful for testing purposes only. It should never have been part of the public API. Remove it from there. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:27:31 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/bn: bn.h bn_exp.c bn_local.h lib/libcrypto/hidden/openssl: bn.h Log message: Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internal The former could be useful but nothing uses it. The latter is a dangerous implementation detail of Montgomery exponentiation that should never have been leaked out of the library. Fix this. ok jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/02 02:27:43 Modified files: meta/qt6 : Makefile Log message: Complete the Qt6 module list CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:30:21 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/cmac: cmac.c cmac.h lib/libcrypto/hidden/openssl: cmac.h lib/libcrypto/man: CMAC_Init.3 Log message: Remove CMAC_resume() While it is a neat design detail of CMAC that you can resume it after having finalized it, nothing uses this functionality and it adds some gross things such as retaining intermediate secrets in the CMAC ctx. Once this is gone, we can simplify the CMAC code a bit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:33:14 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/dsa: dsa.h dsa_gen.c lib/libcrypto/hidden/openssl: dsa.h Log message: Remove DSA_generate_parameters This was deprecated in 0.9.8 and used until recently by rust-openssl and by keynote (keynote has the excuse that it was written before the deprecation). Fortunately Paul Kehrer fixed this in rust-openssl, so we can garbage collect this turd. (It was replaced with the less ergonomic DSA_generate_parameters_ex() to expose a new fancy way of displaying dots, stars and pluses on key generation). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:36:40 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_names.c Log message: Remove EVP_add_{cipher,digest}() from public API Ciphers and digests are now handled in a static lookup table and no longer by the associative array that used to underlie the OBJ_NAME API. Adding ciphers is no longer possible. What uses this API does so for historic reasons coming from a time where SHA-2 and some AES variants needed to be enabled explicitly. Ports doing this (PHP and DANE code) were fixed. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:39:02 Modified files: lib/libcrypto/evp: evp.h Log message: Remove EVP_{add,delete}_{cipher,digest}_alias() These are macro wrappers around the neutered OBJ_NAME_{add,remove}() API (notice the consistency), which will be removed shortly. Only security/xca used to use this. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:41:02 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/evp: evp_names.c lib/libcrypto/hidden/openssl: objects.h lib/libcrypto/objects: objects.h Log message: Remove unused public OBJ_NAME_* API This functionality has been disabled for a few months. Now it is high time to garbage collect it. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:43:10 Modified files: lib/libcrypto/evp: evp_names.c lib/libcrypto/objects: objects.h Log message: Switch name member of OBJ_NAME to const void * Because this is the type it should have had from the get go. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 02:44:21 Modified files: math/imath : Makefile distinfo Log message: Update to Imath-3.1.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 02:46:27 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.78.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:47:16 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: objects.h lib/libcrypto/objects: obj_dat.c objects.h lib/libcrypto/stack: stack.c Log message: Remove OBJ_bsearch_() The only reason this has still been part of the public API was that libssl used it for cipher lookup. This was fixed by replacing the lookup by proper bsearch() -- why OpenSSL felt the need to reinvent ANSI C API badly will forever remain a mystery. The stack code in libcrypto still uses a version of this. This should be rewritten. It will be a bit easier once sk_find_ex() is removed. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:49:45 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: objects.h lib/libcrypto/objects: obj_dat.c objects.h Log message: Make OBJ_add_object() static This is another implementation detail that should never have leaked out of the library. Only OBJ_create() ever used this. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:50:47 Modified files: lib/libcrypto/objects: objects.h Log message: Remove no longer supported OBJ_NAME_TYPEs OBJ_NAME_TYPE_PKEY_METH and OBJ_NAME_TYPE_COMP_METH were never used as far as I can tell. Unfortunately, PHP and Python still use the weirdly named OBJ_NAME_do_all*() API to list available ciphers and digests, so the MD and CIPHER variants need to remain public. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:51:36 Modified files: lib/libcrypto/objects: objects.h Log message: Remove unused OBJ_create_and_add_object() This is an alias for OBJ_create(). I haven't dug into its history. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 02:53:47 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-466.0.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:55:30 Modified files: lib/libcrypto/evp: evp.h evp_cipher.c evp_digest.c Log message: Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init() When the EVP_CIPHER_CTX and the EVP_MD_CTX were still expected to live on the stack, these initialization APIs were wrappers around memset. In OpenSSL 1.1, somebody removed them and carelessly made _init() an alias of _reset() aka _cleanup(). As a consequence, both signature and semantics changed. Unsurprisingly, there is now code out there that actually uses the new semantics, which causes leaks on LibreSSL and older OpenSSL. This aligns our _init() with OpenSSL 1.1 semantics. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 02:59:56 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_digest.c Log message: Remove EVP_MD_meth* again Erlang upstream disabled the otp_test_engine for LibreSSL >= 3.5 without explanation. It was the only reason we added this garbage API in the first place. Meanwhile libfido2 started using it for a mock up of OpenSSL 3's broken fetch design with old API. This is pointless, so all this garbage goes away again (in particular we can remove the absolutely horrifying EVP_MD_meth_set_app_datasize() again). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:03:13 Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/evp: evp.h Removed files: lib/libcrypto/asn1: ameth_lib.c Log message: Remove the ameth lib This is accessor API for ASN.1 methods needed for custom PKEYs. Nothing has ever used this. This has been neutered for months. The EVP_PKEY_asn1_* API that needs to stay was moved elsewhere. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:04:40 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h pmeth_lib.c Log message: Remove EVP_PKEY_meth_*() API After ameth, the second bit of custom EVP_PKEY API removal. ok jsing CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2024/03/02 03:04:51 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.47.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:06:48 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h evp_pbe.c Log message: Remove EVP_PBE_* API from public visibility You can no longer add your custom PBE algorithm. Pity. EVP_PBE_CipherInit() stays for internal use, the rest goes away copmletely. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:08:29 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h Log message: Make legacy cipher methods internal These are ASN.1 handlers for CIPHERs, still used by CMS and its predecessors. They should never have been public. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:09:51 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_qemu_qemu_nbdkit_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-10.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:09:59 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-10.1.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:13:13 Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/evp: evp.h evp_names.c Removed files: lib/libcrypto/evp: e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c Log message: Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 "Stitched" mode AEADs were removed from libssl a long time ago. Nothing uses these CIPHERs anymore. ok jsing CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/02 03:14:31 Modified files: distrib/notes/arm64: contents distrib/notes/octeon: contents distrib/notes/powerpc64: contents Log message: list install.img in contents where it is built landry@ noted it wasn't in arm64 contents CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:15:16 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/evp: evp_pbe.c lib/libcrypto/hidden/openssl: pkcs12.h lib/libcrypto/pkcs12: p12_add.c p12_asn.c p12_decr.c p12_key.c p12_mutl.c p12_p8d.c p12_p8e.c pkcs12.h pkcs12_local.h Log message: Remove a lot of PKCS12 garbage from the public API PKCS12 is a hot mess. Please participate in the survey at the end of https://www.cs.auckland.ac.nz/~pgut001/pubs/pfx.html to increase its credibility and unanimity. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:15:25 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.10. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:17:06 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:17:37 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/asn1: p5_pbe.c p5_pbev2.c lib/libcrypto/evp: evp_pbe.c lib/libcrypto/x509: x509.h x509_local.h Log message: Remove most PBEPARAM stuff from public visibility The struct itself needs to remain public, unfortunately. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:18:33 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:18:49 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:18:59 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.54. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:19:44 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-10.1.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:20:27 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/evp: evp.h evp_local.h evp_pbe.c lib/libcrypto/pkcs12: p12_add.c lib/libcrypto/x509: x509.h x509_local.h Log message: Remove more PBE stuff from the public API This is still needed internally for CMS and its predecessors. This removal will enable disentangling some of its innards. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:21:12 Modified files: lib/libcrypto/evp: evp.h Log message: Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTH These are unused defines that used to add unwanted complications in EVP_CIPHER_CTX_set_key_lenght(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:22:07 Modified files: lib/libcrypto/engine: engine.h Log message: Simplify engine.h Garbage collect some more of this former horror show. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:26:27 Modified files: sysutils/consul: Makefile distinfo sysutils/consul/patches: patch-logging_logfile_bsd_go Log message: Update to consul-1.18.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:30:48 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/err: err.c err.h lib/libcrypto/hidden/openssl: err.h Log message: Remove ERR_get_state The ERR_STATE struct is an unused implementation detail of the horrific error stack code. It is the last public consumer of CRYPTO_THREAD internals. Make this and its accessor internal so we can make the CRYPTO_THREAD struct opaque. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:32:26 Modified files: lib/libcrypto/err: err.h Log message: Adjust signature of ERR_load_strings() This aligns the prototypes with OpenSSL 1.1. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:33:51 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509.h Log message: Remove X509_ALGOR_set_md() One of those void APIs that are super hard to use safely since they can fail but can't communicate failure. Nothing uses this. Internal uses have been converted to error checked X509_ALGOR_set_evp_md(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:35:32 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: x509v3.h lib/libcrypto/x509: x509_lib.c x509v3.h Log message: Remove X509V3_EXT extensibility API You used to be able to define your own X.509 extension handlers. Great. Even greater: the verifier would ignore any custom extensions. So this was only ever useful for serialization and deserialization. In other words, almost entirely pointless. The API was also unused except for a hack in kore-acme, which was fixed recently. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/02 03:37:40 Modified files: devel/ptlib : Makefile distinfo devel/ptlib/patches: patch-make_unix_mak patch-plugins_vidinput_v4l2_vidinput_v4l2_cxx devel/ptlib/pkg: PLIST Removed files: devel/ptlib/files: Makefile sound_sndio.cxx sound_sndio.h devel/ptlib/patches: patch-configure patch-include_ptlib_pprocess_h patch-include_ptlib_psharedptr_h patch-plugins_Makefile_in patch-plugins_configure patch-plugins_vidinput_bsd_vidinput_bsd_cxx patch-plugins_vidinput_v4l2_vidinput_names_cxx patch-src_ptclib_pssl_cxx patch-src_ptlib_common_object_cxx patch-src_ptlib_unix_socket_cxx Log message: Update to ptlib-2.10.9.6. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:40:05 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: x509_vfy.h x509v3.h lib/libcrypto/x509: x509_local.h x509_purp.c x509_vfy.c x509_vfy.h x509v3.h Log message: Remove unused parts of the purpose API Most of this is the ability to add custom purposes. Also the astounding X509_STORE_CTX_purpose_inherit(). The names are used by PHP, and M2Crypto exposes X509_check_purpose(), so these remain public. Some weird, most likely invalid, uses also remain in rust-openssl. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:41:46 Modified files: lib/libcrypto/x509: x509_purp.c x509v3.h Log message: Make X509_PURPOSE opaque Code using details of X509_PURPOSE does so by using API. So we can make this struct opaque. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:43:52 Modified files: lib/libcrypto/x509: x509_purp.c x509v3.h Log message: const correct X509_PURPOSE_get0{,_{,s}name}() Unfortunately, PHP and rust-openssl still need this API. At least we can make the table read-only now since we disabled its extensibility. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:48:17 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: x509.h lib/libcrypto/x509: x509.h x509_trs.c Log message: Remove unused public X509_TRUST API Another thing that should never have leaked out of the library. It will become internal entirely, where the code can be simplified greatly. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:49:03 Modified files: lib/libcrypto/x509: x509.h Log message: Remove DECLARE_STACK_OF(X509_TRUST) Unused since the extensibility was neutered. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:50:26 Modified files: lib/libcrypto/x509: x509.h x509_trs.c Log message: Remove X509_TRUST from the public API With API and other users internal, this struct can now go. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:52:25 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/x509: x509.h x509_local.h Log message: Make X509_CERT_AUX internal Another struct/API that should never have leaked out of the library. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:54:39 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/x509: x509_vfy.h Log message: Expose X509_STORE_get1_objects() Safer replacement API for the unsafe X509_STORE_get0_objects(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:57:03 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: x509_vfy.h lib/libcrypto/x509: x509_lu.c x509_vfy.h Log message: Garbage collect most of the public LOOKUP API Yet another bit of extensibility that no one ever really used. X509_LOOKUP_free() needs to stay because of ... rust-openssl (and kdelibs4support). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 03:59:41 Modified files: lib/libcrypto : Symbols.list lib/libcrypto/asn1: x_crl.c lib/libcrypto/x509: x509.h Log message: Remove X509_CRL_METHOD API I would keep repeating myself... In the bit bucket you go. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:04:52 Modified files: lib/libcrypto : Makefile Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: lhash.h lib/libcrypto/lhash: lhash.h lib/libcrypto/man: Makefile lh_new.3 lib/libcrypto/stack: safestack.h lib/libcrypto/util: mkstack.pl Removed files: lib/libcrypto/lhash: lh_stats.c lib/libcrypto/man: lh_stats.3 Log message: Remove lh stats This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:11:11 Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/conf: conf_api.c lib/libcrypto/hidden/openssl: lhash.h lib/libcrypto/lhash: lhash.c lhash.h lib/libcrypto/objects: obj_dat.c lib/libcrypto/stack: safestack.h stack.c stack.h lib/libcrypto/x509: x509_policy.c Added files: lib/libcrypto/lhash: lhash_local.h lib/libcrypto/stack: stack_local.h Log message: Make LHASH_OF() and STACK_OF() use opaque structs This removes internals of these two special snowflakes and will allow further simplifications. Unfortunately, there are some pieces of software that actually use LHASH_OF() (looking at you, pound, Ruby, and openssl(1)), so we get to keep exposing this garbage, at least for now. Expose lh_error() as a symbol to replace a macro reaching into _LHASH. lh_down_load() is no longer available. _LHASH and _STACK are now opaque, LHASH_NODE becomes internal-only. from jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:17:27 Modified files: lib/libcrypto : Makefile Symbols.list opensslfeatures.h lib/libcrypto/evp: p_lib.c pmeth_lib.c Removed files: lib/libcrypto/evp: e_gost2814789.c m_gost2814789.c m_gostr341194.c lib/libcrypto/gost: gost.h gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c gost89imit_pmeth.c gost_asn1.c gost_asn1.h gost_err.c gost_local.h gostr341001.c gostr341001_ameth.c gostr341001_key.c gostr341001_params.c gostr341001_pmeth.c gostr341194.c streebog.c Log message: Unhook and remove GOST and STREEBOG This stops compiling the GOST source. The current implementation is low quality and got in the way, especially in libssl. While we would be open for GOST support, it needs to be significantly better than what we have had and it also needs a maintainer. Add OPENSSL_NO_GOST to opensslfeatures and stop installing gost.h. Some code wrapped in #ifndef OPENSSL_NO_GOST will be removed later. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:20:36 Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/hidden/openssl: stack.h lib/libcrypto/stack: safestack.h stack.c stack.h lib/libcrypto/util: mkstack.pl lib/libcrypto/x509: x509_policy.c Log message: Remove sk_find_ex() This API intends to find the closest match to the needle. M2Crypto exposes it because it can. This will be fixed by patching the port. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:22:48 Modified files: lib/libcrypto/stack: safestack.h Log message: Remove a few no longer used sk_FOO_* stanzas ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:25:46 Modified files: lib/libcrypto : opensslfeatures.h Log message: Update list of OPENSSL_NO_* This syncs the list with some version of upstream and exposes a few OPENSSL_NO_* that may now be relevant. from jsing (a long time ago) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:28:46 Modified files: lib/libcrypto : Symbols.list Symbols.namespace crypto.h malloc-wrapper.c mem_dbg.c lib/libcrypto/hidden/openssl: crypto.h Log message: Remove a bunch of CRYPTO memory API This was neutered early on in the fork and has been rotting ever since. Some parts of the API are still used, but it's easier to clean up when most of the mess is gone. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:32:31 Modified files: lib/libcrypto : Symbols.list Symbols.namespace crypto.h mem_dbg.c lib/libcrypto/hidden/openssl: crypto.h Log message: Remove CRYPTO_*info Long time neutered, only used (pointlessly without error checking) in the error code until very recently. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:35:09 Modified files: lib/libcrypto : crypto.h malloc-wrapper.c Log message: Fix CRYPTO_malloc/free signatures Importantly, the size in malloc is now a size_t instead of an int. The API now also takes a file and line to match upstream's signature. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:37:13 Modified files: lib/libcrypto : Symbols.list Symbols.namespace cryptlib.c crypto.h lib/libcrypto/err: err.c err_prn.c lib/libcrypto/hidden/openssl: crypto.h Added files: lib/libcrypto : crypto_local.h Log message: Make CRYPTO_THREADID opaque With ERR_STATE out of the way, we can make CRYPTO_THREADID opaque. The type is still accessed by used public API, but some of the public API can also go away. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:39:11 Modified files: lib/libcrypto : crypto.h Log message: tedu OPENSSL_isservice() prototype When tedu tedued OPENSSL_isservice(), tedus chainsaw missed crypto.h. Finish the teduing of the hack for Visual C++ 5.0 (!), which is still present in the latest and greatest OpenSSL. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:40:53 Modified files: lib/libcrypto : crypto.h Log message: Change sk in CRYPTO_EX_DATA from STACK_OF(void) * to void * Requested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:41:53 Modified files: lib/libcrypto : shlib_version Log message: crank libcrypto major There were symbol addition, removal, function signature changes and struct visibility changes. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:44:48 Modified files: lib/libssl : Symbols.list s3_lib.c ssl.h tls1.h lib/libssl/hidden/openssl: tls1.h Log message: Export SSL_get_{peer_,}signature_type_nid() Also move the prototypes to the correct header. Oversight reported by Frank Lichtenheld, thanks! Fixes https://github.com/libressl/openbsd/issues/147 ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:45:51 Modified files: lib/libssl : Symbols.list ssl.h ssl_ciph.c lib/libssl/hidden/openssl: ssl.h Log message: Remove SSL_CIPHER_get_by_{id,value}() While this undocumented API would have been much nicer and saner than SSL_CIPHER_find(), nothing used this except for the exporter test. Let's get rid of it again. libssl uses ssl3_get_cipher_by_{id,value}() directly. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:46:55 Modified files: lib/libssl : s3_lib.c ssl3.h tls1.h Log message: Make {SSL3,TLS}_CT_* internal And here goes a bunch of unused macros that just had to be in two headers so they could get out of sync. Three of these constants are used in a single function... ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:47:41 Modified files: lib/libssl : ssl3.h Log message: Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY And here goes another weird-ass thing of dubious pedigree. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:48:55 Modified files: lib/libssl : Symbols.list ssl.h ssl_lib.c lib/libssl/hidden/openssl: ssl.h Log message: Remove SSL_debug The garbage truck is quite full by now. Collect the last symbol straggler for this bump. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:49:22 Modified files: lib/libssl : shlib_version Log message: crank libssl major same bump as libcrypto; symbol removal and addition CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:50:36 Modified files: lib/libtls : shlib_version Log message: crank libtls major same bump as libcrypto and libssl CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:52:43 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync (libressl major, gost.h removal) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:53:30 Modified files: lib/libcrypto : opensslv.h Log message: Crank libressl version to 3.9.0 (finally!) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 04:53:55 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Unhook some gost tests CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 04:58:22 Modified files: devel/kf5/kdelibs4support: Makefile devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_cpp patch-src_kssl_kopenssl_h Log message: kdelibs4support: adjust for CRYPTO_free() signature change CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 04:59:53 Modified files: security/p5-Net-SSLeay: Makefile Added files: security/p5-Net-SSLeay/patches: patch-SSLeay_xs Log message: p5-Net-SSLeay: fix build after libcrypto bump This exposes EVP_add_digest() which is no longer available. Also stop reaching into X509_ALGOR, which will be made opaque. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 05:00:46 Modified files: security/py-M2Crypto: Makefile security/py-M2Crypto/patches: patch-src_SWIG__lib_i Log message: M2Crypto: fix build with removed sk_find_ex() by providing a stub CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 05:02:31 Modified files: security/xml-security-c: Makefile Added files: security/xml-security-c/patches: patch-xsec_enc_OpenSSL_OpenSSLCryptoProvider_cpp Log message: xml-security-c: don't call X509_TRUST_cleanup() There is no need for this since the code doesn't do anything with X509_TRUST. This looks like an attempt at appeasing valgrind. Also note that X509_TRUST_cleanup() doesn't actually clean up since someone broke this about 8 years ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/02 05:02:42 Modified files: lib/libc/arch/m88k: Symbols.list lib/libc/arch/m88k/gen: fabs.S Log message: Provide the missing fabsl alias to fabs. No shlib_version change needed, jumping on the version bump of the mkdtems addition. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 05:04:58 Modified files: x11/qt5/qtbase : Makefile x11/qt5/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h Removed files: x11/qt5/qtbase/patches: patch-src_network_ssl_qsslcertificate_openssl_cpp Log message: qt5/qtbase: simplify patches The extra dances for OPENSSL_free()/CRYPTO_free() are no longer needed CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/02 05:08:16 Modified files: x11/qt6/qtbase : Makefile x11/qt6/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_plugins_tls_openssl_qsslsocket_openssl_symbols_p_h patch-src_plugins_tls_openssl_qx509_openssl_cpp Log message: qt6/qtbase: simplify patches The extra dances for OPENSSL_free()/CRYPTO_free() are no longer needed. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 06:28:22 Modified files: distrib/sets/lists/comp: mi Log message: sync (lh_stats.3 removal) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 06:39:28 Modified files: lib/libcrypto : Makefile lib/libcrypto/err: err_all.c Removed files: lib/libcrypto/evp: m_streebog.c lib/libcrypto/hidden/openssl: gost.h Log message: Remove some GOST relics CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/03/02 08:04:27 Modified files: sys/dev/ic : qwx.c Log message: repair QWX_DEBUG build CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/03/02 08:06:20 Modified files: sys/dev/ic : qwx.c Log message: silently ignore update-stats events from qwx(4) firmware Reduces noise with QWX_DEBUG enabled. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/03/02 08:18:57 Modified files: sys/dev/ic : qwxvar.h qwx.c Log message: implement qwx(4) monitor status ring polling On QCNFA765 the monitor status ring does not trigger any interrupts. Unless the driver keeps polling this ring from a timer the device will eventually lock up if this ring is enabled. Even though we're not using this ring yet, add the tiny bits of code required to poll it so that the next person who enables this code won't have to waste time figuring out why the device stops working. The monitor status ring provides details about received frames in special TLV-format packets which the driver can parse and update statistics with. Interesting info includes per-frame RSSI. Which we already learn from beacons, so we don't need to enable an entire extra ring just for that. Another reason to keep this disabled is that it triggers mbuf corruption for reasons I haven't been able to figure out. Help welcome. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/02 08:40:05 Modified files: lib/libcrypto : crypto.h Log message: include for time_t and struct tm, needed for macos ok millert miod CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/03/02 08:55:58 Modified files: sbin/iked : version.h Log message: Bump to OpenIKED 7.4 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2024/03/02 09:16:07 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c Log message: Trigger retransmission only for fragment 1/x, otherwise each received fragment can trigger retransmission of the full fragment queue. From RFC7383, 2.6.1: "[...] that even MUST only trigger a retransmission of the response message (fragmented or no) if the Fragment Number field in the received fragments is set to 1; otherwise, it MUST be ignored." from markus CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/02 09:51:00 Modified files: lib/libc/arch/m88k/gen: fabs.S Log message: Shorter and simpler version which does not need to use the stack. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/03/02 10:06:32 Modified files: devel/ipython : Makefile distinfo devel/ipython/patches: patch-IPython_core_tests_test_interactiveshell_py patch-setupbase_py devel/ipython/pkg: PLIST Log message: update ipython to 8.22.1 In this update also remove the BDEP on www/py-mako which was added a few years ago. That BDEP doesn't make a lot of sense. If we see new build-time failures as result of this change, they should be looked at again given the many updates in the ports tree since this BDEP was added. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/02 12:20:49 Modified files: audio/spotifyd : Makefile crates.inc distinfo Removed files: audio/spotifyd/patches: patch-Cargo_lock patch-Cargo_toml patch-src_main_rs Log message: bump commit to include now merged pledge patch CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 12:48:13 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add clocks for the RK3588 SPI controller. From patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 12:50:30 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : rkspi.c Log message: Add rkspi(4), a driver for the SPI controller found on various Rockchip SoCs. Based on an earlier diff from patrick@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 12:52:41 Modified files: sys/dev/fdt : files.fdt rkpmic.c Log message: Add support for attaching rkpmic(4) to an SPI bus. Add support for the RK806 PMIC which can attach to both I2C and SPI. Based on an old diff from patrick@ ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 12:53:17 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable rkspi(4) and rkpmic(4) at spi. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 13:21:33 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : rkspi.4 Log message: rkspi(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/02 13:22:13 Modified files: share/man/man4 : rkpmic.4 Log message: This driver can now attach to SPI and supports the RK806 PMIC. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/03/02 14:23:01 Added files: . : 75.html Log message: start work on 75.html CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/03/02 15:08:50 Modified files: share/man/man4 : iic.4 Log message: add rkpmic(4); ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/02 15:17:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2024/03/02 15:40:28 Modified files: usr.sbin/smtpd : smtpd.h Log message: bump version to 7.5.0 CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2024/03/02 16:38:00 Modified files: usr.bin/signify: signify.1 Log message: examples should show how to check the signature of the next release CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/03/02 17:14:42 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: security/osv-scanner: update to 1.6.2 ok gonzalo@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/02 17:22:23 Modified files: distrib/sets/lists/man: mi Log message: snc CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2024/03/02 18:12:45 Modified files: sysutils/telegraf: Makefile distinfo modules.inc Log message: sysutils/telegraf: update to 1.29.5 CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2024/03/02 19:40:10 Modified files: sys/arch/macppc/dev: awacs.c Log message: Fix awacs(4) audio on some iMac G3 models This code affects iMac G3s with a slot-loading CD drive (from late 1999 to 2001, after the older tray-loading iMac G3s, and before the iMac G4s). Detect such iMacs by their model string (PowerMac2,1 or PowerMac2,2 or PowerMac4,1), and configure their headphones and internal speakers in a different way. These iMacs have 3 places to connect headphones (2 on front, 1 on right side). They also have no audio connection to the CD drive, so turn off the noisy CD input. From evan (dot) jss (at) protonmail (dot) ch; I edited the code to get the model string. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2024/03/02 20:09:39 Modified files: gnu/llvm/llvm/lib/Target/PowerPC: PPCFrameLowering.cpp Log message: For macppc, add missing CFI for cr2, cr3, cr4 clang -S was missing a line like ".cfi_offset cr2, -16" in functions that spill cr2 (or cr3, cr4) to the stack. This was breaking a few C++ exceptions. This fix adds the missing CFI. This will fix the C++ exception that was crashing egdb from ports/devel/gdb when you did "q to quit" in the pager. ok kettenis@ tobhe@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 00:34:25 Modified files: x11/gnome/gcr4 : Makefile distinfo Log message: Update to gcr4-4.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 00:35:33 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-45.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 00:39:43 Modified files: x11/gnome/libadwaita: Makefile distinfo Log message: Update to libadwaita-1.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 00:40:05 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.55.11. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/03 01:06:16 Log message: import x11/kde-applications/plasmatube 23.08.4; Feedback OK rsadowski PlasmaTube allows you to watch YouTube videos via any Invidious instance, using an elegant user interface integrated with the rest of Plasma. See https://docs.invidious.io/ for more information. Status: Vendor Tag: kn Release Tags: kn_20240303 N ports/x11/kde-applications/plasmatube/Makefile N ports/x11/kde-applications/plasmatube/distinfo N ports/x11/kde-applications/plasmatube/pkg/DESCR N ports/x11/kde-applications/plasmatube/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:06:25 Modified files: productivity : Makefile Log message: unhook productivity/tryton from the build ok rsadowski@ daniel@ on initial proposition CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:08:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm infrastructure/db: user.list Log message: free _tryton uid, and register all tryton ports as removed ok rsadowski@ daniel@ on initial proposition tweak from daniel@ for quirks CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/03 01:09:40 Modified files: x11/kde-applications: Makefile Log message: + plasmatube CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:12:42 Removed files: productivity/tryton: Makefile Makefile.inc productivity/tryton/5.0: Makefile Makefile.inc productivity/tryton/5.0/account: Makefile distinfo productivity/tryton/5.0/account/pkg: DESCR PLIST productivity/tryton/5.0/account_asset: Makefile distinfo productivity/tryton/5.0/account_asset/pkg: DESCR PLIST productivity/tryton/5.0/account_be: Makefile distinfo productivity/tryton/5.0/account_be/pkg: DESCR PLIST productivity/tryton/5.0/account_credit_limit: Makefile distinfo productivity/tryton/5.0/account_credit_limit/pkg: DESCR PLIST productivity/tryton/5.0/account_de_skr03: Makefile distinfo productivity/tryton/5.0/account_de_skr03/pkg: DESCR PLIST productivity/tryton/5.0/account_deposit: Makefile distinfo productivity/tryton/5.0/account_deposit/pkg: DESCR PLIST productivity/tryton/5.0/account_dunning: Makefile distinfo productivity/tryton/5.0/account_dunning/pkg: DESCR PLIST productivity/tryton/5.0/account_dunning_email: Makefile distinfo productivity/tryton/5.0/account_dunning_email/pkg: DESCR PLIST productivity/tryton/5.0/account_dunning_fee: Makefile distinfo productivity/tryton/5.0/account_dunning_fee/pkg: DESCR PLIST productivity/tryton/5.0/account_dunning_letter: Makefile distinfo productivity/tryton/5.0/account_dunning_letter/pkg: DESCR PLIST productivity/tryton/5.0/account_es: Makefile distinfo productivity/tryton/5.0/account_es/pkg: DESCR PLIST productivity/tryton/5.0/account_eu: Makefile distinfo productivity/tryton/5.0/account_eu/pkg: DESCR PLIST productivity/tryton/5.0/account_fr: Makefile distinfo productivity/tryton/5.0/account_fr/pkg: DESCR PLIST productivity/tryton/5.0/account_fr_chorus: Makefile distinfo productivity/tryton/5.0/account_fr_chorus/pkg: DESCR PLIST productivity/tryton/5.0/account_invoice: Makefile distinfo productivity/tryton/5.0/account_invoice/pkg: DESCR PLIST productivity/tryton/5.0/account_invoice_correction: Makefile distinfo productivity/tryton/5.0/account_invoice_correction/pkg: DESCR PLIST productivity/tryton/5.0/account_invoice_history: Makefile distinfo productivity/tryton/5.0/account_invoice_history/pkg: DESCR PLIST productivity/tryton/5.0/account_invoice_line_standalone: Makefile distinfo productivity/tryton/5.0/account_invoice_line_standalone/pkg: DESCR PLIST productivity/tryton/5.0/account_invoice_stock: Makefile distinfo productivity/tryton/5.0/account_invoice_stock/pkg: DESCR PLIST productivity/tryton/5.0/account_payment: Makefile distinfo productivity/tryton/5.0/account_payment/pkg: DESCR PLIST productivity/tryton/5.0/account_payment_clearing: Makefile distinfo productivity/tryton/5.0/account_payment_clearing/pkg: DESCR PLIST productivity/tryton/5.0/account_payment_sepa: Makefile distinfo productivity/tryton/5.0/account_payment_sepa/pkg: DESCR PLIST productivity/tryton/5.0/account_payment_sepa_cfonb: Makefile distinfo productivity/tryton/5.0/account_payment_sepa_cfonb/pkg: DESCR PLIST productivity/tryton/5.0/account_product: Makefile distinfo productivity/tryton/5.0/account_product/pkg: DESCR PLIST productivity/tryton/5.0/account_statement: Makefile distinfo productivity/tryton/5.0/account_statement/pkg: DESCR PLIST productivity/tryton/5.0/account_statement_ofx: Makefile distinfo productivity/tryton/5.0/account_statement_ofx/pkg: DESCR PLIST productivity/tryton/5.0/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/5.0/account_stock_anglo_saxon/pkg: DESCR PLIST productivity/tryton/5.0/account_stock_continental: Makefile distinfo productivity/tryton/5.0/account_stock_continental/pkg: DESCR PLIST productivity/tryton/5.0/account_stock_landed_cost: Makefile distinfo productivity/tryton/5.0/account_stock_landed_cost/pkg: DESCR PLIST productivity/tryton/5.0/account_stock_landed_cost_weight: Makefile distinfo productivity/tryton/5.0/account_stock_landed_cost_weight/pkg: DESCR PLIST productivity/tryton/5.0/analytic_account: Makefile distinfo productivity/tryton/5.0/analytic_account/pkg: DESCR PLIST productivity/tryton/5.0/analytic_invoice: Makefile distinfo productivity/tryton/5.0/analytic_invoice/pkg: DESCR PLIST productivity/tryton/5.0/analytic_purchase: Makefile distinfo productivity/tryton/5.0/analytic_purchase/pkg: DESCR PLIST productivity/tryton/5.0/analytic_sale: Makefile distinfo productivity/tryton/5.0/analytic_sale/pkg: DESCR PLIST productivity/tryton/5.0/authentication_sms: Makefile distinfo productivity/tryton/5.0/authentication_sms/pkg: DESCR PLIST productivity/tryton/5.0/bank: Makefile distinfo productivity/tryton/5.0/bank/pkg: DESCR PLIST productivity/tryton/5.0/carrier: Makefile distinfo productivity/tryton/5.0/carrier/pkg: DESCR PLIST productivity/tryton/5.0/carrier_percentage: Makefile distinfo productivity/tryton/5.0/carrier_percentage/pkg: DESCR PLIST productivity/tryton/5.0/carrier_weight: Makefile distinfo productivity/tryton/5.0/carrier_weight/pkg: DESCR PLIST productivity/tryton/5.0/commission: Makefile distinfo productivity/tryton/5.0/commission/pkg: DESCR PLIST productivity/tryton/5.0/commission_waiting: Makefile distinfo productivity/tryton/5.0/commission_waiting/pkg: DESCR PLIST productivity/tryton/5.0/company: Makefile distinfo productivity/tryton/5.0/company/pkg: DESCR PLIST productivity/tryton/5.0/company_work_time: Makefile distinfo productivity/tryton/5.0/company_work_time/pkg: DESCR PLIST productivity/tryton/5.0/country: Makefile distinfo productivity/tryton/5.0/country/pkg: DESCR PLIST productivity/tryton/5.0/currency: Makefile distinfo productivity/tryton/5.0/currency/pkg: DESCR PLIST productivity/tryton/5.0/customs: Makefile distinfo productivity/tryton/5.0/customs/pkg: DESCR PLIST productivity/tryton/5.0/dashboard: Makefile distinfo productivity/tryton/5.0/dashboard/pkg: DESCR PLIST productivity/tryton/5.0/edocument_uncefact: Makefile distinfo productivity/tryton/5.0/edocument_uncefact/pkg: DESCR PLIST productivity/tryton/5.0/edocument_unece: Makefile distinfo productivity/tryton/5.0/edocument_unece/pkg: DESCR PLIST productivity/tryton/5.0/google_maps: Makefile distinfo productivity/tryton/5.0/google_maps/pkg: DESCR PLIST productivity/tryton/5.0/notification_email: Makefile distinfo productivity/tryton/5.0/notification_email/pkg: DESCR PLIST productivity/tryton/5.0/party: Makefile distinfo productivity/tryton/5.0/party/pkg: DESCR PLIST productivity/tryton/5.0/party_relationship: Makefile distinfo productivity/tryton/5.0/party_relationship/pkg: DESCR PLIST productivity/tryton/5.0/party_siret: Makefile distinfo productivity/tryton/5.0/party_siret/pkg: DESCR PLIST productivity/tryton/5.0/product: Makefile distinfo productivity/tryton/5.0/product/pkg: DESCR PLIST productivity/tryton/5.0/product_attribute: Makefile distinfo productivity/tryton/5.0/product_attribute/pkg: DESCR PLIST productivity/tryton/5.0/product_classification: Makefile distinfo productivity/tryton/5.0/product_classification/pkg: DESCR PLIST productivity/tryton/5.0/product_classification_taxonomic: Makefile distinfo productivity/tryton/5.0/product_classification_taxonomic/pkg: DESCR PLIST productivity/tryton/5.0/product_cost_fifo: Makefile distinfo productivity/tryton/5.0/product_cost_fifo/pkg: DESCR PLIST productivity/tryton/5.0/product_cost_history: Makefile distinfo productivity/tryton/5.0/product_cost_history/pkg: DESCR PLIST productivity/tryton/5.0/product_measurements: Makefile distinfo productivity/tryton/5.0/product_measurements/pkg: DESCR PLIST productivity/tryton/5.0/product_price_list: Makefile distinfo productivity/tryton/5.0/product_price_list/pkg: DESCR PLIST productivity/tryton/5.0/product_price_list_dates: Makefile distinfo productivity/tryton/5.0/product_price_list_dates/pkg: DESCR PLIST productivity/tryton/5.0/product_price_list_parent: Makefile distinfo productivity/tryton/5.0/product_price_list_parent/pkg: DESCR PLIST productivity/tryton/5.0/production: Makefile distinfo productivity/tryton/5.0/production/pkg: DESCR PLIST productivity/tryton/5.0/production_outsourcing: Makefile distinfo productivity/tryton/5.0/production_outsourcing/pkg: DESCR PLIST productivity/tryton/5.0/production_routing: Makefile distinfo productivity/tryton/5.0/production_routing/pkg: DESCR PLIST productivity/tryton/5.0/production_split: Makefile distinfo productivity/tryton/5.0/production_split/pkg: DESCR PLIST productivity/tryton/5.0/production_work: Makefile distinfo productivity/tryton/5.0/production_work/pkg: DESCR PLIST productivity/tryton/5.0/production_work_timesheet: Makefile distinfo productivity/tryton/5.0/production_work_timesheet/pkg: DESCR PLIST productivity/tryton/5.0/proteus: Makefile distinfo productivity/tryton/5.0/proteus/pkg: DESCR PLIST productivity/tryton/5.0/purchase: Makefile distinfo productivity/tryton/5.0/purchase/pkg: DESCR PLIST productivity/tryton/5.0/purchase_request: Makefile distinfo productivity/tryton/5.0/purchase_request/pkg: DESCR PLIST productivity/tryton/5.0/purchase_shipment_cost: Makefile distinfo productivity/tryton/5.0/purchase_shipment_cost/pkg: DESCR PLIST productivity/tryton/5.0/sale: Makefile distinfo productivity/tryton/5.0/sale/pkg: DESCR PLIST productivity/tryton/5.0/sale_shipment_cost: Makefile distinfo productivity/tryton/5.0/sale_shipment_cost/pkg: DESCR PLIST productivity/tryton/5.0/sale_supply: Makefile distinfo productivity/tryton/5.0/sale_supply/pkg: DESCR PLIST productivity/tryton/5.0/sale_supply_drop_shipment: Makefile distinfo productivity/tryton/5.0/sale_supply_drop_shipment/pkg: DESCR PLIST productivity/tryton/5.0/sao: Makefile distinfo productivity/tryton/5.0/sao/files: custom.css custom.js productivity/tryton/5.0/sao/pkg: DESCR PLIST productivity/tryton/5.0/stock: Makefile distinfo productivity/tryton/5.0/stock/pkg: DESCR PLIST productivity/tryton/5.0/stock_package: Makefile distinfo productivity/tryton/5.0/stock_package/pkg: DESCR PLIST productivity/tryton/5.0/stock_shipment_measurements: Makefile distinfo productivity/tryton/5.0/stock_shipment_measurements/pkg: DESCR PLIST productivity/tryton/5.0/stock_supply: Makefile distinfo productivity/tryton/5.0/stock_supply/pkg: DESCR PLIST productivity/tryton/5.0/timesheet: Makefile distinfo productivity/tryton/5.0/timesheet/pkg: DESCR PLIST productivity/tryton/5.0/tryton: Makefile distinfo productivity/tryton/5.0/tryton/patches: patch-tryton_config_py productivity/tryton/5.0/tryton/pkg: DESCR PLIST productivity/tryton/5.0/trytond: Makefile distinfo productivity/tryton/5.0/trytond/files: logging.conf server.conf productivity/tryton/5.0/trytond/patches: patch-setup_py patch-trytond_protocols_wrappers_py patch-trytond_wsgi_py productivity/tryton/5.0/trytond/pkg: DESCR PLIST README trytond.rc trytond_cron.rc trytond_worker.rc productivity/tryton/5.0/web_user: Makefile distinfo productivity/tryton/5.0/web_user/pkg: DESCR PLIST productivity/tryton/5.2: Makefile Makefile.inc productivity/tryton/5.2/account: Makefile distinfo productivity/tryton/5.2/account/patches: patch-move_xml productivity/tryton/5.2/account/pkg: DESCR PLIST productivity/tryton/5.2/account_asset: Makefile distinfo productivity/tryton/5.2/account_asset/pkg: DESCR PLIST productivity/tryton/5.2/account_be: Makefile distinfo productivity/tryton/5.2/account_be/pkg: DESCR PLIST productivity/tryton/5.2/account_credit_limit: Makefile distinfo productivity/tryton/5.2/account_credit_limit/pkg: DESCR PLIST productivity/tryton/5.2/account_de_skr03: Makefile distinfo productivity/tryton/5.2/account_de_skr03/pkg: DESCR PLIST productivity/tryton/5.2/account_deposit: Makefile distinfo productivity/tryton/5.2/account_deposit/pkg: DESCR PLIST productivity/tryton/5.2/account_dunning: Makefile distinfo productivity/tryton/5.2/account_dunning/pkg: DESCR PLIST productivity/tryton/5.2/account_dunning_email: Makefile distinfo productivity/tryton/5.2/account_dunning_email/pkg: DESCR PLIST productivity/tryton/5.2/account_dunning_fee: Makefile distinfo productivity/tryton/5.2/account_dunning_fee/pkg: DESCR PLIST productivity/tryton/5.2/account_dunning_letter: Makefile distinfo productivity/tryton/5.2/account_dunning_letter/pkg: DESCR PLIST productivity/tryton/5.2/account_es: Makefile distinfo productivity/tryton/5.2/account_es/pkg: DESCR PLIST productivity/tryton/5.2/account_eu: Makefile distinfo productivity/tryton/5.2/account_eu/pkg: DESCR PLIST productivity/tryton/5.2/account_fr: Makefile distinfo productivity/tryton/5.2/account_fr/pkg: DESCR PLIST productivity/tryton/5.2/account_fr_chorus: Makefile distinfo productivity/tryton/5.2/account_fr_chorus/pkg: DESCR PLIST productivity/tryton/5.2/account_invoice: Makefile distinfo productivity/tryton/5.2/account_invoice/pkg: DESCR PLIST productivity/tryton/5.2/account_invoice_correction: Makefile distinfo productivity/tryton/5.2/account_invoice_correction/pkg: DESCR PLIST productivity/tryton/5.2/account_invoice_history: Makefile distinfo productivity/tryton/5.2/account_invoice_history/pkg: DESCR PLIST productivity/tryton/5.2/account_invoice_line_standalone: Makefile distinfo productivity/tryton/5.2/account_invoice_line_standalone/pkg: DESCR PLIST productivity/tryton/5.2/account_invoice_stock: Makefile distinfo productivity/tryton/5.2/account_invoice_stock/pkg: DESCR PLIST productivity/tryton/5.2/account_payment: Makefile distinfo productivity/tryton/5.2/account_payment/pkg: DESCR PLIST productivity/tryton/5.2/account_payment_clearing: Makefile distinfo productivity/tryton/5.2/account_payment_clearing/pkg: DESCR PLIST productivity/tryton/5.2/account_payment_sepa: Makefile distinfo productivity/tryton/5.2/account_payment_sepa/pkg: DESCR PLIST productivity/tryton/5.2/account_payment_sepa_cfonb: Makefile distinfo productivity/tryton/5.2/account_payment_sepa_cfonb/pkg: DESCR PLIST productivity/tryton/5.2/account_product: Makefile distinfo productivity/tryton/5.2/account_product/pkg: DESCR PLIST productivity/tryton/5.2/account_statement: Makefile distinfo productivity/tryton/5.2/account_statement/pkg: DESCR PLIST productivity/tryton/5.2/account_statement_ofx: Makefile distinfo productivity/tryton/5.2/account_statement_ofx/pkg: DESCR PLIST productivity/tryton/5.2/account_statement_rule: Makefile distinfo productivity/tryton/5.2/account_statement_rule/pkg: DESCR PLIST productivity/tryton/5.2/account_stock_anglo_saxon: Makefile distinfo productivity/tryton/5.2/account_stock_anglo_saxon/pkg: DESCR PLIST productivity/tryton/5.2/account_stock_continental: Makefile distinfo productivity/tryton/5.2/account_stock_continental/pkg: DESCR PLIST productivity/tryton/5.2/account_stock_landed_cost: Makefile distinfo productivity/tryton/5.2/account_stock_landed_cost/pkg: DESCR PLIST productivity/tryton/5.2/account_stock_landed_cost_weight: Makefile distinfo productivity/tryton/5.2/account_stock_landed_cost_weight/pkg: DESCR PLIST productivity/tryton/5.2/analytic_account: Makefile distinfo productivity/tryton/5.2/analytic_account/pkg: DESCR PLIST productivity/tryton/5.2/analytic_invoice: Makefile distinfo productivity/tryton/5.2/analytic_invoice/pkg: DESCR PLIST productivity/tryton/5.2/analytic_purchase: Makefile distinfo productivity/tryton/5.2/analytic_purchase/pkg: DESCR PLIST productivity/tryton/5.2/analytic_sale: Makefile distinfo productivity/tryton/5.2/analytic_sale/pkg: DESCR PLIST productivity/tryton/5.2/authentication_sms: Makefile distinfo productivity/tryton/5.2/authentication_sms/pkg: DESCR PLIST productivity/tryton/5.2/bank: Makefile distinfo productivity/tryton/5.2/bank/pkg: DESCR PLIST productivity/tryton/5.2/carrier: Makefile distinfo productivity/tryton/5.2/carrier/pkg: DESCR PLIST productivity/tryton/5.2/carrier_percentage: Makefile distinfo productivity/tryton/5.2/carrier_percentage/pkg: DESCR PLIST productivity/tryton/5.2/carrier_weight: Makefile distinfo productivity/tryton/5.2/carrier_weight/pkg: DESCR PLIST productivity/tryton/5.2/commission: Makefile distinfo productivity/tryton/5.2/commission/pkg: DESCR PLIST productivity/tryton/5.2/commission_waiting: Makefile distinfo productivity/tryton/5.2/commission_waiting/pkg: DESCR PLIST productivity/tryton/5.2/company: Makefile distinfo productivity/tryton/5.2/company/pkg: DESCR PLIST productivity/tryton/5.2/company_work_time: Makefile distinfo productivity/tryton/5.2/company_work_time/pkg: DESCR PLIST productivity/tryton/5.2/country: Makefile distinfo productivity/tryton/5.2/country/pkg: DESCR PLIST productivity/tryton/5.2/currency: Makefile distinfo productivity/tryton/5.2/currency/pkg: DESCR PLIST productivity/tryton/5.2/customs: Makefile distinfo productivity/tryton/5.2/customs/pkg: DESCR PLIST productivity/tryton/5.2/dashboard: Makefile distinfo productivity/tryton/5.2/dashboard/pkg: DESCR PLIST productivity/tryton/5.2/edocument_uncefact: Makefile distinfo productivity/tryton/5.2/edocument_uncefact/pkg: DESCR PLIST productivity/tryton/5.2/edocument_unece: Makefile distinfo productivity/tryton/5.2/edocument_unece/pkg: DESCR PLIST productivity/tryton/5.2/google_maps: Makefile distinfo productivity/tryton/5.2/google_maps/pkg: DESCR PLIST productivity/tryton/5.2/notification_email: Makefile distinfo productivity/tryton/5.2/notification_email/pkg: DESCR PLIST productivity/tryton/5.2/party: Makefile distinfo productivity/tryton/5.2/party/pkg: DESCR PLIST productivity/tryton/5.2/party_relationship: Makefile distinfo productivity/tryton/5.2/party_relationship/pkg: DESCR PLIST productivity/tryton/5.2/party_siret: Makefile distinfo productivity/tryton/5.2/party_siret/pkg: DESCR PLIST productivity/tryton/5.2/product: Makefile distinfo productivity/tryton/5.2/product/pkg: DESCR PLIST productivity/tryton/5.2/product_attribute: Makefile distinfo productivity/tryton/5.2/product_attribute/pkg: DESCR PLIST productivity/tryton/5.2/product_classification: Makefile distinfo productivity/tryton/5.2/product_classification/pkg: DESCR PLIST productivity/tryton/5.2/product_classification_taxonomic: Makefile distinfo productivity/tryton/5.2/product_classification_taxonomic/pkg: DESCR PLIST productivity/tryton/5.2/product_cost_fifo: Makefile distinfo productivity/tryton/5.2/product_cost_fifo/pkg: DESCR PLIST productivity/tryton/5.2/product_cost_history: Makefile distinfo productivity/tryton/5.2/product_cost_history/pkg: DESCR PLIST productivity/tryton/5.2/product_measurements: Makefile distinfo productivity/tryton/5.2/product_measurements/pkg: DESCR PLIST productivity/tryton/5.2/product_price_list: Makefile distinfo productivity/tryton/5.2/product_price_list/pkg: DESCR PLIST productivity/tryton/5.2/product_price_list_dates: Makefile distinfo productivity/tryton/5.2/product_price_list_dates/pkg: DESCR PLIST productivity/tryton/5.2/product_price_list_parent: Makefile distinfo productivity/tryton/5.2/product_price_list_parent/pkg: DESCR PLIST productivity/tryton/5.2/production: Makefile distinfo productivity/tryton/5.2/production/pkg: DESCR PLIST productivity/tryton/5.2/production_outsourcing: Makefile distinfo productivity/tryton/5.2/production_outsourcing/pkg: DESCR PLIST productivity/tryton/5.2/production_routing: Makefile distinfo productivity/tryton/5.2/production_routing/pkg: DESCR PLIST productivity/tryton/5.2/production_split: Makefile distinfo productivity/tryton/5.2/production_split/pkg: DESCR PLIST productivity/tryton/5.2/production_work: Makefile distinfo productivity/tryton/5.2/production_work/pkg: DESCR PLIST productivity/tryton/5.2/production_work_timesheet: Makefile distinfo productivity/tryton/5.2/production_work_timesheet/pkg: DESCR PLIST productivity/tryton/5.2/proteus: Makefile distinfo productivity/tryton/5.2/proteus/pkg: DESCR PLIST productivity/tryton/5.2/purchase: Makefile distinfo productivity/tryton/5.2/purchase/pkg: DESCR PLIST productivity/tryton/5.2/purchase_request: Makefile distinfo productivity/tryton/5.2/purchase_request/pkg: DESCR PLIST productivity/tryton/5.2/purchase_shipment_cost: Makefile distinfo productivity/tryton/5.2/purchase_shipment_cost/pkg: DESCR PLIST productivity/tryton/5.2/sale: Makefile distinfo productivity/tryton/5.2/sale/pkg: DESCR PLIST productivity/tryton/5.2/sale_price_list: Makefile distinfo productivity/tryton/5.2/sale_price_list/pkg: DESCR PLIST productivity/tryton/5.2/sale_promotion: Makefile distinfo productivity/tryton/5.2/sale_promotion/pkg: DESCR PLIST productivity/tryton/5.2/sale_shipment_cost: Makefile distinfo productivity/tryton/5.2/sale_shipment_cost/pkg: DESCR PLIST productivity/tryton/5.2/sale_supply: Makefile distinfo productivity/tryton/5.2/sale_supply/pkg: DESCR PLIST productivity/tryton/5.2/sale_supply_drop_shipment: Makefile distinfo productivity/tryton/5.2/sale_supply_drop_shipment/pkg: DESCR PLIST productivity/tryton/5.2/sao: Makefile distinfo productivity/tryton/5.2/sao/files: custom.css custom.js productivity/tryton/5.2/sao/pkg: DESCR PLIST productivity/tryton/5.2/stock: Makefile distinfo productivity/tryton/5.2/stock/pkg: DESCR PLIST productivity/tryton/5.2/stock_package: Makefile distinfo productivity/tryton/5.2/stock_package/pkg: DESCR PLIST productivity/tryton/5.2/stock_shipment_measurements: Makefile distinfo productivity/tryton/5.2/stock_shipment_measurements/pkg: DESCR PLIST productivity/tryton/5.2/stock_supply: Makefile distinfo productivity/tryton/5.2/stock_supply/pkg: DESCR PLIST productivity/tryton/5.2/timesheet: Makefile distinfo productivity/tryton/5.2/timesheet/pkg: DESCR PLIST productivity/tryton/5.2/tryton: Makefile distinfo productivity/tryton/5.2/tryton/patches: patch-tryton_config_py productivity/tryton/5.2/tryton/pkg: DESCR PLIST productivity/tryton/5.2/trytond: Makefile distinfo productivity/tryton/5.2/trytond/files: logging.conf server.conf productivity/tryton/5.2/trytond/patches: patch-trytond_ir_ir_xml patch-trytond_ir_lang_xml patch-trytond_protocols_wrappers_py productivity/tryton/5.2/trytond/pkg: DESCR PLIST README trytond.rc trytond_cron.rc trytond_worker.rc productivity/tryton/5.2/user_role: Makefile distinfo productivity/tryton/5.2/user_role/pkg: DESCR PLIST productivity/tryton/5.2/web_user: Makefile distinfo productivity/tryton/5.2/web_user/pkg: DESCR PLIST Log message: remove productivity/tryton The current state is the following: - 5.0 serie (old LTS) is EOL since november 2023 (and requires python3.7 to run) - 5.2 serie is EOL It would be possible to invest time to update to 6.0 and/or 7.0 series (both LTS), but it is an huge number of packages to import, and I think any real work with such ERP system needs proper version pinning (in control of the user). ok rsadowski@ daniel@ on initial proposition CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:23:13 Modified files: devel/cargo-generate-vendor: Makefile devel/py-cached-property: Makefile lang/zig : Makefile print/py-relatorio: Makefile sysutils/checkrestart: Makefile textproc/py-ofxparse: Makefile www/woob : Makefile Log message: update MAINTAINER in ports I maintain CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:28:53 Modified files: devel/py-stdnum: Makefile distinfo devel/py-stdnum/pkg: PLIST Log message: update devel/py-stdnum to 1.19 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:30:57 Modified files: graphics/py-pygal: Makefile distinfo Log message: update graphics/py-pygal to 3.0.4 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 01:33:05 Modified files: telephony/py-phonenumbers: Makefile distinfo Log message: update telephony/py-phonenumbers to 8.13.31 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 01:41:48 Modified files: net/miniupnp/miniupnpd: Makefile distinfo net/miniupnp/miniupnpd/patches: patch-miniupnpd_conf Removed files: net/miniupnp/miniupnpd/patches: patch-miniupnpd_8 Log message: update to miniupnpd-2.3.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 01:41:51 Modified files: net/miniupnp/minissdpd: Makefile distinfo Log message: update to minissdpd-1.6.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 02:04:07 Modified files: sysutils/sysclean: Makefile distinfo Log message: update sysutils/sysclean to 3.7 - call MAKEDEV(8) from /dev directory - use shared lock instead of exclusive lock for PKG_DBDIR CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/03 02:09:40 Modified files: databases/py-sql: Makefile distinfo Log message: update databases/py-sql to 1.4.3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/03 02:44:14 Modified files: audio/shairport-sync: Makefile distinfo Removed files: audio/shairport-sync/patches: patch-man_shairport-sync_7 patch-rtsp_c patch-shairport_c Log message: update to shairport-sync 4.3.3-dev includes all local patches plus other fixes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 03:29:49 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update to gnome-keyring-46.1. x11/gnome/gcr4 should be used to provide the ssh-agent functionality; however it requires systemctl from systemd to export SSH_AUTH_SOCK and activate ssh-agent.service and gcr-ssh-agent.socket CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/03 04:03:13 Modified files: sys/arch/m88k/m88k: m88100_fp.c Log message: Workaround a 88100 errata where a FPU imprecise exception may be raised for floating-point-to-int conversions by mistake (these instructions are not supposed to raise this exception). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/03 04:14:34 Modified files: sys/arch/m88k/m88k: m88100_fp.c trap.c Log message: Cope with the rare case of an imprecise FPU exception caught when reenabling the FPU as part of the regular processing of another exception. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/03 04:15:26 Modified files: x11/qt6 : Makefile.inc x11/qt6/qtbase : Makefile x11/qt6/qtbase/pkg: PLIST-main Log message: Install moc-qt6,rcc-qt6,uic-qt6 to bin Spotted by jca@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/03 04:15:38 Modified files: regress/lib/libm/msun: Makefile Log message: Fill the list of expected test failures for m88k. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/03 04:20:53 Modified files: x11/qt6 : Makefile.inc x11/qt6/qtbase : Makefile Log message: Fix link path CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/03 04:25:38 Modified files: telephony/resiprocate: Makefile Added files: telephony/resiprocate/patches: patch-rutil_ssl_OpenSSLInit_cxx Log message: resiprocate: fix build after libcrypto bump CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/03 04:44:14 Modified files: x11/freerdp : Makefile distinfo Log message: update to freerdp 2.11.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 05:28:24 Modified files: devel/libdispatch: Makefile devel/libdispatch/pkg: PLIST x11/gnustep/libobjc2: Makefile x11/gnustep/libobjc2/pkg: PLIST Log message: libdispatch and libobjc2 must not have @pkgpath markers, that is used for replacing an old port built under a different name the remaining @conflict is still going to cause a problem for bulk builds but the @pkgpath is a nastier problem for bulk builders so fixing that now.. spotted by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 05:52:08 Modified files: lang/python/2.7/patches: patch-Modules__ssl_c Log message: python/2.7: don't call ERR_get_state(), ok tb@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2024/03/03 06:01:14 Modified files: math/octave : Makefile Log message: avoid picking up rapidjson reported by tb@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2024/03/03 06:14:34 Modified files: graphics/pstoedit: Makefile distinfo graphics/pstoedit/patches: patch-src_Makefile_in Log message: update to 4.00 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/03 06:29:07 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2024.03. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/03 06:29:19 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Reinstate a test that was accidentally removed in previous CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/03/03 07:51:20 Modified files: devel/py-nbformat: Makefile distinfo devel/py-nbformat/pkg: PLIST Log message: update nbformat to 5.9.2 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2024/03/03 08:19:24 Modified files: devel/automake/1.8: Makefile devel/automake/1.8/patches: patch-m4_python_m4 devel/automake/1.9: Makefile devel/automake/1.9/patches: patch-m4_python_m4 devel/automake/1.10: Makefile devel/automake/1.10/patches: patch-m4_python_m4 Log message: remove Python 2 from early versions of automake While automake before 1.11 needs Python 2, it may be not be needed for anything in our tree except the automake regress tests. Switch to Python 3. If anything breaks as a result of this change, we can explore modernizing the Python in these older versions of automake. (Part of a larger diff covering all versions of automake, but committing in two pieces. This is the first piece.) ok sthen@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/03/03 08:24:46 Modified files: usr.bin/mktemp : mktemp.1 Log message: Clarify which part of the path name is considered for substitution. Also use "name" instead of "file name" is some places since the result could be either a file or a directory. Work done with jmc@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/03 09:26:06 Modified files: emulators/mame : Makefile distinfo Log message: Update mame to 0.263. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 09:48:10 Modified files: shells/nsh : Makefile Log message: build nsh with ports-gcc on !clang archs, in case it fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/03 09:55:24 Modified files: lang/binaryen : Makefile distinfo lang/binaryen/patches: patch-CMakeLists_txt Log message: Update binaryen to 117. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/03/03 09:55:41 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: publish rpki-client 9.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/03 10:00:14 Modified files: sys/arch/armv7/stand/efiboot: conf.c exec.c Log message: Flush the D-cache before we disable the cache. This makes more sense and fixes booting on my A10S-OLinuXino-MICRO board. Since the cache is still enabled, the CPU might bring back some of the cache lines we just flushed. So invalidate the cache after disabling. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/03 10:08:31 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-4.1.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 11:00:11 Modified files: net/arp-scan : Makefile distinfo Log message: update mac-vendor list CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/03 11:15:42 Modified files: net/isc-dhcp : Makefile net/isc-dhcp/pkg: PLIST-main isc_dhcpd.rc Added files: net/isc-dhcp/patches: patch-contrib_dhcp-lease-list_pl net/isc-dhcp/pkg: MESSAGE-main Log message: isc-dhcp: change the lease database path to /var/db/isc-dhcpd/dhcpd{,6}.leases in an _isc-dhcp-owned dir so that old leases can be cleaned. also install the dhcp-lease-list contrib script. warn users about this in an install MESSAGE. The rc.d script no longer creates an empty lease db because upgrading users will probably want to keep their existing db, and a clear error makes it easier to do that without quietly starting handing out new addresses. Reworked from a diff from Kirill A. Korinsky. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/03 11:24:07 Modified files: etc/root : root.mail Log message: better estimate CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/03 13:26:44 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.35.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/03 13:29:04 Modified files: audio/ocp : Makefile distinfo Added files: audio/ocp/patches: patch-filesel_filesystem-rpg_c Log message: Update ocp to 0.2.107. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2024/03/03 13:55:54 Modified files: . : 75.html Log message: add rpki-client changes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/03 14:42:41 Modified files: sys/dev/fdt : sxiccmu.c sxiccmu_clocks.h Log message: Add support for the "NG" clock bindings for sun5i SoCs. ok patrick@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:05:20 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Use correct drm device for cgroup permission check From Mukul Joshi 5a1bd2143fd70f35a255c02611731b509d1cebac in linux-6.6.y/6.6.19 4119734e06a7f30e7e8eb666692a58b85dca0269 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:08:07 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu.h amdgpu_drv.c gfx_v9_0.c Log message: drm/amdgpu: skip to program GFXDEC registers for suspend abort From Prike Liang 7a3a0b0c7f4720cbac79d991ebb3ab1cd2cd065a in linux-6.6.y/6.6.19 93bafa32a6918154aa0caf9f66679a32c2431357 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:09:44 Modified files: sys/dev/pci/drm/amd/amdgpu: soc15.c Log message: drm/amdgpu: reset gpu for s3 suspend abort case From Prike Liang 61c0a633bdc644b064f0c9fe6412df247b2fbcca in linux-6.6.y/6.6.19 6ef82ac664bb9568ca3956e0d9c9c478e25077ff in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:11:22 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_psp_ta.c Log message: drm/amdgpu: Fix shared buff copy to user From Stanley.Yang cb4541cabb531ce230489a2930c5eaaa91d779ce in linux-6.6.y/6.6.19 2dcf82a8e8dc930655787797ef8a3692b527c7a9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:13:13 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v7_9.c Log message: drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 From Lijo Lazar c19453cc16ad5d90f9ed40686203103e57085580 in linux-6.6.y/6.6.19 534c8a5b9d5d41d30cdcac93cfa1bca5e17be009 in mainline linux CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/03 19:16:11 Modified files: usr.bin/ssh : misc.c misc.h readconf.c readconf.h servconf.c Log message: Separate parsing of string array options from applying them to the active configuration. This fixes the config parser from erroneously rejecting cases like: AuthenticationMethods password Match User ivy AuthenticationMethods any bz3657 ok markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:18:12 Modified files: sys/dev/pci/drm/amd/display/dc: dc.h dc_dp_types.h dc_types.h sys/dev/pci/drm/amd/display/dc/core: dc_link_exports.c sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_dpia_bw.c Log message: drm/amd/display: Add dpia display mode validation logic From Meenakshikumar Somasundaram c3682b63c60fdef04fc503d36d08bb84ee9758ad in linux-6.6.y/6.6.19 59f1622a5f05d948a7c665a458a3dd76ba73015e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:21:40 Modified files: sys/dev/pci/drm/amd/display/dc: dc_types.h sys/dev/pci/drm/amd/display/dc/link: link_dpms.c link_validation.c sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_dpia_bw.c link_dp_dpia_bw.h Log message: drm/amd/display: Request usb4 bw for mst streams From Peichen Huang 622c827544ef300899a757f5b1d61554c2c3abcc in linux-6.6.y/6.6.19 5f3bce13266e6fe2f7a46f94d8bc94d5274e276b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:24:27 Modified files: sys/dev/pci/drm/amd/display/dc/bios: bios_parser2.c sys/dev/pci/drm/amd/display/dc/link: link_validation.c Log message: drm/amd/display: fixed integer types and null check locations From Sohaib Nadeem 71783d1ff65204d69207fd156d4b2eb1d3882375 in linux-6.6.y/6.6.19 0484e05d048b66d01d1f3c1d2306010bb57d8738 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:26:20 Modified files: sys/dev/pci/drm/ttm: ttm_pool.c Log message: drm/ttm: Fix an invalid freeing on already freed page in error path From Thomas Hellstrom 47bacc3c7fbbf573415c7ce1e7223bed3d691bfd in linux-6.6.y/6.6.19 40510a941d27d405a82dc3320823d875f94625df in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:28:25 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: adjust few initialization order in dm From Wayne Lin fec5aea66916069d67b27e70ea88c99f15dc72fa in linux-6.6.y/6.6.19 22e1dc4b2fec17af70f297a4295c5f19a0f3fbeb in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:30:03 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_dpia_bw.c Log message: drm/amd/display: Avoid enum conversion warning From Nathan Chancellor a1baf5734231dd3ee5d98022b2da474bc972f9c7 in linux-6.6.y/6.6.19 d7643fe6fb76edb1f2f1497bf5e8b8f4774b5129 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:32:03 Modified files: sys/dev/pci/drm/amd/display/dc/link/protocols: link_dp_dpia_bw.c Log message: drm/amd/display: Fix buffer overflow in 'get_host_router_total_dp_tunnel_bw()' From Srinivasan Shanmugam 7211800091a9e2d49ad34f59d47321ca09ae30a7 in linux-6.6.y/6.6.19 97cba232549b9fe7e491fb60a69cf93075015f29 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:34:01 Modified files: sys/dev/pci/drm/i915/display: intel_sdvo.c intel_tv.c Log message: drm/i915/tv: Fix TV mode From Maxime Ripard 16bc939f224dfeed6cafbb78860179d4c2586e8c in linux-6.6.y/6.6.19 fb1e881273f432e593f8789f99e725b09304cc97 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:35:45 Modified files: sys/dev/pci/drm: drm_syncobj.c Log message: drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set From Erik Kurzinger 716cfee8053e608b4ff8c698e91843bd985f4553 in linux-6.6.y/6.6.19 3c43177ffb54ea5be97505eb8e2690e99ac96bc9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:37:13 Modified files: sys/dev/pci/drm: drm_syncobj.c Log message: drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func From Erik Kurzinger 20e1e1a2b8a4525301a76bd9afb856a7606a3a34 in linux-6.6.y/6.6.19 2aa6f5b0fd052e363bb9d4b547189f0bf6b3d6d3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 19:39:09 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Fix memory leak in dm_sw_fini() From Armin Wolf 10c6b90e975358c17856a578419dc449887899c2 in linux-6.6.y/6.6.19 bae67893578d608e35691dcdfa90c4957debf1d3 in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/03 21:11:52 Modified files: sys/dev/fdt : sxiccmu.c Log message: freq is unsigned, kernel builds again CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/03 21:13:18 Modified files: usr.bin/ssh : readconf.c Log message: fix leak of CanonicalizePermittedCNAMEs on error path; spotted by Coverity (CID 438039) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2024/03/03 21:44:12 Modified files: sys/net : if_aggr.c Log message: white space fixes. no functional change CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2024/03/03 22:32:42 Modified files: . : plus.html Log message: plus through January 4th, 2024. From pamela@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 22:34:07 Modified files: sys/dev/pci : pcidevs Log message: update Intel DG2 device names checked against ark.intel.com and windows infs CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/03 22:34:37 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/03/03 23:21:15 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo net/seafile/seafile/patches: patch-daemon_Makefile_am Removed files: net/seafile/client/patches: patch-src_utils_rsa_cpp Log message: update to seafile-9.0.5 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2024/03/04 00:20:07 Modified files: devel/py-simpleeval: Makefile Log message: devel/py-simpleeval: update my MAINTAINER address (missed in previous commit) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 01:37:40 Modified files: etc/root : root.mail Log message: fix weekday CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2024/03/04 01:48:59 Modified files: math/py-netcdf4: Makefile distinfo Log message: Update py-netcdf4 to 1.6.5. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 02:24:07 Modified files: lib/libcrypto/man: X509_STORE_set1_param.3 Log message: Document X509_STORE_get1_objects and deprecate the get0 version This manual is ordered a bit strangely in that some functions are only documented in RETURN VALUES. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 02:30:43 Modified files: lib/libcrypto/man: CRYPTO_lock.3 Log message: Remove documentation of some CRYPTO_THREADID API CRYPTO_THREADID_{cpm,cpy,current,hash}() are no longer public, so remove their documentation. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 02:47:34 Modified files: lib/libcrypto/man: OPENSSL_sk_new.3 Log message: Remove docs for sk_find_ex() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 02:49:07 Modified files: lib/libcrypto/man: EVP_CIPHER_meth_new.3 Log message: EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gone CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/04 03:22:45 Modified files: misc/remind : Makefile distinfo misc/remind/pkg: PLIST Log message: update to remind-4.3.2, from Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/04 04:04:30 Modified files: devel/leiningen: Makefile distinfo Log message: update devel/leiningen to 2.11.2 portwise: use DIST_TUPLE and move to codeberg. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/04 05:46:57 Modified files: education/freedict: Makefile.inc education/freedict/deu-ell: Makefile distinfo education/freedict/deu-fin: Makefile distinfo education/freedict/deu-fra: Makefile distinfo education/freedict/deu-ind: Makefile distinfo education/freedict/deu-pol: Makefile distinfo education/freedict/deu-rus: Makefile distinfo education/freedict/deu-spa: Makefile education/freedict/deu-swe: Makefile distinfo education/freedict/ell-bul: Makefile distinfo education/freedict/ell-eng: Makefile distinfo education/freedict/ell-fin: Makefile distinfo education/freedict/ell-fra: Makefile distinfo education/freedict/ell-ind: Makefile distinfo education/freedict/ell-ita: Makefile distinfo education/freedict/ell-jpn: Makefile distinfo education/freedict/ell-lit: Makefile distinfo education/freedict/ell-nld: Makefile distinfo education/freedict/ell-nor: Makefile distinfo education/freedict/ell-por: Makefile distinfo education/freedict/ell-rus: Makefile distinfo education/freedict/ell-spa: Makefile distinfo education/freedict/ell-swe: Makefile distinfo education/freedict/eng-bul: Makefile distinfo education/freedict/eng-fin: Makefile distinfo education/freedict/eng-ind: Makefile distinfo education/freedict/eng-jpn: Makefile distinfo education/freedict/eng-nor: Makefile distinfo education/freedict/eng-swe: Makefile distinfo education/freedict/fin-bul: Makefile distinfo education/freedict/fin-deu: Makefile distinfo education/freedict/fin-ell: Makefile distinfo education/freedict/fin-eng: Makefile distinfo education/freedict/fin-fra: Makefile distinfo education/freedict/fin-ind: Makefile distinfo education/freedict/fin-ita: Makefile distinfo education/freedict/fin-jpn: Makefile distinfo education/freedict/fin-lit: Makefile distinfo education/freedict/fin-nld: Makefile distinfo education/freedict/fin-nor: Makefile distinfo education/freedict/fin-pol: Makefile distinfo education/freedict/fin-por: Makefile distinfo education/freedict/fin-swe: Makefile distinfo education/freedict/fra-bul: Makefile distinfo education/freedict/fra-deu: Makefile distinfo education/freedict/fra-ell: Makefile distinfo education/freedict/fra-fin: Makefile distinfo education/freedict/fra-ita: Makefile distinfo education/freedict/fra-jpn: Makefile distinfo education/freedict/fra-lit: Makefile distinfo education/freedict/fra-pol: Makefile distinfo education/freedict/fra-por: Makefile distinfo education/freedict/fra-rus: Makefile distinfo education/freedict/fra-spa: Makefile distinfo education/freedict/fra-swe: Makefile distinfo education/freedict/ita-bul: Makefile distinfo education/freedict/ita-ell: Makefile distinfo education/freedict/ita-fin: Makefile distinfo education/freedict/ita-ind: Makefile distinfo education/freedict/ita-jpn: Makefile distinfo education/freedict/ita-lit: Makefile distinfo education/freedict/ita-nor: Makefile distinfo education/freedict/ita-pol: Makefile distinfo education/freedict/ita-por: Makefile distinfo education/freedict/ita-rus: Makefile distinfo education/freedict/ita-spa: Makefile distinfo education/freedict/ita-swe: Makefile distinfo education/freedict/ita-tur: Makefile distinfo education/freedict/nld-bul: Makefile distinfo education/freedict/nld-ell: Makefile distinfo education/freedict/nld-fin: Makefile distinfo education/freedict/nld-lat: Makefile distinfo education/freedict/nld-pol: Makefile distinfo education/freedict/nld-por: Makefile distinfo education/freedict/nld-rus: Makefile distinfo education/freedict/nld-spa: Makefile distinfo education/freedict/nld-swe: Makefile distinfo education/freedict/pol-bul: Makefile distinfo education/freedict/pol-deu: Makefile distinfo education/freedict/pol-ell: Makefile distinfo education/freedict/pol-eng: Makefile distinfo education/freedict/pol-fin: Makefile distinfo education/freedict/pol-fra: Makefile distinfo education/freedict/pol-ind: Makefile distinfo education/freedict/pol-ita: Makefile distinfo education/freedict/pol-jpn: Makefile distinfo education/freedict/pol-nld: Makefile distinfo education/freedict/pol-nor: Makefile distinfo education/freedict/pol-por: Makefile distinfo education/freedict/pol-rus: Makefile distinfo education/freedict/pol-spa: Makefile distinfo education/freedict/pol-swe: Makefile distinfo education/freedict/pol-tur: Makefile distinfo education/freedict/por-fra: Makefile distinfo education/freedict/por-spa: Makefile distinfo education/freedict/swe-bul: Makefile distinfo education/freedict/swe-deu: Makefile distinfo education/freedict/swe-ell: Makefile distinfo education/freedict/swe-fin: Makefile distinfo education/freedict/swe-fra: Makefile distinfo education/freedict/swe-ita: Makefile distinfo education/freedict/swe-jpn: Makefile distinfo education/freedict/swe-lat: Makefile distinfo education/freedict/swe-nld: Makefile distinfo education/freedict/swe-nor: Makefile distinfo education/freedict/swe-pol: Makefile distinfo education/freedict/swe-por: Makefile distinfo education/freedict/swe-rus: Makefile distinfo education/freedict/swe-spa: Makefile distinfo education/freedict/swe-tur: Makefile distinfo Log message: update most freedict-* to 2023.05.29; OK mbuhl CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/04 05:47:56 Modified files: education/freedict/deu-spa: distinfo Log message: one slipped through CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/04 06:11:22 Modified files: x11/xfce4/xfce4-screensaver: Makefile distinfo Log message: x11/xfce4/xfce4-screensaver: update to 4.18.3. see https://mail.xfce.org/pipermail/xfce-announce/2024-March/001387.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/04 06:22:06 Modified files: devel/py-jupyter_server: Makefile Log message: py-jupyter_server: install a dummy ${WRKDIR}/bin/npm, otherwise during build it runs npm if node is installed, which tries to fetch from the network (build works ok if node is not present either way). It should also be possible to use JUPYTER_PACKAGING_SKIP_NPM=1 in env but that doesn't seem to be working. Found by aja@, ok aja@ daniel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/04 08:40:39 Modified files: textproc/aspell/dicts: Makefile.inc textproc/aspell/dicts/af: Makefile textproc/aspell/dicts/ar: Makefile textproc/aspell/dicts/bg: Makefile textproc/aspell/dicts/br: Makefile textproc/aspell/dicts/ca: Makefile textproc/aspell/dicts/cs: Makefile textproc/aspell/dicts/cy: Makefile textproc/aspell/dicts/da: Makefile textproc/aspell/dicts/de: Makefile textproc/aspell/dicts/el: Makefile textproc/aspell/dicts/es: Makefile textproc/aspell/dicts/fa: Makefile textproc/aspell/dicts/fo: Makefile textproc/aspell/dicts/fr: Makefile textproc/aspell/dicts/ga: Makefile textproc/aspell/dicts/gl: Makefile textproc/aspell/dicts/he: Makefile textproc/aspell/dicts/ia: Makefile textproc/aspell/dicts/id: Makefile textproc/aspell/dicts/is: Makefile textproc/aspell/dicts/it: Makefile textproc/aspell/dicts/lt: Makefile textproc/aspell/dicts/mi: Makefile textproc/aspell/dicts/ms: Makefile textproc/aspell/dicts/mt: Makefile textproc/aspell/dicts/nb: Makefile textproc/aspell/dicts/nl: Makefile textproc/aspell/dicts/nn: Makefile textproc/aspell/dicts/pl: Makefile textproc/aspell/dicts/pt: Makefile textproc/aspell/dicts/ro: Makefile textproc/aspell/dicts/sk: Makefile textproc/aspell/dicts/sl: Makefile textproc/aspell/dicts/sr: Makefile textproc/aspell/dicts/sv: Makefile textproc/aspell/dicts/sw: Makefile textproc/aspell/dicts/tn: Makefile textproc/aspell/dicts/tr: Makefile textproc/aspell/dicts/uk: Makefile textproc/aspell/dicts/wa: Makefile textproc/aspell/dicts/zu: Makefile Log message: move REVISION in aspell/dicts to subdirs so they can be removed in updates (if there ever are any..nothing changed recently and all the existing dirs are up to date) without extra work. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2024/03/04 10:03:06 Modified files: usr.sbin/fw_update: patterns.c Log message: x13s (or other qualcomm machines of that generation) will sometimes boot in ACPI mode, then the qcpas0 driver isn't found. But we want a firmware associated with that device name. So also match for the qcpas firmware on ^ppb0*\"Qualcomm SC8280XP PCIe\" ok phessler kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/04 10:09:23 Modified files: lib/libm/arch/sh: s_fabsf.c Log message: Bring back the fabsf strong alias to fabs, lost sometime ago during libm symbol visibility rework. This would warrant a libm.so minor bump, but as 7.5 packages build have started, this won't happen (and hopefully noone will notice since this only affects landisk). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 12:03:31 Modified files: lib/libcrypto/man: lh_new.3 Log message: lh_new.3: zap a trailing comma CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 12:04:47 Modified files: lib/libcrypto/man: Makefile OpenSSL_add_all_algorithms.3 evp.3 Removed files: lib/libcrypto/man: EVP_add_cipher.3 Log message: Remove EVP_add_{cipher,digest}* docs CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/04 12:05:57 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/04 12:35:13 Modified files: regress/lib/libm/msun: Makefile Log message: Add more platforms. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2024/03/04 12:48:51 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-meson_build patch-src_window_cc graphics/geeqie/pkg: PLIST Added files: graphics/geeqie/patches: patch-src_layout_cc Log message: update to geeqie-2.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/04 13:00:02 Modified files: security/kc : Makefile distinfo Log message: Update to kc 2.5.3 From Lévai, Dániel (maintainer/upstream) CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/03/04 13:31:16 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp devel/llvm/17 : Makefile devel/llvm/17/patches: patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp Log message: sync with base: For macppc, add missing CFI for cr2, cr3, cr4 clang -S was missing a line like ".cfi_offset cr2, -16" in functions that spill cr2 (or cr3, cr4) to the stack. This was breaking a few C++ exceptions. This fix adds the missing CFI. https://github.com/llvm/llvm-project/pull/83098 ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/03/04 15:08:36 Modified files: www/py-adblock : Makefile Log message: Mark py-adblock BROKEN on riscv64 pip install fails with: ERROR: adblock-0.0.0-cp37-abi3-openbsd_7_5_riscv.whl is not a supported wheel on this platform. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/04 16:15:05 Modified files: devel/github-cli: Makefile distinfo modules.inc devel/github-cli/pkg: PLIST Log message: update to github-cli 2.45.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/03/04 16:50:20 Modified files: sys/dev/ic : dwqe.c Log message: Reduce high limit of dwqe(4) receive ring by one. To avoid confusion between the head and tail pointer, leave a gap in dwqe(4) receive descriptors. This prevents a situation when no RX interrupts are received. from gerhard@; OK kettenis@ dlg@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/03/04 17:58:29 Modified files: devel/libbgcode: Makefile distinfo Log message: Minor maintenance release, from Renato Aguiar, maintainer of only consumer (prusaslicer). CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2024/03/04 18:52:34 Modified files: infrastructure/mk: arch-defines.mk Log message: bump _SYSTEM_VERISON-powerpc for clang fix: CFI for cr2, cr3, cr4 The macppc snap with the Mar 4 kernel has a fixed base-clang. The bump affects only powerpc packages, and will cause pkg_add -u to update to fixed packages, where the CFI might unbreak a C++ exception. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/04 20:10:19 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Removed files: games/stone-soup/patches: patch-source_xdg-data_org_develz_Crawl_tiles_desktop Log message: update to stone-soup 0.31.0, from maintainer Stefan Moran - thanks! CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2024/03/05 00:01:40 Modified files: regress/libexec/ftpd: Makefile Log message: Make ftpd tests less flaky by ensuring the server has terminated before starting a new one. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 00:12:34 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla/mozilla.port.mk: drop BDEP on devel/autoconf/2.13 bug #1663863 vendored autoconf 2.13 4 years ago.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 00:13:16 Modified files: www/seamonkey : Makefile Log message: www/seamonkey: add BDEP on devel/autoconf/2.13 the build system predates autoconf vendoring and still checks for it CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 00:14:58 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.8.1 see https://www.thunderbird.net/en-US/thunderbird/115.8.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-11/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 00:15:12 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.8.1 see https://www.thunderbird.net/en-US/thunderbird/115.8.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2024-11/ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/03/05 00:57:27 Modified files: www/honk : Makefile distinfo www/honk/pkg : MESSAGE PLIST README Log message: Update for Honk to 1.3.1 OK horia (Maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 01:46:54 Modified files: devel/geotiff : Makefile Log message: devel/geotiff: update WANTLIB & HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/05 01:48:59 Modified files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_dav1d_BUILD_gn Log message: Unbreak i368 "Only X64 MSAN is supported" so enable this only on x64 cpus Spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/03/05 02:45:13 Modified files: sys/netinet : ip_divert.c ip_var.h raw_ip.c Log message: Validate IPv4 packet options in divert output. When sending raw packets over divert socket, IP options were not validated. Fragment code tries to copy them and crashes. Raw IP output has a similar feature, but uses rip_chkhdr() to prevent invalid packets from userland. Call this funtion also from divert_output() for strict user input validation. Reported-by: syzbot+b1ba3a2a8ef13e5b4698@syzkaller.appspotmail.com OK dlg@ deraadt@ mvs@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/03/05 02:55:51 Modified files: www/nextcloud/28: Makefile distinfo www/nextcloud/28/pkg: PLIST Log message: Update for 28.0.3 OK landry@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/03/05 02:57:03 Modified files: www/nextcloud/pkg: README Log message: Some tweaks from Clemens Gößnitzer for the httpd(8) conf. Thanks. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 05:08:48 Modified files: devel/proj : Makefile distinfo Log message: devel/proj: update to 9.4.0. see https://github.com/OSGeo/PROJ/releases/tag/9.4.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 05:10:06 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: geo/py-proj: update to 3.6.0. see https://github.com/pyproj4/pyproj/releases/tag/3.6.0 dont update to 3.6.1 as it requires cython>=3 use a custom do-test target to run tests via setup.py, for some reason pytest fails on loading pyproj/_network.py. from sthen@, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 06:23:42 Modified files: www/mozilla-firefox: Makefile distinfo Log message: www/mozilla-firefox: update to 123.0.1 see https://www.mozilla.org/en-US/firefox/123.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 06:24:45 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 123.0.1. see https://www.mozilla.org/en-US/firefox/123.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/05 06:28:56 Modified files: x11/gnustep/libobjc2: Makefile x11/gnustep/libobjc2/pkg: PLIST Log message: deconflict with devel/libdispatch review and OK jca@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/05 06:29:45 Modified files: devel/libdispatch: Makefile devel/libdispatch/pkg: PLIST Log message: deconflict with x11/gnustep/libobjc2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/05 07:37:54 Modified files: graphics/openjp2: Makefile distinfo graphics/openjp2/patches: patch-src_bin_jp2_convert_c graphics/openjp2/pkg: PLIST Removed files: graphics/openjp2/patches: patch-CMakeLists_txt patch-thirdparty_CMakeLists_txt Log message: graphics/openjp2: update to 2.5.2. - use https HOMEPAGE - bump major - cf https://github.com/uclouvain/openjpeg/blob/v2.5.2/CHANGELOG.md#v252-2024-02-28 & https://github.com/uclouvain/openjpeg/blob/v2.5.2/CHANGELOG.md#v251-2024-02-26 for details, including CVE-2021-3575 - drop now unneeded patches, last one remaining upstreamed in https://github.com/uclouvain/openjpeg/pull/1520 - similar diff sent by brad tested in a bulk by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/05 07:42:49 Modified files: devel/py-build : Makefile distinfo devel/py-build/pkg: PLIST Log message: update to py3-build-1.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/05 07:47:22 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/05 07:58:55 Modified files: security/pcsc-lite: Makefile distinfo Log message: update to pcsc-lite-2.0.2 CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/03/05 08:01:54 Modified files: cad/prusaslicer: Makefile distinfo cad/prusaslicer/patches: patch-CMakeLists_txt patch-src_PrusaSlicer_cpp patch-src_libslic3r_CMakeLists_txt patch-src_libslic3r_GCode_cpp patch-src_slic3r_GUI_ConfigWizard_cpp patch-src_slic3r_GUI_GUI_Factories_cpp patch-src_slic3r_GUI_GUI_Init_cpp patch-src_slic3r_GUI_GUI_cpp patch-src_slic3r_GUI_GUI_hpp patch-src_slic3r_GUI_OpenGLManager_cpp patch-src_slic3r_GUI_Plater_cpp patch-src_slic3r_Utils_WifiScanner_cpp cad/prusaslicer/pkg: PLIST Log message: Minor update 2.7.1->2.7.2 from maintainer Renato Aguiar. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2024/03/05 09:06:32 Modified files: usr.bin/whois : whois.1 whois.c Log message: whois: use whois.internic.net for -i option Revert revision 1.22 which changed -i to use whois.networksolutions.com. Network Solutions no longer runs InterNic so we must use whois.internic.net for looking up nameserver or registrar records. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/05 09:11:15 Modified files: x11/gnustep/libobjc2: Makefile Added files: x11/gnustep/libobjc2/patches: patch-CMakeLists_txt Log message: fix typo in CMakeLists to let it properly find robin-map CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/05 09:32:19 Modified files: textproc/riff : Makefile distinfo Log message: Update riff to 3.0.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/05 09:34:35 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.7.4. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 10:21:40 Modified files: lib/libcrypto/man: EVP_DigestInit.3 EVP_MD_CTX_ctrl.3 EVP_MD_nid.3 EVP_sha1.3 EVP_sha3_224.3 Makefile evp.3 Removed files: lib/libcrypto/man: EVP_MD_meth_new.3 Log message: Remove EVP_MD_meth* documentation Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 10:22:49 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2024/03/05 10:39:35 Added files: multimedia/aom/patches: patch-build_cmake_aom_configure_cmake Log message: on arm platforms, use the C compiler as the ASM compiler fixes build on arm64 no bump, because the affected platforms don't build from Brad CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2024/03/05 10:48:01 Modified files: sys/net : if_wg.c wg_noise.c wg_noise.h Log message: Convert `t_lock', `r_keypair_lock' and `c_lock' rwlock(9)s to corresponding mutex(9)es. ifq_start() and following wg_qstart() could be called from software interrupt context if bandwidth control is enabled in pf.conf(5). Remove sleep points provided by rwlock(9)s from wg(4) output start routine. looks ok claudio CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2024/03/05 11:14:39 Added files: cad/prusaslicer/patches: patch-src_libslic3r_Config_hpp patch-tests_fff_print_test_gcode_cpp patch-tests_fff_print_test_layers_cpp patch-tests_fff_print_test_retraction_cpp patch-tests_libslic3r_test_line_cpp Log message: Add files missed in prev. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 11:30:40 Modified files: lib/libcrypto/man: ASN1_STRING_new.3 ASN1_TIME_set.3 Makefile X509_cmp_time.3 X509_get0_notBefore.3 Removed files: lib/libcrypto/man: ASN1_time_parse.3 Log message: Remove ASN1_time_parse documentation CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 11:31:13 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/03/05 11:34:19 Modified files: multimedia/openh264: Makefile Added files: multimedia/openh264/patches: patch-codec_common_arm64_arm_arch64_common_macro_S patch-codec_common_arm64_mc_aarch64_neon_S patch-codec_decoder_core_arm64_intra_pred_aarch64_neon_S patch-codec_encoder_core_arm64_intra_pred_aarch64_neon_S patch-codec_encoder_core_arm64_svc_motion_estimation_aarch64_neon_S Log message: BTI and X-only support ok kn@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/05 11:42:20 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: armreg.h Log message: Tighten up BTCFI by flipping the bits that make PACIASP and PACIBSP behave like BTI c instead of BTI jc. ok deraadt@, tobhe@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2024/03/05 11:52:41 Modified files: sys/kern : uipc_mbuf.c Log message: Revert m_defrag() mbuf alignment to IP header. m_defrag() is intended as last resort to make DMA transfers to the hardware. Therefore page alingment is more important than IP header alignment. The reason, why the mbuf returned by m_defrag() was switched to IP header alingment, was that ether_extract_headers() failed in em(4) driver with TSO on sparc64. This has been fixed by using memcpy(). The alignment change in m_defrag() is too late in the 7.5 relaese process. It may affect several drivers on different architectures. Bus dmamap for ixl(4) on sun4v expects page alignment. Such alignment issues and TSO mbuf mapping for IOMMU need more thought. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/03/05 11:54:29 Modified files: libexec/security: security Log message: backup disklabel for softraid(4) chunks Extend "Check for changes to the disklabels of mounted disks" to those that host online softraid volumes, e.g installations with root inside CRYPTO sd0a (and EFI System partition on sd0i). That produces /var/backup/disklabel.sd0.current, previously missing in such setups; noticed after someone dd(1)ed miniroot onto sd0 by accident and had no disklabel(8) backup to restore. Feedback OK bluhm CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 12:21:31 Modified files: lib/libcrypto/man: ERR_load_crypto_strings.3 EVP_PKCS82PKEY.3 EVP_PKEY_cmp.3 EVP_PKEY_derive.3 EVP_PKEY_get_default_digest_nid.3 EVP_PKEY_set1_RSA.3 EVP_PKEY_size.3 Log message: Remove GOST documentation CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/05 12:27:47 Modified files: regress/lib/libc/atexit: atexit_test.c Log message: Ugly workaround to let this compile again on non-clang platforms. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2024/03/05 12:47:58 Modified files: distrib/miniroot: install.sub Log message: prune clang13 libLLVM; OK sthen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/05 13:08:03 Modified files: editors/libreoffice/patches: patch-configure Log message: unbreak on arm64 again; patch seems to put this bit in the wrong place sometimes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/05 13:23:10 Modified files: emulators/qemu : Makefile Log message: qemu: add BDEP on meson. This has its own build scaffolding which runs meson, so just done as a BDEP rather than MODULES. If meson is not present at build time, an internal copy is used (bundled Python wheel), but is then subject to failure due to dpb junking as found by naddy@. "probably the right thing to do" Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 15:15:29 Modified files: lib/libcrypto/man: lh_new.3 Log message: lh__error() is no longer implemented as a macro CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/05 15:49:03 Modified files: www/squid : Makefile distinfo www/squid/pkg : PLIST-main Log message: update to squid-6.8 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/05 17:05:18 Modified files: sys/dev/pci : pcidevs Log message: add Intel Meteor Lake U/H/U-Type4 ids from: Intel Core Ultra Processor Datasheet, Volume 1 of 2, Doc. No.: 792044, Rev.: 002 Mesa iris_pci_ids.h ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/05 17:05:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/05 17:11:25 Modified files: sys/dev/pci : azalia.c dwiic_pci.c ichiic.c pucdata.c Log message: match on Intel Meteor Lake U/H/U-Type4 ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/05 17:31:04 Modified files: usr.bin/ssh : ssh-agent.c Log message: wrap a few PKCS#11-specific bits in ENABLE_PKCS11 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 19:34:14 Modified files: lib/libcrypto/man: Makefile X509_CRL_get0_by_serial.3 X509_CRL_new.3 X509_sign.3 d2i_X509_CRL.3 evp.3 Removed files: lib/libcrypto/man: X509_CRL_METHOD_new.3 Log message: Remove CRL method API documentation CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/05 19:35:01 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/05 19:59:59 Modified files: usr.bin/ssh : channels.c Log message: fix memory leak in mux proxy mode when requesting forwarding. found by RASU JSC, reported by Maks Mishin in GHPR#467 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/05 21:14:20 Modified files: education/freedict/eng-swe: Makefile education/freedict/eng-swe/pkg: PLIST Log message: this is the only freedict-* port that lost its README... thanks tb CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/05 21:48:39 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl Log message: Fix some _CET_ENDBR defines in boringssl With help and OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/05 23:03:02 Modified files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_gni www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_gni Log message: disable linux only memory tagging feature on arm64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/05 23:16:02 Modified files: devel/template-glib: Makefile distinfo devel/template-glib/pkg: PLIST Log message: Update to template-glib-3.36.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/05 23:16:47 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.380. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/05 23:18:04 Modified files: lang/vala : Makefile distinfo Log message: Update to vala-0.56.15. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/05 23:20:05 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.3.131.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/05 23:21:27 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-467.0.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2024/03/05 23:26:22 Modified files: bin/ksh : sh.1 Log message: add missing Ev macro; from mail at lukasneukom ch CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/06 00:01:24 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add AMD Instinct MI300 device ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2024/03/06 00:01:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2024/03/06 00:29:37 Modified files: lib/libc/net : inet_addr.3 Log message: POSIX defines inet_ntoa, not inet_aton. ok deraadt@ jmc@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2024/03/06 01:52:44 Modified files: www/azorius : Makefile distinfo www/azorius/pkg: PLIST Log message: Update for Azorius to 0.3.4 OK horia (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/06 02:08:38 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.7 keep REVISION at 0 to be ahead of 7.4-stable ok gonzalo@(MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/06 02:10:35 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.7 ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/06 02:19:21 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo www/squid/pkg : Tag: OPENBSD_7_4 PLIST-main Log message: MFC update to squid-6.8, fixes DoS against HTTP Chunked decoder CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/06 02:36:51 Modified files: databases/puppetdb/7: Makefile distinfo databases/puppetdb/7/patches: patch-Makefile Log message: update 7.16.0 -> 7.17.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2024/03/06 03:07:47 Modified files: lib/libcrypto/man: X509_STORE_load_locations.3 Log message: Clarify ownership in X509_STORE_add_lookup() Whether an X509_LOOKUP with given method already exists or not, this API returns an internal pointer that must not be freed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/06 03:18:53 Modified files: lang/vala : Makefile Log message: Missing BDEP on devel/gobject-introspection. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/03/06 03:19:30 Modified files: sysutils/u-boot/rk3588: Makefile sysutils/u-boot/rk3588/pkg: PLIST Added files: sysutils/u-boot/rk3588/patches: patch-arch_arm_dts_rk3588s-nanopi-r6c-u-boot_dtsi patch-arch_arm_dts_rk3588s-nanopi-r6c_dts patch-configs_nanopi-r6c-rk3588s_defconfig Log message: Add support for the NanoPi R6C. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/06 04:06:20 Modified files: sysutils/puppetserver/7: Makefile distinfo Log message: update 7.14.0 -> 7.16.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/06 05:30:17 Modified files: www/chromium : Makefile distinfo www/ungoogled-chromium: Makefile distinfo Log message: update to 122.0.6261.111 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/06 07:17:27 Modified files: games/fna : Makefile.inc games/fna/faudio: Makefile distinfo games/fna/fna : distinfo games/fna/fna3d: distinfo Log message: update FNA ports to 24.03 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/06 07:21:25 Modified files: www/seamonkey : Makefile distinfo www/seamonkey-i18n: Makefile.inc distinfo Log message: www/seamonkey: update to 2.53.18.1. see https://www.seamonkey-project.org/releases/seamonkey2.53.18.1/ change SITES to point to a new mirror CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2024/03/06 07:55:22 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add SPI clocks for other 64-bit Rockchip SoCs. ok jsg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/06 09:07:14 Modified files: graphics/decker: Makefile distinfo graphics/decker/patches: patch-Makefile Added files: graphics/decker/patches: patch-c_dom_h Log message: update graphics/decker to 1.40; from MAINTAINER Jag Talon, thanks! changelog: CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/06 09:19:39 Modified files: graphics/decker/patches: patch-c_dom_h Log message: add commentary to the patch CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2024/03/06 09:42:20 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: update info for mirror.one.com, now known as mirror.group.one CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/06 09:49:36 Modified files: sysutils/dspy : Makefile distinfo sysutils/dspy/pkg: PLIST Log message: Update to d-spy-1.8.0. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/06 09:51:33 Modified files: sysutils/ruby-puppet/7: Makefile distinfo sysutils/ruby-puppet/7/pkg: PLIST Log message: update 7.28.0 -> 7.29.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/06 10:58:34 Modified files: net/p5-Zonemaster/cli: Makefile distinfo Log message: update to zonemaster-6.0.3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2024/03/06 14:32:39 Modified files: usr.bin/tmux : cmd-split-window.c Log message: Check for the right flag to fix split-window -p, from Bryan Childs. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/03/06 18:04:16 Modified files: sys/dev/fdt : sxiccmu.c sxiccmu_clocks.h Log message: Support Allwinner D1's ethernet controller clocks and reset. ok kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2024/03/06 18:05:07 Modified files: sys/arch/riscv64/conf: GENERIC RAMDISK Log message: Enable dwxe(4) ok kettenis@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/03/06 21:14:38 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: Update to vaultwarden-web-2024.1.2b Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.2b OK denis@, aisha@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2024/03/06 21:15:01 Modified files: security/vaultwarden: Makefile crates.inc distinfo Log message: Update to vaultwarden-1.30.5 Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.4 https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5 OK denis@, aisha@ CVSROOT: /cvs Module name: www Changes by: kevlo@cvs.openbsd.org 2024/03/06 21:41:28 Modified files: . : riscv64.html Log message: Add a few supported Allwinner D1 boards. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2024/03/06 23:14:34 Modified files: sysutils/salt : Makefile sysutils/salt/patches: patch-salt_grains_core_py Added files: sysutils/salt/patches: patch-salt_channel_server_py Log message: unbreak connecting older clients to 3006.7 these commits are backported from 3006.X branch from upstream's git CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/07 03:04:01 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/files/resolvers: virtual.rb sysutils/ruby-facter/patches: patch-lib_facter_framework_core_file_loader_rb patch-lib_facter_util_facts_posix_virtual_detector_rb sysutils/ruby-facter/pkg: PLIST Log message: update 4.5.2 -> 4.6.1 while there, fix the virtual and is_virtual fact on physical hardware CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/07 03:30:40 Modified files: devel/xa : Makefile distinfo Log message: Update xa to 2.4.1. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2024/03/07 04:34:25 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 5.0.3 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/07 05:22:50 Modified files: x11/gnustep/libobjc2: Makefile Added files: x11/gnustep/libobjc2/patches: patch-block_trampolines_S patch-objc_msgSend_aarch64_S patch-objc_msgSend_x86-64_S Log message: BTI/endbr64 fixes, patches prodded by tb@ aarch64 might still be incomplete OK jca@, kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/03/07 07:49:47 Modified files: sys/dev/pci : if_ix.c Log message: Fix possible double free in error path of ixgbe_rxeof. If fmp is not-NULL then the buf is part of the mbuf chain of fmp. So only m_freem either fmp or buf but clear both values. Also clear the M_PKTHDR flag if buf aka mp is not the first buffer in the chain. Double free found by bluhm@ OK bluhm@ jan@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2024/03/07 08:01:53 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: In _bus_dmamap_load_mbuf() ensure that for large mbuf m_len values the incr value is rounded to the page boundary. This can happen when m_defrag() packs a TSO packet into one big mbuf cluster. Also fix _bus_dmamap_load_uio() which has the same min(buflen, NBPG); logic. bus_dmamap_load_uio() is unsued and will be removed after unlock. OK miod@ bluhm@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2024/03/07 09:07:54 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: Update p5-Image-ExifTool to 12.78. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2024/03/07 10:09:02 Modified files: sys/dev/pci : if_ix.c Log message: Disable LRO in ix(4) on sparc64 by default As discussed on icb, we disables this here for a stable ix(4) in the 7.5 release to avoid buggy behavior. ok claudio@, deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2024/03/07 10:38:00 Modified files: . : anoncvs.shar Log message: ansify anoncvssh.c to avoid clang warnings, ok millert@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/03/07 12:43:58 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.11 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/03/07 12:44:48 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.11 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2024/03/07 12:56:40 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.9.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/07 13:59:30 Modified files: www/puppetboard: Makefile distinfo Log message: update 5.3.0 -> 5.4.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/07 15:05:45 Modified files: www/sope : Makefile distinfo Removed files: www/sope/patches: patch-sope-mime_NGMime_NGMimeType_m Log message: update 5.9.1 -> 5.10.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/07 15:07:14 Modified files: www/sogo : Makefile distinfo www/sogo/pkg : PLIST Added files: www/sogo/patches: patch-Tools_SOGoToolUpdateSecret_m Log message: update 5.9.1 -> 5.10.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/08 00:36:24 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix-3.8.6, ok tb@ Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/08 00:39:01 Modified files: mail/postfix/stable35: Makefile distinfo Log message: update to postfix-3.5.25, ok tb@ Brad (This is the last release of the 3.5 branch which is still compatible with libressl, which we need to keep around because there are issues with the versions using openssl when combined with libraries that use libressl) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/08 00:39:54 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/08 00:40:15 Modified files: graphics/openexr: Makefile distinfo graphics/openexr/pkg: PLIST-tools Log message: Update to OpenEXR-3.2.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/08 00:48:02 Modified files: net/nextcloudclient: Makefile distinfo Log message: net/nextcloudclient: update to 3.12.1, from MAINTAINER Adriano Barbosa see https://github.com/nextcloud/desktop/releases/v3.12.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2024/03/08 03:05:34 Modified files: sysutils/ruby-puppetserver-ca: Makefile distinfo sysutils/ruby-puppetserver-ca/pkg: PLIST Log message: update 2.6.0 -> 2.7.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/08 03:11:47 Modified files: security/c2sp-testvectors: Makefile distinfo Log message: Update c2sp-testvectors to 20240306 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2024/03/08 03:41:23 Modified files: misc/ietf-cli : Makefile misc/ietf-cli/pkg: DESCR Log message: ietf-cli: bump size estimate for mirror repo to 3G ok kn (maintainer) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2024/03/08 04:34:10 Modified files: regress/usr.bin/ssh: test-exec.sh dynamic-forward.sh Log message: Invoke ProxyCommand that uses stderr redirection via $TEST_SHELL. Fixes test when run by a user whose login shell is tcsh. Found by vinschen at redhat.com. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/03/08 05:11:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for the renamed rebar3 -> erl25-rebar3 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/03/08 05:17:12 Modified files: lang/erlang : erlang.port.mk Log message: erlang.port.mk: Fix typo leading to problems with the default flavor of rebar3 Tested by rebuilding rebar3 which is the only current consumer of this. Identified by and reads ok to sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2024/03/08 05:19:02 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-configure Log message: print/ghostscript/gnu: Update to 10.03.0 ok kili@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/08 05:39:03 Modified files: x11/xfce4/libxfce4ui: Makefile distinfo Log message: x11/xfce4/libxfce4ui: update to 4.18.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/08 05:40:09 Added files: geo/qgis/patches: patch-src_core_proj_qgscoordinatereferencesystemutils_cpp Log message: geo/qgis: fix build with proj 9.4.0 from upstream build failure reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2024/03/08 05:44:58 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo Log message: x11/xfce4/xfce4-weather: update to 0.11.2. see https://mail.xfce.org/pipermail/xfce-announce/2024-March/001389.html CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2024/03/08 05:53:43 Modified files: x11/qt5/qtwebengine: Makefile Log message: Set USE_NOBTCFI to yes again and unbreak konqueror on IBT supported CPUs Even if boringssl and FFmpeg are patched and working. The old V8 still needs the #4637222 backport that fits on a much newer version but not on that old one That will still take some time. #4637222: https://chromium-review.googlesource.com/c/v8/v8/+/4637222 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2024/03/08 06:47:57 Modified files: sysutils/gitlab-cli: Makefile distinfo modules.inc sysutils/gitlab-cli/pkg: PLIST Log message: update to gitlab-cli 1.37.0 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2024/03/08 09:18:53 Modified files: sys/arch/m88k/m88k: subr.S Log message: Make sure copyoutstr() invoked with a length of zero returns ENAMETOOLONG. This bug has been present in that file since the very beginning, more than 28 years ago. CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2024/03/08 09:48:10 Modified files: devel/libffi : Makefile devel/libffi/patches: patch-src_aarch64_ffi_c Log message: Add missing bti c in the closure trampoline. ok tobhe@, sthen@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2024/03/08 10:57:49 Added files: lang/hare/hare/patches: patch-debug_+riscv64_getfp_s Log message: Fix build on riscv64 Upstream fix pointed out by Lorenz. ok Lorenz (maintainer) tobhe@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/08 12:56:29 Modified files: devel/gopls : Makefile distinfo modules.inc Log message: update devel/gopls to 0.15.1; from maintainer Laurent Cheylus, thanks! CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2024/03/08 13:39:50 Modified files: graphics/zimg : Makefile distinfo Log message: Update to zimg-3.0.5 Changelog: https://github.com/sekrit-twc/zimg/compare/release-3.0.4...release-3.0.5 From brad CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/08 15:16:32 Modified files: usr.bin/ssh : sshsig.c Log message: skip more whitespace, fixes find-principals on allowed_signers files with blank lines; reported by Wiktor Kwapisiewicz CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/08 18:52:31 Modified files: lang/hashlink : Makefile distinfo lang/hashlink/patches: patch-Makefile Log message: update hashlink to most recent "latest" tag, tested with Into the Necrovale, Dead Cells, and Northgard CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2024/03/08 22:12:13 Modified files: usr.bin/ssh : ssh-agent.c Log message: avoid logging in signal handler by converting mainloop to ppoll() bz3670, reported by Ben Hamilton; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:28:11 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.36.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:28:25 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.37.2. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 02:30:57 Log message: import pipe-viewer-0.5.0 gtk-pipe-viewer is a lightweight application with a GTK interface (fork of straw-viewer) for searching and playing videos from YouTube. This fork parses the YouTube website directly and relies on the invidious instances only as a fallback method. from Stefan Moran, who is also taking MAINTAINER, thank you! with some tweaks from me and kn, ok kn Status: Vendor Tag: op Release Tags: op_20240309 N ports/www/pipe-viewer/Makefile N ports/www/pipe-viewer/distinfo N ports/www/pipe-viewer/pkg/PLIST-gtk N ports/www/pipe-viewer/pkg/DESCR-main N ports/www/pipe-viewer/pkg/DESCR-gtk N ports/www/pipe-viewer/pkg/PLIST-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:31:25 Modified files: sysutils/packer: Makefile distinfo modules.inc Log message: Update to packer-1.10.2. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 02:33:07 Modified files: www : Makefile Log message: +pipe-viewer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:35:33 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.55.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:44:04 Modified files: x11/gnome/librsvg: Makefile distinfo distinfo.old Log message: Update to librsvg-2.57.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:44:23 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.34.59. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:44:33 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.34.59. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2024/03/09 02:44:46 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.32.59. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/09 04:48:10 Modified files: x11/gnustep : gnustep.port.mk x11/gnustep/aclock: Makefile x11/gnustep/addresses: Makefile x11/gnustep/affiche: Makefile x11/gnustep/back: Makefile x11/gnustep/base: Makefile x11/gnustep/batmon: Makefile x11/gnustep/camera: Makefile x11/gnustep/camerakit: Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/corebase: Makefile x11/gnustep/cynthiune: Makefile x11/gnustep/databasin: Makefile x11/gnustep/databasinkit: Makefile x11/gnustep/dbuskit: Makefile x11/gnustep/displaycalibrator: Makefile x11/gnustep/edenmath: Makefile x11/gnustep/examples: Makefile x11/gnustep/fisicalab: Makefile x11/gnustep/ftp: Makefile x11/gnustep/gemas: Makefile x11/gnustep/gmastermind: Makefile x11/gnustep/gmines: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/gomoku: Makefile x11/gnustep/gorm: Makefile x11/gnustep/graphos: Makefile x11/gnustep/grr: Makefile x11/gnustep/gshisen: Makefile x11/gnustep/gspdf: Makefile x11/gnustep/gui: Makefile x11/gnustep/gworkspace: Makefile x11/gnustep/highlighterkit: Makefile x11/gnustep/imageviewer: Makefile x11/gnustep/impersonatortoolkit: Makefile x11/gnustep/jigsaw: Makefile x11/gnustep/lapispuzzle: Makefile x11/gnustep/laternamagica: Makefile x11/gnustep/make: Makefile x11/gnustep/matharray: Makefile x11/gnustep/mpdcon: Makefile x11/gnustep/neos-theme: Makefile x11/gnustep/netclasses: Makefile x11/gnustep/paje: Makefile x11/gnustep/pantomime: Makefile x11/gnustep/pcapkit: Makefile x11/gnustep/pdfkit: Makefile x11/gnustep/performance: Makefile x11/gnustep/price: Makefile x11/gnustep/projectcenter: Makefile x11/gnustep/remotedesk: Makefile x11/gnustep/renaissance: Makefile x11/gnustep/rsskit: Makefile x11/gnustep/silver-theme: Makefile x11/gnustep/simpleagenda: Makefile x11/gnustep/sqlclient: Makefile x11/gnustep/sudoku: Makefile x11/gnustep/systempreferences: Makefile x11/gnustep/terminal: Makefile x11/gnustep/timemon: Makefile x11/gnustep/webserver: Makefile x11/gnustep/webservices: Makefile x11/gnustep/zipper: Makefile games/oolite : Makefile www/sogo : Makefile www/sope : Makefile Log message: gnustep/libobjc2 isn't ready for bti enforcement on arm64 yet, set USE_NOBTCFI-aarch64 in gnustep.port.mk and bump users CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2024/03/09 05:08:39 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-2.2.13, small fixes in smtp client support - Fix smtp client to respect $use_envelope_from option. - Fix smtp client $envelope_from_address possible dangling pointer. CVSROOT: /cvs Module name: ports Changes by: uaa@cvs.openbsd.org 2024/03/09 06:03:21 Modified files: emulators/dosbox-x: Makefile distinfo emulators/dosbox-x/patches: patch-Makefile_am emulators/dosbox-x/pkg: PLIST Removed files: emulators/dosbox-x/patches: patch-include_dos_inc_h patch-src_dos_dos_programs_cpp Log message: update dosbox-x 2023.10.06 -> 2024.03.01 ok thfr@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2024/03/09 08:18:28 Modified files: lang/dmd : Makefile lang/ldc : Makefile Log message: lang/dmd, lang/ldc: disable until new bootstrap becomes available CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2024/03/09 08:39:37 Modified files: lang/hashlink : Makefile lang/hashlink/patches: patch-Makefile patch-libs_mysql_socket_c patch-src_std_thread_c Log message: previous update overwrote the ${CFLAGS} in ${WRKSRC}/Makefile, so honor those again if changed from default. Also some minor restructuring of patches coming out of work to upstream them. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 10:25:37 Log message: import docker-buildx-0.12.1 buildx is a Docker CLI plugin for extended build capabilities with BuildKit. port from Lucas Gabriel Vuotto and Kirill A. Korinsky, thank you! ok rsadowski Status: Vendor Tag: op Release Tags: op_20240309 N ports/sysutils/docker-buildx/Makefile N ports/sysutils/docker-buildx/distinfo N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_moby_buildkit_cmd_buildkitd_config_gcpolicy_unix_go N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_tonistiigi_fsutil_diskwriter_go N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_tonistiigi_fsutil_fs_go N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_tonistiigi_fsutil_hardlinks_go N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_tonistiigi_fsutil_send_go N ports/sysutils/docker-buildx/patches/patch-vendor_github_com_tonistiigi_fsutil_tarwriter_go N ports/sysutils/docker-buildx/pkg/DESCR N ports/sysutils/docker-buildx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 10:27:05 Log message: import docker-compose-2.24.5 Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up. port from Lucas Gabriel Vuotto and Kirill A. Korinsky, thank you! ok rsadowski Status: Vendor Tag: op Release Tags: op_20240309 N ports/sysutils/docker-compose/Makefile N ports/sysutils/docker-compose/distinfo N ports/sysutils/docker-compose/patches/patch-internal_locker_runtime_unix_go N ports/sysutils/docker-compose/patches/patch-pkg_remote_cache_unix_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_moby_buildkit_cmd_buildkitd_config_gcpolicy_unix_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_tonistiigi_fsutil_diskwriter_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_tonistiigi_fsutil_fs_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_tonistiigi_fsutil_hardlinks_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_tonistiigi_fsutil_send_go N ports/sysutils/docker-compose/patches/patch-vendor_github_com_tonistiigi_fsutil_tarwriter_go N ports/sysutils/docker-compose/pkg/DESCR N ports/sysutils/docker-compose/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 10:27:41 Modified files: sysutils : Makefile Log message: + docker-buildx docker-compose CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2024/03/09 10:29:43 Modified files: sysutils/docker-cli: Makefile distinfo Added files: sysutils/docker-cli/patches: patch-cli-plugins_socket_socket_nodarwin_go patch-cli-plugins_socket_socket_openbsd_go Removed files: sysutils/docker-cli/patches: patch-vendor_github_com_containerd_containerd_content_local_store_unix_go patch-vendor_github_com_containerd_continuity_fs_stat_openbsd_go patch-vendor_github_com_moby_sys_mount_mounter_bsd_go patch-vendor_github_com_moby_sys_mount_mounter_openbsd_go patch-vendor_github_com_tonistiigi_fsutil_diskwriter_go patch-vendor_github_com_tonistiigi_fsutil_fs_go patch-vendor_github_com_tonistiigi_fsutil_hardlinks_go patch-vendor_github_com_tonistiigi_fsutil_send_go patch-vendor_github_com_tonistiigi_fsutil_tarwriter_go Log message: update docker-cli to 25.0.3 diff from from Lucas Gabriel Vuotto and Kirill A. Korinsky, thanks! ok rsadowski CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2024/03/09 10:50:13 Modified files: . : 75.html Log message: Add LibreSSL changes CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2024/03/09 13:47:19 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.8.3, 3.9.0 CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2024/03/09 14:08:47 Modified files: . : 75.html Log message: update version numbers for base + xenocara CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2024/03/09 16:29:53 Modified files: sys/dev/ic : qwx.c Log message: Ensure that qwx(4) clears the OACTIVE flag when Tx rings have space again. Issue found and fix tested by dv@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2024/03/09 19:29:48 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.22.1. Thanks to tb@ for running it through a bulk.