NetBSD/src hhVUpKtusr.sbin/ypserv/yppush yppush.c

   _SC_OPEN_MAX can exceed FD_SETSIZE. Use the compat value svc_maxfd+1
   from the rpc library similar to ypbind(8).

   The custom _svc_run() function is required as the standard svc_run()
   may hang for retries.

   Fixes PR 59750.
VersionDeltaFile
1.26+2-2usr.sbin/ypserv/yppush/yppush.c
+2-21 files

NetBSD/src Uk3Zsuuexternal/gpl2/lvm2/dist/libdm/ioctl libdm-nbsd-iface.c

   Fix error message.
VersionDeltaFile
1.13+2-2external/gpl2/lvm2/dist/libdm/ioctl/libdm-nbsd-iface.c
+2-21 files

NetBSD/src XeAIYaPcommon/lib/libc/arch/m68k/atomic atomic_op_asm.h, sys/arch/hp300/conf std.hp300

   I am giving up attempting to bend the kernel build machinery to my will
   so that assym.h can be safely included by libkern assembly sources.  So,
   instead, redundantly define __HAVE_M68K_BROKEN_RMC in multiple places so
   that all the things that need to key off of it can.
VersionDeltaFile
1.9+1-6common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
1.13+4-1sys/arch/hp300/conf/std.hp300
1.55+2-2sys/arch/hp300/hp300/genassym.cf
1.25+2-2sys/arch/hp300/include/types.h
+9-114 files

NetBSD/src lFIbAH5sys/arch/sh3/include elf_machdep.h

   sh3/elf_machdep.h: organize symbols into toolchain & local groups.

   Allow this file to be used with <sys/elfdefinitions.h>.

   PR lib/59564
VersionDeltaFile
1.14+25-23sys/arch/sh3/include/elf_machdep.h
+25-231 files

NetBSD/src UpFvhPUexternal/bsd/elftoolchain/dist/common/sys elfconstants.m4

   Update to Elftoolchain [r4290].
VersionDeltaFile
1.14+257-85external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
+257-851 files

NetBSD/src BQY8DQysys/arch/ews4800mips/conf RAMDISK


   Trim sl and swwdog from the RAMDISK kernel in hopes of getting it to fit.
VersionDeltaFile
1.38+3-1sys/arch/ews4800mips/conf/RAMDISK
+3-11 files

NetBSD/src UWbu8Ngsys/lib/libkern Makefile.inc

   Revert previous.  I guess I'll have to solve the m68k build issue
   a different way.
VersionDeltaFile
1.52+4-4sys/lib/libkern/Makefile.inc
+4-41 files

NetBSD/src HIO9hYXsys/arch/sparc/include bswap.h, sys/arch/sparc64/include bswap.h

   We can use __builtin_bswapX on sparc when using clang, so do so.

   PR port-sparc64/59789 bswap is slow
VersionDeltaFile
1.4+5-1sys/arch/sparc/include/bswap.h
1.4+5-1sys/arch/sparc64/include/bswap.h
+10-22 files

NetBSD/src qHWOJtnsys/lib/libkern Makefile.inc

   Make libkern depend on assym.h.
VersionDeltaFile
1.51+5-5sys/lib/libkern/Makefile.inc
+5-51 files

NetBSD/src KxtwnzJdistrib/sgimips/ramdisk Makefile, sys/arch/sgimips/conf INSTALL32_IP3x


   Revert the size change of the install ramdisk and instead just remove
   a driver from the install kernel.  Same ramdisk size as before.  Not
   sure this platform can have a larger ramdisk size.
VersionDeltaFile
1.25+2-2distrib/sgimips/ramdisk/Makefile
1.8+4-0sys/arch/sgimips/conf/INSTALL32_IP3x
+6-22 files

NetBSD/src uSBQ0gxsys/arch/evbarm/conf RPI_INSTALL


   Image size changed.  Bump.
VersionDeltaFile
1.15+2-2sys/arch/evbarm/conf/RPI_INSTALL
+2-21 files

