NetBSD/src CGu5Wdmsys/dev/pci if_ixl.c

   Remove pointless and confusing check against NULL.
VersionDeltaFile
1.105+4-6sys/dev/pci/if_ixl.c
+4-61 files

NetBSD/src qMPqc4Nsys/dev/pci if_ixl.c

   Be a little more conservative with DMA sync for the ATQ, though what was there already was probably OK.
VersionDeltaFile
1.104+6-4sys/dev/pci/if_ixl.c
+6-41 files

NetBSD/src o79490xexternal/mpl/bind/dist/lib/dns/rdata/in_1 wks_11.c

   bind - libdns - match format to arg (for clang)

   Since the format took the trouble to use %hu I assumed that
   an unsigned short was intended to be printed (sprintf) so converted
   the arg from unsigned to unsigned short, rather than just
   adopting clang's suggestion of changing the format to %u.

   This might fix the clang builds.
VersionDeltaFile
1.14+3-2external/mpl/bind/dist/lib/dns/rdata/in_1/wks_11.c
+3-21 files

NetBSD/src 7b0TO3etests/lib/libc/string t_memchr.c

   PR lib/60744 at least this test passes on i386
VersionDeltaFile
1.5+3-1tests/lib/libc/string/t_memchr.c
+3-11 files

NetBSD/src Sq0ogs9usr.sbin/cpuctl cpuctl.c

   cpuctl ucode -1 .. "-1" is not intended to be the ucode filename!
VersionDeltaFile
1.36+4-3usr.sbin/cpuctl/cpuctl.c
+4-31 files

NetBSD/src NHGnqGEsys/dev/pci if_ixl.c

   Get rid of the wait in ixl_get_link_status, get rid of IXL_LINK_FLAG_WAITDONE;
   fix another instance of the cv_timedwait() pattern noticed by riastradh@ in
   PR kern/60736 .  The only remaining change from revision 1.92 is the addition
   of sc_link_state_done_task which avoids a lock inversion.
VersionDeltaFile
1.103+14-29sys/dev/pci/if_ixl.c
+14-291 files

NetBSD/src Z28t21Tsys/dev/pci if_ixl.c

   Fix link state handling in ixl driver (PR 60736):

   1. The admin queue ("ATQ") polling could skip completions if there was
      more than one pending command.  Force ixl_atq_poll()  to go in order
      and simplify by looping around the post_locked and done_locked functions.
      This makes ixl_atq_poll_done() superfluous, so remove that.

   2. Add missing "goto out" in ixl_get_link_status() so we return EBUSY
      instead of falling through to cv_timedwait().  This is much
      less likely with fix 1 above but worth fixing anyway.

   3. Mostly undo 1.92 - don't block waiting on link in ixl_init(), instead,
      fire off a link status check and ignore the result.  Meanwhile, in
      ixl_init_locked(), enable the hardware link status interrupt.
      Addresses the source of the multiple pending completions that triggered
      problem 1 while still ensuring we get link status at initialization.
VersionDeltaFile
1.102+42-39sys/dev/pci/if_ixl.c
+42-391 files

NetBSD/src IxSLddtsys/opencrypto cryptodev_internal.h

   crypto(4): Crank down max number of ops to something reasonable.

   Largest driver I found, qat(4), has at most 16384 sessions, so 64k
   oughta be enough for anyone.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.6+2-2sys/opencrypto/cryptodev_internal.h
+2-21 files

NetBSD/src O9t6GUqsys/opencrypto cryptodev.c

   crypto(4): Fix sign error in CIOCNCRYPTM bounds check.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.138+3-3sys/opencrypto/cryptodev.c
+3-31 files

NetBSD/src i2p11bJsys/opencrypto cryptodev.c

   crypto(4): Clamp some more kmem_zalloc inputs.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.137+10-4sys/opencrypto/cryptodev.c
+10-41 files

NetBSD/src GpAktIVsys/opencrypto cryptodev.c

   crypto(4): Fix leak in error branch of CIOCNCRYPTM.

   PR kern/60281: crypto(4): bugs in reference counting and test
VersionDeltaFile
1.136+4-4sys/opencrypto/cryptodev.c
+4-41 files

NetBSD/src PDEhPILsys/net if.c

   ioctl(SIOCSIFGENERIC): Check for network interface setpriv.

   PR kern/60745: doifioctl: priv check for SIOCSIFGENERIC
VersionDeltaFile
1.539+3-2sys/net/if.c
+3-21 files

