NetBSD/src Hvdw878bin/date date.c

   PR lib/58674 (and I suspect, several others)

   Stop expecting strptime(3) in the tools build, it is an XSI
   function, and the tools builds do not set up the environment
   to expect XSI functions to be available.

   This means dropping support for the -f option in the tools date
   (which shouldn't matter, -f sets the format for the string used
   to set the time, which the tools date does not support), and
   open coding parsing for the -d option in the tools build.

   There should be no changes to the date(1) that is installed in /bin

   As a (minor) benefit, the tools -d support has become somewhat
   more flexible than the previous simple strptime() implementation
   allowed, and also does better error checking (no more Feb 30 etc).

   Note: no change to the usage message, if -f is passed to the tools
   date it will elicit a usage which says that -f is supported...
   (that's just laziness...)
VersionDeltaFile
1.68+140-23bin/date/date.c
+140-231 files

NetBSD/src Gb7HgLNbin/date date.1

   Note that the order in which the -u and -d options are given matters.
VersionDeltaFile
1.55+22-2bin/date/date.1
+22-21 files

NetBSD/src lgNBcQUbin/date date.c

   isleap() is not a standard function/macro, so if none of the include
   files have defined a macro of that name, define it ourselves.
VersionDeltaFile
1.67+6-2bin/date/date.c
+6-21 files

NetBSD/src OUphtoFsys/arch/arm/sunxi sunxi_ccu.h

   set CLK_SET_RATE_PARENT for mux type clocks so clk_set_rate() can work
   with this my pinebook can change cpu speed again
   ok jmcneill@
VersionDeltaFile
1.24+2-1sys/arch/arm/sunxi/sunxi_ccu.h
+2-11 files

NetBSD/src CAKqiBminclude time.h

   The prototype for localtime_r needs to be inside the
   #ifndef __LIBC12_SOURCE__ block, as it has a time_t
   parameter, and the compat code needs to be able to
   make that 32 bits instead of 64.
VersionDeltaFile
1.53+2-2include/time.h
+2-21 files

NetBSD/src WCKZbBzinclude time.h

   move gmtime_r in the right ifdefs block, it was not removed in 202405.
VersionDeltaFile
1.52+6-3include/time.h
+6-31 files

NetBSD/src iXuMuehinclude time.h

   asctime_r and ctime_r are no more for POSIX202405
VersionDeltaFile
1.51+7-4include/time.h
+7-41 files

NetBSD/src 2vHTd3Kdoc CHANGES-10.1

   Ticket #868
VersionDeltaFile
1.1.2.34+6-1doc/CHANGES-10.1
+6-11 files

NetBSD/src 3hEJqJusys/miscfs/procfs procfs_vfsops.c

   Pull up following revision(s) (requested by pgoyette in ticket #868):

        sys/miscfs/procfs/procfs_vfsops.c: revision 1.120 (via patch)

   Define dependencies based on build options.
VersionDeltaFile
1.111.4.3+8-3sys/miscfs/procfs/procfs_vfsops.c
+8-31 files

NetBSD/src NjagcY0sys/arch/sparc/conf KRUPS

   sparc/conf/KRUPS: sync with GENERIC clean up

   Not much to do to actually sync it, as changes done to GENERIC were
   also applied to KRUPS, but update the GENERIC version we are supposed
   to be in sync with.

   While here, comment out most of the more exotic file-system and all
   verbose options.

   Leave the wsconf section as is.  The one in GENERIC is messy and is
   not in sync with other wsons ports.
VersionDeltaFile
1.82+20-17sys/arch/sparc/conf/KRUPS
+20-171 files

NetBSD/src ORMGNjOsys/arch/powerpc/booke e500_intr.c

   remove DIAGNOSTIC guard around ipl definition in e500_extintr().

   It is used only for KASSERTMSG() only in this method, but still expects it
   to exist, even if DIAGNOSTIC is not enabled.
VersionDeltaFile
1.49+2-4sys/arch/powerpc/booke/e500_intr.c
+2-41 files

NetBSD/src jsB44Snexternal/bsd/byacc Makefile.inc

   Include the date version (from RVP)
VersionDeltaFile
1.3+3-1external/bsd/byacc/Makefile.inc
+3-11 files

NetBSD/src Uai82Ukdistrib/sets/lists/tests mi

   Mark new if_bridge test files as conditional on RUMP
VersionDeltaFile
1.1338+3-3distrib/sets/lists/tests/mi
+3-31 files

NetBSD/src cR0Z5Aodoc CHANGES-10.1

   Ammend ticket #842 for additional pullups
VersionDeltaFile
1.1.2.33+2-2doc/CHANGES-10.1
+2-21 files

NetBSD/src NWhMVGmlib/libintl gettext.c

   Additionally pull up the following, requested by riastradh in ticket #842:

        lib/libintl/gettext.c   1.33

   Avoid undefined behaviour.
VersionDeltaFile
1.31.8.2+6-4lib/libintl/gettext.c
+6-41 files

NetBSD/src SBg9M9wsys/net if_gif.c

   Drop locks before freeing unreferenced memory in gif_set_tunnel
VersionDeltaFile
1.159+5-4sys/net/if_gif.c
+5-41 files

NetBSD/src N8IRn01sys/net ether_sw_offload.c

   s/chanks/chunks/ and s/chekcsum/checksum/ in comment.
VersionDeltaFile
1.9+3-3sys/net/ether_sw_offload.c
+3-31 files

NetBSD/src GYo4Naisys/dev/acpi genet_acpi.c, sys/dev/fdt genet_fdt.c

   genet(4): Remove the non-MP-safe scaffolding...

   I forgot two files in the previous commit.
VersionDeltaFile
1.6+3-11sys/dev/acpi/genet_acpi.c
1.7+2-10sys/dev/fdt/genet_fdt.c
+5-212 files

NetBSD/src NLCKLu2sys/dev/ic bcmgenet.c bcmgenetvar.h

   genet(4): Remove the non-MP-safe scaffolding.
VersionDeltaFile
1.20+34-56sys/dev/ic/bcmgenet.c
1.5+5-1sys/dev/ic/bcmgenetvar.h
+39-572 files

NetBSD/src UU3a9Knsys/dev/ic dwc_eqos_var.h

   Remove unused struct eqos_softc member
VersionDeltaFile
1.10+1-2sys/dev/ic/dwc_eqos_var.h
+1-21 files

NetBSD/src bLsE1GFsys/arch/macppc/stand/installboot Makefile

   Add a comment this MD installboot(8) should be merged into MI one.
VersionDeltaFile
1.6+11-1sys/arch/macppc/stand/installboot/Makefile
+11-11 files

NetBSD/src T38N8Sddistrib/cdrom boothfs.uue

   Remove generated boothfs binary for macppc bootable installcd.

   It's now built and installed into /usr/mdec.
VersionDeltaFile
1.3+1-1distrib/cdrom/boothfs.uue
+1-11 files

NetBSD/src nFlaJvFetc/etc.macppc Makefile.inc, sys/arch/macppc/stand/boothfs Makefile

   Move macppc bootable installcd stuff to sys/arch/macppc/stand dirs.

   - move installboot (for CD ISO) and mkboothfs (for mkhybrid(8)) tools to
     sys/arch/macppc/stand
   - also build mkboothfs as ${TOOL_MACPPCMKBOOTHFS} in src/tools
   - explicitly generate boothfs file (for mkhybrid(8)) in
     sys/arch/macppc/stand/boothfs and install it into /usr/mdec
   - use installed /usr/mdec/boothfs to create macppc bootable iso
   - move list files for mkhybrid(8) hfs options to etc/etc.macppc
VersionDeltaFile
1.9+167-466sys/arch/macppc/stand/installboot/installboot.c
1.1+167-0sys/arch/macppc/stand/mkboothfs/mkboothfs.c
1.1+134-0sys/arch/macppc/stand/installboot/installboot.h
1.5+25-3sys/arch/macppc/stand/installboot/Makefile
1.14+7-11etc/etc.macppc/Makefile.inc
1.1+14-0sys/arch/macppc/stand/boothfs/Makefile
+514-48015 files not shown
+569-49221 files

NetBSD/src W80rYyOsys/external/bsd/acpica acpica2netbsd

   fix typo, noted by RVP
VersionDeltaFile
1.3+2-2sys/external/bsd/acpica/acpica2netbsd
+2-21 files

NetBSD/src hdR7eUHdoc 3RDPARTY CHANGES

   new byacc
VersionDeltaFile
1.2044+4-4doc/3RDPARTY
1.3094+2-1doc/CHANGES
+6-52 files

NetBSD/src WYLn27Bexternal/bsd/byacc/bin yacc.1

   sync with current man page
VersionDeltaFile
1.10+108-34external/bsd/byacc/bin/yacc.1
+108-341 files

NetBSD/src DU2RdpYsys/arch/vax/include qduser.h

   s/programmming/programming/ in comment.
VersionDeltaFile
1.6+2-2sys/arch/vax/include/qduser.h
+2-21 files

NetBSD/src lKDNYUOexternal/bsd/byacc/dist config.guess reader.c, external/bsd/byacc/dist/test/btyacc btyacc_demo.tab.c

   merge conflicts between 20210109 and 20240109
VersionDeltaFile
1.8+676-557external/bsd/byacc/dist/config.guess
1.21+346-110external/bsd/byacc/dist/reader.c
1.7+203-94external/bsd/byacc/dist/config.sub
1.6+114-60external/bsd/byacc/dist/test/btyacc/btyacc_demo.tab.c
1.20+73-88external/bsd/byacc/dist/defs.h
1.21+126-26external/bsd/byacc/dist/main.c
+1,538-935129 files not shown
+3,382-1,527135 files

NetBSD/src jHewswoexternal/bsd/byacc/dist CHANGES configure

   Import byacc 20240109, previous was 20210109

   Changes:

   2024-01-09  Thomas E. Dickey  <dickey at invisible-island.net>

        * yacc.1: minor cleanup

        * package/debian/copyright: bump

        * configure: regen

        * VERSION, package/byacc.spec, package/debian/changelog,
          package/mingw-byacc.spec, package/pkgsrc/Makefile:
        bump

   2023-12-01  Thomas E. Dickey  <dickey at invisible-island.net>

        * aclocal.m4:

    [1297 lines not shown]
VersionDeltaFile
1.1.1.12+2,858-176external/bsd/byacc/dist/CHANGES
1.1.1.11+1,473-863external/bsd/byacc/dist/configure
1.1.1.12+677-557external/bsd/byacc/dist/config.guess
1.1.1.2+467-220external/bsd/byacc/dist/install-sh
1.1.1.13+519-82external/bsd/byacc/dist/aclocal.m4
1.1.1.12+346-101external/bsd/byacc/dist/reader.c
+6,340-1,999165 files not shown
+9,342-3,178171 files

NetBSD/src Pk74QChsys/dev/ic hd64570.c i82365var.h, sys/dev/pci cs4281.c

   s/intterupt/interrupt/ in comments.
VersionDeltaFile
1.60+3-3sys/dev/pci/cs4281.c
1.62+3-3sys/dev/ic/hd64570.c
1.12+3-3sys/dev/sun/kbdsun.c
1.33+2-2sys/dev/ic/i82365var.h
+11-114 files