NetBSD/src 11YJEvCsys/arch/evbmips/conf OCTEON

   MPROTECT=0 misleadingly actually enables MPROTECT.
VersionDeltaFile
1.16+4-4sys/arch/evbmips/conf/OCTEON
+4-41 files

NetBSD/src 11YgDmQsys/arch/mac68k/conf files.mac68k std.mac68k

   Config glue for __HAVE_NEW_PMAP_68K
VersionDeltaFile
1.136+4-3sys/arch/mac68k/conf/files.mac68k
1.32+4-1sys/arch/mac68k/conf/std.mac68k
+8-42 files

NetBSD/src 3Gy1LE3sys/arch/m68k/include pmap_68k.h, sys/arch/m68k/m68k pmap_68k.c

   Add a PMBM_F_RO flag to allow machine_bootmap[] to create read-only
   mappings.  mac68k uses this to map the Mac ROMs.
VersionDeltaFile
1.45+18-6sys/arch/m68k/m68k/pmap_68k.c
1.10+2-1sys/arch/m68k/include/pmap_68k.h
+20-72 files

NetBSD/src PeLDHkisys/arch/mac68k/mac68k machdep.c

   Add __HAVE_NEW_PMAP_68K glue:
   - mac68k_init(): Use pmap_protect() to write-protect the kernel text
     (with a comment explaining why we do this here).
   - Add a machine_bootmap[] with entries for IOBase, ROMBase, and VIDBase.
     In bootstrap_mac68k(), patch up machine_bootmap[] with run-time computed
     values.
VersionDeltaFile
1.375+58-2sys/arch/mac68k/mac68k/machdep.c
+58-21 files

NetBSD/src K6DjeJLsys/arch/mac68k/mac68k pmap_bootstrap.c machdep.c

   pmap_machine_check_bootstrap_allocations() and bootstrap_mac68k() are
   independent of the pmap implementation; move them out of pmap_bootstrap.c
   and into machdep.c
VersionDeltaFile
1.113+6-171sys/arch/mac68k/mac68k/pmap_bootstrap.c
1.374+164-6sys/arch/mac68k/mac68k/machdep.c
+170-1772 files

NetBSD/src GAzzbKSsys/arch/mac68k/mac68k bus_space.c

   bus_mem_add_mapping(): Rather than directly fiddling with PTEs, just
   pass the appropriate flags to pmap_kenter_pa().
VersionDeltaFile
1.33+8-11sys/arch/mac68k/mac68k/bus_space.c
+8-111 files

NetBSD/src nRbusiLsys/arch/mac68k/mac68k pmap_bootstrap.c

   Revert previous (wrong commit message, obviously).
VersionDeltaFile
1.112+169-4sys/arch/mac68k/mac68k/pmap_bootstrap.c
+169-41 files

NetBSD/src MTQGOGkshare/man/man4/man4.evbarm cpsw.4

   cpsw.4: some minor updates

   Intervention for PHY configuration hasn't been necessary for some time.
VersionDeltaFile
1.4+5-7share/man/man4/man4.evbarm/cpsw.4
+5-71 files

NetBSD/src huvgAbpsys/arch/mac68k/mac68k pmap_bootstrap.c

   bus_mem_add_mapping(): Rather than directly fiddling with PTEs, just
   pass the appropriate flags to pmap_kenter_pa().
VersionDeltaFile
1.111+6-171sys/arch/mac68k/mac68k/pmap_bootstrap.c
+6-1711 files

NetBSD/src HfH8Ptasys/arch/mac68k/mac68k locore.s

   Now that pmap_bootstrap1() correctly initializes Sysseg_pa, use that
   value rather than computing the PA of from Sysseg.
VersionDeltaFile
1.188+2-3sys/arch/mac68k/mac68k/locore.s
+2-31 files

NetBSD/src cprp6C0sys/arch/mac68k/mac68k pmap_bootstrap.c

   Sysseg_pa is supposed to be a physical address, so don't PA2VA()
   the value before assigning it.
