NetBSD/pkgsrc jkESuzktextproc/libfyaml Makefile

   libfyaml: needs m4
VersionDeltaFile
1.4+2-2textproc/libfyaml/Makefile
+2-21 files

NetBSD/src 3Hh8WhFexternal/bsd/elftoolchain/dist/common/sys elfdefinitions.m4 elfconstants.m4

   Update to Elftoolchain [r4275].

   This includes the equivalent of the local changes that were
   introduced in r1.14 of elfdefinitions.m4.
VersionDeltaFile
1.15+34-11external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
1.12+9-5external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
+43-162 files

NetBSD/pkgsrc DEVHrjJdoc TODO CHANGES-2025

   doc: Updated shells/fish4 to 4.2.1
VersionDeltaFile
1.26482+1-2doc/TODO
1.6888+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc OcXOetzshells/fish4 PLIST distinfo, shells/fish4/patches patch-src_builtins_ulimit.rs patch-src_path.rs

   shells/fish4: update to fish 4.2.1

   # pkgsrc changes

   Documentation is now included in the source tarball, hence we don't need
   sphynx any more.

   # upstream changes

   fish 4.2.1 (released November 13, 2025)
   =======================================

   This release fixes the following problems identified in 4.2.0:

   - When building from a tarball without Sphinx (that is, with
     ``-DBUILD_DOCS=OFF`` or when ``sphinx-build`` is not found), builtin
     man pages and help files were missing, which has been fixed
     (:issue:`12052`).
   - ``fish_config``'s theme selector (the "colors" tab) was broken, which

    [50 lines not shown]
VersionDeltaFile
1.2+313-305shells/fish4/PLIST
1.3+201-148shells/fish4/distinfo
1.2+64-46shells/fish4/cargo-depends.mk
1.2+20-42shells/fish4/patches/patch-src_builtins_ulimit.rs
1.2+19-18shells/fish4/patches/patch-src_path.rs
1.2+17-18shells/fish4/patches/vendor/patch-libc.rs
+634-5776 files not shown
+649-60312 files

NetBSD/src FhbKB2fdoc CHANGES-11.0

   Tickets #100 - #106
VersionDeltaFile
1.1.2.44+48-1doc/CHANGES-11.0
+48-11 files

