NetBSD/src EGDANYUlibexec/httpd bozohttpd.8 CHANGES

   Bump bozohttpd version to today for mobile-friendly directory listing
VersionDeltaFile
1.97+3-3libexec/httpd/bozohttpd.8
1.56+4-1libexec/httpd/CHANGES
1.147+2-2libexec/httpd/bozohttpd.c
+9-63 files

NetBSD/src qauBAg4sys/external/bsd/drm2/linux linux_sync_file.c

   linux_sync_file: Fix missing init/fini steps.

   Noted by rjs@.

   PR kern/58210
VersionDeltaFile
1.3+7-3sys/external/bsd/drm2/linux/linux_sync_file.c
+7-31 files

NetBSD/src IdyTCcmusr.bin/make buf.c var.c

   make: don't reallocate memory after evaluating an expression

   When an expression is evaluated, the resulting text is short-lived in
   almost all cases.  In particular, the compaction neither affects the
   target names nor the global variable values, which are the prime
   candidates for permanent memory usage.
VersionDeltaFile
1.58+2-29usr.bin/make/buf.c
1.1108+3-3usr.bin/make/var.c
1.50+1-2usr.bin/make/buf.h
+6-343 files

NetBSD/src Uq7czXJdistrib/sets/lists/tests mi, etc/mtree NetBSD.dist.tests

   tests/cd9660: replace compressed blob with readable hexdump

   This test is skipped in most circumstances because it creates a file
   whose apparent size is 4.5 GB.  It's an ISO 9660 image though,
   containing mostly null bytes.  Nevertheless, tmpfs doesn't allow such a
   big file to be created, so this test is skipped in settings where /tmp
   is on a tmpfs.

   If the test is run, the ISO image is uncompressed, which takes several
   minutes.  Replace bzip2 with direct file creation from a hex dump of
   that disk image, which is easier to inspect manually and also faster by
   about 3 magnitudes.
VersionDeltaFile
1.1+278-0tests/fs/cd9660/pr_48787.image.hex
1.1+100-0tests/fs/cd9660/h_hexdump_r.c
1.2+8-7tests/fs/cd9660/Makefile
1.6+6-3tests/fs/cd9660/t_high_ino_big_file.sh
1.1314+5-2distrib/sets/lists/tests/mi
1.205+2-1etc/mtree/NetBSD.dist.tests
+399-131 files not shown
+399-137 files

NetBSD/src UEd2R9gdoc CHANGES-10.1

   Tickets #672 - #681
VersionDeltaFile
1.1.2.7+72-1doc/CHANGES-10.1
+72-11 files

NetBSD/src KE7U4LOetc Makefile

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

        etc/Makefile: revision 1.470

   PR/58200: Kouichi Hashikawa: ./makeobsolete uses platform's sed
VersionDeltaFile
1.466.2.2+3-3etc/Makefile
+3-31 files