VersionDeltaFile
1.110+3-3sys/arch/mac68k/mac68k/pmap_bootstrap.c
+3-31 files

NetBSD/src QBQHuvVsys/ufs/lfs lfs_segment.c lfs_kclean.c

   * Use the LFS_IFDIRTY flag to keep track of whether the Ifile has
     ungathered changes during checkpoint.  Modify LFS_WRITESEGENTRY and
     make a new LFS_WRITEIENTRY macro to help track this.  Prevents
     an infinite loop in lfs_writeinode, previously caught with a panic.

   * Fix a false-positive "negative bytes" panic when writing inodes into
     the same segment they were in before, and consolidate the accounting
     logic into new function lfs_subtract_inode.

   * Ensure that we do not clean any inodes that were unavailable during
     the first pass of cleaning, so that we never need to mix cleaning and
     non-cleaning blocks (except for the Ifile) when writing.

   * Straighten out the logic in lfs_writefile to make it more readable.

   * Include IMNT_WANTRDONLY in tests for closing out writes, not just
     IMNT_UNMOUNT.

   * Keep track of whether the kernel cleaner is active on a file system

    [2 lines not shown]
VersionDeltaFile
1.301+221-130sys/ufs/lfs/lfs_segment.c
1.3+64-27sys/ufs/lfs/lfs_kclean.c
1.148+23-31sys/ufs/lfs/lfs_alloc.c
1.394+18-9sys/ufs/lfs/lfs_vfsops.c
1.57+14-5sys/ufs/lfs/lfs_accessors.h
1.153+9-9sys/ufs/lfs/lfs_bio.c
+349-2116 files not shown
+380-22512 files

NetBSD/src u9cp4Xksys/dev/usb ucom.c

   Remved final return from void-retuning function
VersionDeltaFile
1.152+2-3sys/dev/usb/ucom.c
+2-31 files

NetBSD/src HIccXuZdistrib/sgimips/ramdisk Makefile


   Bump up the size of the ramdisk.  Maybe fix the build.
VersionDeltaFile
1.24+2-2distrib/sgimips/ramdisk/Makefile
+2-21 files

NetBSD/src T5Hq15Ksys/arch/x68k/stand/libsa clock.c, sys/dev/apm apm.c

   fix few typos in comments.
VersionDeltaFile
1.35+3-3sys/dev/hpc/apm/apmdev.c
1.36+3-3sys/dev/apm/apm.c
1.4+3-3sys/dev/ic/arn5416.c
1.7+2-2sys/arch/x68k/stand/libsa/clock.c
+11-114 files

NetBSD/src JeQkYjZdistrib/evbarm/instkernel/sshramdisk Makefile


   Make the sshramdisk a bit bigger.  Hopefully fixes the build.
VersionDeltaFile
1.29+2-2distrib/evbarm/instkernel/sshramdisk/Makefile
+2-21 files

NetBSD/src 7ShOMDIsys/arch/evbmips/conf OCTEON

   Enable ASLR by default on OCTEON.

   Tested on an EdgeRouter 4.
VersionDeltaFile
1.15+8-2sys/arch/evbmips/conf/OCTEON
+8-21 files

NetBSD/src fdpHAvmsys/arch/mac68k/include pmap.h vmparam.h

   Header file glue for __HAVE_NEW_PMAP_68K.
VersionDeltaFile
1.41+38-2sys/arch/mac68k/include/pmap.h
1.48+11-4sys/arch/mac68k/include/vmparam.h
1.12+3-1sys/arch/mac68k/include/pte.h
+52-73 files

NetBSD/src Koh1QAFsys/arch/i386/include elf_machdep.h

   i386/elf_machdep.h: Organise symbols into psABI and local groups.

   Permit this file to be used alongside <sys/elfdefinitions.h>.

   PR lib/59564
VersionDeltaFile
1.16+27-19sys/arch/i386/include/elf_machdep.h
+27-191 files