Linux/linux ca4ee40drivers/gpu/drm Kconfig

Partly revert "drm/hyperv: Remove reference to hyperv_fb driver"

This partly reverts commit 8f582bcd132c ("drm/hyperv: Remove reference
to hyperv_fb driver") which was messed up by me while trying to fix a
merge conflict.

Signed-off-by: Helge Deller <deller at gmx.de>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
DeltaFile
+0-146drivers/gpu/drm/Kconfig
+0-1461 files

FreeBSD/ports 0928be2editors/enter-tex distinfo Makefile

editors/enter-tex: update to 3.49.0

Update to 3.49.0

  Release 3.49.0, 2026-01-03
  --------------------------

  Under the hood changes:
  * Adapt the code to the latest libgedit-gtksourceview API.

  Release 3.49.alpha2, 2025-11-17
  -------------------------------

  User-visible changes:
  * Find and Replace: add tooltips; adjust a margin.
  * Man-page: small improvements.

  Under the hood changes:
  * Find and Replace: rewrite the UI part in C in Gtex (GtexFindBar) as a first

    [27 lines not shown]
DeltaFile
+3-3editors/enter-tex/distinfo
+2-3editors/enter-tex/Makefile
+2-0editors/enter-tex/pkg-plist
+7-63 files

FreeBSD/ports a207d0beditors/gedit pkg-plist Makefile, editors/gedit-plugins Makefile distinfo

editors/gedit*: update to 49.0

Update to 49.0 for compatability with libgedit-gtksourceview 299.6.0.

  News in 49.0, 2026-01-03
  ------------------------

  * Metainfo data: add more infos to fix Flathub warnings.
  * Cleanup: remove BuildStream and Snap from build-aux/ (outdated).
  * Translation updates.

  News in 49.alpha2, 2025-11-17
  -----------------------------

  User-visible changes:
  * Add a max-file-size setting for document loading, fixing the common problem
    with very large files.
  * New symbolic app icon (to have a square one).
  * Statusbar: fix a bug with the language button popover.

    [52 lines not shown]
DeltaFile
+35-1editors/gedit/pkg-plist
+5-6editors/gedit-plugins/Makefile
+5-5editors/gedit/Makefile
+3-3editors/gedit-plugins/distinfo
+3-3editors/gedit/distinfo
+51-185 files

FreeBSD/ports 1bc3cc2x11-toolkits/libgedit-gtksourceview Makefile distinfo

x11-toolkits/libgedit-gtksourceview: update to 299.6.0

Update to 299.6.0

  News in 299.6.0, 2026-01-03
  ---------------------------

  Completion framework:
  * The GtkSourceCompletion class no longer implements the GtkBuildable interface.
  * GtkSourceCompletionProposal: various improvements.
  * GtkSourceCompletionItem:
    - Various improvements.
    - Remove all the properties.

  Microsoft Windows:
  * Fix compilation warnings.
  * Fix unit tests failures.

  Various gardening tasks:

    [85 lines not shown]
DeltaFile
+3-3x11-toolkits/libgedit-gtksourceview/Makefile
+3-3x11-toolkits/libgedit-gtksourceview/distinfo
+4-1x11-toolkits/libgedit-gtksourceview/pkg-plist
+10-73 files

FreeBSD/ports 2f8078bx11-toolkits/tepl6 distinfo Makefile

x11-toolkits/tepl6: update to 6.14.0

Update to 6.14.0

  News in 6.14.0, 2026-01-03
  --------------------------
  * Nothing new.

  News in 6.14.alpha2, 2025-11-17
  -------------------------------
  * New class: TeplStatusbar.
  * Translations updates.

  News in 6.14.alpha1, 2025-09-05
  -------------------------------
  * Add TeplCodeCommentView for the comment/uncomment feature.
  * Remove tepl_iter_*() function, moved to libgedit-gtksourceview.
  * TeplFileLoader: use libgedit-gfls.
  * Translations updates.

    [4 lines not shown]
DeltaFile
+3-3x11-toolkits/tepl6/distinfo
+3-3x11-toolkits/tepl6/Makefile
+4-2x11-toolkits/tepl6/pkg-plist
+10-83 files

LLVM/project 1d48322compiler-rt/test/asan/TestCases/Windows rtlsizeheap_zero.cpp

[ASan] [Windows] Fix a new test in mingw mode

The new test case added in 781719778003ca298ca57e486ab629b7f384844b
didn't work in mingw mode; defines set through `/D` only works when
using the clang-cl compiler driver, not the regular clang compiler
driver.

Switch this to use `-D`, which works with both plain clang and
clang-cl, so we don't need to use a lit macro for expanding
the right option to use.
DeltaFile
+1-1compiler-rt/test/asan/TestCases/Windows/rtlsizeheap_zero.cpp
+1-11 files

FreeBSD/ports ed351f9net/traefik distinfo Makefile

net/traefik: Update to upstream release 3.6.8

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.6.8
- Includes a fix for CVE-2026-25949, a potential DoS

MFH:            2026Q1
Security:       CVE-2026-25949
(cherry picked from commit f164467debd4f96830fe08297306d502f03b1c3f)
DeltaFile
+3-3net/traefik/distinfo
+2-2net/traefik/Makefile
+5-52 files

pkgng/pkgng b3bdad1tests/frontend upgrade.sh

Revert "test: add a unit test about extract optimisation"

This reverts commit 462a91c84f09fefcbc74117e212633b973169cbc.
DeltaFile
+0-44tests/frontend/upgrade.sh
+0-441 files

pkgng/pkgng a39a76elibpkg pkg_add.c

Revert "extract: do not extract a file which is identical to the installed one"

This reverts commit 571674223c5f92cfe168967b81c7d8e71ed168da.
DeltaFile
+0-19libpkg/pkg_add.c
+0-191 files

pkgng/pkgng e1928d6libpkg pkg_add.c

hardlinks: add an explicit error in failing case
DeltaFile
+21-1libpkg/pkg_add.c
+21-11 files

FreeNAS/freenas 25979besrc/middlewared/middlewared/service config_service_part.py

Properly handle sync/async methods
DeltaFile
+8-6src/middlewared/middlewared/service/config_service_part.py
+8-61 files

FreeNAS/freenas 0558630src/middlewared/middlewared/plugins/catalog __init__.py config.py, src/middlewared/middlewared/service config_service_part.py

Add extend/compress framework to config svc part
DeltaFile
+17-13src/middlewared/middlewared/service/config_service_part.py
+0-23src/middlewared/middlewared/plugins/catalog/__init__.py
+15-3src/middlewared/middlewared/plugins/catalog/config.py
+32-393 files

Linux/linux 64275e9arch/loongarch/boot/dts loongson-2k1000-ref.dts, arch/loongarch/include/asm cpu.h cmpxchg.h

Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson

Pull LoongArch updates from Huacai Chen:
 - Select HAVE_CMPXCHG_{LOCAL,DOUBLE}
 - Add 128-bit atomic cmpxchg support
 - Add HOTPLUG_SMT implementation
 - Wire up memfd_secret system call
 - Fix boot errors and unwind errors for KASAN
 - Use BPF prog pack allocator and add BPF arena support
 - Update dts files to add nand controllers
 - Some bug fixes and other small changes

* tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
  LoongArch: dts: loongson-2k1000: Add nand controller support
  LoongArch: dts: loongson-2k0500: Add nand controller support
  LoongArch: BPF: Implement bpf_addr_space_cast instruction
  LoongArch: BPF: Implement PROBE_MEM32 pseudo instructions
  LoongArch: BPF: Use BPF prog pack allocator
  LoongArch: Use IS_ERR_PCPU() macro for KGDB

    [14 lines not shown]
DeltaFile
+164-42arch/loongarch/net/bpf_jit.c
+41-39arch/loongarch/mm/kasan_init.c
+40-23arch/loongarch/kernel/proc.c
+32-30arch/loongarch/include/asm/cpu.h
+54-0arch/loongarch/include/asm/cmpxchg.h
+22-0arch/loongarch/boot/dts/loongson-2k1000-ref.dts
+353-13420 files not shown
+450-15326 files

Linux/linux 787fe1dmm mm_init.c memblock.c, tools/include/linux mm.h

Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock updates from Mike Rapoport:

 - update tools/include/linux/mm.h to fix memblock tests compilation

 - drop redundant struct page* parameter from memblock_free_pages() and
   get struct page from the pfn

 - add underflow detection for size calculation in memtest and warn
   about underflow when VM_DEBUG is enabled

* tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  mm/memtest: add underflow detection for size calculation
  memblock: drop redundant 'struct page *' argument from memblock_free_pages()
  memblock test: include <linux/sizes.h> from tools mm.h stub
DeltaFile
+3-2mm/mm_init.c
+2-2mm/memblock.c
+1-2tools/testing/memblock/internal.h
+1-2mm/internal.h
+2-0mm/memtest.c
+1-0tools/include/linux/mm.h
+10-86 files

LLVM/project caf2a48llvm/test/Transforms/LoopVectorize/VPlan vplan-sink-scalars-and-merge.ll vplan-printing-before-execute.ll, llvm/test/Transforms/LoopVectorize/VPlan/X86 vplan-vp-intrinsics.ll

[VPlan] Use -vplan-print-after in more VPlan tests

use vplan-print-after instead of -debug/-debug-only in more tests,
auto-generate some checks.
DeltaFile
+1,000-715llvm/test/Transforms/LoopVectorize/VPlan/vplan-sink-scalars-and-merge.ll
+84-77llvm/test/Transforms/LoopVectorize/VPlan/vplan-printing-before-execute.ll
+2-2llvm/test/Transforms/LoopVectorize/VPlan/X86/vplan-vp-intrinsics.ll
+1-1llvm/test/Transforms/LoopVectorize/VPlan/vplan-predicate-switch.ll
+1-1llvm/test/Transforms/LoopVectorize/VPlan/vplan-iv-transforms.ll
+1-1llvm/test/Transforms/LoopVectorize/VPlan/uncountable-early-exit-vplan.ll
+1,089-7976 files not shown
+1,095-80312 files

GhostBSD/ports f8c6897x11/ghostbsd-xfce-settings Makefile

x11/ghostbsd-xfce-settings: bump PORTREVISION to 2
DeltaFile
+1-1x11/ghostbsd-xfce-settings/Makefile
+1-11 files

GhostBSD/ports 76433d4x11/ghostbsd-mate-settings distinfo Makefile

x11/ghostbsd-mate-settings: update to 26.01.1
DeltaFile
+3-3x11/ghostbsd-mate-settings/distinfo
+2-2x11/ghostbsd-mate-settings/Makefile
+5-52 files

LLVM/project 03471delldb/include/lldb/Target StackFrame.h, lldb/source/API SBFrame.cpp

[lldb] Add extended variable support to Get*VariableList.

This patch adds a new flag to the lldb_private::StackFrame API to get variable lists: `include_extended_vars`.  This allows ScriptedFrame (and other future synthetic frames) to construct 'fake' variables and return them in the VariableList, so that commands like `fr v` and `SBFrame::GetVariables` can show them to the user as requested.

This patch includes all changes necessary to call the API the new way - I tried to use my best judgement on when to include extended variables or not and leave comments explaining the decision.

As a consequence of producing extended variables, this patch means that ScriptedFrame can produce Variable objects with ValueType that contains a ValueTypeExtendedMask in a high bit. This necessarily complicates some of the switch/case handling in places where we would expect to find such variables, and this patch makes best effort to address all such cases as well. From experience, they tend to show up whenever we're dealing with checking if a Variable is in a specified scope, which means we basically have to check the high bit against some user input saying "yes/no extended variables".

stack-info: PR: https://github.com/llvm/llvm-project/pull/181501, branch: users/bzcheeseman/stack/9
DeltaFile
+42-8lldb/source/Plugins/Process/scripted/ScriptedFrame.cpp
+40-10lldb/source/API/SBFrame.cpp
+30-11lldb/source/Commands/CommandObjectFrame.cpp
+27-7lldb/test/API/functionalities/scripted_frame_provider/TestScriptedFrameProvider.py
+16-2lldb/include/lldb/Target/StackFrame.h
+15-2lldb/source/Target/StackFrame.cpp
+170-407 files not shown
+205-5613 files

FreeBSD/ports af12022mail/mailpit distinfo Makefile, mail/mailpit/files patch-package-lock.json

mail/mailpit: Update to 1.29.1
DeltaFile
+114-114mail/mailpit/files/patch-package-lock.json
+7-7mail/mailpit/distinfo
+1-2mail/mailpit/Makefile
+122-1233 files

Linux/linux 8b3c75adrivers/gpu/drm Kconfig, drivers/video/fbdev hyperv_fb.c

Merge tag 'fbdev-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev

Pull fbdev updates from Helge Deller:
 "It's now easily possible to replace the framebuffer penguin boot logo
  with an own logo at compile time (Vincent Mailhol)

  The hyperv framebuffer driver has been removed, since the hyperv DRM
  driver now seems to provide equal functionality.

  Various console_conditional_schedule() calls across the console
  drivers (fbcon, printk, vt) have been removed since they are no longer
  necessary.

  All other patches are either fixes in au1100fb, au1200fb, ffb, rivafb,
  vt8500lcdfb and of_display_timing, or minor cleanups in the fbcon and
  omapfb drivers"

* tag 'fbdev-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev: (32 commits)
  fbcon: Declare struct fb_info.fbcon_par as of type struct fbcon_par

    [20 lines not shown]
DeltaFile
+0-1,604drivers/video/logo/logo_mac_clut224.ppm
+0-1,388drivers/video/fbdev/hyperv_fb.c
+146-0drivers/gpu/drm/Kconfig
+45-39drivers/video/logo/Kconfig
+4-42drivers/video/logo/logo.c
+3-33drivers/video/fbdev/core/fbsysfs.c
+198-3,10639 files not shown
+325-3,25745 files

Linux/linux 6179d7a. MAINTAINERS, security commoncap_test.c Kconfig

Merge tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux

Pull capabilities updates from Serge Hallyn:

 - add KUnit tests for some core capabilities helpers

 - avoid emitting IPC audit messages when there's not
   actually a permission being denied

* tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux:
  ipc: don't audit capability check in ipc_permissions()
  security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
DeltaFile
+288-0security/commoncap_test.c
+17-0security/Kconfig
+4-0security/commoncap.c
+1-0MAINTAINERS
+310-04 files

LLVM/project aecc499lld/ELF Relocations.cpp InputSection.cpp, lld/ELF/Arch PPC64.cpp

[ELF] Add target-specific relocation scanning for PPC64 (#181496)

Implement PPC64::scanSectionImpl, following the pattern established for
x86. This merges the getRelExpr and TLS handling for SHF_ALLOC sections
into the target-specific scanner, enabling devirtualization and
eliminating abstraction overhead.

- Inline relocation classification into scanSectionImpl with a switch
  on relocation type, replacing the generic rs.scan() path.
- Use processR_PC/processR_PLT_PC for common PC-relative and PLT
  relocations.
- Handle TLS GD, LD, and DTPREL directly, eliminating
  handleTlsRelocation, getTlsGdRelaxSkip, and adjustTlsExpr overrides.
  Use handleTlsIe for TLS IE, enabling IE-to-LE optimization even when
  ppc64DisableTLSRelax is set (lifted a limitation from
  the workaround patch https://reviews.llvm.org/D92959).
- Use processAux for R_PPC64_PCREL_OPT. Remove the PPC64-specific
  special case from process().
- Replace RE_PPC64_RELAX_GOT_PC with R_RELAX_GOT_PC, which computes

    [5 lines not shown]
DeltaFile
+276-194lld/ELF/Arch/PPC64.cpp
+16-28lld/ELF/Relocations.cpp
+30-6lld/test/ELF/ppc64-tls-missing-gdld.s
+0-2lld/ELF/InputSection.cpp
+0-2lld/ELF/Relocations.h
+322-2325 files

Linux/linux 986d555drivers/rpmsg virtio_rpmsg_bus.c rpmsg_core.c

Merge tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull rpmsg updates from Bjorn Andersson:

 - Fix a race in rpmsg driver_override_show() and use the existing
   helper to implement the store()

 - Implement support for EPOLLOUT in the virtio rpmsg driver

* tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:
  rpmsg: core: fix race in driver_override_show() and use core helper
  rpmsg: virtio: EPOLLOUT support
DeltaFile
+32-69drivers/rpmsg/virtio_rpmsg_bus.c
+27-39drivers/rpmsg/rpmsg_core.c
+59-1082 files

Linux/linux 2bfc50cDocumentation/devicetree/bindings/remoteproc ti,hsm-m4fss.yaml qcom,adsp.yaml, drivers/remoteproc imx_rproc.c imx_dsp_rproc.c

Merge tag 'rproc-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull remoteproc updates from Bjorn Andersson:

 - Fix a memory remapping issue and make a few life-cycle improvements
   in the i.MX HiFi remoteproc driver

 - Add support the System Manager CPU and LMM APIs and use this to
   support i.MX95

 - Rework the handling of the Mediatek SCP clock to avoid a potential
   circular deadlock in the clock providers

 - Refactor the Qualcomm secure-world helpers and add support in the
   Qualcomm PAS remoteproc driver for reading a resource-table from
   secure world. Use this to configure the IOMMU on newer targets where
   Linux runs in EL2

* tag 'rproc-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:

    [20 lines not shown]
DeltaFile
+242-15drivers/remoteproc/imx_rproc.c
+64-31drivers/remoteproc/imx_dsp_rproc.c
+72-0Documentation/devicetree/bindings/remoteproc/ti,hsm-m4fss.yaml
+29-17drivers/remoteproc/mtk_scp.c
+2-7drivers/remoteproc/xlnx_r5_remoteproc.c
+5-0Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
+414-706 files not shown
+424-7412 files

Linux/linux f0a475aDocumentation/devicetree/bindings/mailbox mediatek,mt8196-vcp-mbox.yaml, drivers/mailbox mtk-vcp-mailbox.c pcc.c

Merge tag 'mailbox-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox

Pull mailbox updates from Jassi Brar:
 "Platform and core updates

  PCC:
   - Updates to transmission and interrupt handling, including dynamic
     txdone configuration, ->last_tx_done() wiring, and SHMEM
     initialization fixes. Reverted previous shared buffer patch

  MediaTek
   - Introduce mtk-vcp-mailbox driver and bindings for MT8196 VCP
   - Expand mtk-cmdq for MT8196 with GCE virtualization, mminfra_offset,
     and instruction generation data

  Spreadtrum (SPRD)
   - Add Mailbox Revision 2 support and UMS9230 bindings
   - Fix unhandled interrupt masking and TX done delivery flags


    [34 lines not shown]
DeltaFile
+170-0drivers/mailbox/mtk-vcp-mailbox.c
+24-96drivers/mailbox/pcc.c
+88-29drivers/mailbox/sprd-mailbox.c
+49-0Documentation/devicetree/bindings/mailbox/mediatek,mt8196-vcp-mbox.yaml
+19-22drivers/mailbox/mailbox-mchp-ipc-sbi.c
+32-0include/linux/mailbox/mtk-vcp-mailbox.h
+382-14716 files not shown
+434-20822 files

LLVM/project cd38f84llvm/test/Transforms/LoopVectorize smax-idx.ll epilog-iv-select-cmp.ll

[LV] Add argmin test for epilogue vectorization w/o wide canonical IV.

Add additional epilogue vectorization test coverage for
https://github.com/llvm/llvm-project/pull/170223.

Also regenerate check lines for related tests.
DeltaFile
+169-16llvm/test/Transforms/LoopVectorize/smax-idx.ll
+96-12llvm/test/Transforms/LoopVectorize/epilog-iv-select-cmp.ll
+265-282 files

LLVM/project 8074a07lldb/include/lldb/Target StackFrame.h, lldb/source/API SBFrame.cpp

[lldb] Add extended variable support to Get*VariableList.

This patch adds a new flag to the lldb_private::StackFrame API to get variable lists: `include_extended_vars`.  This allows ScriptedFrame (and other future synthetic frames) to construct 'fake' variables and return them in the VariableList, so that commands like `fr v` and `SBFrame::GetVariables` can show them to the user as requested.

This patch includes all changes necessary to call the API the new way - I tried to use my best judgement on when to include extended variables or not and leave comments explaining the decision.

As a consequence of producing extended variables, this patch means that ScriptedFrame can produce Variable objects with ValueType that contains a ValueTypeExtendedMask in a high bit. This necessarily complicates some of the switch/case handling in places where we would expect to find such variables, and this patch makes best effort to address all such cases as well. From experience, they tend to show up whenever we're dealing with checking if a Variable is in a specified scope, which means we basically have to check the high bit against some user input saying "yes/no extended variables".

stack-info: PR: https://github.com/llvm/llvm-project/pull/181501, branch: users/bzcheeseman/stack/9
DeltaFile
+40-10lldb/source/API/SBFrame.cpp
+42-8lldb/source/Plugins/Process/scripted/ScriptedFrame.cpp
+30-11lldb/source/Commands/CommandObjectFrame.cpp
+27-7lldb/test/API/functionalities/scripted_frame_provider/TestScriptedFrameProvider.py
+16-2lldb/include/lldb/Target/StackFrame.h
+15-2lldb/source/Target/StackFrame.cpp
+170-407 files not shown
+205-5613 files

LLVM/project 8b4485flldb/include/lldb lldb-enumerations.h, lldb/include/lldb/API SBVariablesOptions.h

[lldb] Scaffolding for extended variable support.

This patch handles most of the scaffolding for extended variable support that isn't directly tied to functional changes. This patch will be used by one following patch that actually modifies the lldb_private::StackFrame API to allow us to fetch extended variables.

There were a couple important/interesting decisions made in this patch that should be noted:
- Any value type may be 'extended', which is why it's a mask applied over the top of another value type.
- When printing frame variables with `fr v`, default to showing extended variables.

This new value type mask makes some of the ValueType handling more interesting, but since nothing generates objects with this mask until the next patch, we can land the concept in this patch in some amount of isolation.

stack-info: PR: https://github.com/llvm/llvm-project/pull/181500, branch: users/bzcheeseman/stack/8
DeltaFile
+19-2lldb/source/API/SBVariablesOptions.cpp
+10-2lldb/source/Interpreter/OptionGroupVariable.cpp
+5-0lldb/include/lldb/lldb-enumerations.h
+4-0lldb/include/lldb/API/SBVariablesOptions.h
+1-0lldb/include/lldb/Interpreter/OptionGroupVariable.h
+39-45 files

HardenedBSD/src 2fe040csys/netinet6 in6_mcast.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+11-8sys/netinet6/in6_mcast.c
+11-81 files

HardenedBSD/ports 614f816graphics/blender pkg-plist, graphics/blender/files patch-fmtlib

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+3,256-0graphics/blender/files/patch-fmtlib
+0-1,834x11-fonts/nerd-fonts/pkg-plist
+1,453-0graphics/blender4/pkg-plist
+311-273graphics/blender/pkg-plist
+399-0x11-fonts/nerd-fonts-noto/pkg-plist
+0-276security/openssl-quictls/pkg-plist
+5,419-2,383313 files not shown
+9,640-3,419319 files