CVS commit: src/sys

2020-09-11 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Sep 12 05:19:16 UTC 2020 Modified Files: src/sys/arch/sparc/conf: files.sparc src/sys/arch/sparc/dev: audioamd.c src/sys/arch/sparc/sparc: genassym.cf src/sys/arch/vax/vsa: vsaudio.c

CVS commit: src/sys

2020-09-11 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Sep 12 05:19:16 UTC 2020 Modified Files: src/sys/arch/sparc/conf: files.sparc src/sys/arch/sparc/dev: audioamd.c src/sys/arch/sparc/sparc: genassym.cf src/sys/arch/vax/vsa: vsaudio.c

Re: CVS commit: src/sys

2020-09-11 Thread Kamil Rytarowski
On 11.09.2020 17:16, Roy Marples wrote: > Module Name: src > Committed By: roy > Date: Fri Sep 11 15:16:00 UTC 2020 > > Modified Files: > src/sys/net: if_llatbl.c > src/sys/netinet: if_arp.c if_inarp.h tcp_input.c > > Log Message: > ARP: Use ND rather than our own. > > This

CVS commit: src/usr.bin/kdump

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 12 01:36:26 UTC 2020 Modified Files: src/usr.bin/kdump: mkioctls Log Message: kdump: include netinet/in_var.h to access in_nbrinfo To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/kdump/mkioctls

CVS commit: src/usr.bin/kdump

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Sep 12 01:36:26 UTC 2020 Modified Files: src/usr.bin/kdump: mkioctls Log Message: kdump: include netinet/in_var.h to access in_nbrinfo To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/kdump/mkioctls

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

2020-09-11 Thread Kamil Rytarowski
On 11.09.2020 23:38, Joerg Sonnenberger wrote: > On Fri, Sep 11, 2020 at 04:07:24PM +0200, Kamil Rytarowski wrote: >> The current code is confusing, as it attempts to use unimplemented >> _PTHREAD_GETTCB_EXT() and in one place uses _lwp_getprivate_fast() in >> other _lwp_getprivate(). This caused

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

2020-09-11 Thread Joerg Sonnenberger
On Fri, Sep 11, 2020 at 04:07:24PM +0200, Kamil Rytarowski wrote: > The current code is confusing, as it attempts to use unimplemented > _PTHREAD_GETTCB_EXT() and in one place uses _lwp_getprivate_fast() in > other _lwp_getprivate(). This caused my confusion... as I assumed that >

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 17:32:36 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.h metachar.h parse.c var.c Log Message: make(1): add wrappers around ctype.h functions This avoids casting

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 17:32:36 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.h metachar.h parse.c var.c Log Message: make(1): add wrappers around ctype.h functions This avoids casting

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:37:48 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): split EvalComparison into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:37:48 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): split EvalComparison into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:23:47 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up code for evaluating conditions To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/usr.bin/make/cond.c Please

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:23:47 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): clean up code for evaluating conditions To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/usr.bin/make/cond.c Please

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:22:15 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): extract EvalNotEmpty from CondParser_Comparison To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 16:22:15 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): extract EvalNotEmpty from CondParser_Comparison To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/usr.bin/make/cond.c

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 15:33:28 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.exp cond-cmp-numeric-eq.mk cond-cmp-string.exp cond-cmp-string.mk Log Message: make(1): fix tests about nonexistent = and

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 15:33:28 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.exp cond-cmp-numeric-eq.mk cond-cmp-string.exp cond-cmp-string.mk Log Message: make(1): fix tests about nonexistent = and

CVS commit: src/usr.sbin/arp

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:28:29 UTC 2020 Modified Files: src/usr.sbin/arp: arp.8 arp.c arp_hostops.c arp_rumpops.c prog_ops.h Log Message: arp: Use SIOCGNBRINFO to display neighbor state information To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/arp

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:28:29 UTC 2020 Modified Files: src/usr.sbin/arp: arp.8 arp.c arp_hostops.c arp_rumpops.c prog_ops.h Log Message: arp: Use SIOCGNBRINFO to display neighbor state information To generate a diff of this commit: cvs

CVS commit: src/sys

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:22:13 UTC 2020 Modified Files: src/sys/netinet: in.c in_var.h src/sys/sys: sockio.h Log Message: inet: Add SIOCGNBRINFO to retrieve neighbor state about an address To generate a diff of this commit: cvs rdiff

CVS commit: src/sys

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:22:13 UTC 2020 Modified Files: src/sys/netinet: in.c in_var.h src/sys/sys: sockio.h Log Message: inet: Add SIOCGNBRINFO to retrieve neighbor state about an address To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/sets/lists/base

2020-09-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 11 15:21:49 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.arm Log Message: Limit bootarm.efi expectation further. Should fix iyonix, and zaurus builds. Also probably fixes all oarm AKA 'arm' builds too.

CVS commit: src/distrib/sets/lists/base

