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

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 23:29:54 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: c99_init_array.c c99_init_array.exp Log Message: tests/lint: encode the array length in the diagnostic To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 22:46:43 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: c99_init_array.c c99_init_array.exp src/usr.bin/xlint/lint1: init.c Log Message: lint: fix initialization of array of unknown size The size of

CVS commit: src

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 21:52:36 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: c99_init_array.c c99_init_array.exp Log Message:

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

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 21:22:26 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ckbool.c Log Message: lint: in strict bool mode, make (flag & FLAG) simpler This is a tiny change in an edge case that does not occur in practice, which is

CVS commit: src

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 18:52:21 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict.exp src/usr.bin/xlint/lint1: ckbool.c Log Message: lint: no special check for unary operators

CVS commit: src/usr.bin/xlint

2021-07-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 2 18:22:09 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: lint1.h Log Message: lint: document lint1_type.t_is_enum Enum types are subject to implicit conversions, as opposed

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 17:14:37 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Add VOP_PARSEPATH to zfs's vnode table. "oops" zfs not being under src/sys strikes again :-( To generate a

CVS commit: src/sys

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 16:57:16 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/kern

2021-07-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 2 16:56:22 UTC 2021 Modified Files: src/sys/kern: vnode_if.src Log Message: Turn off fstrans for VOP_PARSEPATH. Fixes t_umountstress deadlock. Diagnosis by hannken@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/macppc/dev

2021-07-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 2 10:14:07 UTC 2021 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: port-macppc/56289: kernel spinout on macppc when runing ATF tests with LOCKDEBUG Move call to snapper_set_rate from trigger_output to

CVS commit: src/sys/arch/arm/arm

2021-07-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 2 07:15:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Be consistent about #ifndef ARM32_DISABLE_ALIGNMENT_FAULTS. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/tests/net/if_vlan

2021-07-01 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 2 04:38:11 UTC 2021 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: Added tests for changing a MTU when the vlan(4) is added to bridge(4) The tests is for PR kern/56292 To generate a diff of this

CVS commit: src/sys/net

2021-07-01 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Jul 2 03:30:46 UTC 2021 Modified Files: src/sys/net: if_bridge.c Log Message: Use if_ioctl() for changing MTU, not ether_ioctl to prevent panic Fix PR kern/56292 To generate a diff of this commit: cvs rdiff -u -r1.180

CVS commit: src/sys/arch/hppa/hppa

2021-07-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 1 22:57:45 UTC 2021 Modified Files: src/sys/arch/hppa/hppa: intr.c Log Message: fix off by one which resulted in all idle time reported as interrupt time final fix from nick@ To generate a diff of this commit: cvs

CVS commit: src/sys

2021-07-01 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Jul 1 22:08:13 UTC 2021 Modified Files: src/sys/kern: kern_pmf.c src/sys/net: if.c Log Message: Back out fix for kern_pmf.c calling a null if_stop and apply a fix suggested by Jared McNeill which sets if_stop to a

CVS commit: src/sys/dev/ic

2021-07-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jul 1 20:39:15 UTC 2021 Modified Files: src/sys/dev/ic: ax88190.c dl10019.c dp8390.c Log Message: Make sure the media / mii members in struct ethercom are initialized so that the media-related ioctls work. Problem reported

CVS commit: src/distrib/utils/embedded/files

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 18:05:45 UTC 2021 Modified Files: src/distrib/utils/embedded/files: ec2_init Log Message: AWS marketplace does not allow root ssh logins. Create an ec2-user account and install the ssh key in that user's home

CVS commit: src/distrib/utils/embedded/conf

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 17:31:21 UTC 2021 Modified Files: src/distrib/utils/embedded/conf: arm64mbr.conf Log Message: No need for ec2_init on arm64mbr To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/utils/embedded/conf

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 17:32:07 UTC 2021 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: port-evbarm/56274: no network on ec2 arm64 9.99.85 Add -w to dhcpcd_flags when running on EC2, since we need to wait for the

