NetBSD/src oQn0XROdoc 3RDPARTY

   expat 2.8.1 out
VersionDeltaFile
1.2204+3-3doc/3RDPARTY
+3-31 files

NetBSD/src 2QeqaJmexternal/ibm-public/postfix/dist HISTORY, external/ibm-public/postfix/dist/html postconf.5.html

   Pull up the following, requested by christos in ticket #283:

        external/ibm-public/postfix//dist/README_FILES/NON_BERKELEYDB_README up to
        external/ibm-public/postfix//dist/README_FILES/REQUIRETLS_README up to
        external/ibm-public/postfix//dist/conf/postfix-non-bdb-script up to
        external/ibm-public/postfix//dist/html/NON_BERKELEYDB_README.html up to
        external/ibm-public/postfix//dist/html/REQUIRETLS_README.html up to
        external/ibm-public/postfix//dist/html/nbdb_reindexd.8.html up to
        external/ibm-public/postfix//dist/html/postfix-non-bdb.1.html up to
        external/ibm-public/postfix//dist/man/man1/postfix-non-bdb.1 up to
        external/ibm-public/postfix//dist/man/man8/nbdb_reindexd.8 up to
        external/ibm-public/postfix//dist/mantools/check-proxy-type-table up to
        external/ibm-public/postfix//dist/proto/NON_BERKELEYDB_README.html up to
        external/ibm-public/postfix//dist/proto/REQUIRETLS_README.html up to
        external/ibm-public/postfix//dist/src/cleanup/cleanup_message_test.c up to
        external/ibm-public/postfix//dist/src/global/ehlo_mask_test.c up to
        external/ibm-public/postfix//dist/src/global/nbdb_clnt.c up to
        external/ibm-public/postfix//dist/src/global/allowed_prefix.c up to
        external/ibm-public/postfix//dist/src/global/allowed_prefix.h up to

    [575 lines not shown]
VersionDeltaFile
1.1.1.30.2.1+1,661-2external/ibm-public/postfix/dist/HISTORY
1.20.2.1+1,281-137external/ibm-public/postfix/dist/html/postconf.5.html
1.20.2.1+1,192-134external/ibm-public/postfix/dist/proto/postconf.proto
1.20.2.1+1,188-124external/ibm-public/postfix/dist/man/man5/postconf.5
1.1.1.1.2.2+899-0external/ibm-public/postfix/dist/proto/NON_BERKELEYDB_README.html
1.1.1.1.2.1+0-899external/ibm-public/postfix/dist/proto/NON_BERKELEYDB_README.html
+6,221-1,296688 files not shown
+36,677-24,392694 files

NetBSD/src U1RBsqisys/arch/alpha/common bus_dma.c

   We don't need avail_start.
VersionDeltaFile
1.75+3-3sys/arch/alpha/common/bus_dma.c
+3-31 files

NetBSD/src rX6hZkZsys/ddb db_lwp.c

   If we're not running in the kernel and USPACE is not defined, then fetch
   it from the running kernel.
VersionDeltaFile
1.8+36-2sys/ddb/db_lwp.c
+36-21 files

NetBSD/src tQW2Kfosys/arch/m68k/include param.h

   Revert previous.
VersionDeltaFile
1.35+0-7sys/arch/m68k/include/param.h
+0-71 files

NetBSD/src GHfcb5Wsys/arch/sun3/include param3.h

   Handle the fact that sun68k libsa always builds for 68010.
VersionDeltaFile
1.59+3-1sys/arch/sun3/include/param3.h
+3-11 files

NetBSD/src Ne899wusys/arch/macppc/dev obio.c obiovar.h

   support volume control buttons found on some(?) performas
VersionDeltaFile
1.56+51-2sys/arch/macppc/dev/obio.c
1.8+18-1sys/arch/macppc/dev/obiovar.h
+69-32 files

NetBSD/src sIL841bsys/compat/netbsd32 netbsd32_ioctl.c

   Explicitly cast IOCPARM_MAX to size_t - it can never be negative.
   Hopefully avoids build breakage by a signed vs. unsigned comparision warning
   on mips*64*.
VersionDeltaFile
1.125+3-3sys/compat/netbsd32/netbsd32_ioctl.c
+3-31 files

NetBSD/src bXZ5Kwysys/arch/macppc/dev obio.c, sys/arch/macppc/macppc autoconf.c

   On Xserve G4 fan 0 seems to cool the CPU, act accordingly.
VersionDeltaFile
1.55+17-19sys/arch/macppc/dev/obio.c
1.65+3-3sys/arch/macppc/macppc/autoconf.c
+20-222 files

NetBSD/src 3jrL07tsys/arch/riscv/include vmparam.h

   risc-v: bump some parameter values on riscv64

   Match all other 64bit platforms for

       - PAGER_MAP_DEFAULT_SIZE
       - UBC_WINSHIFT
       - UBC_NWINS

   Spotted by thorpej
VersionDeltaFile
1.16+20-1sys/arch/riscv/include/vmparam.h
+20-11 files

