CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Fri Jun 18 10:57:14 UTC 2021 Modified Files: src/lib/libc/gen: vis.c Log Message: PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.c Also sync with other FreeBSD changes. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/lib/libc/gen/vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: rillig Date: Fri Jun 18 12:54:17 UTC 2021 Modified Files: src/usr.bin/make: main.c Log Message: make: clean up access to character iterator Having both p[0] and *p intermixed was inconsistent. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/usr.bin/make/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/calendar/calendars
Module Name:src Committed By: nia Date: Fri Jun 18 13:13:45 UTC 2021 Modified Files: src/usr.bin/calendar/calendars: calendar.holiday Log Message: June 19 is Juneteenth in USA To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/calendar/calendars/calendar.holiday Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libfido2
Module Name:src Committed By: christos Date: Fri Jun 18 13:57:52 UTC 2021 Modified Files: src/external/bsd/libfido2: Makefile.inc src/external/bsd/libfido2/bin: Makefile.inc src/external/bsd/libfido2/lib: Makefile Log Message: fix sun2 build To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libfido2/Makefile.inc cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libfido2/bin/Makefile.inc cvs rdiff -u -r1.6 -r1.7 src/external/bsd/libfido2/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Fri Jun 18 20:29:00 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix hang on unfinished string literal at end-of-file The input file that triggered this bug was: a"b"c"d Found using afl. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/xlint/lint1/lex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sun2/ramdisk
Module Name:src Committed By: mrg Date: Fri Jun 18 20:30:58 UTC 2021 Modified Files: src/distrib/sun2/ramdisk: Makefile Log Message: make this build with GCC 10. change makefs flags from: density=2048 to: density=3072,bsize=4096,fsize=512,optimization=space so that everything fits again. add some comment GCC flags that may help reduce size a little more. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/distrib/sun2/ramdisk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: riastradh Date: Fri Jun 18 21:58:20 UTC 2021 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: EEE: embrace, extend, extinguish; or eastern equine encephalitis To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/share/misc/acronyms cvs rdiff -u -r1.323 -r1.324 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/libuv/lib
Module Name:src Committed By: mrg Date: Fri Jun 18 22:12:02 UTC 2021 Modified Files: src/external/mit/libuv/lib: Makefile Log Message: don't install the libuv.pc file for pic (but private) libs as well. avoids triggering a makefs warning when building a file system out of the DESTDIR directly, using the METALOG files etc: makefs: Can't open `././libuv.pc' for reading: No such file or directory (the file was installed, and the obsoleted.) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/libuv/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/pci
Module Name:src Committed By: thorpej Date: Fri Jun 18 22:17:53 UTC 2021 Modified Files: src/sys/arch/alpha/pci: apecs.c cia.c irongate.c lca.c mcpcia.c Log Message: Sprinkle some static. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/alpha/pci/apecs.c cvs rdiff -u -r1.75 -r1.76 src/sys/arch/alpha/pci/cia.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/alpha/pci/irongate.c cvs rdiff -u -r1.52 -r1.53 src/sys/arch/alpha/pci/lca.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/alpha/pci/mcpcia.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/pci
Module Name:src Committed By: thorpej Date: Fri Jun 18 22:18:10 UTC 2021 Modified Files: src/sys/arch/alpha/pci: cia_dma.c Log Message: Wrap a couple of long lines. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/alpha/pci/cia_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/conf
Module Name:src Committed By: macallan Date: Fri Jun 18 22:24:51 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc Log Message: defflag LMU_DEBUG and PSOC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/arch/macppc/conf/files.macppc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri Jun 18 22:52:04 UTC 2021 Modified Files: src/sys/arch/macppc/dev: lmu.c Log Message: use opt_lmu.h while there, remove an obsolete comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/macppc/dev/lmu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri Jun 18 22:57:18 UTC 2021 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: use opt_psoc.h, suppress some debug output in !PSOC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/macppc/dev/psoc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/dev
Module Name:src Committed By: macallan Date: Fri Jun 18 23:00:47 UTC 2021 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: do ii2 locking dance in psoc_dump() To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/psoc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: tsutsui Date: Fri Jun 18 23:55:20 UTC 2021 Modified Files: src/distrib/sun2/miniroot: Makefile src/distrib/sun3/miniroot: Makefile Log Message: Replace RELEASE and VERSION strings proplery. sun2 and sun3 don't use MI src/distrib/miniroot/list so this should have been sync'ed with it. http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.36 >> Use proper release version strings ("9.1" rather than "91") in banners. >> >> Also define and use "MACHINE" variable to describe port names >> (no uname(1) or sysctl(8) in miniroot binary list by default). Should be pulled up to netbsd-9. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/distrib/sun2/miniroot/Makefile cvs rdiff -u -r1.49 -r1.50 src/distrib/sun3/miniroot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/miniroot
Module Name:src Committed By: tsutsui Date: Sat Jun 19 00:00:27 UTC 2021 Modified Files: src/distrib/miniroot: install.sub Log Message: Remove netstat(1) calls to print resolver info on upgrade using miniroot. netstat(1) was removed from miniroot 25 years ago. http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/miniroot/list#rev1.5 To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/distrib/miniroot/install.sub Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/miniroot
Module Name:src Committed By: tsutsui Date: Sat Jun 19 00:54:27 UTC 2021 Modified Files: src/distrib/miniroot: install.sub Log Message: The modules and rescue sets are also required on upgrade. Should be pulled up to netbsd-9 and netbsd-8. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/distrib/miniroot/install.sub Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: mlelstv Date: Sat Jun 19 05:50:48 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Relax identification of interfaces and endpoints. Now also attaches headsets like Jabra Evolve 75. To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/usb/uaudio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: mrg Date: Sat Jun 19 06:19:36 UTC 2021 Modified Files: src/doc: CHANGES src/external/gpl3/gcc: README.gcc10 src/share/mk: bsd.own.mk Log Message: switch m68000, m68k and 32 bit arm to GCC 10. just sh3 left! special thanks to rin for fixing arm32. To generate a diff of this commit: cvs rdiff -u -r1.2811 -r1.2812 src/doc/CHANGES cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/README.gcc10 cvs rdiff -u -r1.1256 -r1.1257 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.