CVS commit: src/sys/dev/pci

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 17:22:10 UTC 2021 Modified Files: src/sys/dev/pci: if_ena.c Log Message: port-evbarm/56274: no network on ec2 arm64 9.99.85 Remove custom SIOCSIFFLAGS handling and rely on ether_ioctl to DTRT To generate a diff of

CVS commit: src/sys/kern

2021-07-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 1 15:53:20 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: gcc (with some options) eroneously claims we would use "vp" uninitialized, so initialize it as NULL. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2021-07-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Jul 1 15:06:01 UTC 2021 Modified Files: src/sys/uvm: uvm_map.c Log Message: in uvm_mapent_forkzero(), if the old entry was an object mapping, appease a debug check by setting the new entry offset to zero along with setting the

CVS commit: src/sys/kern

2021-06-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 1 04:25:51 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: don't clear the error before we use it to determine if we are moving or duping. To generate a diff of this commit: cvs rdiff -u -r1.218

CVS commit: src/sys/dev/pckbport

2021-06-30 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Jun 30 22:13:27 UTC 2021 Modified Files: src/sys/dev/pckbport: synapticsvar.h Log Message: Fix hardcoded size for total_patckets array in synaptics_softc, it needs to be SYN_MAX_FINGERS because the driver expects it to be.

CVS commit: src/sys/kern

2021-06-30 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Jun 30 21:52:16 UTC 2021 Modified Files: src/sys/kern: kern_pmf.c Log Message: Prevent kernel panic on sleep if network interface driver does not have if_stop defined. This is a common problem with usb adaptors. This is a

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

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 21:20:30 UTC 2021 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S src/lib/libc/arch/arm/sys: __clone.S Log Message: Do previous differtly by pushing two registers in the same way as the _INVOKE_CERROR

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

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 21:18: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: Do previous differently by pushing even number of registers

CVS commit: src/sys/dev/ic

2021-06-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jun 30 20:00:18 UTC 2021 Modified Files: src/sys/dev/ic: ax88190.c dl10019.c dp8390.c dp8390var.h Log Message: Fix a couple of problems with MII-equipped NE2000 derivatives reported by Björn Johannesson on current-users@: -

CVS commit: src/sys/kern

2021-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 30 17:51:49 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Improve Christos's vn_open fix. - assert about api misuse up front (suggested by riastradh) - restore the behavior of returning EOPNOTSUPP if

CVS commit: src/sys/dev

2021-06-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 30 17:34:03 UTC 2021 Modified Files: src/sys/dev: devlist2h.awk Log Message: devlist2h.awk: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/hp300/dev

2021-06-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 30 14:54:03 UTC 2021 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: No need to bother to use aprint_debug(9) inside #ifdef DEBUG block. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

CVS commit: src

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:42:13 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_215.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: do not warn about use of implicitly declared GCC builtins To generate a diff of

CVS commit: src

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:23:51 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp msg_215.c msg_215.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: mention the name of an

CVS commit: src

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:32:41 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.exp msg_215.c msg_215.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: in C99 mode, only warn about implicit function declarations

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:15:39 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_215.c msg_215.exp Log Message: tests/lint: extend test for message 215 about implicit function To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:11:08 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_101.c msg_101.exp msg_215.c msg_215.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix type name in message 101 for wrong

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 14:02:11 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_101.c msg_101.exp Log Message: tests/lint: extend tests for message 101 This demonstrates the wrong type name in the message. To generate a diff

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 13:50:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_215.c msg_215.exp Log Message: tests/lint: extend and explain test for implicit function declaration To generate a diff of this commit: cvs rdiff

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 12:28:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: improve comment about INT keeping t_is_enum To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 12:26:35 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp Log Message: tests/lint: add test for type name of enum converted to int To generate a diff of this commit: cvs rdiff -u -r1.7

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 11:29:29 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: func.c Log Message: lint: invert condition in control flow analysis of switch statements The condition previously contained many negations, which was hard to