2020-09-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 11 15:21:49 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.arm Log Message: Limit bootarm.efi expectation further. Should fix iyonix, and zaurus builds. Also probably fixes all oarm AKA 'arm' builds too.

CVS commit: src/sys/netinet

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:19:31 UTC 2020 Modified Files: src/sys/netinet: in.c Log Message: in: No need to set expire here anymore To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/sys/netinet/in.c Please note that diffs

CVS commit: src/sys/netinet

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:19:31 UTC 2020 Modified Files: src/sys/netinet: in.c Log Message: in: No need to set expire here anymore To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/sys/netinet/in.c Please note that diffs

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 15:19:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.mk cond-cmp-string.mk Log Message: make(1): add tests for the unknown = and === operators To generate a diff of this commit: cvs

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 15:19:04 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-cmp-numeric-eq.mk cond-cmp-string.mk Log Message: make(1): add tests for the unknown = and === operators To generate a diff of this commit: cvs

CVS commit: src/share/man/man7

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:16:49 UTC 2020 Modified Files: src/share/man/man7: sysctl.7 Log Message: sysctl: Adjust man page for new ARP sysctl ND settings To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

CVS commit: src/share/man/man7

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:16:49 UTC 2020 Modified Files: src/share/man/man7: sysctl.7 Log Message: sysctl: Adjust man page for new ARP sysctl ND settings To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

CVS commit: src/sys

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:16:00 UTC 2020 Modified Files: src/sys/net: if_llatbl.c src/sys/netinet: if_arp.c if_inarp.h tcp_input.c Log Message: ARP: Use ND rather than our own. This brings the benefit of Neighbour Unreachability

CVS commit: src/sys

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:16:00 UTC 2020 Modified Files: src/sys/net: if_llatbl.c src/sys/netinet: if_arp.c if_inarp.h tcp_input.c Log Message: ARP: Use ND rather than our own. This brings the benefit of Neighbour Unreachability

CVS commit: src/sys/netinet

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:08:25 UTC 2020 Modified Files: src/sys/netinet: tcp_input.c Log Message: tcp_input: Adjust for ND changes To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/netinet/tcp_input.c Please note that

CVS commit: src/sys/netinet

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:08:25 UTC 2020 Modified Files: src/sys/netinet: tcp_input.c Log Message: tcp_input: Adjust for ND changes To generate a diff of this commit: cvs rdiff -u -r1.420 -r1.421 src/sys/netinet/tcp_input.c Please note that

CVS commit: src/sys/netinet6

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:03:33 UTC 2020 Modified Files: src/sys/netinet6: icmp6.c nd6.c nd6.h nd6_nbr.c Log Message: inet6: Use generic Neighor Detection rather than IPv6 specific No functional change intended. To generate a diff of this

CVS commit: src/sys/netinet6

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:03:33 UTC 2020 Modified Files: src/sys/netinet6: icmp6.c nd6.c nd6.h nd6_nbr.c Log Message: inet6: Use generic Neighor Detection rather than IPv6 specific No functional change intended. To generate a diff of this

CVS commit: src/sys/net

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:01:27 UTC 2020 Modified Files: src/sys/net: if_llatbl.c Log Message: if_llatbl.c: adjust for nd changes To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_llatbl.c Please note that diffs

CVS commit: src/sys/net

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 15:01:27 UTC 2020 Modified Files: src/sys/net: if_llatbl.c Log Message: if_llatbl.c: adjust for nd changes To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/if_llatbl.c Please note that diffs

CVS commit: src/sys/net

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 14:59:22 UTC 2020 Modified Files: src/sys/net: Makefile files.net Added Files: src/sys/net: nd.c nd.h Log Message: Implement address agnostic Neighbor Detection. This is heavily based on IPv6 Neighbor Detection

CVS commit: src/sys/net

2020-09-11 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 11 14:59:22 UTC 2020 Modified Files: src/sys/net: Makefile files.net Added Files: src/sys/net: nd.c nd.h Log Message: Implement address agnostic Neighbor Detection. This is heavily based on IPv6 Neighbor Detection

CVS commit: src/sys/net

2020-09-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 11 14:29:00 UTC 2020 Modified Files: src/sys/net: pktqueue.c Log Message: pktqueue(9): Use percpu_create to allow early initialization. Otherwise pktqueues can't be created before all CPUs are detected -- they will

CVS commit: src/sys/net

2020-09-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 11 14:29:00 UTC 2020 Modified Files: src/sys/net: pktqueue.c Log Message: pktqueue(9): Use percpu_create to allow early initialization. Otherwise pktqueues can't be created before all CPUs are detected -- they will

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

2020-09-11 Thread Kamil Rytarowski
On 11.09.2020 07:13, Rin Okuyama wrote: > Hi again, > > On 2020/09/10 21:53, Kamil Rytarowski wrote: >> Module Name:    src >> Committed By:    kamil >> Date:    Thu Sep 10 12:53:06 UTC 2020 >> >> Modified Files: >> src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: >>    

