NetBSD/src f8875dSsys/arch/m68k/include vmparam.h

   Fix snafu with 68010 page size.
VersionDeltaFile
1.10+9-8sys/arch/m68k/include/vmparam.h
+9-81 files

NetBSD/src 38AsrADsys/arch/riscv/include proc.h

   Two issues:
   - Always include vmparams.h via <machine/vmparams.h>, because redirection
     logic elsewhere relies on this.
   - But akshually, isn't not even needed here because the code that would
     use it is #if 0'd out anyway.

   So, collect the garbage and ramble on.
VersionDeltaFile
1.7+1-9sys/arch/riscv/include/proc.h
+1-91 files

NetBSD/src mAceggvsys/rump/include/machine vmparam.h

   Fix MIN_PAGE_SHIFT for LP64 platforms that happen to use tiny mbufs.
VersionDeltaFile
1.6+16-2sys/rump/include/machine/vmparam.h
+16-21 files

NetBSD/src 6ISuTT6sys/arch/aarch64/include param.h

   Comment fixes
VersionDeltaFile
1.17+3-6sys/arch/aarch64/include/param.h
+3-61 files

NetBSD/src j2hLjK4sys/arch/riscv/include param.h

   Fix comments
VersionDeltaFile
1.10+3-3sys/arch/riscv/include/param.h
+3-31 files

NetBSD/src mg4CTg0doc 3RDPARTY

   postfix 3.11.2 out
VersionDeltaFile
1.2202+2-2doc/3RDPARTY
+2-21 files

NetBSD/src ShATvnTsys/arch/m68k/include pmap_68k.h pmap_motorola.h, sys/arch/m68k/m68k pmap_68k.c

   Make the ABI-as-seen-by-modules consistent across all of the various
   68k pmaps.
VersionDeltaFile
1.57+52-34sys/arch/m68k/m68k/pmap_68k.c
1.16+15-14sys/arch/m68k/include/pmap_68k.h
1.30+15-9sys/arch/sun2/include/pmap.h
1.61+15-5sys/arch/m68k/include/pmap_motorola.h
1.53+9-7sys/arch/sun3/include/pmap3.h
1.35+10-6sys/arch/sun3/include/pmap.h
+116-754 files not shown
+167-8810 files

NetBSD/src LyZO8fNdoc CHANGES-11.0

   274, 275
