NetBSD/src wZVGXOxsys/arch/sparc64/sparc64 autoconf.c

   Add missing newline to debug logging when cpu nodes are ignored
VersionDeltaFile
1.254+5-3sys/arch/sparc64/sparc64/autoconf.c
+5-31 files

NetBSD/src t9sAijpbin/sh sh.1

   Fully describe the new dotglob option

   Move it to the correct place in the list of options (these things
   are sorted!) and flesh out the description of what it (now) does a bit.

   While here, fix some minor markup issues in an earlier revision relating
   to the new -c option to the read built-in.
VersionDeltaFile
1.282+40-11bin/sh/sh.1
+40-111 files

NetBSD/src jEYFZ6ibin/sh expand.c

   sh: fully implement dotglob

   Since dotglob has been created, and is now a sh option, implement
   it fully, not only for filename completion (but not at all in SMALL
   shells).

   When dotglob is enabled '*' (etc) matches filenames beginning with
   a dot (period, '.') as well as everything else.  When it is disabled
   the historic practice of only matching files with names starting with
   a '.' when the pattern starts (that component) with a '.' continues.

   The default (as with most options) is disabled (traditional behaviour).

   Note that the names "." and ".." are unaffected by dotglob, they
   are only ever matched by a pattern starting with '.'.

   Note all of this applies only to filename expansion (aka, glob) and
   libedit's filename completion, and not to any other uses of pattern
   matching in sh.  In all other contexts a '.' is just a character,
   wherever it appears, and is matched just the same as anything else.
VersionDeltaFile
1.152+28-6bin/sh/expand.c
+28-61 files

NetBSD/src reZGxWwlib/libedit editline.3

   Fix typos.

   It not Ir, and DV does not work for Dv.
VersionDeltaFile
1.107+3-3lib/libedit/editline.3
+3-31 files

NetBSD/src N752Gpusys/arch/m68k/m68k pmap_68k.c

   Update to reflect current port-conversion status.
VersionDeltaFile
1.78+7-15sys/arch/m68k/m68k/pmap_68k.c
+7-151 files

NetBSD/src OgIruDxbin/sh option.list

   /bin/sh option list, don't include dotglob in SMALL shells

   dotglob is only (currently) used for file completion via libedit.
   None of that is included in SMALL shells, so the new dotglob option
   is pointless there (just occupies space), just exclude it.
VersionDeltaFile
1.15+2-2bin/sh/option.list
+2-21 files

NetBSD/src KF1BgFFsys/arch/luna68k/conf std.luna68k, sys/arch/news68k/conf std.news68k

   Switch luna68k and news68k over to the new pmap_68k.  Thanks tsutsui@
   for testing!
VersionDeltaFile
1.9+2-2sys/arch/news68k/conf/std.news68k
1.10+2-2sys/arch/luna68k/conf/std.luna68k
+4-42 files

NetBSD/src EUYUhMAlib/libedit filecomplete.c

   Only match "." and ".." if the filename is non-empty & starts with '.',
   regardless of the state of MATCH_HIDDEN_FILES.  That's the way bash
   actually works, and makes sense.

   Also, while here, don't allow calling the completion function to
   alter the "match_hidden_files" setting set by EL_MATCH_HIDDEN_FILES
   (or not permanently, only for the current match process).

   Also, have fn_complete() call fn_complete2() using MATCH_HIDDEN_FILES
   if EL_MATCH_HIDDEN_FILES has been set.   This gives some purpose to
   the global setting, which was otherwise doing nothing at all.

   And make the default be to match hidden files (the way libedit used to
   work) which seems likely to have been the intent.
VersionDeltaFile
1.77+35-8lib/libedit/filecomplete.c
+35-81 files

NetBSD/src 4c6Ct7zusr.sbin/sysinst mbr.c

   sysinst(8): Replace nonstandard SIZE_T_MAX by standard SIZE_T.
VersionDeltaFile
1.50+2-2usr.sbin/sysinst/mbr.c
+2-21 files

NetBSD/src 6PtTMkiusr.sbin/kvm_mkdb nlist_elf32.c nlist_ecoff.c

   kvm_mkdb(8): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.

   Should we delete this?  It was unhooked from the build in 2003 and it
   no longer builds now:

   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c: In function 'main':
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:133:24: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     133 |                 dbname = _PATH_KVMDB;
         |                        ^
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:155:35: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     155 |                         nlistpath = _PATH_KSYMS;
         |                                   ^
   /home/riastradh/netbsd/current/src/usr.sbin/kvm_mkdb/kvm_mkdb.c:157:35: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
     157 |                         nlistpath = _PATH_UNIX;
         |                                   ^
VersionDeltaFile
1.20+3-3usr.sbin/kvm_mkdb/nlist_elf32.c
1.12+3-3usr.sbin/kvm_mkdb/nlist_ecoff.c
1.9+3-3usr.sbin/kvm_mkdb/nlist_coff.c
+9-93 files

