NetBSD/src 02rtbOqsys/compat/netbsd32 netbsd32_systrace_args.c netbsd32_sysent.c, sys/kern systrace_args.c init_sysent.c

   regen
VersionDeltaFile
1.160+42-9sys/rump/librump/rumpkern/rump_syscalls.c
1.52+31-1sys/kern/systrace_args.c
1.53+31-1sys/compat/netbsd32/netbsd32_systrace_args.c
1.342+14-7sys/kern/init_sysent.c
1.161+14-7sys/compat/netbsd32/netbsd32_sysent.c
1.308+13-4sys/sys/syscallargs.h
+145-2911 files not shown
+188-5517 files

NetBSD/src XqbzQiQlib/libc/compat/sys compat_dup3.c, sys/compat/common compat_110_mod.c sys_decrip_110.c

   version dup3
VersionDeltaFile
1.1+88-0sys/compat/netbsd32/netbsd32_compat_110.c
1.1+79-0sys/compat/common/compat_110_mod.c
1.1+74-0sys/compat/common/sys_decrip_110.c
1.1+62-0lib/libc/compat/sys/compat_dup3.c
1.1+14-0sys/modules/compat_netbsd32_110/Makefile
1.1+13-0sys/modules/compat_110/Makefile
+330-017 files not shown
+398-3623 files

NetBSD/src B5RWU6Wusr.bin/make dir.c parse.c

   make: use separate function to include makefiles.

   Have Dir_FindFile and Dir_FindInclude call FindFile with a
   bool flag to indicate whether .CURDIR should be be searched at all.
VersionDeltaFile
1.288+41-9usr.bin/make/dir.c
1.723+3-3usr.bin/make/parse.c
1.48+2-1usr.bin/make/dir.h
+46-133 files

NetBSD/src taLZTQkusr.bin/make dir.c main.c, usr.bin/make/unit-tests deptgt-phony.exp

   Dir_FindFile treat sysIncPath and defSysIncPath as special

   Rather than play games with adding .DOTLAST and then having to
   exclude that from .SYSPATH, just have Dir_FindFile check if
   path is sysIncPath or defSysIncPath and behave as if .DOTLAST seen
   and also skip the final search of .CURDIR.

   Fix Dir_SetSYSPATH to use defSysIncPath if sysIncPath is empty.
VersionDeltaFile
1.287+9-5usr.bin/make/dir.c
1.616+2-4usr.bin/make/main.c
1.5+1-1usr.bin/make/unit-tests/deptgt-phony.exp
+12-103 files

NetBSD/src ByjwarOsys/external/bsd/drm2/include/linux pci.h, sys/external/bsd/drm2/linux linux_pci.c

   linux: Add a few more cases to pci_get_class.

   Should fix crash on boot with amdgpu now that the ACPI business is
   enabled.
VersionDeltaFile
1.28+61-8sys/external/bsd/drm2/linux/linux_pci.c
1.58+5-1sys/external/bsd/drm2/include/linux/pci.h
+66-92 files

NetBSD/src 1Xj10SIlib/libc/sys dup.2

   Amend for oldfd == newfd returning EINVAL in dup3
VersionDeltaFile
1.34+18-7lib/libc/sys/dup.2
+18-71 files

NetBSD/src 5eS7Hbfsys/kern sys_descrip.c

   PR/58266: Collin Funk: Fail if from == to, like FreeBSD and Linux. The test
   is done in dup3 before any other tests so even if a bad descriptor it is
   passed we will return EINVAL not EBADFD like Linux does.
VersionDeltaFile
1.49+4-2sys/kern/sys_descrip.c
+4-21 files

NetBSD/src LrPBFlxdistrib/cdrom/macppc_installboot installboot.c cd9660.c

   Use native cd9660 blocksize to specify block numbers in cd9660.c.

   This reduces diffs from src/usr.sbin/installboot/cd9660.c.
   Also explicitly call cd9660_match() to get fstype->blocksize properly.
VersionDeltaFile
1.7+17-3distrib/cdrom/macppc_installboot/installboot.c
1.6+2-4distrib/cdrom/macppc_installboot/cd9660.c
+19-72 files

