CVS commit: src/share/man/man4
Module Name:src Committed By: nia Date: Sat Mar 27 08:01:21 UTC 2021 Modified Files: src/share/man/man4: usb.4 Log Message: Add uxrcom(4) To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/share/man/man4/usb.4 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
Module Name:src Committed By: rillig Date: Sat Mar 27 11:08:00 UTC 2021 Modified Files: src/usr.bin/xlint/common: emit.c inittyp.c src/usr.bin/xlint/lint1: decl.c lex.c tree.c src/usr.bin/xlint/lint2: msg.c Log Message: lint: remove space between 'sizeof (' No functional change. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/xlint/common/emit.c cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xlint/common/inittyp.c cvs rdiff -u -r1.162 -r1.163 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.17 -r1.18 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.251 -r1.252 src/usr.bin/xlint/lint1/tree.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/xlint/lint2/msg.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 11:47:59 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: externs1.h mem1.c Log Message: lint: remove unused fnalloc To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.28 -r1.29 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 11:50:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: externs1.h main1.c mem1.c Log Message: lint: rename fnaddreplsrcdir to something less cryptic No functional change. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.39 -r1.40 src/usr.bin/xlint/lint1/main1.c cvs rdiff -u -r1.29 -r1.30 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 11:54:35 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: reduce indentation in fnnalloc No functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 12:01:49 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: rename types in filename management No functional change. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 12:10:41 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: rename srchfn to search_filename, return const value No functional change. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 12:14:49 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: rename global variables in filename management No functional change. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.bin/xlint/lint1/mem1.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
Module Name:src Committed By: jmcneill Date: Sat Mar 27 12:15:09 UTC 2021 Modified Files: src/sys/arch/aarch64/include: cpu.h src/sys/arch/arm/include: cpu.h src/sys/arch/arm/pic: pic.c pic_splfuncs.c picvar.h Log Message: Revert recent pic optimizations until I have more time to work on this. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/aarch64/include/cpu.h cvs rdiff -u -r1.116 -r1.117 src/sys/arch/arm/include/cpu.h cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/pic/pic.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/pic/pic_splfuncs.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/pic/picvar.h 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: Sat Mar 27 12:17:22 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: rename filename_replacement.len to orig_len No functional change. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 12:24:43 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: lint: clean up code for filename management In add_directory_replacement, the expression 'r->repl - r->orig' looked strange, as if two pointers into separate objects were subtracted. The code was probably optimized to a particular compiler on a particular platform to generate fast and simple code. Since compilers have made considerable progress over the last 25 years, optimize the code for human legibility instead. The compilers will somehow cope with that. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/xlint/lint1/mem1.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 12:32:19 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: emit1.c externs1.h lex.c mem1.c Log Message: lint: rename filename management functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/xlint/lint1/emit1.c cvs rdiff -u -r1.89 -r1.90 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.18 -r1.19 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.36 -r1.37 src/usr.bin/xlint/lint1/mem1.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/xlint
Module Name:src Committed By: rillig Date: Sat Mar 27 12:42:22 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: decl.c err.c externs1.h lex.c lint1.h Log Message: lint: rename LERROR to INTERNAL_ERROR The '#ifndef' in tyname.c is meant to distinguish between lint1 and lint2, it is not meant to be defined from anywhere outside the lint code itself. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/xlint/common/tyname.c cvs rdiff -u -r1.163 -r1.164 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.95 -r1.96 src/usr.bin/xlint/lint1/err.c cvs rdiff -u -r1.90 -r1.91 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.89 -r1.90 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/usb
Module Name:src Committed By: martin Date: Sat Mar 27 13:00:45 UTC 2021 Modified Files: src/sys/dev/usb [netbsd-9]: usbdevs Log Message: Pull up following revision(s) (requested by nia in ticket #1236): sys/dev/usb/usbdevs: revision 1.793 correct usb device id for BELKIN F5D7050E matches freebsd / openbsd (sources of urtw driver), various online sources PR kern/56056 To generate a diff of this commit: cvs rdiff -u -r1.770.4.7 -r1.770.4.8 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/dev/usb
Module Name:src Committed By: martin Date: Sat Mar 27 13:02:00 UTC 2021 Modified Files: src/sys/dev/usb [netbsd-9]: usbdevs.h usbdevs_data.h Log Message: regen for ticket #1236 (BELKIN F5D7050E fix) To generate a diff of this commit: cvs rdiff -u -r1.760.4.7 -r1.760.4.8 src/sys/dev/usb/usbdevs.h \ src/sys/dev/usb/usbdevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Mar 27 13:02:49 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1236 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-9.2 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: Sat Mar 27 13:08:20 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: merge duplicate code in initialization No functional change. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/dev/usb
Module Name:src Committed By: martin Date: Sat Mar 27 13:09:46 UTC 2021 Modified Files: src/sys/dev/usb [netbsd-8]: usbdevs Log Message: Pull up following revision(s) (requested by nia in ticket #1667): sys/dev/usb/usbdevs: revision 1.793 correct usb device id for BELKIN F5D7050E matches freebsd / openbsd (sources of urtw driver), various online sources PR kern/56056 To generate a diff of this commit: cvs rdiff -u -r1.736.2.6 -r1.736.2.7 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/dev/usb
Module Name:src Committed By: martin Date: Sat Mar 27 13:10:45 UTC 2021 Modified Files: src/sys/dev/usb [netbsd-8]: usbdevs.h usbdevs_data.h Log Message: Regen for ticket #1667 (BELKIN F5D7050E fix) To generate a diff of this commit: cvs rdiff -u -r1.727.2.6 -r1.727.2.7 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.728.2.6 -r1.728.2.7 src/sys/dev/usb/usbdevs_data.h 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: Sat Mar 27 13:17:43 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: fix and update comments about initialization To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 13:28:03 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: do not force tests to start with 'd_' Using only parts of the test name files in t_integration.sh made it unnecessarily difficult to find a test based on its filename. The tests for the individual messages already have a different prefix. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/tests/usr.bin/xlint/lint1/t_integration.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/libexec/httpd
Module Name:src Committed By: martin Date: Sat Mar 27 13:38:52 UTC 2021 Modified Files: src/libexec/httpd [netbsd-8]: CHANGES Makefile Makefile.boot auth-bozo.c bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c daemon-bozo.c dir-index-bozo.c main.c printenv.lua ssl-bozo.c src/libexec/httpd/libbozohttpd [netbsd-8]: Makefile libbozohttpd.3 src/libexec/httpd/small [netbsd-8]: Makefile src/libexec/httpd/testsuite [netbsd-8]: Makefile Added Files: src/libexec/httpd/testsuite [netbsd-8]: t16.in t16.out t17.in t17.out t18.in t18.out Log Message: Pull up the following via patch, requested by mrg in ticket #1668: Makefile1.30-1.31 Makefile.boot 1.7-1.9 auth-bozo.c 1.25-1.26 bozohttpd.8 1.80-1.87 bozohttpd.c 1.114-1.123,1.125-1.128 bozohttpd.h 1.61-1.68 cgi-bozo.c 1.49-1.53 content-bozo.c 1.17-1.20 daemon-bozo.c 1-.22 dir-index-bozo.c1.33-1.34 main.c 1.23-1.27 printenv.lua1.4-1.5 ssl-bozo.c 1.27-1.29 libbozohttpd/libbozohttpd.3 1.5-1.6 small/Makefile 1.4 testsuite/Makefile 1.14 testsuite/t16.in1.1 testsuite/t16.out 1.1 testsuite/t17.in1.1 testsuite/t17.out 1.1 testsuite/t18.in1.1 testsuite/t18.out 1.1 Update to bozohttpd 20210227. changes in bozohttpd 20210227: o new support for content types: .tar.bz2, .tar.xz, .tar.lz, .tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma, .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix netbsd PR#56026: MIME type of .tar.xz file on ny{cdn,ftp}.NetBSD.org is invalid changes in bozohttpd 20210211: o fix various NULL derefs from malformed headers. mostly from . o fix memory leaks in library interface: add bozo_cleanup(). changes in bozohttpd 20201014: o also set -D_GNU_SOURCE in Makefile.boot. from hadrien.lac...@posteo.net. o fix array size botch (assertion, not exploitable.) from mar...@netbsd.org. o also match %2F as well as %2f. from l...@vuxu.org. o many manual and help fixes. clean ups for higher lint levels, consistency/style clean ups. various option fixes including made -f imply -b. from for freebsd. changes in bozohttpd 20200912: o add .m4a and .m4v file extensions. changes in bozohttpd 20200820: o make this work on sun2 by reducing mmap window there. o fix SSL shutdown sequence. from s...@netbsd.org. o add readme support to directory indexing. from jmcne...@netbsd.org o add blocklist(8) support. from jru...@netbsd.org. To generate a diff of this commit: cvs rdiff -u -r1.25.4.3 -r1.25.4.4 src/libexec/httpd/CHANGES cvs rdiff -u -r1.27.2.1 -r1.27.2.2 src/libexec/httpd/Makefile cvs rdiff -u -r1.6 -r1.6.18.1 src/libexec/httpd/Makefile.boot cvs rdiff -u -r1.18.8.2 -r1.18.8.3 src/libexec/httpd/auth-bozo.c cvs rdiff -u -r1.65.4.2 -r1.65.4.3 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.86.4.5 -r1.86.4.6 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.47.4.3 -r1.47.4.4 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.37.4.4 -r1.37.4.5 src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.14.6.1 -r1.14.6.2 src/libexec/httpd/content-bozo.c cvs rdiff -u -r1.17.8.2 -r1.17.8.3 src/libexec/httpd/daemon-bozo.c cvs rdiff -u -r1.25.8.2 -r1.25.8.3 src/libexec/httpd/dir-index-bozo.c cvs rdiff -u -r1.16.6.2 -r1.16.6.3 src/libexec/httpd/main.c cvs rdiff -u -r1.3 -r1.3.8.1 src/libexec/httpd/printenv.lua cvs rdiff -u -r1.22.8.2 -r1.22.8.3 src/libexec/httpd/ssl-bozo.c cvs rdiff -u -r1.3 -r1.3.2.1 src/libexec/httpd/libbozohttpd/Makefile cvs rdiff -u -r1.4 -r1.4.4.1 src/libexec/httpd/libbozohttpd/libbozohttpd.3 cvs rdiff -u -r1.3 -r1.3.16.1 src/libexec/httpd/small/Makefile cvs rdiff -u -r1.7.4.2 -r1.7.4.3 src/libexec/httpd/testsuite/Makefile cvs rdiff -u -r0 -r1.1.2.2 src/libexec/httpd/testsuite/t16.in \ src/libexec/httpd/testsuite/t17.in src/libexec/httpd/testsuite/t18.in cvs rdiff -u -r0 -r1.1.4.2 src/libexec/httpd/testsuite/t16.out \ src/libexec/httpd/testsuite/t17.out src/libexec/httpd/testsuite/t18.out Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sat Mar 27 13:41:50 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1667 and #1668 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 13:59:18 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_complex_split.c d_cast_lhs.c d_ellipsis_in_switch.c d_gcc_compound_statements1.c d_nolimit_init.c t_integration.sh Log Message: tests/lint: move description of tests into the tests themselves In most cases the descriptions didn't add much to the test name anyway. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/d_c99_complex_split.c cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/d_cast_lhs.c \ src/tests/usr.bin/xlint/lint1/d_ellipsis_in_switch.c \ src/tests/usr.bin/xlint/lint1/d_gcc_compound_statements1.c cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/d_nolimit_init.c cvs rdiff -u -r1.35 -r1.36 src/tests/usr.bin/xlint/lint1/t_integration.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src
Module Name:src Committed By: martin Date: Sat Mar 27 14:35:15 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/dist [netbsd-9]: AUTHORS CHANGES CONTRIBUTING Configure INSTALL NEWS NOTES.ANDROID NOTES.PERL NOTES.VMS NOTES.WIN README appveyor.yml config e_os.h src/crypto/external/bsd/openssl/dist/Configurations [netbsd-9]: 10-main.conf descrip.mms.tmpl unix-Makefile.tmpl windows-makefile.tmpl src/crypto/external/bsd/openssl/dist/apps [netbsd-9]: ca.c cms.c genpkey.c rsa8192.pem s_cb.c s_client.c s_time.c x509.c src/crypto/external/bsd/openssl/dist/crypto [netbsd-9]: armcap.c mem_sec.c o_str.c o_time.c ppccap.c src/crypto/external/bsd/openssl/dist/crypto/aes [netbsd-9]: aes_core.c aes_ige.c src/crypto/external/bsd/openssl/dist/crypto/aes/asm [netbsd-9]: aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl aesv8-armx.pl src/crypto/external/bsd/openssl/dist/crypto/asn1 [netbsd-9]: asn1_err.c asn1_par.c bio_ndef.c charmap.h d2i_pr.c tasn_dec.c tasn_enc.c x_algor.c src/crypto/external/bsd/openssl/dist/crypto/bio [netbsd-9]: b_addr.c b_print.c bss_acpt.c bss_conn.c src/crypto/external/bsd/openssl/dist/crypto/bn [netbsd-9]: bn_gcd.c bn_lib.c bn_mpi.c bn_prime.h src/crypto/external/bsd/openssl/dist/crypto/bn/asm [netbsd-9]: mips.pl rsaz-avx2.pl rsaz-x86_64.pl x86_64-mont.pl x86_64-mont5.pl src/crypto/external/bsd/openssl/dist/crypto/chacha/asm [netbsd-9]: chacha-armv8.pl chacha-x86.pl chacha-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/cmac [netbsd-9]: cmac.c src/crypto/external/bsd/openssl/dist/crypto/cms [netbsd-9]: cms_lib.c cms_sd.c cms_smime.c src/crypto/external/bsd/openssl/dist/crypto/conf [netbsd-9]: conf_def.c conf_def.h src/crypto/external/bsd/openssl/dist/crypto/dh [netbsd-9]: dh_key.c src/crypto/external/bsd/openssl/dist/crypto/dso [netbsd-9]: dso_win32.c src/crypto/external/bsd/openssl/dist/crypto/ec [netbsd-9]: ec_ameth.c ec_asn1.c ec_err.c ec_key.c ec_lib.c ec_local.h ecp_nistp224.c ecp_nistp521.c ecp_nistz256.c src/crypto/external/bsd/openssl/dist/crypto/ec/asm [netbsd-9]: ecp_nistz256-armv4.pl ecp_nistz256-x86_64.pl x25519-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/engine [netbsd-9]: eng_devcrypto.c eng_lib.c src/crypto/external/bsd/openssl/dist/crypto/err [netbsd-9]: openssl.txt src/crypto/external/bsd/openssl/dist/crypto/evp [netbsd-9]: bio_ok.c e_aes.c encode.c evp_enc.c evp_err.c src/crypto/external/bsd/openssl/dist/crypto/modes [netbsd-9]: cbc128.c ccm128.c cfb128.c ctr128.c gcm128.c modes_local.h ofb128.c xts128.c src/crypto/external/bsd/openssl/dist/crypto/modes/asm [netbsd-9]: aesni-gcm-x86_64.pl ghash-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/objects [netbsd-9]: obj_dat.h obj_xref.h src/crypto/external/bsd/openssl/dist/crypto/pem [netbsd-9]: pem_err.c pem_lib.c pem_pkey.c pvkfmt.c src/crypto/external/bsd/openssl/dist/crypto/pkcs7 [netbsd-9]: pk7_smime.c src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm [netbsd-9]: poly1305-armv4.pl poly1305-armv8.pl poly1305-x86.pl poly1305-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/rand [netbsd-9]: drbg_ctr.c drbg_lib.c rand_lib.c rand_local.h rand_unix.c randfile.c src/crypto/external/bsd/openssl/dist/crypto/rsa [netbsd-9]: rsa_ameth.c rsa_ssl.c src/crypto/external/bsd/openssl/dist/crypto/sha [netbsd-9]: keccak1600.c src/crypto/external/bsd/openssl/dist/crypto/sha/asm [netbsd-9]: keccak1600-ppc64.pl keccak1600p8-ppc.pl sha1-586.pl sha1-armv8.pl sha1-mb-x86_64.pl sha1-x86_64.pl sha256-586.pl sha256-mb-x86_64.pl sha512-armv8.pl sha512-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/srp [netbsd-9]: srp_lib.c src/crypto/external/bsd/openssl/dist/crypto/store [netbsd-9]: loader_file.c store_lib.c src/crypto/external/bsd/openssl/dist/crypto/ts [netbsd-9]: ts_rsp_sign.c src/crypto/external/bsd/openssl/dist/crypto/ui [netbsd-9]: ui_openssl.c src/crypto/external/bsd/openssl/dist/crypto/whrlpool [netbsd-9]: wp_block.c src/crypto/external/bsd/openssl/dist/crypto/x509 [netbsd-9]: x509_att.c x509_cmp.c x509_err.c x509_local.h x509_req.c x509_txt.c x509_vfy.c x_all.c x_attrib.c x_pubkey.c src/crypto/external/bsd/openssl/dist/crypto/x509v3 [netbsd-9]: pcy_data.c v3_alt.c v3_genn.c v3_purp.c
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sat Mar 27 14:38:15 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1237 To generate a diff of this commit: cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-9.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 15:49:33 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c Log Message: tests/lint: trigger assertion failure in array initialization To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/usr.bin/xlint/lint1/d_c99_init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 16:13:41 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c Log Message: tests/lint: document expectations in test about array initialization To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/usr.bin/xlint/lint1/d_c99_init.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 16:24:21 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: clean up initstack_pop_item_named_member Previously, the code accessed the global variable for the designator several times, even though the designator cannot change during this part of the code. Make this obvious by passing this designator as a parameter instead. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/usr.bin/xlint/lint1/init.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 16:37:12 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: extract look_up_member from initstack_push_struct_or_union No functional change. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Sat Mar 27 18:55:02 UTC 2021 Modified Files: src/lib/libedit: filecomplete.c filecomplete.h Log Message: Add fn_complete2() that controls the quoting of the returned match. Before it was based on the heuristic that we were not supplied an attempted_completion_function, which worked well because programs that supplied that function were not shells and did not want/understand shell quoting. Recently though Piotr Stefaniak wanted to enhance command completion for the Bourne Shell and this could benefit quoting the returned command. This function adds an extra flags argument that controls that quoting. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/lib/libedit/filecomplete.c cvs rdiff -u -r1.11 -r1.12 src/lib/libedit/filecomplete.h 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: Sat Mar 27 19:48:00 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: rename initstack_element to brace_level No functional change. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/usr.bin/xlint/lint1/init.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 19:59:22 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: remove unnecessary typedefs No functional change. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/vmt
Module Name:src Committed By: ryo Date: Sat Mar 27 21:23:15 UTC 2021 Modified Files: src/sys/dev/vmt: vmt_subr.c vmtvar.h Log Message: Removed little endian dependencies. Now vmt(4) works on aarch64eb on vmware ESXIonARM. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/vmt/vmt_subr.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/vmt/vmtvar.h 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: Sat Mar 27 21:56:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: add function for setting the initialization error No functional change. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/usr.bin/xlint/lint1/init.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 22:04:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h Log Message: lint: rename decl1ext, reduce visibility No functional change. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.91 -r1.92 src/usr.bin/xlint/lint1/externs1.h 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: Sat Mar 27 22:13:55 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: move handling of function renaming over to declare_extern No functional change. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/usr.bin/xlint/lint1/decl.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 22:35:10 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: prepare support for adding array designators No functional change. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/usr.bin/xlint/lint1/init.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/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 22:53:10 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: extract brace level code into separate functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sat Mar 27 23:13:49 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp Log Message: tests/lint: test initializing a struct ending with unnamed bit-field To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/usr.bin/xlint/lint1/d_c99_init.c cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/xlint/lint1/d_c99_init.exp 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: Sat Mar 27 23:18:38 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: extract brace_level_next_member from initstack_pop_item_unnamed No functional change. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/usr.bin/xlint/lint1/init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: dholland Date: Sat Mar 27 23:35:37 UTC 2021 Modified Files: src/lib/libc/sys: getvfsstat.2 Log Message: In getvfsstat(2), clarify that the size argument is in bytes. That the size argument is in bytes (not the count of structures) and the return value is the count of structures (not bytes) is counterintuitive. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/getvfsstat.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [thorpej-cfargs] src/sys/arch/x86/pci
Module Name:src Committed By: thorpej Date: Sun Mar 28 01:01:46 UTC 2021 Modified Files: src/sys/arch/x86/pci [thorpej-cfargs]: files.pci Log Message: Minor rearrangement of the deck chairs to group things together. To generate a diff of this commit: cvs rdiff -u -r1.25.4.1 -r1.25.4.2 src/sys/arch/x86/pci/files.pci Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [thorpej-cfargs] src/sys/arch/x86/pci
Module Name:src Committed By: thorpej Date: Sun Mar 28 01:03:19 UTC 2021 Modified Files: src/sys/arch/x86/pci [thorpej-cfargs]: amdnb_misc.c amdsmn.c Log Message: These devices have only one interface attribute and no locators, so simplify: - config_attach_loc() -> config_attach(). - Don't pass CFARG_IATTR, or CFARG_LOCATORS to config_search(). To generate a diff of this commit: cvs rdiff -u -r1.3.14.3 -r1.3.14.4 src/sys/arch/x86/pci/amdnb_misc.c cvs rdiff -u -r1.10.4.2 -r1.10.4.3 src/sys/arch/x86/pci/amdsmn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: dholland Date: Sun Mar 28 03:29:32 UTC 2021 Modified Files: src/lib/libc/sys: bind.2 connect.2 send.2 Log Message: Document EINVAL for out of range socket address lengths. This is what happens, but wasn't documented. Applies to bind(2), connect(2), and send(2). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/bind.2 cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/connect.2 cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/send.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.