CVS commit: src/sys/kern

2021-06-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 30 11:20:33 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: PR/56286: Martin Husemann: Fix NULL deref on kmod load. - No need to set ret_domove and ret_fd in the regular case, they are meaningless -

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 10:56:24 UTC 2021 Modified Files: src/usr.bin/xlint/common: inittyp.c Log Message: lint: fix bit-size of long double _Complex in portable mode C99 6.2.5p13 says that LCOMPLEX has the same representation and alignment

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

2021-06-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 30 10:25:03 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: inline 'sign' into convert_integer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

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

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:36:05 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: The _INVOKE_CERROR macro deals with thumb so simplify the code (at the expense of a couple more instructions). To generate a diff of

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

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:34:24 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/arm/sys/__clone.S Please note

CVS commit: src/sys/net/lagg

2021-06-30 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Jun 30 06:39:47 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg_lacp.c Log Message: lagg: fix an uninitialize variable pointed out by tnn@n.o., thanks. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/dts

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 06:24:03 UTC 2021 Modified Files: src/sys/arch/arm/dts: sun50i-a64-sopine-baseboard.dts Log Message: Revert previous. Apparently it's wrong. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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
Module Name:src Committed By: nia Date: Tue Jun 29 10:26:17 UTC 2021 Modified Files: src/doc: CHANGES Log Message: doc: removed uscanner To generate a diff of this commit: cvs rdiff -u -r1.2812 -r1.2813 src/doc/CHANGES Please note that diffs are not public domain; they

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
Module Name:src Committed By: cjep Date: Tue Jun 29 10:02:34 UTC 2021 Modified Files: src/tools/compat: README Log Message: Note OpenBSD cross-build progress To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tools/compat/README Please note that diffs

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

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

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 29 05:41:45 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: remove comment from grammar rule type_direct_decl The 'identifier' in type_direct_decl is necessary, as demonstrated in the test

CVS commit: src/usr.bin/make/unit-tests

2021-06-28 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Jun 29 00:35:23 UTC 2021 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: Allow BROKEN_TESTS to cause TESTS to be skipped. Some tests simply do not work in some environments. Eg. shell-ksh on macos/arm64 Allow

CVS commit: src/sys

2021-06-28 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jun 28 17:52:13 UTC 2021 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c src/sys/miscfs/fdesc: fdesc_vnops.c src/sys/miscfs/kernfs: kernfs_vnops.c src/sys/miscfs/procfs: procfs_vnops.c Log Message:

CVS commit: src

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 11:27:00 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp msg_215.c msg_215.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: in C99 mode, complain about implicitly

CVS commit: src

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 11:09:35 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: fix parse error for type 'void (*)[*]' To generate a diff of this

CVS commit: src

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 10:29:05 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp src/usr.bin/xlint/common: tyname.c Log Message: lint: fix type name for prototype function without parameters To generate

CVS commit: src

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 10:23:50 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add type information to message 155 (type mismatch) To generate

CVS commit: src

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 10:07:43 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_155.c msg_155.exp src/usr.bin/xlint/lint1: decl.c Log Message: lint: turn null pointer dereference into assertion failure Originally I only

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

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 09:40:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: rename grammar rules for abstract declarators The previous name 'decl' was ambiguous, it could have meant declaration as well as

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

2021-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Jun 28 09:14:42 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c Log Message: lint: align grammar with C99 C99 uses type-qualifier-list_opt in section 6.7.5. To generate a diff of this commit: cvs rdiff -u

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

2021-06-28 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Mon Jun 28 09:13:11 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc: config.host Log Message: PR toolchain/56180. Add configuration so that gcc can find the LTO plugin when cross-building NetBSD from OpenBSD hosts.

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

2021-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 28 09:09:14 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: apply sh3 vs lex.c fix for GCC >= 9. use shorter idiom. fixes build issue reported by jdbaker in private email. To generate a diff of

<    5   6   7   8   9   10   11   12   13   14   >