NetBSD/src BY1Cptgdistrib/cdrom/macppc_installboot cd9660.c installboot.h

   Sync with src/usr.sbin/installboot/cd9660.c:

   - include now properly updated cd9660_extern.h for function prototypes
     and remove them from local installboot.h
   - use ISO_MAXNAMLEN rather than (BSD specific and incorrect) MAXNAMLEN
   - use proper names for the secondary boot file
   - appease several pointer signedness warnings (not fatal on HOST tools)
VersionDeltaFile
1.5+19-16distrib/cdrom/macppc_installboot/cd9660.c
1.5+1-8distrib/cdrom/macppc_installboot/installboot.h
1.6+2-2distrib/cdrom/macppc_installboot/installboot.c
1.12+2-1distrib/cdrom/macppc_installboot/Makefile
+24-274 files

NetBSD/src wZQvB1Udistrib/hp300/cdroms/installcd Makefile

   Put a RAMDISK kernel and SYS_UBOOT into hp300 installcd to make it bootable.

   This should finally close PR/54455.
VersionDeltaFile
1.4+15-1distrib/hp300/cdroms/installcd/Makefile
+15-11 files

NetBSD/src r1OaRYAusr.sbin/installboot cd9660.c fstypes.c, usr.sbin/installboot/arch hp300.c

   Add cd9660 support to search a bootloader file in the target file system.

   Also add CD boot support for hp300, using a bootloader file in cd9660 fs.
   This is a tool's part to close PR/54455.

   HP 9000/300 machines read LIF directory entry allocated after
   the LIF volume header at the top of the boot disk during bootstrap,
   and a bootstrap file must be contiguously allocated on the disk
   due to limitation of the LIF specification.

   Current NetBSD/hp300's bootloader is larger than ~80KB so we have
   to prepare a special 'boot' partition for FFS (that has only 8KB (ffsv1)
   or 32KB (ffsv2) spaces) disks to put such a large bootloader.

   On the other hand, on ISO9660 fs all files are allocated contiguously
   so we can specify a bootloader file in the target ISO9660 directly
   in the LIF directory entry.

   Note we can simply use the existing "append" option to create bootable

    [3 lines not shown]
VersionDeltaFile
1.1+234-0usr.sbin/installboot/cd9660.c
1.19+103-10usr.sbin/installboot/arch/hp300.c
1.14+28-6usr.sbin/installboot/fstypes.c
1.59+24-2usr.sbin/installboot/Makefile
1.109+5-2usr.sbin/installboot/installboot.8
1.45+5-1usr.sbin/installboot/installboot.h
+399-216 files

NetBSD/src jliK9JCshare/misc acronyms.comp

   acronyms.comp: add SBI
VersionDeltaFile
1.390+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src ehp5ODjusr.sbin/installboot installboot.h

   Reorder function prototypes per source files.
VersionDeltaFile
1.44+9-5usr.sbin/installboot/installboot.h
+9-51 files

NetBSD/src 9XNu3tmtools Makefile.nbincludes

   Install cd9660 related system headers for tools installboot(8) builds.
VersionDeltaFile
1.11+8-1tools/Makefile.nbincludes
+8-11 files

NetBSD/src 9CDeaPYsys/fs/cd9660 cd9660_util.c cd9660_extern.h

   Make cd9660_util.c usable in userland tools like installboot(8).

   This was partially done for src/distrib/cdrom/macppc_installboot,
   but more strict prototypes are necessary for native binary builds.
VersionDeltaFile
1.15+2-6sys/fs/cd9660/cd9660_util.c
1.29+4-3sys/fs/cd9660/cd9660_extern.h
+6-92 files

NetBSD/src 8YbXnYXsys/arch/hp300/stand/uboot Makefile

   Enable SUPPORT_CD on uboot.
VersionDeltaFile
1.13+2-1sys/arch/hp300/stand/uboot/Makefile
+2-11 files

NetBSD/src ZonJmJtsys/external/bsd/drm2/ttm ttm_bo_vm.c

   ttm: Undo mistake in previous.

   PR xsrc/58133
VersionDeltaFile
1.24+4-2sys/external/bsd/drm2/ttm/ttm_bo_vm.c
+4-21 files

