NetBSD/src EPrBDs6sys/arch/hppa/dev hyperfb.c gftfb.c

   proper bold support with mono fonts
VersionDeltaFile
1.35+26-2sys/arch/hppa/dev/hyperfb.c
1.41+25-1sys/arch/hppa/dev/gftfb.c
+51-32 files

NetBSD/src 41gjbfhsys/dev/pci radeonfb.c

   catch up with gffb, summitfb etc. regarding bold & WSATTR_HILIT
VersionDeltaFile
1.120+105-39sys/dev/pci/radeonfb.c
+105-391 files

NetBSD/src 4sOBNcjsys/arch/hppa/dev summitfb.c

   use bold or bright for WSATTR_HILIT, but not both
VersionDeltaFile
1.42+26-2sys/arch/hppa/dev/summitfb.c
+26-21 files

NetBSD/src 3RXJkcZdoc CHANGES-11.0

   Tickets #288 - #292
VersionDeltaFile
1.1.2.93+36-1doc/CHANGES-11.0
+36-11 files

NetBSD/src eSb3hHfexternal/mit/xorg/tools/fc-cache Makefile

   Pull up following revision(s) (requested by hgutch in ticket #292):

        external/mit/xorg/tools/fc-cache/Makefile: revision 1.24

   Build fc-cache tool with -std=gnu99 instead of -std=c99 to get necessary
   function prototypes on gcc-14/glibc build hosts.
VersionDeltaFile
1.23.2.1+2-2external/mit/xorg/tools/fc-cache/Makefile
+2-21 files

NetBSD/src XvIf1OPdoc CHANGES-10.2

   Tickets #1267 and #1268
VersionDeltaFile
1.1.2.98+11-1doc/CHANGES-10.2
+11-11 files

NetBSD/src zZQGn8Setc/etc.luna68k MAKEDEV.conf

   Pull up following revision(s) (requested by isaki in ticket #1268):

        etc/etc.luna68k/MAKEDEV.conf: revision 1.12

   luna68k: Add missing audio devices to MAKEDEV.
VersionDeltaFile
1.11.22.1+2-1etc/etc.luna68k/MAKEDEV.conf
+2-11 files

NetBSD/src qiki3ooetc/etc.luna68k MAKEDEV.conf

   Pull up following revision(s) (requested by isaki in ticket #291):

        etc/etc.luna68k/MAKEDEV.conf: revision 1.12

   luna68k: Add missing audio devices to MAKEDEV.
VersionDeltaFile
1.11.26.1+2-1etc/etc.luna68k/MAKEDEV.conf
+2-11 files

NetBSD/src Atm0Su3tests/usr.sbin/inetd t_accept_max.sh t_accept_max.sh, usr.sbin/inetd inetd.c parse_v2.c

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

        usr.sbin/inetd/inetd.h: revision 1.7
        usr.sbin/inetd/inetd.h: revision 1.8
        usr.sbin/inetd/inetd.c: revision 1.142
        tests/usr.sbin/inetd/Makefile: revision 1.3
        usr.sbin/inetd/parse_v2.c: revision 1.8
        usr.sbin/inetd/inetd.8: revision 1.69
        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.1
        tests/usr.sbin/inetd/t_accept_max.sh: revision 1.2
        distrib/sets/lists/tests/mi: revision 1.1418
        usr.sbin/inetd/parse.c: revision 1.6

        (all via patch)

   Fix various typos in comments.

   Add an optional accept limit to stream/nowait services.
   Old syntax:

    [18 lines not shown]
VersionDeltaFile
1.2.2.1+0-254tests/usr.sbin/inetd/t_accept_max.sh
1.2.2.2+254-0tests/usr.sbin/inetd/t_accept_max.sh
1.141.6.1+125-7usr.sbin/inetd/inetd.c
1.7.4.1+42-2usr.sbin/inetd/parse_v2.c
1.5.6.1+33-2usr.sbin/inetd/parse.c
1.68.4.1+17-6usr.sbin/inetd/inetd.8
+471-2713 files not shown
+482-2759 files

NetBSD/src oxtmwGhusr.bin/ruptime ruptime.c, usr.sbin/inetd ratelimit.c

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

        usr.bin/ruptime/ruptime.c: revision 1.16
        usr.sbin/inetd/ratelimit.c: revision 1.3

   fix a couple of "allocate too little" issues GCC 14 pointed out.
   both ruptime and inetd allocate a less-than-struct-sized space and
   assign it to a struct pointer.  neither of them actually use more
   than the allocated memory, but this is still dodgy and technically
   wrong.  just allocate the right size.
VersionDeltaFile
1.2.6.1+5-2usr.sbin/inetd/ratelimit.c
1.15.56.1+3-3usr.bin/ruptime/ruptime.c
+8-52 files

NetBSD/src WZwejjpcrypto/external/bsd/openssh/dist sshd-auth.c sshd-session.c

   Pull up following revision(s) (requested by christos in ticket #288):

        crypto/external/bsd/openssh/dist/sshd-session.c: revision 1.13
        crypto/external/bsd/openssh/dist/sshd-auth.c: revision 1.6

   PR/60270: Jose Luis Duran: Add back accidentally removed probes.
VersionDeltaFile
1.3.2.3+7-3crypto/external/bsd/openssh/dist/sshd-auth.c
1.10.2.3+5-3crypto/external/bsd/openssh/dist/sshd-session.c
+12-62 files

NetBSD/src CwIG1IHbin/sh jobs.c trap.c

   PR bin/60275 discard even less arriving signals

   Avoid signals arriving immediately after a fork() (or vfork())
   by blocking everything (everything possible) while the fork()
   happens, in the parent, for (close to) the minimum possible time,
   in the child, until it has its state init'd enough that it is
   safe for signals to arrive.

   Further, if a signal does arrive (in a child) which was trapped
   in the parent, but hasn't been cleaned up fully yet, instead of
   simply ignoring it, send it to ourselves, after setting its state
   to SIG_DFL (which is what would eventually happen to a trapped
   signal anyway).   If that doesn't kill us, then we will end up
   (harmlessly) setting the state to SIG_DFL again later as would happen
   if the signal hadn't arrived in this short window; we cannot record that
   it happened to avoid that, as we might be in a vforked child, and
   anything recorded by that would be visible back in the parent later
   (where the signal action was not changed).


    [12 lines not shown]
VersionDeltaFile
1.126+28-4bin/sh/jobs.c
1.60+16-2bin/sh/trap.c
1.198+10-3bin/sh/eval.c
1.28+2-2bin/sh/jobs.h
+56-114 files

NetBSD/src Eeg5sQDdoc CHANGES-9.5

   Ticket #2012
VersionDeltaFile
1.1.2.102+6-1doc/CHANGES-9.5
+6-11 files

NetBSD/src 6m83OsXsys/fs/cd9660 cd9660_rrip.c

   Pull up following revision(s) (requested by mrg in ticket #2012):

        sys/fs/cd9660/cd9660_rrip.c: revision 1.19

   cd9660: make sure that NM records are at least 5 bytes long.

   avoids an integer underflow when this length has 5 subtracted from it
   for a later path.

   Reported by Adam Crosser, Praetorian
VersionDeltaFile
1.18.22.1+8-2sys/fs/cd9660/cd9660_rrip.c
+8-21 files

NetBSD/src fG7umgGsys/fs/cd9660 cd9660_rrip.c

   Pull up following revision(s) (requested by mrg in ticket #1267):

        sys/fs/cd9660/cd9660_rrip.c: revision 1.19

   cd9660: make sure that NM records are at least 5 bytes long.

   avoids an integer underflow when this length has 5 subtracted from it
   for a later path.

   Reported by Adam Crosser, Praetorian
VersionDeltaFile
1.18.48.1+8-2sys/fs/cd9660/cd9660_rrip.c
+8-21 files

NetBSD/src RLE91U1. build.sh

   build.sh: Make MAKEVERBOSE tests consistent.

   - Use "${MAKEVERBOSE}" to avoid trouble in case it has spaces or
     asterisks or whatever in the environment.

   - Default to 2 if it's not defined or empty.

   Should fix build.sh pkg=... without any -N argument or any
   MAKEVERBOSE set in the environment.
VersionDeltaFile
1.402+4-4build.sh
+4-41 files

NetBSD/src fV8ggDOexternal/bsd/elftoolchain README

   elftoolchain: Improve the instructions for importing from upstream.
VersionDeltaFile
1.3+21-6external/bsd/elftoolchain/README
+21-61 files

NetBSD/src XOn4m6Edoc 3RDPARTY

   doc/3RDPARTY: note updated in-tree Elftoolchain version.
VersionDeltaFile
1.2207+2-2doc/3RDPARTY
+2-21 files

NetBSD/src pfpNERhsys/dev/pci gffb.c

   now that we support bold characters, use it as intended with WSATTR_HILIT and
   change colour only for alpha fonts, where we can't draw bold (yet)
VersionDeltaFile
1.35+30-5sys/dev/pci/gffb.c
+30-51 files

NetBSD/src 8kMcVvHsys/arch/riscv/conf GENERIC GENERIC64

   Annotate the commented out *HIST_PRINT options with KERNHIST_DELAY=0
VersionDeltaFile
1.26+4-4sys/arch/riscv/conf/GENERIC
1.25+4-4sys/arch/riscv/conf/GENERIC64
+8-82 files

NetBSD/src 2Qw3hQ3external/bsd/elftoolchain/dist/tools netbsd-base-system-import.sh

   tools/netbsd-base-system-import.sh: Merge upstream bug-fix [r4373].
VersionDeltaFile
1.5+2-1external/bsd/elftoolchain/dist/tools/netbsd-base-system-import.sh
+2-11 files

NetBSD/src ULm9Eihexternal/bsd/elftoolchain/dist/libdwarf libdwarf_str.c libdwarf_abbrev.c

   Merge changes between elftoolchain-r4037 and elftoolchain-4324.
VersionDeltaFile
1.6+131-3external/bsd/elftoolchain/dist/libdwarf/libdwarf_str.c
1.6+54-25external/bsd/elftoolchain/dist/libdwarf/libdwarf_abbrev.c
1.7+39-30external/bsd/elftoolchain/dist/libdwarf/dwarf_get_AT_name.3
1.8+36-28external/bsd/elftoolchain/dist/libdwarf/libdwarf_reloc.c
1.6+25-3external/bsd/elftoolchain/dist/libdwarf/dwarf_form.c
1.6+14-5external/bsd/elftoolchain/dist/libdwarf/libdwarf_lineno.c
+299-94262 files not shown
+577-342268 files

NetBSD/src CogJfSdbin/sh trap.c

   PR bin/60275 discard less arriving signals

   If the signal state is returned to the default state (SIG_DFL)
   while sh has a pending signal for the process, that it is not
   yet ready to process, then forget the pending signal, and instead
   send it to ourself, so the kernel can take whatever is the default
   action for that signal (if it is just ignored, then we just keep
   on processing, if it kills us, well, it was nice while it lasted!)
VersionDeltaFile
1.59+20-6bin/sh/trap.c
+20-61 files

NetBSD/src RmYbmctsys/uvm/pmap pmap.c pmap_segtab.c

   Annotate page table/directory entry pointer deference with
   atomic_load_relaxed to ensure memory operations aren't fused
   or torn.
VersionDeltaFile
1.93+29-19sys/uvm/pmap/pmap.c
1.36+4-4sys/uvm/pmap/pmap_segtab.c
+33-232 files

NetBSD/src PGUt1Mmdoc 3RDPARTY

   doc/3RDPARTY: new postfix

   Postfix 3.11.3 out.
VersionDeltaFile
1.2206+3-3doc/3RDPARTY
+3-31 files

NetBSD/src 6irLiwHsbin/savecore savecore.8

   savecore.8: switch to https
VersionDeltaFile
1.38+3-3sbin/savecore/savecore.8
+3-31 files

NetBSD/src 7FUJJwvsys/arch/aarch64/include pmap_machdep.h, sys/arch/m68k/include pte_coldfire.h

   Rename pte_prot_nowrite to pte_clear_modify
VersionDeltaFile
1.92+3-3sys/uvm/pmap/pmap.c
1.4+2-2sys/arch/m68k/include/pte_coldfire.h
1.28+2-2sys/arch/mips/include/pte.h
1.13+2-2sys/arch/powerpc/include/booke/pte.h
1.19+2-2sys/arch/riscv/include/pte.h
1.15+2-2sys/arch/aarch64/include/pmap_machdep.h
+13-136 files

NetBSD/src t5sfBMcsys/arch/riscv/include pte.h

   KNF comments
VersionDeltaFile
1.18+11-11sys/arch/riscv/include/pte.h
+11-111 files

NetBSD/src MKyLLE8sys/arch/riscv/riscv pmap_machdep.c

   Remove some empty lines.
VersionDeltaFile
1.28+2-4sys/arch/riscv/riscv/pmap_machdep.c
+2-41 files

NetBSD/src OcCtMEqsys/arch/aarch64/aarch64 pmap.c

   Fix non-DIAGNOSTIC builds
VersionDeltaFile
1.157+3-4sys/arch/aarch64/aarch64/pmap.c
+3-41 files