NetBSD/src MfYImaQsys/dev/ic bwi.c

   Pull up following revision(s) (requested by jmcneill in ticket #1062):

        sys/dev/ic/bwi.c: revision 1.43

   bwi: Remove a delay() loop in the PIO RX path.
VersionDeltaFile
1.38.10.3+12-10sys/dev/ic/bwi.c
+12-101 files

NetBSD/src RTFio93lib/libm Makefile

   Pull up following revision(s) (requested by tsutsui in ticket #1061):

        lib/libm/Makefile: revision 1.241

   libm: Add missing fma(3) and variants for hppa.

   Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@.
VersionDeltaFile
1.218.2.5+4-2lib/libm/Makefile
+4-21 files

NetBSD/src wilVzyRdistrib/sun2/liveimage/emuimage Makefile

   Pull up following revision(s) (requested by tsutsui in ticket #1060):

        distrib/sun2/liveimage/emuimage/Makefile: revision 1.5

   sun2 doesn't have shared libraries so omit comp etc. to reduce image size.
VersionDeltaFile
1.4.10.1+4-1distrib/sun2/liveimage/emuimage/Makefile
+4-11 files

NetBSD/src njGH6Rjsys/arch/evbppc/wii/dev sdhc_hollywood.c

   Pull up following revision(s) (requested by jmcneill in ticket #1059):

        sys/arch/evbppc/wii/dev/sdhc_hollywood.c: revision 1.4

   wii: Remove SDHC write delay.

   Does not seem to be required, and hurts performance.
VersionDeltaFile
1.2.2.4+2-4sys/arch/evbppc/wii/dev/sdhc_hollywood.c
+2-41 files

NetBSD/src qGolaIisys/dev/ic bwi.c

   Pull up following revision(s) (requested by jmcneill in ticket #1058):

        sys/dev/ic/bwi.c: revision 1.42

   bwi: Update rate control statistics on txeof to enable AMRR.
VersionDeltaFile
1.38.10.2+16-10sys/dev/ic/bwi.c
+16-101 files

NetBSD/src vYt7c0tdistrib/utils/embedded/conf evbppc.conf, sys/arch/evbppc/conf WII

   Pull up following revision(s) (requested by jmcneill in ticket #1057):

        distrib/utils/embedded/conf/evbppc.conf: revision 1.4
        sys/arch/powerpc/oea/cpu_subr.c: revision 1.111
        sys/arch/evbppc/wii/pic_pi.c: revision 1.2
        sys/arch/evbppc/conf/WII: revision 1.9
        sys/arch/evbppc/wii/dev/bwai.c: revision 1.4

   wii: Simplify Processor Interface pic code.

   wii: Audio playback improvements.
   Instead of resetting the byte counter for every block (which is racy),
   increment the interrupt timing register by the exact byte count for
   each block. Should do better at keeping things in sync.

   powerpc: Identify Broadway CPU.
   Use hex to report Broadway revision and ignore TAU as it does not exist
   on this processor.


    [4 lines not shown]
VersionDeltaFile
1.4.2.7+13-15sys/arch/evbppc/conf/WII
1.1.2.3+7-20sys/arch/evbppc/wii/pic_pi.c
1.108.16.2+17-2sys/arch/powerpc/oea/cpu_subr.c
1.3.2.3+10-4sys/arch/evbppc/wii/dev/bwai.c
1.1.2.3+3-3distrib/utils/embedded/conf/evbppc.conf
+50-445 files

NetBSD/src NU4EX79sys/arch/powerpc/pic intr.c picvar.h

   Pull up following revision(s) (requested by jmcneill in ticket #1056):

        sys/arch/powerpc/pic/intr.c: revision 1.35
        sys/arch/powerpc/pic/intr.c: revision 1.36
        sys/arch/powerpc/pic/intr.c: revision 1.37
        sys/arch/powerpc/pic/picvar.h: revision 1.14

   powerpc: Fix ci_ipending corruption with cascaded pics
   A cascaded pic will register pic_handle_intr as its interrupt handler,
   but interrupt handlers are called with MSR[EE] = 1. This breaks
   assumptions in pic callbacks and can result in eg. corrupt ci_ipending
   due to a read/modify/write of the field with nested interrupts.

   Fix this by always clearing MSR[EE] at the top of pic_handle_intr.

   powerpc: Mask interrupts after returning from handler.
   Now that we are explicitly masking interrupts on entry of pic_handle_intr,
   we need to disable (instead of store) interrupts after calling
   intr_deliver.

    [7 lines not shown]
VersionDeltaFile
1.34.4.1+34-15sys/arch/powerpc/pic/intr.c
1.13.16.1+3-2sys/arch/powerpc/pic/picvar.h
+37-172 files

NetBSD/src HeFTn06sys/dev/pci if_vioif.c

   Pull up following revision(s) (requested by joe in ticket #1055):

        sys/dev/pci/if_vioif.c: revision 1.114

   PR kern/59086:
   use right byte size of data resource to be freed instead of sizeof pointer
   use of sizeof pointer frees only 8 bytes of the large vioif_tx_context struct
   which leaks the rest of the memory
VersionDeltaFile
1.82.4.6+4-4sys/dev/pci/if_vioif.c
+4-41 files

NetBSD/src DYtxkkcsys/dev/pci if_gem_pci.c

   Pull up following revision(s) (requested by joe in ticket #1054):

        sys/dev/pci/if_gem_pci.c: revision 1.54
        sys/dev/pci/if_gem_pci.c: revision 1.55

   use the right buffer size for shared pin check and debug
   avoid the use of sizeof(pointer) and use the Temp BUF limit.

   Use "int" format for constant "GEM_TMP_BUFSIZE - 1".
   Kernel ALL/amd64 builds again.
VersionDeltaFile
1.52.20.2+6-6sys/dev/pci/if_gem_pci.c
+6-61 files

NetBSD/src He7oZBXsys/dev/pci if_gem_pci.c

   Pull up following revision(s) (requested by joe in ticket #1053):

        sys/dev/pci/if_gem_pci.c: revision 1.53

   fix: wrong size of buffer limit used when reading through the pci bus
   use the GEM_TMP_BUFSIZE rather than the sizeof pointer
VersionDeltaFile
1.52.20.1+3-3sys/dev/pci/if_gem_pci.c
+3-31 files

NetBSD/src Tjh411Msys/arch/evbppc/conf files.wii, sys/arch/evbppc/include wii.h

   Pull up following revision(s) (requested by jmcneill in ticket #1052):

        sys/kern/subr_disk_mbr.c: revision 1.59
        sys/arch/evbppc/include/wii.h: revision 1.10
        sys/arch/evbppc/wii/machdep.c: revision 1.9
        sys/arch/evbppc/conf/files.wii: revision 1.5
        sys/arch/evbppc/wii/dev/di.c: revision 1.1
        sys/arch/evbppc/conf/WII: revision 1.8

   Handle reading larger sectors (including 2k CD-ROM blocks).

   Fall back to scan for ISO9660 sessions when MMC code fails.
   disklabel now reports ISO/UDF partitions again for cd(4).

   wii: Add more register definitions.

   wii: Add support for Wii DVD drive.
   This adds a virtual SCSI HBA driver that is able to read DVD video discs
   inserted in the Wii.

    [2 lines not shown]
VersionDeltaFile
1.1.2.2+700-0sys/arch/evbppc/wii/dev/di.c
1.1.2.1+0-700sys/arch/evbppc/wii/dev/di.c
1.7.2.5+21-1sys/arch/evbppc/include/wii.h
1.57.12.1+9-9sys/kern/subr_disk_mbr.c
1.4.2.5+8-2sys/arch/evbppc/wii/machdep.c
1.4.2.3+5-1sys/arch/evbppc/conf/files.wii
+743-7131 files not shown
+746-7157 files

NetBSD/src 1E6x9WYsys/dev/hdaudio hdaudiodevs_data.h hdaudiodevs.h

   Regen
VersionDeltaFile
1.11+380-374sys/dev/hdaudio/hdaudiodevs_data.h
1.11+5-1sys/dev/hdaudio/hdaudiodevs.h
+385-3752 files

NetBSD/src 5fW2APFsys/dev/hdaudio hdaudiodevs

   Add Cirrus Logic CS4206
VersionDeltaFile
1.10+5-1sys/dev/hdaudio/hdaudiodevs
+5-11 files

NetBSD/src JubnU1Asys/dev/pci ld_virtio.c

   Query device for id string.
VersionDeltaFile
1.39+102-0sys/dev/pci/ld_virtio.c
+102-01 files

NetBSD/src QQgT0fisys/dev/pci ld_virtio.c

   Remove module attachment hack, use more of standard boilerplate for
   modules.
VersionDeltaFile
1.38+8-23sys/dev/pci/ld_virtio.c
+8-231 files

NetBSD/src MWs9mlMsys/uvm uvm_swap.c

   Keep b_resid consistent on I/O errors.
VersionDeltaFile
1.209+7-3sys/uvm/uvm_swap.c
+7-31 files

NetBSD/src AmmDO6Esys/nfs nfs_socket.c

   Poll for interrupted NFS operations if the waiting process hasn't
   issued the operation and then won't get the interrupt signal itself.
VersionDeltaFile
1.203+12-2sys/nfs/nfs_socket.c
+12-21 files

NetBSD/src 90nTO7jsys/netinet ip_icmp.c

   Use canonical M_GETHDR macro. NFCI.
VersionDeltaFile
1.179+4-4sys/netinet/ip_icmp.c
+4-41 files

NetBSD/src eQoVlWssys/arch/hppa/dev summitfb.c

   s/zeeo/zero/ in comment.
VersionDeltaFile
1.32+3-3sys/arch/hppa/dev/summitfb.c
+3-31 files

NetBSD/src MZWUTOHsys/arch/arm/s3c2xx0 s3c2410_spi.c s3c2440_spi.c

   s/dirver/driver/ in comments.
VersionDeltaFile
1.10+3-3sys/arch/arm/s3c2xx0/s3c2410_spi.c
1.5+2-2sys/arch/arm/s3c2xx0/s3c2440_spi.c
+5-52 files

NetBSD/src qJmbSfJlib/librt pset.3

   Add LIBRARY section and explicitly mention that these interfaces
   require super-user privileges.
VersionDeltaFile
1.15+8-2lib/librt/pset.3
+8-21 files

NetBSD/src 6RycZDDlib/libpthread affinity.3

   slightly expand example
VersionDeltaFile
1.9+4-3lib/libpthread/affinity.3
+4-31 files

NetBSD/src 5FFqHhKsys/arch/alpha/jensenio jensenio.c

   Fix a paste-o introduced in rev 1.22 that prevented ISA bus instances from
   attaching.
VersionDeltaFile
1.24+3-3sys/arch/alpha/jensenio/jensenio.c
+3-31 files

NetBSD/src x0AVwiXshare/misc acronyms.comp

   +MZM    Majorana zero mode
   +QPU    quantum processing unit
VersionDeltaFile
1.400+3-1share/misc/acronyms.comp
+3-11 files

NetBSD/src adX6MKitests/usr.bin/xlint/lint1 msg_306.c, usr.bin/xlint/lint1 tree.c err.c

   lint: add detail to message about truncated constant
VersionDeltaFile
1.6+29-21tests/usr.bin/xlint/lint1/msg_306.c
1.672+19-10usr.bin/xlint/lint1/tree.c
1.264+3-3usr.bin/xlint/lint1/err.c
+51-343 files

NetBSD/src 1KxG1vcexternal/mit/xorg/bin/xedit/lisp Makefile

   xedit: suppress a few lint warnings
VersionDeltaFile
1.8+12-1external/mit/xorg/bin/xedit/lisp/Makefile
+12-11 files

NetBSD/src gxgQv7Ltests/usr.bin/xlint/lint1 msg_183.c init_braces.c, usr.bin/xlint/lint1 tree.c err.c

   lint: mention the assignment operator in 'illegal combination'

   In source lines that contain both a 'return' statement as well as a
   function-like macro, such as the C11 atomics, seeing the word 'init' in
   the diagnostic helps to see that the type conflict is not in the
   'return' statement but instead in some initializer.

   Seen in userspace-rcu/wfcqueue.h:147.
VersionDeltaFile
1.671+5-4usr.bin/xlint/lint1/tree.c
1.7+6-3tests/usr.bin/xlint/lint1/msg_183.c
1.10+4-4tests/usr.bin/xlint/lint1/init_braces.c
1.263+3-3usr.bin/xlint/lint1/err.c
1.34+3-3tests/usr.bin/xlint/lint1/queries.c
1.17+3-3tests/usr.bin/xlint/lint1/init.c
+24-205 files not shown
+34-3011 files

NetBSD/src zMjT4TJtests/usr.bin/xlint/lint1 msg_267.c, usr.bin/xlint/lint1 cgram.y debug.c

   lint: support __attribute__((__mode__(TI)))

   This fixes the wrong lint warnings about the shift amount being greater
   than the type size in compiler_rt/popcountti2.c.
VersionDeltaFile
1.518+23-2usr.bin/xlint/lint1/cgram.y
1.83+6-4usr.bin/xlint/lint1/debug.c
1.9+1-5tests/usr.bin/xlint/lint1/msg_267.c
1.233+2-1usr.bin/xlint/lint1/lint1.h
+32-124 files

NetBSD/src Mg7T47cdoc CHANGES-9.5

   Ticket #1936
VersionDeltaFile
1.1.2.49+6-1doc/CHANGES-9.5
+6-11 files

NetBSD/src FIT8GR0sys/dev dksubr.c

   Pull up following revision(s) (requested by jakllsch in ticket #1936):

        sys/dev/dksubr.c: revision 1.115

   Prevent leakage of 4 bytes of stack data via return of uninitialized b_error.
VersionDeltaFile
1.109.2.3+3-2sys/dev/dksubr.c
+3-21 files