NetBSD/src mAvwh4rsys/external/bsd/drm2/ttm ttm_bo_vm.c

   ttm: Sync ttm_bo_uvm_fault_idle better with Linux.

   PR xsrc/58133
VersionDeltaFile
1.23+38-18sys/external/bsd/drm2/ttm/ttm_bo_vm.c
+38-181 files

NetBSD/src VJppvQvsys/arch/ia64/include mcontext.h

   allow things to compile again
VersionDeltaFile
1.13+6-1sys/arch/ia64/include/mcontext.h
+6-11 files

NetBSD/src dDU04r5usr.bin/passwd yp_passwd.c

   s/Abosrb/Absorb/ in comment.
VersionDeltaFile
1.38+3-3usr.bin/passwd/yp_passwd.c
+3-31 files

NetBSD/src CynEaLSsys/arch/arm/iomd vidc20config.c

   s/abou/about/ in comment.
VersionDeltaFile
1.37+3-3sys/arch/arm/iomd/vidc20config.c
+3-31 files

NetBSD/src PcCZtAOusr.bin/passwd local_passwd.c

   s/Aborb/Absorb/ in comment.
VersionDeltaFile
1.37+3-3usr.bin/passwd/local_passwd.c
+3-31 files

NetBSD/src flJt2Oudistrib/common/bootimage Makefile.bootimage

   include all extra flavors of the kernel and use the proper variable for
   the machine dependent installation directory.
VersionDeltaFile
1.37+8-7distrib/common/bootimage/Makefile.bootimage
+8-71 files

NetBSD/src VAI9uXssys/sys ucontext.h

   If <sys/mcontext.h> does not define __UCONTEXT_SIZE, define it as
   sizeof(ucontext_t).
VersionDeltaFile
1.22+7-5sys/sys/ucontext.h
+7-51 files

NetBSD/src n4PFK2ksys/sys ucontext.h

   Define the _UC_* flag bits before including <sys/mcontext.h>.
VersionDeltaFile
1.21+20-19sys/sys/ucontext.h
+20-191 files

NetBSD/src yslSxy5sys/arch/amd64/include mcontext.h, sys/arch/arm/include mcontext.h

   Clean up the <sys/ucontext.h> <-> <machine/mcontext.h> interface up
   a little:
   - Define _UC_MD_BIT* constants for the available machine-dependent bits,
     and use those constants to define the machine-dependent bits as well
     as the machine-independent bits that have machine-dependent values.
   - Explicitly generate an error if _UC_TLSBASE, _UC_SETSTACK, or
     _UC_CLRSTACK are not defined by <machine/mcontext.h>.
VersionDeltaFile
1.20+27-35sys/sys/ucontext.h
1.16+6-6sys/arch/i386/include/mcontext.h
1.23+6-6sys/arch/powerpc/include/mcontext.h
1.21+5-5sys/arch/amd64/include/mcontext.h
1.24+5-5sys/arch/arm/include/mcontext.h
1.13+5-5sys/arch/m68k/include/mcontext.h
+54-626 files not shown
+78-8612 files

NetBSD/src PMhBtsSsys/miscfs/procfs procfs_cmdline.c

   Remove unnecessary include of <sys/malloc.h>.
VersionDeltaFile
1.33+2-3sys/miscfs/procfs/procfs_cmdline.c
+2-31 files

NetBSD/src CDPoWb1sys/fs/unionfs unionfs_vfsops.c

   Remove unecessary include of <sys/malloc.h>.
VersionDeltaFile
1.17+0-1sys/fs/unionfs/unionfs_vfsops.c
+0-11 files

NetBSD/src au5w8tIsys/fs/union union_vfsops.c

   Remove unnecessary include of <sys/malloc.h>.
VersionDeltaFile
1.88+2-3sys/fs/union/union_vfsops.c
+2-31 files

NetBSD/src CX9pdh4sys/fs/udf udf_rename.c udf.h

   Move the include of <sys/malloc.h> to where it's truly needed.
VersionDeltaFile
1.16+2-3sys/fs/udf/udf_rename.c
1.56+2-1sys/fs/udf/udf.h
+4-42 files