CVS commit: src

2020-09-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 11 14:06:00 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.aarch64 src/external/bsd/acpica/bin/iasl: Makefile src/usr.sbin/acpitools/acpidump: Makefile src/usr.sbin/acpitools/amldb:

CVS commit: src

2020-09-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 11 14:06:00 UTC 2020 Modified Files: src/distrib/sets/lists/base: ad.aarch64 src/external/bsd/acpica/bin/iasl: Makefile src/usr.sbin/acpitools/acpidump: Makefile src/usr.sbin/acpitools/amldb:

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 13:58:46 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): split CondParser_Comparison into 2 parts To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/usr.bin/make/cond.c

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 13:58:46 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): split CondParser_Comparison into 2 parts To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/usr.bin/make/cond.c

CVS commit: src/etc/rc.d

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 12:50:14 UTC 2020 Modified Files: src/etc/rc.d: motd Log Message: Make a ": " suffix a fixed part of the release info tag This results in correct updates to /etc/motd even when the value of motd_release_tag is changed (a

CVS commit: src/etc/rc.d

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 12:50:14 UTC 2020 Modified Files: src/etc/rc.d: motd Log Message: Make a ": " suffix a fixed part of the release info tag This results in correct updates to /etc/motd even when the value of motd_release_tag is changed (a

CVS commit: src/share/man/man5

2020-09-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 11 12:20:01 UTC 2020 Modified Files: src/share/man/man5: rc.conf.5 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/share/man/man5/rc.conf.5 Please note that diffs

CVS commit: src/share/man/man5

2020-09-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 11 12:20:01 UTC 2020 Modified Files: src/share/man/man5: rc.conf.5 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/share/man/man5/rc.conf.5 Please note that diffs

CVS commit: src/share/man/man5

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 12:01:59 UTC 2020 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Document update_motd_release and motd_release_tag To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/share/man/man5/rc.conf.5

CVS commit: src/share/man/man5

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 12:01:59 UTC 2020 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Document update_motd_release and motd_release_tag To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/share/man/man5/rc.conf.5

CVS commit: src/etc

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 09:59:36 UTC 2020 Modified Files: src/etc/defaults: rc.conf src/etc/rc.d: motd Log Message: Add optional release info in /etc/motd My personal preferencese for /etc/rc.conf: update_motd_release=YES

CVS commit: src/etc

2020-09-11 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Fri Sep 11 09:59:36 UTC 2020 Modified Files: src/etc/defaults: rc.conf src/etc/rc.d: motd Log Message: Add optional release info in /etc/motd My personal preferencese for /etc/rc.conf: update_motd_release=YES

CVS commit: src/sys/netinet

2020-09-11 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Sep 11 09:08:47 UTC 2020 Modified Files: src/sys/netinet: tcp_input.c Log Message: PR/kern 55567 fix the data-only fast path. RCV.UP and SND.WL1 could be left behind on long sequences of data only packets. pull them along to

CVS commit: src/sys/netinet

2020-09-11 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Sep 11 09:08:47 UTC 2020 Modified Files: src/sys/netinet: tcp_input.c Log Message: PR/kern 55567 fix the data-only fast path. RCV.UP and SND.WL1 could be left behind on long sequences of data only packets. pull them along to

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

2020-09-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 11 09:01:41 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.cc Log Message: __mips64 does not mean 64 bit address space. also check _LP64. To generate a diff of this commit: cvs rdiff -u

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

2020-09-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 11 09:01:41 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.cc Log Message: __mips64 does not mean 64 bit address space. also check _LP64. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 07:09:40 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): document CondParser_Comparison To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/cond.c Please note

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 07:09:40 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): document CondParser_Comparison To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/usr.bin/make/cond.c Please note

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:51:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-op-or.mk Log Message: make(1): fix comment in test for the || operator in conditions Thanks to wiz for discovering this. To generate a diff of this

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

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:51:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: cond-op-or.mk Log Message: make(1): fix comment in test for the || operator in conditions Thanks to wiz for discovering this. To generate a diff of this

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:47:42 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: make(1): add tests for really strange edge cases in conditions To

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:47:42 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-token-plain.exp cond-token-plain.mk Log Message: make(1): add tests for really strange edge cases in conditions To

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

2020-09-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 11 06:40:26 UTC 2020 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Wrap a long comment To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/arm32/arm32_boot.c Please note

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

2020-09-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 11 06:40:26 UTC 2020 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Wrap a long comment To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/arm32/arm32_boot.c Please note

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:08:10 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): reorder parameters of condition parsing functions First the subject, then the options, then the output parameters. To generate a diff

CVS commit: src/usr.bin/make

2020-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Sep 11 06:08:10 UTC 2020 Modified Files: src/usr.bin/make: cond.c Log Message: make(1): reorder parameters of condition parsing functions First the subject, then the options, then the output parameters. To generate a diff