13,159,516 commits found in 6 milliseconds
update translation of books/faq to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55583
FreeBSD /doc 8ce37e5 — documentation/content/ru/books/developers-handbook/ipv6 _index.po, documentation/content/ru/books/developers-handbook/policies _index.po update translation of books/developers-handbook to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55582
FreeBSD /ports 2bf9c3f — java/openjdk20 Makefile, java/openjdk20/files patch-src_java.desktop_share_native_libfontmanager_freetypeScaler.c patch-src_jdk.management_unix_native_libmanagement__ext_OperatingSystemImpl.c java/openjdk20: Remove expired port
2026-03-12 java/openjdk20: No longer supported by upstream
FreeBSD /doc c850d38 — documentation/content/ru/articles/problem-reports _index.po _index.adoc update translation of articles/problem-reports to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55722
TODO: + crush-0.49.0.
Mk: unregister expired java/openjdk20
FreeBSD /doc 1e81db9 — documentation/content/ru/articles/pr-guidelines _index.po _index.adoc update translation of articles/pr-guidelines to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55721
devel/py-marshmallow-enum: Remove expired port
2026-01-31 devel/py-marshmallow-enum: Upstream repository has been archived on Oct 19, 2022
zfs: purge name cache on teardown
this fixes name cache inconsistencies on
certain events. eg. rollback
```
zfs create $FS
echo a > /$FS/a.txt
echo b > /$FS/b.txt
echo c > /$FS/c.txt
zfs snap $FS at 2
rm /$FS/b.txt
cat /$FS/a.txt
cat /$FS/b.txt || : # create negative cache entry
cat /$FS/c.txt
zfs rollback $FS at 2
cat /$FS/a.txt
cat /$FS/b.txt # hit the negative cache entry because of the bug
cat /$FS/c.txt
```
update translation of articles/pam to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55581
NetBSD /src CFq1Lnb — external/cddl/osnet/dist/uts/common/fs/zfs zfs_vnops.c zfs_znode.c zfs: fix case insensitive / utf-8 normalized file names
zfs has a few options for file name comparison.
when they are enabled, disable netbsd's name cache, which only
supports exact-byte-matching, to avoid inconsistent behaviors.
cf. "casesensitivity" and "normalization" in zfs(8)
FreeBSD /doc f59e9d6 — documentation/content/ru/articles/gjournal-desktop _index.po _index.adoc update translation of articles/gjournal-desktop to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55720
FreeBSD /doc 88d0c61 — documentation/content/ru/articles/contributing _index.po _index.adoc update translation of articles/contributing to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55719
LLVM /project f8b2bc6 — llvm/lib/Target/X86 X86InstrAVX512.td, llvm/test/CodeGen/X86 shift-i512.ll [X86] Add missing VPSRAQ broadcast-from-mem patterns for non-VLX targets (#186654) FreeBSD /doc 5cbfbb4 — documentation/content/ru/articles/nanobsd _index.po _index.adoc update translation of articles/nanobsd to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55570
FreeBSD /doc 71b83b7 — documentation/content/ru/articles/ipsec-must _index.po _index.adoc update translation of articles/ipsec-must to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55569
FreeBSD /doc 70a2c5a — documentation/content/ru/articles/committers-guide _index.po _index.adoc update translation of articles/committers-guide to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55568
FreeBSD /doc 897f9cb — documentation/content/ru/articles/freebsd-status-report-process _index.po _index.adoc update translation of articles/freebsd-status-report-process to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55567
FreeBSD /doc f5b8439 — documentation/content/ru/articles/pgpkeys _index.po _index.adoc update translation of articles/pgpkeys to Russian
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D55565
Update py-vulture to 2.15.
tdlib's cmake files changed, it now needs -DPHP_EXECUTABLE=OFF not
-DPHP_FOUND=OFF to avoid picking up php during build. ok kn@
aucat: When printing {start,end}pos with "%lld", cast them to long long
LLVM /project cbcfa44 — clang/tools/clang-ssaf-format SSAFFormat.cpp CMakeLists.txt, clang/tools/clang-ssaf-linker SSAFLinker.cpp CMakeLists.txt [clang][ssaf][NFC] Prefix ssaf-{linker,format} dirs with 'clang-' (#186610)
Addresses:
https://github.com/llvm/llvm-project/pull/185631#issuecomment-4054586633 sndiod: Fix calls to enc_sil_do() with uninitialized argument
If the encoding is native the conv structure is uninitialized and
memset() must be used instead.
libsndio: Simplify cookie handling
Simple asnprintf(3) calls can replace the "clever" malloc(3) and
memcpy(3) calls that are much harder to review.
ok armani, deraadt
mail/imap-tools: update to 1.8.2
Changes: https://gitlab.com/mat813/imap-tools-rs/-/blob/v1.8.2/CHANGELOG.md
NetBSD /pkgsrc 7uTeAvs — www/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_moz.build patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h palemoon: aarch64 fixes from upstream.
Should be pulled up.
Dreckly /dreckly 3b67904 — www/palemoon distinfo, www/palemoon/patches patch-platform_media_libvpx_moz.build patch-platform_media_libvpx_config_linux_arm64_vp9__rtcd.h palemoon: aarch64 fixes from upstream
dns/dnstracer-rs: update to 1.2.3
Changes: https://gitlab.com/mat813/dnstracer-rs/-/blob/v1.2.3/CHANGELOG.md
Services: Network Time: PPS - remove stale symlink when pps is disabled, closes https://github.com/opnsense/core/pull/9969