NetBSD/src cZuH0folibexec/httpd dir-index-bozo.c

   Pull up following revision(s) (requested by maya in ticket #680):

        libexec/httpd/dir-index-bozo.c: revision 1.37

   Create mobile-friendly directory listings

   A typical mobile browser on a smartphone assumes a page without a "viewport"
   <meta> tag is designed for desktop browsers. It displays the page in a
   virtual window that simulates a wider screen and does not adjust it for
   the phone's pixel density. The usual result is that the content on the page
   looks small, and interacting with the page comfortably and precisely requires
   zoom. This is currently the case with bozohttpd directory listing pages.
   from D. Bohdan in PR bin/57962
VersionDeltaFile
1.36.2.1+2-1libexec/httpd/dir-index-bozo.c
+2-11 files

NetBSD/src t0nRYYwdoc CHANGES-9.5

   Tickets #1836 and #1837
VersionDeltaFile
1.1.2.2+13-1doc/CHANGES-9.5
+13-11 files

NetBSD/src Efz29YWsys/dev/usb usbdevs_data.h usbdevs.h

   Regen for ticket #1837
VersionDeltaFile
1.760.4.14+3,327-3,264sys/dev/usb/usbdevs_data.h
1.760.4.14+22-1sys/dev/usb/usbdevs.h
+3,349-3,2652 files

NetBSD/src 374V7QNsys/dev/usb uftdi.c usbdevs

   Pull up following revision(s) (requested by maya in ticket #1837):

        sys/dev/usb/uftdi.c: revision 1.78
        sys/dev/usb/usbdevs: revision 1.815

   Add some USB serial adapters
   From Cameron Williams in PR kern/58127

   Add support for a range of USB serial adapters
   From Cameron Williams in PR kern/58127
VersionDeltaFile
1.70.2.1+21-2sys/dev/usb/uftdi.c
1.770.4.14+22-1sys/dev/usb/usbdevs
+43-32 files

NetBSD/src v0WmH89sys/dev/usb usbdevs_data.h usbdevs.h

   Regen for ticket #679
VersionDeltaFile
1.798.4.3+3,369-3,306sys/dev/usb/usbdevs_data.h
1.798.4.3+22-1sys/dev/usb/usbdevs.h
+3,391-3,3072 files

NetBSD/src 6f2pillsys/dev/usb uftdi.c usbdevs

   Pull up following revision(s) (requested by maya in ticket #679):

        sys/dev/usb/uftdi.c: revision 1.78
        sys/dev/usb/usbdevs: revision 1.815

   Add some USB serial adapters
   From Cameron Williams in PR kern/58127

   Add support for a range of USB serial adapters
   From Cameron Williams in PR kern/58127
VersionDeltaFile
1.76.6.3+21-2sys/dev/usb/uftdi.c
1.806.4.3+22-1sys/dev/usb/usbdevs
+43-32 files

NetBSD/src 9MxfIHDlib/libc/gen usleep.3 usleep.c

   Pull up following revision(s) (requested by jdolecek in ticket #678):

        lib/libc/gen/usleep.c: revision 1.21
        lib/libc/gen/usleep.3: revision 1.20
        lib/libc/gen/usleep.3: revision 1.21

   allow usleep(3) with useconds >= 1000000

   update manpage to mention this interface is obsolete, remove
   EINVAL from the ERRORS and mention EINTR instead.

   PR lib/58184 by Taylor R Campbell

   it's nanosleep(2), not nanosleep(3)
VersionDeltaFile
1.19.56.1+10-13lib/libc/gen/usleep.3
1.20.42.1+4-9lib/libc/gen/usleep.c
+14-222 files

NetBSD/src YEaRqNlexternal/gpl3/gcc/dist/gcc/cp cfns.h, usr.sbin/mtree create.c

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

        usr.sbin/mtree/create.c: revision 1.78
        external/gpl3/gcc.old/dist/gcc/cp/cfns.h: revision 1.12
        (applied to external/gpl3/gcc/dist/gcc/cp/cfns.h)

   For the NetBSD tools build we provide our own fts.h not FreeBSD's so the
   comparator should have the NetBSD signature.

   Fix gcc build on FreeBSD 14 (and possibly other systems using clang >= 16).
   Pointed out by Eirik �verby.
   OK mrg@
VersionDeltaFile
1.7.6.1+6-6external/gpl3/gcc/dist/gcc/cp/cfns.h
1.76.10.1+3-3usr.sbin/mtree/create.c
+9-92 files

NetBSD/src 1KDn8x6sys/dev/usb uftdi.c

   Pull up following revision(s) (requested by thorpej in ticket #676):

        sys/dev/usb/uftdi.c: revision 1.79

   Add a match quirk to prevent matching any interface on SiPEED FPGA
   development boards (e.g. Tang Nano 9K).  The FT2232s on these boards
   are wired up only for JTAG.
VersionDeltaFile
1.76.6.2+16-4sys/dev/usb/uftdi.c
+16-41 files

NetBSD/src kJxooOOtests/lib Makefile

   tests/lib/Makefile: Hook up libstdc++.
VersionDeltaFile
1.36+3-3tests/lib/Makefile
+3-31 files

NetBSD/src 7WfgIw6sbin/raidctl raidctl.c raidctl.8

   Pull up following revision(s) (requested by oster in ticket #675):

        sbin/raidctl/raidctl.8: revision 1.81
        sbin/raidctl/raidctl.c: revision 1.80

   Implement command-line configuration of simple RAID sets with raidctl
   based on the usage pattern:

    raidctl <device> create <level> <component1> <component2> ...

   For example,

    raidctl raid0 create mirror absent /dev/wd1e

   will create a RAID level 1 (mirror) set with an absent first component
   and /dev/wd1e as the second component. The resulting RAID device will
   be marked as auto-configurable, will have a serial number set (based
   on the current time), and parity will be initialized. Reasonable
   performance values are automatically used by default for other parameters

    [3 lines not shown]
VersionDeltaFile
1.78.2.2+161-10sbin/raidctl/raidctl.c
1.79.2.2+63-3sbin/raidctl/raidctl.8
+224-132 files

NetBSD/src Z8vwXqwsbin/raidctl raidctl.8 raidctl.c, sys/dev/raidframe rf_disks.c rf_netbsdkintf.c

   Pull up following revision(s) (requested by oster in ticket #674):

        sys/dev/raidframe/rf_raid.h: revision 1.52
        sbin/raidctl/raidctl.8: revision 1.80
        sys/dev/raidframe/rf_driver.c: revision 1.141
        sys/dev/raidframe/rf_disks.c: revision 1.94
        sys/dev/raidframe/rf_diskqueue.c: revision 1.64
        sys/dev/raidframe/rf_diskqueue.h: revision 1.30
        sys/dev/raidframe/rf_disks.h: revision 1.15
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.414
        sys/dev/raidframe/rf_reconstruct.c: revision 1.129
        sys/dev/raidframe/raidframeio.h: revision 1.12
        sbin/raidctl/raidctl.c: revision 1.79

   Implement hot removal of spares and components. From manu@.

   Implement a long desired feature of automatically incorporating
   a used spare into the array after a reconstruct.


    [22 lines not shown]
VersionDeltaFile
1.93.4.1+205-49sys/dev/raidframe/rf_disks.c
1.79.2.1+11-63sbin/raidctl/raidctl.8
1.410.4.4+35-19sys/dev/raidframe/rf_netbsdkintf.c
1.127.10.2+32-12sys/dev/raidframe/rf_reconstruct.c
1.78.2.1+18-14sbin/raidctl/raidctl.c
1.63.4.1+10-3sys/dev/raidframe/rf_diskqueue.c
+311-1605 files not shown
+332-17311 files

NetBSD/src LghL9yxsys/arch/hppa/include types.h

   Whitespace
VersionDeltaFile
1.33+3-3sys/arch/hppa/include/types.h
+3-31 files

NetBSD/src VsHSPRtdoc CHANGES-8.3

   Ticket #1960
VersionDeltaFile
1.1.2.229+6-1doc/CHANGES-8.3
+6-11 files

NetBSD/src WjkBSa4sys/netinet6 frag6.c

   Pull up following revision(s) (requested by ozaki-r in ticket #1960):

        sys/netinet6/frag6.c: revision 1.78

   frag6: fix calculation of fragment length

   Because of the miscalculation, 32 bytes fragmented IPv6 packets
   have been wrongly dropped.

   See https://mail-index.netbsd.org/tech-net/2024/04/14/msg008741.html
   for more details.

   Patch from Yasuyuki KOZAKAI (with minor tweaks)
VersionDeltaFile
1.60.6.7+6-6sys/netinet6/frag6.c
+6-61 files

NetBSD/src JTXAFKIsys/netinet6 frag6.c

   Pull up following revision(s) (requested by ozaki-r in ticket #1836):

        sys/netinet6/frag6.c: revision 1.78

   frag6: fix calculation of fragment length

   Because of the miscalculation, 32 bytes fragmented IPv6 packets
   have been wrongly dropped.

   See https://mail-index.netbsd.org/tech-net/2024/04/14/msg008741.html
   for more details.

   Patch from Yasuyuki KOZAKAI (with minor tweaks)
VersionDeltaFile
1.74.6.2+6-6sys/netinet6/frag6.c
+6-61 files

NetBSD/src tr8dTaIdoc CHANGES-9.5 README.files, external/gpl2/groff/tmac mdoc.local

   file CHANGES-9.5 was initially added on branch netbsd-9.
VersionDeltaFile
1.1.2.1+14-0doc/CHANGES-9.5
1.5.6.13+3-3external/gpl2/groff/tmac/mdoc.local
1.599.2.15+2-2sys/sys/param.h
1.5.26.3+2-1doc/README.files
1.1+0-0doc/CHANGES-9.5
+21-65 files

NetBSD/src B1MuAl8sys/netinet6 frag6.c

   Pull up following revision(s) (requested by ozaki-r in ticket #673):

        sys/netinet6/frag6.c: revision 1.78

   frag6: fix calculation of fragment length

   Because of the miscalculation, 32 bytes fragmented IPv6 packets
   have been wrongly dropped.

   See https://mail-index.netbsd.org/tech-net/2024/04/14/msg008741.html
   for more details.

   Patch from Yasuyuki KOZAKAI (with minor tweaks)
VersionDeltaFile
1.76.2.1+6-6sys/netinet6/frag6.c
+6-61 files

NetBSD/src UbpfR7hdistrib/sets/lists/xbase mi, external/mit/xorg/bin/xsetwallpaper Makefile

   Pull up following revision(s) (requested by jakllsch in ticket #672):

        distrib/sets/lists/xbase/mi: revision 1.175
        external/mit/xorg/bin/xsetwallpaper/Makefile: revision 1.6

   Install xsetwallpaper(1) manual page
   Should fix PR 58172.
VersionDeltaFile
1.172.2.1+4-1distrib/sets/lists/xbase/mi
1.5.2.1+1-3external/mit/xorg/bin/xsetwallpaper/Makefile
+5-42 files

NetBSD/src vNgptICsys/dev/usb ohci.c

   Fix some usb_syncmem calls and add some missing ones.
VersionDeltaFile
1.328+33-12sys/dev/usb/ohci.c
+33-121 files

NetBSD/src MEA6xCrsys/arch/i386/conf LEGACY

   i386: disable DRMKMS drivers in LEGACY kernel (this is for ISA)
VersionDeltaFile
1.3+10-1sys/arch/i386/conf/LEGACY
+10-11 files

NetBSD/src 8purVYYshare/mk bsd.own.mk

   Turn off MKAMDGPUFIRMWARE on i386

   It's too big for the i386 install media and not useful on either
   pre-2012 hardware or the kinds of embedded systems where i386 still
   thrived after 2012.

   (The build of the kernel parts of amdgpu on i386 is nevertheless useful
   for finding obscure bugs.)

   "go for it" riastradh
VersionDeltaFile
1.1373+1-2share/mk/bsd.own.mk
+1-21 files

NetBSD/src FMBi315sys/dev/usb ohci.c

   Whitespace.
VersionDeltaFile
1.327+4-4sys/dev/usb/ohci.c
+4-41 files

NetBSD/src MCYfSwttests/fs/tmpfs t_rename.sh t_rmdir.sh, tests/modules t_modload.sh

   tests: replace deprecated '-s eq:...' with '-s exit:...'
VersionDeltaFile
1.2+88-88tests/usr.bin/id/t_id.sh
1.6+82-82tests/fs/tmpfs/t_rename.sh
1.3+34-34tests/usr.bin/netpgpverify/Testspec
1.6+33-33tests/fs/tmpfs/t_rmdir.sh
1.5+31-31tests/usr.bin/netpgpverify/t_netpgpverify.sh
1.14+29-29tests/modules/t_modload.sh
+297-29740 files not shown
+602-60246 files