NetBSD/src 3j46VGKshare/man/man4 rge.4, sys/dev/pci if_rgereg.h if_rge.c

   Pull up following revision(s) (requested by pgoyette in ticket #106):

        sys/arch/amd64/conf/XEN3_DOM0: revision 1.206
        sys/arch/amd64/conf/XEN3_DOM0: revision 1.207
        sys/dev/pci/if_rge.c: revision 1.35
        sys/dev/pci/if_rge.c: revision 1.36
        share/man/man4/rge.4: revision 1.10
        sys/dev/pci/if_rge.c: revision 1.37
        sys/dev/pci/if_rge.c: revision 1.38
        sys/dev/pci/if_rge.c: revision 1.39
        share/man/man4/sem.4: revision 1.7
        share/man/man4/sem.4: revision 1.8
        sys/arch/amd64/conf/GENERIC: revision 1.620
        sys/dev/pci/pcidevs.h: revision 1.1511
        sys/arch/amd64/conf/ALL: revision 1.195
        sys/arch/amd64/conf/ALL: revision 1.196
        sys/dev/pci/pcidevs: revision 1.1532
        sys/dev/pci/if_rge.c: revision 1.40
        sys/dev/pci/if_rge.c: revision 1.41

    [82 lines not shown]
VersionDeltaFile
1.9.2.1+9,280-11,434sys/dev/pci/if_rgereg.h
1.34.2.1+1,751-835sys/dev/pci/if_rge.c
1.5.2.1+25-8share/man/man4/rge.4
+11,056-12,2773 files

NetBSD/src ljScTo1sys/dev/pci pcidevs_data.h pcidevs.h

   regen (Add Realtek 8127) for ticket #106
VersionDeltaFile
1.1505.2.3+1,654-1,651sys/dev/pci/pcidevs_data.h
1.1506.2.3+2-1sys/dev/pci/pcidevs.h
+1,656-1,6522 files

NetBSD/src qPQ6aJasys/dev/pci pcidevs

   Pull up the following, requested by pgoyette in ticket #106:

        sys/dev/pci/pcidevs             1.1532

   Add Realtek 8127
VersionDeltaFile
1.1527.2.3+2-1sys/dev/pci/pcidevs
+2-11 files

NetBSD/src SKI4vHtsys/external/bsd/drm2/dist/drm/nouveau nouveau_fence.c

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

        sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fence.c: revision 1.18

   nouveau(4): Fix return value of fence wait.

   kpause(9) returns EAGAIN/EWOULDBLOCK when it times out, which is
   perfectly normal and expected here with an internal one-tick timeout
   which should just go through another loop iteration.  This function
   is expected to return the number of ticks left to wait when done, so
   it reports timeout by returning zero, and is forbidden to fail with
   EAGAIN/EWOULDBLOCK.

   This is also forbidden to fail with EINTR -- on interruption it must
   fail with the Linux ERESTARTSYS instead.  So map EINTR to that too
   while here.

   PR kern/59773: i386 11.0_BETA system crash (Xorg nouveau ?)
VersionDeltaFile
1.17.12.1+4-4sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fence.c
+4-41 files

NetBSD/src AGpAraqdoc CHANGES-10.2

   Tickets #1196 - #1199
VersionDeltaFile
1.1.2.73+25-1doc/CHANGES-10.2
+25-11 files

NetBSD/src iqOF5izsys/dev/tc sfb.c

   Pull up following revision(s) (requested by macallan in ticket #1199):

        sys/dev/tc/sfb.c: revision 1.90

   mmap the actual framebuffer at offset 0, not the raw slot space

   now X works again

   tested by Dave McGuire
VersionDeltaFile
1.89.4.1+4-4sys/dev/tc/sfb.c
+4-41 files

NetBSD/src PJu7tO1sys/dev/tc sfb.c

   Pull up following revision(s) (requested by macallan in ticket #104):

        sys/dev/tc/sfb.c: revision 1.90

   mmap the actual framebuffer at offset 0, not the raw slot space

   now X works again

   tested by Dave McGuire
VersionDeltaFile
1.89.12.1+4-4sys/dev/tc/sfb.c
+4-41 files

NetBSD/src fxmDUHTsys/arch/m68k/m68k vectors.c

   Pull up following revision(s) (requested by thorpej in ticket #103):

        sys/arch/m68k/m68k/vectors.c: revision 1.5

   Fix a typo (affecting 68060-only configs) and a 1-line omission (affecting
   GENERIC configs) that resulted in the F-Line Emulator trap not being routed
   to the 060SP for handling.

   Fix confirmed by Denis Ahrens on an MVME177.

   PR port-m68k/59786
VersionDeltaFile
1.3.4.2+5-4sys/arch/m68k/m68k/vectors.c
+5-41 files

NetBSD/src KSKGy9xdoc CHANGES-9.5

   Tickets #1981 and #1982
VersionDeltaFile
1.1.2.81+11-1doc/CHANGES-9.5
+11-11 files

NetBSD/src mdFfiHilib/libutil getfstypename.3

   Pull up following revision(s) (requested by andvar in ticket #1982):

        lib/libutil/getfstypename.3: revision 1.4

   s/partitition/partition/.
VersionDeltaFile
1.3.44.1+2-2lib/libutil/getfstypename.3
+2-21 files

NetBSD/src YXJspCVlib/libutil getfstypename.3

   Pull up following revision(s) (requested by andvar in ticket #1198):

        lib/libutil/getfstypename.3: revision 1.4

   s/partitition/partition/.
VersionDeltaFile
1.3.52.1+2-2lib/libutil/getfstypename.3
+2-21 files

NetBSD/src lRIBLDtsys/arch/hp300/include pmap.h, sys/arch/luna68k/include pmap.h

   Since we're batting 1.000 on "platforms that adopt new-pmap_68k that also
   use machine_bootmap[]", just remove the option (it looks like it would
   be opted into on every platform).
VersionDeltaFile
1.28+2-6sys/arch/m68k/m68k/pmap_68k.c
1.18+2-2sys/arch/next68k/include/pmap.h
1.41+1-3sys/arch/hp300/include/pmap.h
1.14+1-3sys/arch/luna68k/include/pmap.h
1.29+1-3sys/arch/mvme68k/include/pmap.h
1.18+1-3sys/arch/news68k/include/pmap.h
+8-202 files not shown
+10-268 files

NetBSD/src nsmB1Ihshare/man/man8 compat_30.8

   Pull up following revision(s) (requested by andvar in ticket #1981):

        share/man/man8/compat_30.8: revision 1.10

   s/compatiblility/compatibility/.
VersionDeltaFile
1.9.44.1+2-2share/man/man8/compat_30.8
+2-21 files

NetBSD/src vbfceReshare/man/man8 compat_30.8

   Pull up following revision(s) (requested by andvar in ticket #1197):

        share/man/man8/compat_30.8: revision 1.10

   s/compatiblility/compatibility/.
VersionDeltaFile
1.9.52.1+2-2share/man/man8/compat_30.8
+2-21 files

NetBSD/src vZhEq8osys/arch/x68k/include pmap.h

   No need to explicitly include mmu_{30,40}.h here; x68k does not use the
   TT register for anything.
VersionDeltaFile
1.29+1-4sys/arch/x68k/include/pmap.h
+1-41 files

NetBSD/src pqFEGQvshare/man/man8 compat_30.8

   Pull up following revision(s) (requested by andvar in ticket #102):

        share/man/man8/compat_30.8: revision 1.10

   s/compatiblility/compatibility/.
VersionDeltaFile
1.9.56.1+2-2share/man/man8/compat_30.8
+2-21 files

NetBSD/src SZo2Xursys/dev/wscons wsmux.c

   Pull up following revision(s) (requested by nia in ticket #101):

        sys/dev/wscons/wsmux.c: revision 1.69

   wsmux(4): Fix sense of assertion in kqfilter.

   This was recently changed in rev. 1.68 to tighten bogus run-time
   conditionals into assertions -- with a small snag in this particular
   hunk:
   @@ -613,12 +589,7 @@ wsmuxkqfilter(dev_t dev, struct knote *kn)
                   return (1);
           }
   -       if (sc->sc_base.me_evp == NULL) {
   -#ifdef DIAGNOSTIC
   -               printf("wsmuxkqfilter: not open\n");
   -#endif
   -               return (1);
   -       }
   +       KASSERTMSG(sc->sc_base.me_evp == NULL, "wsmuxkqfilter: not open\n");

    [12 lines not shown]
VersionDeltaFile
1.68.2.1+3-3sys/dev/wscons/wsmux.c
+3-31 files

NetBSD/src sFd38L4sys/arch/hp300/include pmap.h

   No need to explicitly include mmu_{30,40}.h here; hp300 does not use the
   TT register for anything.
VersionDeltaFile
1.40+1-3sys/arch/hp300/include/pmap.h
+1-31 files

NetBSD/src BdcMFWXdistrib/sets/lists/xbase mi, external/mit/xorg/share Makefile

   Pull up following revision(s) (requested by nia in ticket #1196):

        external/mit/xorg/share/examples/xorg.conf: revision 1.1
        external/mit/xorg/share/examples/xorg.conf: revision 1.2
        distrib/sets/lists/xbase/mi: revision 1.178
        etc/mtree/NetBSD.dist.Xorg: revision 1.32
        external/mit/xorg/share/Makefile: revision 1.3
        external/mit/xorg/share/examples/Makefile: revision 1.1

   Add a sample xorg.conf that shows how to set the video driver.

   This is mainly so that I don't have to look up how to configure
   xorg to use wsfb every time I try out a new machine.


   small corrections
VersionDeltaFile
1.2.4.1+0-41external/mit/xorg/share/examples/xorg.conf
1.2.4.2+41-0external/mit/xorg/share/examples/xorg.conf
1.1.4.2+12-0external/mit/xorg/share/examples/Makefile
1.1.4.1+0-12external/mit/xorg/share/examples/Makefile
1.2.56.1+2-2external/mit/xorg/share/Makefile
1.172.2.2+3-1distrib/sets/lists/xbase/mi
+58-561 files not shown
+60-577 files

NetBSD/src KvxkHHHdistrib/sets/lists/xbase mi, external/mit/xorg/share Makefile

   Pull up following revision(s) (requested by nia in ticket #100):

        external/mit/xorg/share/examples/xorg.conf: revision 1.1
        external/mit/xorg/share/examples/xorg.conf: revision 1.2
        distrib/sets/lists/xbase/mi: revision 1.178
        etc/mtree/NetBSD.dist.Xorg: revision 1.32
        external/mit/xorg/share/Makefile: revision 1.3
        external/mit/xorg/share/examples/Makefile: revision 1.1

   Add a sample xorg.conf that shows how to set the video driver.

   This is mainly so that I don't have to look up how to configure
   xorg to use wsfb every time I try out a new machine.


   small corrections
VersionDeltaFile
1.2.2.2+41-0external/mit/xorg/share/examples/xorg.conf
1.2.2.1+0-41external/mit/xorg/share/examples/xorg.conf
1.1.2.1+0-12external/mit/xorg/share/examples/Makefile
1.1.2.2+12-0external/mit/xorg/share/examples/Makefile
1.177.2.1+3-1distrib/sets/lists/xbase/mi
1.2.60.1+2-2external/mit/xorg/share/Makefile
+58-561 files not shown
+60-577 files

NetBSD/src hvkiEJisys/arch/hp300/include pmap.h

   Enable pmap_prefer() on hp300 systems to handle the 320/350 VAC.
VersionDeltaFile
1.39+7-1sys/arch/hp300/include/pmap.h
+7-11 files

NetBSD/src t0FWZP6sys/arch/m68k/m68k pmap_68k.c

   Simplify dealing with 1 vs 2 VA ranges (non-SYSMAP_VA vs SYSMAP_VA cases),
   and start laying the groundwork for supporting platforms that do not have
   a VM_MIN_KERNEL_ADDRESS of 0 (potentially more work to be done here).
VersionDeltaFile
1.27+35-38sys/arch/m68k/m68k/pmap_68k.c
+35-381 files

NetBSD/src WOieiTJtests/sys/crypto/aes Makefile

   Needs the same compiler bug workaround as the kernel.
VersionDeltaFile
1.11+3-2tests/sys/crypto/aes/Makefile
+3-21 files

NetBSD/src AWkr216sys/conf copts.mk

   Fix kernel builds.
VersionDeltaFile
1.15+2-2sys/conf/copts.mk
+2-21 files

NetBSD/src EYcpgSIdistrib/notes/common legal.common

   Marcus' name can be removed from the list now.

   thanks thorpej!
VersionDeltaFile
1.131+1-3distrib/notes/common/legal.common
+1-31 files