VersionDeltaFile
1.1.2.84+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src 8fGcIMXshare/mk bsd.own.mk

   Pull up following revision(s) (requested by martin in ticket #275):
        share/mk/bsd.own.mk: 1.1481 via patch
   PR 58762: disable MKCOMPAT for earm*.
   If someone is interested in re-adding support for oabi compat library
   builds, they can figure out the missing bits. But for now, stop producing
   bogus compat32/debug32 sets on all evbarm builds.
VersionDeltaFile
1.1428.2.3+2-3share/mk/bsd.own.mk
+2-31 files

NetBSD/src D8NpTj1usr.bin/cksum cksum.c

   Pull up following revision(s) (requested by martin in ticket #274):
        usr.bin/cksum/cksum.c: 1.53
   PR 60154: do not print arbitrary control characters when printing
   file names while checking hashes with the -c option.
VersionDeltaFile
1.52.6.1+15-4usr.bin/cksum/cksum.c
+15-41 files

NetBSD/src VGKhHXEsys/arch/virt68k/include param.h

   Remove the upper bound on nkmempages for virt68k, else the kmem arena
   gets easily starved on VMs with large memory configs (which is sort of
   the whole point of virt68k).
VersionDeltaFile
1.4+7-2sys/arch/virt68k/include/param.h
+7-21 files

NetBSD/src 4cc06t5sys/uvm/pmap pmap.c

   Avoid NULL pointer de-ref in pmap_enter, and mark mdpp as
   VM_PAGEMD_REFERENCED as intended in the __HAVE_PMAP_PV_TRACK
   case.
VersionDeltaFile
1.91+3-3sys/uvm/pmap/pmap.c
+3-31 files

NetBSD/src HFpU31zsys/uvm uvm_pmap.h

   Revery previous -- mid-air collision.
VersionDeltaFile
1.48+3-3sys/uvm/uvm_pmap.h
+3-31 files

NetBSD/src Amy32hZsys/rump/librump/rumpkern vm.c, sys/uvm uvm_glue.c uvm_extern.h

   Hide pmap internals -- specifically, a call to pmap_resident_count() -- behind
   a proper functional API: uvm_resident_count().
VersionDeltaFile
1.183+13-2sys/uvm/uvm_glue.c
1.199+8-2sys/rump/librump/rumpkern/vm.c
1.238+3-3sys/uvm/uvm_extern.h
+24-73 files

NetBSD/src monQMI6sys/uvm uvm_pmap.h

   expose pmap_resident_count() same as pmap_update(), as rump tty needs it.
VersionDeltaFile
1.47+4-4sys/uvm/uvm_pmap.h
+4-41 files

NetBSD/src Ryq3jM6sys/uvm uvm_pmap.h

   Undo previous and instead fix it by ensuring that API surface is exposed
   for _RUMPKERNEL.
VersionDeltaFile
1.46+1-9sys/uvm/uvm_pmap.h
+1-91 files

NetBSD/src LDU8GrTsys/uvm uvm_pmap.h

   Partially revert previous to fix the builds.

   The UVM stats functions are used (apparently) by the RUMP
   "kernel", and need to be exposed as they were before, so
   for now, do that.

   Feel free to undo this, and fix the problem some other way.
VersionDeltaFile
1.45+9-1sys/uvm/uvm_pmap.h
+9-11 files

NetBSD/src ZD300Xrcommon/dist/zlib zutil.h

   No #include <userland.header> in KERNEL or STANDALONE

   This is another step towards fixing the builds.
VersionDeltaFile
1.10+5-3common/dist/zlib/zutil.h
+5-31 files

NetBSD/src 2THRpUtsys/uvm uvm_pmap.h

   Reduce the pmap API surface exposed to modules.  Of the ones that remain,
   you could argue that those shouldn't be exposed either, but our file
   system <-> pager interface is not that great, among other things, so
   they have to remain for now.
VersionDeltaFile
1.44+57-48sys/uvm/uvm_pmap.h
+57-481 files

NetBSD/src ifWbAVosys/dev/arcbios arcbios_calls.S

   arcbios: enable FPU around ARCS calls

   This seems required for the SGI O2 for PROM graphics console IO to work
   when it scrolls.  See PR port-sgimips/60204 for more details.

   The issue was introduced in v1.214 of sys/arch/mips/mips/locore.S .

   Notably maya@ disabled the FPU early in boot, expecting the rest of
   boot to run with the FPU disabled. The FPU is being explicitly
   enabled/disabled here to keep to the spirit of maya@'s above commit.

   A "better" solution would be to use the pcu API and mark the thread
   as needing the FPU for the duration of the arcbios call, however:

    * The current MIPS pcu FPU code in sys/arch/mips/mips/mips_fpu.c
      doesn't support FPU use in kernel yet; and
    * this stuff is called super early during boot and once the OS starts
      the ARCBIOS API is no longer supposed to be used.
VersionDeltaFile
1.7+31-2sys/dev/arcbios/arcbios_calls.S
+31-21 files

NetBSD/src IURZUtmexternal/cddl/osnet/dist/uts/common/fs/zfs arc.c zfs_vnops.c

   Adapt to thorpej@'s uvm_lwp_is_pagedaemon() change

   This is one step towards fixing the builds.
VersionDeltaFile
1.23+2-3external/cddl/osnet/dist/uts/common/fs/zfs/arc.c
1.100+2-2external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c
+4-52 files

NetBSD/src s5LF160common/lib/libc/atomic atomic_cas_8_cas.c

   Fix include.
VersionDeltaFile
1.5+2-2common/lib/libc/atomic/atomic_cas_8_cas.c
+2-21 files

NetBSD/src 9PlnSfQlibexec/httpd bozohttpd.8 CHANGES

   call this bozohttpd 20260503, and update the CHANGES for the last 2 years

   o  fix the default minimum TLS version to 1.1 from 1.3.  the
      manual already said 1.1 was the default.  fixes PR#58878.
   o  log the correct port with TLS connections.  fixes PR#59644.
   o  fix use-after-free, double-free, and bounds checking problems.
      from shm.
   o  better lint support.
   o  several updates for the manual.  from lukem.

   add D Bohdan to the contributors list.
VersionDeltaFile
1.101+8-4libexec/httpd/bozohttpd.8
1.57+10-1libexec/httpd/CHANGES
1.152+3-3libexec/httpd/bozohttpd.c
+21-83 files

NetBSD/src s3MK7J3libexec/httpd ssl-bozo.c

   make the default min TLS version 1.1, as it was documented to be.

   fixes PR#58878.
VersionDeltaFile
1.37+3-3libexec/httpd/ssl-bozo.c
+3-31 files

NetBSD/src u4CBcT2libexec/httpd bozohttpd.c ssl-bozo.c

   log the correct port when using https.

   fixes PR#59644.
VersionDeltaFile
1.151+4-1libexec/httpd/bozohttpd.c
1.36+2-3libexec/httpd/ssl-bozo.c
1.23+2-2libexec/httpd/daemon-bozo.c
1.74+2-1libexec/httpd/bozohttpd.h
+10-74 files

NetBSD/src sJLCh2tsys/arch/m68k/include pte_motorola.h

   Add a comment explaining why this file exists.
VersionDeltaFile
1.11+7-1sys/arch/m68k/include/pte_motorola.h
+7-11 files

NetBSD/src R9asUSisys/arch/amiga/include vmparam.h, sys/arch/m68k/include vmparam.h

   Hide platform vmparam differences away from user-space and modules.
   For modules that need to know USRSTACK (exec / compat modules), provide
   a way to get that via a variable initialized in cpu_startup().
VersionDeltaFile
1.9+26-24sys/arch/m68k/include/vmparam.h
1.40+4-11sys/arch/next68k/include/vmparam.h
1.24+11-2sys/arch/m68k/m68k/m68k_machdep.c
1.23+4-5sys/arch/sun2/include/vmparam.h
1.51+4-4sys/arch/mvme68k/include/vmparam.h
1.56+4-4sys/arch/amiga/include/vmparam.h
+53-508 files not shown
+89-7014 files

NetBSD/src trbJ2fpsys/arch/m68k/include pmap_motorola.h

   Don't use PAGE_SIZE in a preprocessor predicate if _MODULE (and it's
   not needed in that case in any event).
VersionDeltaFile
1.60+3-1sys/arch/m68k/include/pmap_motorola.h
+3-11 files

NetBSD/src UhpGnggsbin/fsck openspecial.c partutil.h, sbin/newfs newfs.c

   Undo some of the previous, restore flexibility

   This is related to PR bin/59957 (in that it is a continuation/
   alteration of the previous fix).   This was primarily designed
   to (hopefully) fix the ~80 extra ATF test failures that the previous
   solution caused, by allowing the utilities to work as they had
   previously, rather than attempting to enforce one universal true
   world order.

   Change the openspecial() function to be findspecial() as it no longer
   opens anything - but leave it in openspecial.c for several reasons:

   First, it might make sense to recreate openspecial() for use in just
   those utilities that want to do all that it did (just 2 of the four
   that were modified to use it).

   Also, this function (or functions) really should be moved to libutil,
   rather than buried in sbin/fsck (which doesn't even use it/them at all
   - though could perhaps use the findspecial() variant), and I didn't see

    [27 lines not shown]
VersionDeltaFile
1.2+13-22sbin/fsck/openspecial.c
1.47+12-7sbin/newfs_msdos/newfs_msdos.c
1.13+11-6sbin/newfs_ext2fs/newfs_ext2fs.c
1.122+10-4sbin/newfs/newfs.c
1.60+6-4sbin/tunefs/tunefs.c
1.5+2-2sbin/fsck/partutil.h
+54-456 files

NetBSD/src YWLWmPLsys/rump/include/machine vmparam.h

   Despite pooka's dislike of the situation, it is sometimes unavoidable
   that systems within a given $MACHINE may have different vmparams.

   Furthermore, rump is fundamentally a user-space entity on NetBSD, and
   it's absolutely true that different $MACHINEs within a $MACHINE_ARCH
   may legitimately have different vmparams related to physical memory
   layout, and so using the real <machine/vmparams.h> is an impediment
   to a $MACHINE_ARCH-generic user-space build.

   As such, rump once again has its own vmparams.h file with values that
   should be perfectly adequate for the rump virtual environment and its
   non-existent subordinate user-space.
VersionDeltaFile
1.5+45-30sys/rump/include/machine/vmparam.h
+45-301 files