CVS commit: src/lib/libc/arch/arm

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 30 00:00:49 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Fix previous. For Thumb-1: - sp cannot be manipulated directly - {add,sub}s should be

CVS commit: src/lib/libc/arch/arm

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 29 23:29:12 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Align sp to 8-byte boundary as required by EABI. IIUC, this change only affects libc

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 29 23:26:00 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm: aeabi_cfcmp.S divmodsi4.S divsi3.S modsi3.S Log Message: Align sp to 8-byte boundary as required by EABI. This is

CVS commit: src

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:40:54 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h src/share/man/man9: errno.9 vnsubr.9 src/sys/dev: firmload.c fss.c kloader.c vnd.c src/sys/kern: kern_acct.c

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:40:06 UTC 2021 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:39:21 UTC 2021 Modified Files: src/sys/fs/puffs: puffs_vnops.c src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_subr.c src/sys/kern: vfs_getcwd.c vfs_lookup.c src/sys/sys:

CVS commit: src/sys/fs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:38:46 UTC 2021 Modified Files: src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_vnops.c Log Message: Onionfs needs to know about parsepath too, in case it has one of the other cases underneath

CVS commit: src/sys/rump/librump/rumpvfs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:38:10 UTC 2021 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add parsepath for rumpfs in place of using cn_consume. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164

CVS commit: src/sys/fs/hfs

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:37:50 UTC 2021 Modified Files: src/sys/fs/hfs: hfs_vnops.c Log Message: Implement VOP_PARSEPATH() for hfs. This checks for a following "/rsrc" at the end of the pathname (to indicate the resource fork of a file)

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:37:11 UTC 2021 Modified Files: src/sys/kern: vnode_if.c src/sys/rump/include/rump: rumpvnode_if.h src/sys/rump/librump/rumpvfs: rumpvnode_if.c src/sys/sys: vnode_if.h Log Message: Regen.

CVS commit: src/sys

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:34:10 UTC 2021 Modified Files: src/sys/coda: coda_vnops.c src/sys/fs/adosfs: advnops.c src/sys/fs/autofs: autofs_vnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c

CVS commit: src/sys/kern