NetBSD/src Vp09bSjsys/net if_l2tp.c

   l2tp(4): Fix logic in cookie length checks.

   PR kern/60743: l2tp(4): missing and broken access/sanity checks
VersionDeltaFile
1.51+5-4sys/net/if_l2tp.c
+5-41 files

NetBSD/src D4VQEMysys/net if_l2tp.c

   l2tp(4): Add missing kauth checks for various configuration ioctls.

   PR kern/60743: l2tp(4): missing and broken access/sanity checks
VersionDeltaFile
1.50+22-2sys/net/if_l2tp.c
+22-21 files

NetBSD/src iWFJAHvsys/arch/i386/stand/efiboot version

   Fix syntax and add versions noted in PR 60045 by RVP.
VersionDeltaFile
1.7+5-3sys/arch/i386/stand/efiboot/version
+5-31 files

NetBSD/src pOdkgxXusr.sbin/npf/npfctl npfctl.8

   npfctl.8: minor tweaks

   Fix grammar. New sentence, new line. (Follow on for PR kern/60738.)
VersionDeltaFile
1.27+3-2usr.sbin/npf/npfctl/npfctl.8
+3-21 files

NetBSD/src KF7n01ftests/lib/libc/string Makefile t_memchr.c

   PR lib/60744 demonstrate memchr(3) is busticated with a test
VersionDeltaFile
1.4+18-1tests/lib/libc/string/t_memchr.c
1.16+2-1tests/lib/libc/string/Makefile
+20-22 files

NetBSD/src rWVckttusr.sbin/npf/npfctl npfctl.8

   PR kern/60738

   Man for npfctl stats reset
VersionDeltaFile
1.26+6-4usr.sbin/npf/npfctl/npfctl.8
+6-41 files

NetBSD/src DpRk8ofusr.sbin/npf/npfctl npfctl.c

   PR kern/60738

   update usage for `npfctl stats reset`
VersionDeltaFile
1.70+5-2usr.sbin/npf/npfctl/npfctl.c
+5-21 files

NetBSD/src myRowk2distrib/amd64/cdroms Makefile.cdrom

   Add bootxx_hd9660 as generic boot image in amd64 ISOs.

   This enables the .iso to boot from flash drive (in addition to optical
   drive) when the BIOS doesn't incorrectly insist on an active MBR partition.
VersionDeltaFile
1.34+2-2distrib/amd64/cdroms/Makefile.cdrom
+2-21 files

NetBSD/src YC4UmxKsys/arch/i386/stand/boot version, sys/arch/i386/stand/efiboot version efidisk.c

   Support for cd9660 filesystem on HDD-style media for x86 biosboot and efiboot.
VersionDeltaFile
1.63+19-4sys/arch/i386/stand/lib/biosdisk.c
1.13+2-2sys/arch/i386/stand/efiboot/efidisk.c
1.6+2-1sys/arch/i386/stand/efiboot/version
1.19+2-1sys/arch/i386/stand/boot/version
+25-84 files

NetBSD/src jgumsdwdistrib/sets/lists/base md.i386 md.amd64, sys/arch/i386/stand/bootxx Makefile

   Add bootxx_hd9660, a bootxx-framework-based loader for /boot in
   ISO 9660 file system on hard drive-style media.
VersionDeltaFile
1.1+6-0sys/arch/i386/stand/bootxx/bootxx_hd9660/Makefile
1.15+2-2sys/arch/i386/stand/bootxx/Makefile
1.164+2-1distrib/sets/lists/base/md.i386
1.305+2-1distrib/sets/lists/base/md.amd64
+12-44 files

NetBSD/src KMGdU2ddoc CHANGES-10.3

   Ticket #1342
VersionDeltaFile
1.1.2.2+6-1doc/CHANGES-10.3
+6-11 files