NetBSD/src 5gmwZgAsys/arch/x86/x86 genfb_machdep.c

   Also enable shadowfb for pre-UEFI maschines.
VersionDeltaFile
1.24+3-3sys/arch/x86/x86/genfb_machdep.c
+3-31 files

NetBSD/src l8XJn9Nsys/arch/m68k/include param.h

   Allow (p)redefinitions of symbols in <machine/param.h>

   sun3 (via machine/param3.h) defines UBC_NWINS UBC_WINSHIFT & MAXEXEC
   before including <m68k/param.h> == and defines UBC_NWINS differently.

   Allow for that (hopefully fix broken sun3 build).

   [ Why sun3 has __mc680010__ defined is left as an unexplained mystery ]
VersionDeltaFile
1.34+8-1sys/arch/m68k/include/param.h
+8-11 files

NetBSD/src Brhw0CTsys/sys param.h

   PGSHIFT -> PAGE_SHIFT
   PGOFSET -> PAGE_MASK
   NBPG -> PAGE_SIZE
VersionDeltaFile
1.745+7-7sys/sys/param.h
+7-71 files

NetBSD/src CPfCSNmsys/sys ioccom.h

   NBPG -> PAGE_SIZE
VersionDeltaFile
1.14+2-2sys/sys/ioccom.h
+2-21 files

NetBSD/src l2qBbNqsys/kern sysv_shm.c

   PGOFSET -> PAGE_MASK
VersionDeltaFile
1.143+6-6sys/kern/sysv_shm.c
+6-61 files

NetBSD/src 46a9trMsys/kern exec_subr.c

   PGOFSET -> PAGE_MASK
VersionDeltaFile
1.92+3-3sys/kern/exec_subr.c
+3-31 files

NetBSD/src YT4YepMsys/arch/alpha/alpha syscall.c, sys/arch/mips/mips syscall.c

   Fix a longstanding bug on 64 bit ports with ABIs requiring sign-extension when returning 32-bit values in registers.  Alpha, MIPS N64, RISCV.

   With these ABIs it is necessary for the syscall return code to manually
   sign-extend all 32-bit return values.  If we don't, everything may look
   just fine, until a syscall return value is spilled to the stack and then
   reloaded.  At that point, the zero-extended form produced by C assignment
   into the 64-bit register for return to userspace will be sign-extended
   upon reload, producing a different, corrupt value which will fail comparisons.
   This was observed with a getuid() != geteuid() deep inside sshd on N64, on an
   unusual system that had some very large UIDs with bit 31 set - but is quite
   difficult to reproduce with small tests, since register pressure and compiler
   behavior determine whether the conditions necessary to trigger the bug will
   exist.

   The easiest way to see whether a new target needs this treatment is to
   look at its GCC configuratrion; if its PROMOTE_MODE has UNSIGNEDP = 0
   for SImode, the sign-extension in syscall() is necessary.
VersionDeltaFile
1.347+37-34sys/kern/init_sysent.c
1.189+29-1sys/kern/makesyscalls.sh
1.52+14-2sys/arch/mips/mips/syscall.c
1.7+12-2sys/arch/riscv/riscv/syscall.c
1.46+12-2sys/arch/alpha/alpha/syscall.c
1.307+3-1sys/sys/systm.h
+107-427 files not shown
+113-4813 files

NetBSD/src lyroAIUsys/arch/sparc64/include param.h

   Return an #endif seemingly deleted by accident in previous.
VersionDeltaFile
1.65+2-1sys/arch/sparc64/include/param.h
+2-11 files

NetBSD/src wBQmFHadistrib/sets/lists/debug md.evbarm.earmv5eb

   One more of the previous (debug->debugkernel)
VersionDeltaFile
1.3+2-2distrib/sets/lists/debug/md.evbarm.earmv5eb
+2-21 files

NetBSD/src Op9Q1cXsys/kern kern_exec.c

   NBPG -> PAGE_SIZE

   NFC.
VersionDeltaFile
1.532+3-3sys/kern/kern_exec.c
+3-31 files

NetBSD/src kbZJRDfsys/arch/atari/include param.h, sys/arch/hp300/include param.h

   Most m68k platforms define KERNBASE as 0x00000000, so provide that
   as a common default.
VersionDeltaFile
1.33+5-1sys/arch/m68k/include/param.h
1.39+1-2sys/arch/atari/include/param.h
1.57+1-2sys/arch/hp300/include/param.h
1.19+1-2sys/arch/luna68k/include/param.h
1.50+1-2sys/arch/mac68k/include/param.h
1.37+1-2sys/arch/mvme68k/include/param.h
+10-115 files not shown
+15-2111 files

NetBSD/src 8R3vR6ssys/arch/m68k/include param.h, sys/arch/sun2/include param.h

   Centrally define MACHINE_ARCH / _MACHINE_ARCH for all 68010.
VersionDeltaFile
1.32+8-3sys/arch/m68k/include/param.h
1.22+2-3sys/arch/sun2/include/param.h
+10-62 files