2021-06-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 29 22:29:59 UTC 2021 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Adjust namei internals to be able to make an external call to parse the pathname. (Basically, this means change the signature of

CVS commit: src

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 21:33:09 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile lex_char_uchar.c src/usr.bin/xlint/common: inittyp.c Removed Files:

CVS commit: src/sys/net

2021-06-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 29 21:19:58 UTC 2021 Modified Files: src/sys/net: if.c if.h if_stats.c if_stats.h Log Message: Make if_stats_init, if_attach, if_initialize return void. percpu_alloc can't fail. Author: Maya Rashish Committer:

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 21:16:54 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: externs1.h lex.c tree.c Log Message: lint: rename xsign to convert_integer The term sign-extend was too specific, the function actually does a broader

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 21:05:32 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: lint: do not modify tnode_t->tn_type in check_init_expr This is a very small step towards having all shared type_t objects only referenced

CVS commit: src/sys/dev

2021-06-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 29 21:04:04 UTC 2021 Modified Files: src/sys/dev/hdaudio: hdaudiodevs.h hdaudiodevs_data.h src/sys/dev/mii: miidevs.h miidevs_data.h src/sys/dev/pci: pcidevs.h pcidevs_data.h src/sys/dev/usb:

CVS commit: src

2021-06-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 29 21:03:37 UTC 2021 Modified Files: src/lib/libpci: Makefile src/sys/arch/arm/amlogic: gxlphy.c src/sys/dev: dev_verbose.c dev_verbose.h devlist2h.awk src/sys/dev/hdaudio: hdaudio.c

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 20:44:38 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not sign-extend pointers Sign extension only makes sense for integer types. No idea why the code had tried to sign-extend

CVS commit: src

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 14:19:51 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: lex_char_uchar.c lex_char_uchar.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: document where to fix the wrong warning for '\xff' To

CVS commit: src

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 13:58:13 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile lex_integer.c lex_integer_ilp32.c msg_259.c msg_259_ilp32.c t_integration.sh Added Files:

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 13:48:24 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up lex_character_constant No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/arch/evbarm/conf

2021-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 29 11:35:28 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: std.hdl_g Log Message: KERNEL_BASE is 0xc000 for HDL_G. With this change, HDL-G boots multiuser! To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/doc

2021-06-29 Thread Nia Alarie
m68k: Switch to GCC 10. [mrg 20210619] arm: Switch to GCC 10. [mrg 20210619] + uscanner(4): Removed from the tree. [nia 20210629]

CVS commit: src/share/man/man4

2021-06-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jun 29 10:26:00 UTC 2021 Modified Files: src/share/man/man4: lagg.4 Log Message: Remove unnecessary Pp, fix formatting, remove empty line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/lagg.4

CVS commit: src/share/man/man4

2021-06-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jun 29 10:25:33 UTC 2021 Modified Files: src/share/man/man4: ddb.4 Log Message: Fix date. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/share/man/man4/ddb.4 Please note that diffs are not public domain;

CVS commit: src/sys/conf

2021-06-29 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 29 10:24:41 UTC 2021 Modified Files: src/sys/conf: majors.usb Log Message: mark urio/uscanner device majors obsolete To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/conf/majors.usb Please note that

CVS commit: src

2021-06-29 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 29 10:22:37 UTC 2021 Modified Files: src/distrib/sets/lists/man: mi src/etc: MAKEDEV.tmpl src/share/man/man4: Makefile usb.4 usscanner.4 src/sys/arch/aarch64/conf: majors.aarch64

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 10:12:35 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix typos in comment To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/usr.bin/xlint/lint1/tree.c Please note

CVS commit: src/tools/compat

2021-06-29 Thread Chris Pinnock
n @@ -61,6 +61,15 @@ HP-UX * zlib must be available. +OpenBSD +--- + +As of -current 20210629, ./build.sh will build src on OpenBSD 6.9 +for some platforms. Known problems: +* MIPS targets do not currently build. +* The LLVM RT library will not build and consequently nor will X on + amd6

CVS commit: src/tests/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 09:44:25 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: accept.sh Log Message: tests/lint: add 'make accept' to update the expected output To

CVS commit: src

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 09:19:17 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile msg_259.c msg_259.exp t_integration.sh Added Files: src/tests/usr.bin/xlint/lint1:

CVS commit: src/external/gpl3/gcc.old/dist/gcc

2021-06-29 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Tue Jun 29 08:51:04 UTC 2021 Modified Files: src/external/gpl3/gcc.old/dist/gcc: config.host Log Message: PR toolchain/56180. Additional to yesterday's commit in gcc, also needed in gcc.old. Add configuration so that gcc can find

CVS commit: src/tests/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 08:46:10 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: lex_integer.c t_integration.sh Log Message: tests/lint: allow tests to be skipped depending on platform properties To generate a diff of this commit:

CVS commit: src/usr.sbin/sysinst

2021-06-29 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Tue Jun 29 08:02:50 UTC 2021 Modified Files: src/usr.sbin/sysinst: msg_xlat.sh Log Message: 1. Rework the IFS handling when checking consistency of formatting in sysinst messages. Closes PR toolchain/56181. 2. Whilst here, change

CVS commit: src/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 07:37:34 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: tests/lint: do not modify t_integration on "make add-test" The test names are no longer listed individually. To generate a diff of

CVS commit: src/tests/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 07:28:02 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: lex_char.c Log Message: tests/lint: add test for character constant using backslash-newline To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 07:23:21 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_077.c msg_077.exp src/usr.bin/xlint/lint1: lex.c Log Message: lint: fix lexical analysis of character constants in traditional C The code

CVS commit: src/tests/usr.bin/xlint/lint1

2021-06-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 07:17:43 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: lex_char.c lex_char.exp msg_076.c msg_076.exp msg_077.c msg_077.exp msg_080.c msg_080.exp msg_082.c msg_250.c msg_250.exp

CVS commit: src/common/lib/libc/arch/arm/atomic

2021-06-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 29 06:28:07 UTC 2021 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_cas_8.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8