NetBSD/pkgsrc-wip 90ea138knot-resolver/files kresd.sh

knot-resolver: Fixed logging into file
DeltaFile
+1-1knot-resolver/files/kresd.sh
+1-11 files

NetBSD/src e6XAbAGsys/uvm uvm_swap.c

   uvm(9): Fix comments on swap encryption and tidy various whitespace.

   No functional change intended: comments and whitespace only.

   Cleanup after various fixes for:

   PR kern/60082: swap encryption corrupt data
   PR kern/60083: swap encryption break /dev/drum
   PR kern/60084: swap encryption: per-page tracking seems overengineered
VersionDeltaFile
1.234+61-95sys/uvm/uvm_swap.c
+61-951 files

NetBSD/src xvAfH4zsys/net if_wg.c, tests/net/if_wg t_basic.sh t_misc.sh

   Pull up following revision(s) (requested by riastradh in ticket #1277):

        tests/net/if_wg/t_misc.sh: revision 1.17
        tests/net/if_wg/t_misc.sh: revision 1.18
        sys/net/if_wg.c: revision 1.136
        tests/net/if_wg/t_basic.sh: revision 1.7
        sys/net/if_wg.c: revision 1.137
        tests/net/if_wg/t_basic.sh: revision 1.8
        sys/net/if_wg.c: revision 1.138
        tests/net/if_wg/t_basic.sh: revision 1.9
        tests/net/if_wg/common.sh: revision 1.2

   wg(4): Add test case for bad peer public keys.

   wg(4) should not crash on an assertion if they are used -- it should
   just gracefully accept them, with degraded security, since a peer
   that maliciously provides an invalid public key is no worse than a
   peer that voluntarily exposes all its plaintext anyway.
   PR kern/60106: wg(4) should properly handle invalid or insecure

    [45 lines not shown]
VersionDeltaFile
1.4.6.2+248-2tests/net/if_wg/t_basic.sh
1.71.2.6+102-18sys/net/if_wg.c
1.12.2.2+65-1tests/net/if_wg/t_misc.sh
1.1.6.1+36-1tests/net/if_wg/common.sh
+451-224 files

NetBSD/src TQ8e2Assys/net if_wg.c, tests/net/if_wg t_basic.sh t_misc.sh

   Pull up following revision(s) (requested by riastradh in ticket #329):

        tests/net/if_wg/t_misc.sh: revision 1.17
        tests/net/if_wg/t_misc.sh: revision 1.18
        sys/net/if_wg.c: revision 1.136
        tests/net/if_wg/t_basic.sh: revision 1.7
        sys/net/if_wg.c: revision 1.137
        tests/net/if_wg/t_basic.sh: revision 1.8
        sys/net/if_wg.c: revision 1.138
        tests/net/if_wg/t_basic.sh: revision 1.9
        tests/net/if_wg/common.sh: revision 1.2

   wg(4): Add test case for bad peer public keys.

   wg(4) should not crash on an assertion if they are used -- it should
   just gracefully accept them, with degraded security, since a peer
   that maliciously provides an invalid public key is no worse than a
   peer that voluntarily exposes all its plaintext anyway.
   PR kern/60106: wg(4) should properly handle invalid or insecure

    [45 lines not shown]
VersionDeltaFile
1.6.2.1+248-2tests/net/if_wg/t_basic.sh
1.135.2.1+102-18sys/net/if_wg.c
1.16.2.1+65-1tests/net/if_wg/t_misc.sh
1.1.10.1+36-1tests/net/if_wg/common.sh
+451-224 files

NetBSD/pkgsrc PDFFK15doc CHANGES-2026

   doc: Updated textproc/rumdl to 0.2.24
VersionDeltaFile
1.4035+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jlwgP90textproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.2.24

   v0.2.24
   Added

       MD043: report expected and actual headings at first mismatch (#696) (57f0902) - thanks @mkowen1
       MD013: add semantic-link-understanding to flag long-URL links in stern mode (#691) (f17e3f7) - thanks @chandlerc

   Fixed

       MD013: extend standalone-link reflow boundary to blockquotes (74e79f6)
       MD013: treat standalone links as paragraph boundaries in reflow (#697) (39ea2b2) - thanks @chandlerc
       MD013: associate paragraph reflow fix with all violating lines (#698) (f17be35) - thanks @chandlerc
       fix-coordinator: honor inline rumdl-configure-file overrides when applying fixes (c347ab6)
       MD013: exempt standalone links with trailing punctuation and wrappers (#694) (d7a3c2e) - thanks @chandlerc
       MD013: keep the space after an inline code span before punctuation (#693) (13745db) - thanks @chandlerc
       lsp: iterate formatting fixes to a fixpoint so one format pass converges (#695) (78c42ad) - thanks @chandlerc
       MD028: make blockquote-merge autofix opt-in by default (cffadef)
       MD036: make emphasis-to-heading autofix opt-in by default (9b145a9)

    [13 lines not shown]
VersionDeltaFile
1.37+4-4textproc/rumdl/distinfo
1.39+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc ejtEUmydoc CHANGES-2026

   doc: Updated editors/redox to 0.6.2
VersionDeltaFile
1.4034+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wsozoZUeditors/redox distinfo cargo-depends.mk

   editors/redox: update to 0.6.2

   What's Changed

       Performance improvements by @JackDerksen in #28
VersionDeltaFile
1.10+7-46editors/redox/distinfo
1.10+1-14editors/redox/cargo-depends.mk
1.10+4-4editors/redox/Makefile
+12-643 files

NetBSD/pkgsrc kTv4su3doc CHANGES-2026

   doc: Updated devel/feluda to 1.14.0
VersionDeltaFile
1.4033+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FBB0wfVdevel/feluda distinfo cargo-depends.mk

   devel/feluda: update to 1.14.0

   What's Changed

       feat(java): add Maven/Gradle license scanning with transitive deps by @anistark in #217
       build(deps): bump the maven group across 1 directory with 2 updates by @dependabot[bot] in #219
       fix(examples): switch rust-example reqwest to rustls to drop openssl by @anistark in #220
       feat(watch): add feluda watch for continuous license scanning by @anistark in #221
       feat(ruby): add Ruby/Bundler license scanning by @anistark in #222
       build(deps): bump the bundler group across 1 directory with 4 updates by @dependabot[bot] in #223
       refactor(licenses): unify license-text detection on shared SPDX engine by @anistark in #224
       feat(licenses): add local license-file fallback across analyzers by @anistark in #225
       build(deps): bump nokogiri from 1.19.3 to 1.19.4 in /examples/ruby-example in the bundler group across 1 directory by @dependabot[bot] in #227
VersionDeltaFile
1.20+49-4devel/feluda/distinfo
1.20+15-0devel/feluda/cargo-depends.mk
1.23+2-2devel/feluda/Makefile
+66-63 files

NetBSD/src Zwjq3Chcrypto/external/bsd/openssl/dist/crypto/aes/asm bsaes-x86_64.pl bsaes-x86_64.pl

   New files accidently not commited in previous
VersionDeltaFile
1.2.8.2+3,243-0crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-x86_64.pl
1.2.8.1+0-3,044crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-x86_64.pl
1.7.8.2+2,927-0crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl
1.7.8.1+0-2,916crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl
+6,170-5,9604 files

NetBSD/src pQYICxCcrypto/external/bsd/openssl/dist/crypto/ec ecp_nistz256_table.c curve25519.c, crypto/external/bsd/openssl/dist/ssl s3_lib.c

   Apply patch, requested by nia in ticket #1276:

        crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS.md
        crypto/external/bsd/openssl/dist/CHANGES.md
        crypto/external/bsd/openssl/dist/CONTRIBUTING.md
        crypto/external/bsd/openssl/dist/Configure
        crypto/external/bsd/openssl/dist/FAQ.md
        crypto/external/bsd/openssl/dist/INSTALL.md
        crypto/external/bsd/openssl/dist/NEWS.md
        crypto/external/bsd/openssl/dist/NOTES-NONSTOP.md
        crypto/external/bsd/openssl/dist/NOTES-WINDOWS.md
        crypto/external/bsd/openssl/dist/README-ENGINES.md
        crypto/external/bsd/openssl/dist/README.md
        crypto/external/bsd/openssl/dist/VERSION.dat
        crypto/external/bsd/openssl/dist/configdata.pm.in
        crypto/external/bsd/openssl/dist/e_os.h
        crypto/external/bsd/openssl/dist/Configurations/10-main.conf
        crypto/external/bsd/openssl/dist/Configurations/15-ios.conf
        crypto/external/bsd/openssl/dist/Configurations/50-nonstop.conf

    [2812 lines not shown]
VersionDeltaFile
1.1.1.2.14.2+14,894-9,513crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256_table.c
1.1.1.2.6.1+10,184-10,183crypto/external/bsd/openssl/dist/test/ecdsatest.h
1.29.2.3+3,805-3,411crypto/external/bsd/openssl/dist/ssl/s3_lib.c
1.1.1.5.6.2+3,088-2,939crypto/external/bsd/openssl/dist/crypto/ec/curve25519.c
1.1.1.11.2.4+3,199-2,261crypto/external/bsd/openssl/dist/test/sslapitest.c
1.3.10.2+0-4,696crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha256-mb-x86_64.S
+35,170-33,0032,819 files not shown
+172,999-251,6172,825 files

NetBSD/src bnf7zhCsys/arch/alpha/conf INSTALL

   Pull up following revision(s) (requested by jdc in ticket #328):

        sys/arch/alpha/conf/INSTALL: revision 1.123

   Add bge (3X-DEGXA-T*) to the INSTALL configuration too.
   Requested by Janne Ramstedt.
VersionDeltaFile
1.120.4.1+2-1sys/arch/alpha/conf/INSTALL
+2-11 files

NetBSD/src lFBT1Zdsys/dev/scsipi sd.c

   Pull up following revision(s) (requested by mlelstv in ticket #326):

        sys/dev/scsipi/sd.c: revision 1.346

   For SPC-3 devices try READ_CAPACITY_16 first and fall back to older
   READ_CAPACITY_10.

   This fixes SCSI drivers like mpt(4) that announce SPC-3 conformity but
   don't support READ_CAPACITY_16 in all configurations.
VersionDeltaFile
1.345.2.1+33-39sys/dev/scsipi/sd.c
+33-391 files

NetBSD/src Q7UArzXsys/arch/powerpc/conf files.mpc5200 majors.powerpc, sys/arch/powerpc/include pci_machdep.h

   Wire up MCP5200B support into general PowerPC infrastructure.
VersionDeltaFile
1.1+61-0sys/arch/powerpc/conf/files.mpc5200
1.23+19-2sys/arch/powerpc/pci/pci_machdep_ofw.c
1.18+2-1sys/arch/powerpc/conf/majors.powerpc
1.16+2-1sys/arch/powerpc/include/pci_machdep.h
+84-44 files

NetBSD/src DeOWreJsys/arch/powerpc/mpc5200 bestcomm_image.c mpc5200_ac97.c

   Add support for MPC5200B SoC, including:
   - BestComm DMA controller
   - Clock Distribution Module
   - Fast Ethernet Controller, utilizing BestComm DMA
   - AC97 controller, utilizing BestComm DMA
   - ATA controller (PIO-only, hardware DMA is too broken)
   - On-chip SRAM (needed for BestComm)
   - PSC UART (for console)
   - PCI along with bus mater DMA support

   All of this is based on previous work by Robert Swindells and would not
   be possible if it wasn't for his effort.
VersionDeltaFile
1.1+1,457-0sys/arch/powerpc/mpc5200/bestcomm_image.c
1.1+679-0sys/arch/powerpc/mpc5200/mpc5200_ac97.c
1.1+652-0sys/arch/powerpc/mpc5200/psc.c
1.1+645-0sys/arch/powerpc/mpc5200/fec.c
1.1+484-0sys/arch/powerpc/mpc5200/bestcomm.c
1.1+454-0sys/arch/powerpc/mpc5200/mpc5200_pci.c
+4,371-024 files not shown
+7,206-030 files

NetBSD/pkgsrc rj0FOL8x11/xephem Makefile

   x11/xephem: Store patch URL for ctype(3) fixes

   Pull request filed by martin@, to be applied to pkgsrc after update to
   4.3.0.
VersionDeltaFile
1.80+4-1x11/xephem/Makefile
+4-11 files

NetBSD/pkgsrc-wip 1854d13knot-resolver Makefile, knot-resolver/files kresd.sh

knot-resolver: working to be running on dedicated user
DeltaFile
+17-4knot-resolver/files/kresd.sh
+2-0knot-resolver/Makefile
+19-42 files

NetBSD/src 53Gj3BLsys/arch/mips/mips spl.S

   spaces to tabs
VersionDeltaFile
1.22+14-14sys/arch/mips/mips/spl.S
+14-141 files

NetBSD/src B5os6l5crypto/external/bsd/openssl/dist/crypto/asn1 tasn_dec.c, crypto/external/bsd/openssl/dist/crypto/bio bf_lbuf.c

   Pull up the following, requested by nia in ticket #2014:

        crypto/external/bsd/openssl/dist/apps/s_client.c
        crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c
        crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c
        crypto/external/bsd/openssl/dist/crypto/bio/bf_lbuf.c
        crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c
        crypto/external/bsd/openssl/dist/crypto/modes/ocb128.c
        crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_decr.c
        crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c
        crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_utl.c
        crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c
        crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_smime.c
        crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c

   Fix various OpenSSL CVEs by patch.

   Fixed issues are: CVE-2026-34180, CVE-2026-42766, CVE-2026-45447,
   CVE-2026-9076, CVE-2025-9230, CVE-2025-68160, CVE-2025-69418,

    [2 lines not shown]
VersionDeltaFile
1.1.1.5.2.2+26-6crypto/external/bsd/openssl/dist/crypto/bio/bf_lbuf.c
1.9.2.3+17-7crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c
1.11.2.2+14-4crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c
1.1.1.3.2.2+8-2crypto/external/bsd/openssl/dist/crypto/modes/ocb128.c
1.1.1.6.6.1+8-2crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c
1.1.1.5.6.2+5-4crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_smime.c
+78-256 files not shown
+99-3012 files

NetBSD/pkgsrc AELWEpwdoc CHANGES-2026

   doc: Updated math/R to 4.6.1
VersionDeltaFile
1.4032+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc J4mJUNJmath/R distinfo Makefile

   (math/R) Updated 4.6.0 to 4.6.1, build with clang (21.1.18) may be OK for now.

   Changes in R 4.6.1:

     New Features:

            * The LaTeX class 'jss' bundled in
              'share/texmf/tex/latex/jss.cls' has been updated to work
              with 'hyperref' version 7.01q (2026/04/24).

            * Plain-text (and legacy HTML) conversion for a simple Rd
              \eqn{} now handles \geq, \leq, \neq and \ne in addition to
              \ge and \le (PR#19070).

     Bug Fixes:

            * 'abbreviate(<non-ASCII>)' now works better, using
              'iswlower()' and '*upper()' to treat "wide" characters,
              thanks to Kevin's PR#19058.

    [45 lines not shown]
VersionDeltaFile
1.119+3-3math/R/distinfo
1.287+2-3math/R/Makefile
1.49+1-1math/R/PLIST
+6-73 files

NetBSD/src 85QP2pXtests/usr.sbin/inetd t_accept_max.sh

   Pull up following revision(s) (requested by riastradh in ticket #325):

        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.3
        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.4

   inetd(8): Fix sh(1) trap save/restore in accept-max test.

   Fixes mysterious
   Failed: 1
   failures like this one:
   https://releng.netbsd.org/b5reports/i386/2026/2026.06.22.22.27.17/test.html#usr.sbin_inetd_t_accept_max_max2_kv

   PR bin/59645: inetd `rate-limiting' algorithm is stupid


   tests/usr.sbin/inetd/t_accept_max: Handle SIGKRE.

   Fix some cleanup issues and simplify according to most of kre's
   suggestions.  Mostly this fixes the kill-background-jobs-on-trap

    [13 lines not shown]
VersionDeltaFile
1.2.2.3+25-36tests/usr.sbin/inetd/t_accept_max.sh
+25-361 files

NetBSD/src Iu9Nkxxlib/libc/time strptime.c

   Pull up following revision(s) (requested by wiz in ticket #318):

        lib/libc/time/strptime.c: revision 1.68

   Fix day of week calculcation in strptime().

   The bug was that the calculation used the raw year value without
   adding the 1900 offset.

   While here, switch to the current Wikipedia version of Gauss' algorithm,
   like FreeBSD did, and simplify a loop, like FreeBSD did.
VersionDeltaFile
1.67.4.1+9-11lib/libc/time/strptime.c
+9-111 files

NetBSD/src hsPkGb0sys/dev/acpi acpi.c

   Pull up following revision(s) (requested by tls in ticket #317):

        sys/dev/acpi/acpi.c: revision 1.305
        sys/dev/acpi/acpi.c: revision 1.306

   Hyper-V passes bootstrap entropy to guests via the ACPI OEM0 table.  Use it.

   We verify that the OEM0 table has the correct Microsoft IDs, skip the header,
   feed the remaining contents to the kernel entropy pool, and wipe them in-place
   to prevent later extraction via /dev/acpi (e.g. with acpidump).  This interface
   doesn't seem to be documented but we handle it the same way Microsoft's own
   Linux driver does.

   acpi(4): Leave Hyper-V rndsource attached.

   This way, it will be reported through rndctl(8) rather than only by
   grepping through dmesg, and rndctl(8) can control it, e.g. if it
   turns out something is wrong with that but not with RDSEED on the
   same virtual CPU, you can use `rndctl -Ed "Hyper-V OEM0"' to discount

    [9 lines not shown]
VersionDeltaFile
1.303.2.1+29-3sys/dev/acpi/acpi.c
+29-31 files

NetBSD/src kM4MXv6external/mpl/bind/dist/bin/tests/system/xfer/ans5 ans.py ans.py, external/mpl/bind/dist/doc/changelog changelog-9.20.23.rst changelog-9.20.23.rst

   Pull up the following, requested by christos in ticket #315:

        external/mpl/bind/dist/bin/tests/system/class/ns1/chaos.db.in up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/ns1/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/ns2/example.db.in up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/ns2/localhost.db.in up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/ns2/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/setup.sh up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/tests_class_chaos.py up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/tests_class_update.py up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/class/ns3/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns1/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns1/root.db up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns2/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns2/tld.db up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/tests_cap_glues.py up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns3/named.conf.j2 up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/cap_glues/ns3/root.hint up to 1.1.1.1
        external/mpl/bind/dist/bin/tests/system/catz/ns1/catalog-bad6.example.db up to 1.1.1.1

    [396 lines not shown]
VersionDeltaFile
1.23.2.2+385-270external/mpl/bind/dist/lib/dns/resolver.c
1.1.1.2.2.1+0-433external/mpl/bind/dist/bin/tests/system/xfer/ans5/ans.py
1.1.1.2.2.2+433-0external/mpl/bind/dist/bin/tests/system/xfer/ans5/ans.py
1.1.1.1.2.2+369-0external/mpl/bind/dist/doc/changelog/changelog-9.20.23.rst
1.1.1.1.2.1+0-369external/mpl/bind/dist/doc/changelog/changelog-9.20.23.rst
1.13.2.2+210-139external/mpl/bind/dist/lib/dns/dispatch.c
+1,397-1,211531 files not shown
+9,127-8,273537 files

NetBSD/src ASSbD0Osys/kern kern_exec.c

   Pull up following revision(s) (requested by christos in ticket #1274):

        sys/kern/kern_exec.c: revision 1.533

   Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the
   KASSERTS into errors instead. Reported by Andrew Griffiths.
VersionDeltaFile
1.518.4.3+23-14sys/kern/kern_exec.c
+23-141 files

NetBSD/src ZaaoacEsys/kern kern_exec.c

   Pull up following revision(s) (requested by christos in ticket #314):

        sys/kern/kern_exec.c: revision 1.533

   Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the
   KASSERTS into errors instead. Reported by Andrew Griffiths.
VersionDeltaFile
1.531.2.1+23-14sys/kern/kern_exec.c
+23-141 files

NetBSD/src TY7fhE7sys/nfs nfs_srvsocket.c nfs_serv.c

   Pull up following revision(s) (requested by christos in ticket #1273):

        sys/nfs/nfs_serv.c: revision 1.185
        sys/nfs/nfs_srvsocket.c: revision 1.7
        sys/nfs/nfs_syscalls.c: revision 1.165
        sys/nfs/nfs.h: revision 1.83

   Prevent a DoS attack by stuffing the server with too many fragments that
   can lead to resource exhaustion and memory corruption. Reported by Andrew Griffiths

   Validate the rpc readdir and readdirplus cnt, siz to prevent integer overflows
   that will corrupt memory. Reported by Andrew Griffiths

   Fix memory leak. ns_frag holds the unprocessed fragments that needs to be freed.
   Reported by Andrew Griffiths
VersionDeltaFile
1.4.94.2+23-3sys/nfs/nfs_srvsocket.c
1.183.4.2+11-5sys/nfs/nfs_serv.c
1.163.10.1+3-3sys/nfs/nfs_syscalls.c
1.80.4.1+3-1sys/nfs/nfs.h
+40-124 files

NetBSD/src kQRexAHsys/nfs nfs_srvsocket.c nfs_serv.c

   Pull up following revision(s) (requested by christos in ticket #313):

        sys/nfs/nfs_serv.c: revision 1.185
        sys/nfs/nfs_srvsocket.c: revision 1.7
        sys/nfs/nfs_syscalls.c: revision 1.165
        sys/nfs/nfs.h: revision 1.83

   Prevent a DoS attack by stuffing the server with too many fragments that
   can lead to resource exhaustion and memory corruption. Reported by Andrew Griffiths

   Validate the rpc readdir and readdirplus cnt, siz to prevent integer overflows
   that will corrupt memory. Reported by Andrew Griffiths

   Fix memory leak. ns_frag holds the unprocessed fragments that needs to be freed.
   Reported by Andrew Griffiths
VersionDeltaFile
1.6.2.1+23-3sys/nfs/nfs_srvsocket.c
1.184.8.1+11-5sys/nfs/nfs_serv.c
1.164.2.1+3-3sys/nfs/nfs_syscalls.c
1.81.2.1+3-1sys/nfs/nfs.h
+40-124 files