NetBSD/src KYABtcPsys/arch/m68k/include param.h, sys/arch/sun2/include param.h

   Centrally define MAXEXEC as 1 for for all 68010.
VersionDeltaFile
1.31+7-1sys/arch/m68k/include/param.h
1.21+1-3sys/arch/sun2/include/param.h
+8-42 files

NetBSD/src GAvAEeJsys/arch/sun3/include param3.h

   Clamp both UBC parameters on Sun3 so if the default UBC_WINSHIFT changes,
   it doesn't mess with our tuning.
VersionDeltaFile
1.58+8-3sys/arch/sun3/include/param3.h
+8-31 files

NetBSD/src YbTHOkdsys/arch/m68k/include param.h, sys/arch/sun2/include param.h

   Centralize the definition of UBC paramters for 68010 machines in
   <m68k/param.h> (taken from Sun2 values).
VersionDeltaFile
1.30+13-1sys/arch/m68k/include/param.h
1.20+1-7sys/arch/sun2/include/param.h
+14-82 files

NetBSD/src 2vP9pDjsys/arch/luna68k/include param.h, sys/arch/m68k/include param.h

   Harmonize USPACE / UPAGES across m68k platforms.

   There seems to be a complicated history rooted in the original Utah code
   using UPAGES of 2 w/ NBPG of 4096 for an 8KB total u-area.  The Amiga
   port then appeared using NBPG of 8192, but UPAGES was not adjusted to
   conpensate, resulting in a 16KB u-area for Amiga.  From there, chaos
   spread which resulted in us homehow tolerating a situation where the
   Sun2 is also using a 16KB u-area despite only have 2048-byte pages.

   End this madness by centrally defining USPACE as 8192 and deriving
   UPAGES from USPACE.  8KB is totally enough for these platforms.
VersionDeltaFile
1.47+5-2sys/arch/m68k/m68k/vm_machdep.c
1.19+1-4sys/arch/sun2/include/param.h
1.65+1-4sys/arch/sun3/include/param.h
1.29+3-2sys/arch/m68k/include/param.h
1.18+1-3sys/arch/luna68k/include/param.h
1.49+1-3sys/arch/mac68k/include/param.h
+12-189 files not shown
+21-4515 files

NetBSD/src IuBJIeFsys/arch/alpha/include param.h, sys/arch/amd64/include param.h

   G/C obsolete SSIZE and SINCR constants.
VersionDeltaFile
1.64+2-7sys/arch/sparc64/include/param.h
1.53+1-4sys/arch/alpha/include/param.h
1.44+1-4sys/arch/amd64/include/param.h
1.33+1-4sys/arch/hppa/include/param.h
1.91+1-4sys/arch/i386/include/param.h
1.28+1-4sys/arch/m68k/include/param.h
+7-273 files not shown
+10-369 files

NetBSD/src 3SpSnKzsys/crypto/camellia camellia.c

   camellia.c: fix spelling and improve grammar in comments
VersionDeltaFile
1.4+9-9sys/crypto/camellia/camellia.c
+9-91 files

NetBSD/src T8RZLoIsys/arch/evbmips/malta malta_intr.c machdep.c, sys/arch/evbmips/malta/dev gt.c mainbus.c

   Address problems with MIPS Malta platform code found running under QEMU.

   QEMU's "malta" system emulates a MIPS Malta with the Gallileo host bridge
   and 32-bit or 64-bit CPUs of either endianness.  It is one of the only
   working QEMU system-level emulations that could run NetBSD with all
   combinations of endianness and address size.  After fixes to QEMU over the
   past several years, NetBSD has been unable to use the emulated PCI bus in
   big-endian and 64-bit configurations.

   No actual Malta hardware with any Gallileo-based CPU card could be found
   for testing.  These changes have been checked against the databook and
   some limited checking of the relevant QEMU changes (which seem to have
   mostly come from former MIPS employees) was also performed.

   Changes:
   1. The GT-64120 host bridge _does_ byte-swap access to other PCI targets,
      but _does not_ byte-swap access to itself (bus 0, device 0).  QEMU
      evidently used to get this wrong, but, I confirmed with the databook.
      This means we need to manually byte-swap a bunch of access to the

    [29 lines not shown]
VersionDeltaFile
1.30+16-14sys/arch/evbmips/malta/malta_intr.c
1.20+20-6sys/arch/evbmips/malta/dev/gt.c
1.21+18-4sys/arch/evbmips/malta/dev/mainbus.c
1.51+10-11sys/arch/evbmips/malta/machdep.c
1.9+11-2sys/arch/evbmips/malta/malta_bus_io.c
1.10+11-2sys/arch/evbmips/malta/malta_bus_mem.c
+86-392 files not shown
+99-458 files

NetBSD/src Vrce7opsys/arch/alpha/conf INSTALL

   revert accidental commit of alpha INSTALL in previous
VersionDeltaFile
1.122+0-7sys/arch/alpha/conf/INSTALL
+0-71 files