NetBSD/src J3EY67Msys/external/bsd/drm2/dist/drm/i915/display intel_dp.c

   Pull up following revision(s) (requested by hgutch in ticket #1342):

        sys/external/bsd/drm2/dist/drm/i915/display/intel_dp.c: revision 1.8

   i915: Make this build with -O0.

   Based on a patch from Georg K�hberger.
   PR bin/59989: Compiler abort when using -O0 optimization on building
VersionDeltaFile
1.7.4.1+3-3sys/external/bsd/drm2/dist/drm/i915/display/intel_dp.c
+3-31 files

NetBSD/src wfNjTDidoc CHANGES-11.1

   Tickets #465 - #473
VersionDeltaFile
1.1.2.13+76-1doc/CHANGES-11.1
+76-11 files

NetBSD/src XhERGSOsys/external/bsd/drm2/dist/drm/i915/display intel_dp.c

   Pull up following revision(s) (requested by hgutch in ticket #473):

        sys/external/bsd/drm2/dist/drm/i915/display/intel_dp.c: revision 1.8

   i915: Make this build with -O0.

   Based on a patch from Georg K�hberger.
   PR bin/59989: Compiler abort when using -O0 optimization on building
VersionDeltaFile
1.7.12.1+3-3sys/external/bsd/drm2/dist/drm/i915/display/intel_dp.c
+3-31 files

NetBSD/src wRll8AXsys/uvm/pmap pmap.c

   Pull up following revision(s) (requested by skrll in ticket #472):

        sys/uvm/pmap/pmap.c: revision 1.100
        sys/uvm/pmap/pmap.c: revision 1.101
        sys/uvm/pmap/pmap.c: revision 1.98
        sys/uvm/pmap/pmap.c: revision 1.99
        sys/uvm/pmap/pmap.c: revision 1.108
        sys/uvm/pmap/pmap.c: revision 1.87

   Fix two EXECness issues
   - when creating a WX mapping via pmap_enter mark the page as EXEC
   - when pmap_protect adds X then ensure that pmap_page_syncicache is called
     for the page.

   Whitespace

   Code re-org. Add a comment.
   NFCI.


    [26 lines not shown]
VersionDeltaFile
1.80.4.3+50-27sys/uvm/pmap/pmap.c
+50-271 files

NetBSD/src 0WY5s8Asys/net/npf npf.h npf_os.c, usr.sbin/npf/npfctl npfctl.c

   PR kern/60738

   Add new reset argment to npfctl stats.

   This allow users to zero out statistics per CPU.
VersionDeltaFile
1.69+20-1usr.sbin/npf/npfctl/npfctl.c
1.26+4-1sys/net/npf/npf_os.c
1.70+1-0sys/net/npf/npf.h
+25-23 files

NetBSD/src d8A88CTdoc CHANGES-10.3 CHANGES-10.3

   Tickets #1340 and #1341
VersionDeltaFile
1.1.2.1+982-0doc/CHANGES-10.3
1.1+0-0doc/CHANGES-10.3
+982-02 files

NetBSD/src MYw785Fcrypto/external/bsd/openssl/dist/crypto/aes/asm aes-x86_64.pl bsaes-x86_64.pl, crypto/external/bsd/openssl/dist/include/openssl bio.h.in

   Apply patch, requested by manu in ticket #1341:

   crypto/external/bsd/openssl/dist/CHANGES.md                  (apply patch)
   crypto/external/bsd/openssl/dist/CONTRIBUTING.md             (apply patch)
   crypto/external/bsd/openssl/dist/NEWS.md                     (apply patch)
   crypto/external/bsd/openssl/dist/README-FIPS.md              (apply patch)
   crypto/external/bsd/openssl/dist/VERSION.dat                 (apply patch)
   crypto/external/bsd/openssl/dist/apps/include/apps.h         (apply patch)
   crypto/external/bsd/openssl/dist/apps/lib/apps.c             (apply patch)
   crypto/external/bsd/openssl/dist/apps/lib/opt.c              (apply patch)
   crypto/external/bsd/openssl/dist/apps/lib/vms_term_sock.c    (apply patch)
   crypto/external/bsd/openssl/dist/apps/s_client.c             (apply patch)
   crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl        (apply patch)
   crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-mb-x86_64.pl   (apply patch)
   crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha1-x86_64.pl (apply patch)
   crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha256-x86_64.pl       (apply patch)
   crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-x86_64.pl (apply patch)
   crypto/external/bsd/openssl/dist/crypto/arm_arch.h           (apply patch)
   crypto/external/bsd/openssl/dist/crypto/asn1/a_d2i_fp.c      (apply patch)

    [945 lines not shown]
VersionDeltaFile
1.2.8.3+0-3,243crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-x86_64.pl
1.7.8.3+0-2,927crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl
1.11.2.4+622-3crypto/external/bsd/openssl/dist/test/evp_extra_test.c
1.1.1.1.2.5+396-1crypto/external/bsd/openssl/dist/test/endecode_test.c
1.2.2.5+165-162crypto/external/bsd/openssl/lib/libcrypto/man/migration_guide.7
1.2.2.4+117-117crypto/external/bsd/openssl/dist/include/openssl/bio.h.in
+1,300-6,453954 files not shown
+9,829-11,103960 files