NetBSD/src RKfSHWVusr.bin/wall wall.c

   wall(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.31+3-3usr.bin/wall/wall.c
+3-31 files

NetBSD/src EEYj2u0usr.bin/tail reverse.c

   tail(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.25+3-3usr.bin/tail/reverse.c
+3-31 files

NetBSD/src 8jF4ovAusr.bin/spell/spellprog spellprog.c

   spell(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.11+2-2usr.bin/spell/spellprog/spellprog.c
+2-21 files

NetBSD/src N2wAWeGusr.bin/sdiff sdiff.c

   sdiff(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.4+5-5usr.bin/sdiff/sdiff.c
+5-51 files

NetBSD/src WcdkCrnusr.bin/fmt fmt.c

   fmt(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.34+3-3usr.bin/fmt/fmt.c
+3-31 files

NetBSD/src 1LJboCKusr.bin/crunch/crunchide exec_coff.c

   crunch(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.8+3-3usr.bin/crunch/crunchide/exec_coff.c
+3-31 files

NetBSD/src zQGuh5Ntests/lib/libc/db h_db.c

   tests: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.

   (Can we remove the #ifdef NOT_PORTABLE now?)
VersionDeltaFile
1.4+3-3tests/lib/libc/db/h_db.c
+3-31 files

NetBSD/src SaYSXagsys/uvm uvm_swap.c

   uvm: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.236+3-3sys/uvm/uvm_swap.c
+3-31 files

NetBSD/src ztw96a9sys/ufs/lfs lfs_syscalls.c

   lfs: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.181+5-5sys/ufs/lfs/lfs_syscalls.c
+5-51 files

NetBSD/src sRS0cT6sys/arch/i386/stand/lib exec_multiboot2.c

   sys/i386/stand: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.10+3-3sys/arch/i386/stand/lib/exec_multiboot2.c
+3-31 files

NetBSD/src klUmvJ3lib/libwrap expandm.c

   libwrap: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.14+3-3lib/libwrap/expandm.c
+3-31 files

NetBSD/src jiLP6eslib/libc/gen nlist_elf32.c nlist_ecoff.c, lib/libc/stdio vswscanf.c

   libc: Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.65+4-4lib/libc/stdlib/jemalloc.c
1.13+3-3lib/libc/stdio/vswscanf.c
1.40+3-3lib/libc/gen/nlist_elf32.c
1.25+3-3lib/libc/gen/nlist_ecoff.c
1.14+3-3lib/libc/gen/nlist_coff.c
1.25+3-3lib/libc/gen/nlist_aout.c
+19-192 files not shown
+25-258 files

NetBSD/src dHJ6w2vbin/ls util.c

   ls(1): Replace nonstandard SIZE_T_MAX by standard SIZE_MAX.
VersionDeltaFile
1.35+3-3bin/ls/util.c
+3-31 files

NetBSD/src GfIqd0Qlibexec/ld.elf_so/arch/vax rtld_start.S

   ld.elf_so: vax: XXX Temporarily disable DEBUG code

   which has been introduced by rtld_start.S,v 1.21:
   https://cvsweb.netbsd.org/bsdweb.cgi/src/libexec/ld.elf_so/arch/vax/rtld_start.S#rev1.21

   Due to this code, /bin/sh dies by `Fatal error`, which results in:
   PR port-vax/60478 releng testbed is busted on VAX
VersionDeltaFile
1.26+2-2libexec/ld.elf_so/arch/vax/rtld_start.S
+2-21 files

NetBSD/src LVtKFwHlib/libedit readline.c

   libedit: Use the standard SIZE_MAX, not nonstandard SIZE_T_MAX.

   Cleanup after:

   PR lib/60593: libedit: buffer overruns and arithmetic overflow
VersionDeltaFile
1.187+3-3lib/libedit/readline.c
+3-31 files

NetBSD/src sf28Qo0sys/arch/amiga/dev grf_cl.c, sys/arch/arm/include/arm32 pmap.h

   s/forcably/forcibly/ and couple more typos in comments.
VersionDeltaFile
1.220+3-3sys/miscfs/specfs/spec_vnops.c
1.73+3-3sys/miscfs/genfs/layer_vnops.c
1.27+3-3sys/arch/hppa/hppa/machdep.c
1.59+3-3sys/arch/amiga/dev/grf_cl.c
1.181+2-2sys/arch/arm/include/arm32/pmap.h
+14-145 files

NetBSD/src 5A44wORlib/libedit filecomplete.c

   Fix typo in comment.
VersionDeltaFile
1.76+3-3lib/libedit/filecomplete.c
+3-31 files

NetBSD/src nuD5h9ylib/libedit editline.3

   fix quoting a period
VersionDeltaFile
1.106+2-3lib/libedit/editline.3
+2-31 files

NetBSD/src YVFIB4abin/sh option.list histedit.c

   Use and document dotglob to enable matching hidden files in file completion.
VersionDeltaFile
1.281+8-2bin/sh/sh.1
1.75+5-3bin/sh/histedit.c
1.14+2-1bin/sh/option.list
+15-63 files

NetBSD/src recDiK0lib/libedit histedit.h editline.3

   Add glue for match hidden files.
VersionDeltaFile
1.50+10-9lib/libedit/el.h
1.105+14-2lib/libedit/el.c
1.105+13-2lib/libedit/editline.3
1.65+2-1lib/libedit/histedit.h
+39-144 files