CVS commit: src/usr.bin/make

2020-09-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 22 05:55:49 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): extract common code from the ApplyModifier functions To generate a diff of this commit: cvs rdiff -u -r1.524 -r1.525

CVS commit: src/usr.bin/make

2020-09-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 22 05:12:08 UTC 2020 Modified Files: src/usr.bin/make: main.c Log Message: make(1): fix type of global variable 'create' To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 src/usr.bin/make/main.c Please

CVS commit: src/usr.bin/make

2020-09-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 22 04:05:41 UTC 2020 Modified Files: src/usr.bin/make: arch.c compat.c dir.c dir.h lst.c lst.h main.c make.c make.h meta.c nonints.h parse.c suff.c targ.c var.c Log Message: make(1): use fine-grained type

CVS commit: src

2020-09-21 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Sep 22 02:53:52 UTC 2020 Modified Files: src/distrib/notes/alpha: contents src/distrib/notes/common: contents src/usr.sbin/sysinst/arch/alpha: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl

CVS commit: src/usr.bin/make

2020-09-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 22 02:26:22 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h parse.c Log Message: make(1): rename type Path to CachedDir The word "path" is commonly used either as an abbreviation for pathname (a string consisting

CVS commit: src/include

2020-09-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 22 01:52:16 UTC 2020 Modified Files: src/include: link_elf.h Log Message: Remove duplicate word in a comment To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/include/link_elf.h Please note that diffs

CVS commit: src/share/man/man4/man4.sparc

2020-09-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 22 01:11:48 UTC 2020 Modified Files: src/share/man/man4/man4.sparc: intro.4 Log Message: Fix weird spelling, refresh date. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src

2020-09-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 22 01:09:33 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/libexec/ld.elf_so: Makefile Added Files: src/tests/libexec/ld.elf_so: t_rtld_r_debug.c

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

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 22 00:55:09 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: swp is only useful on armv7 uni-processor systems. we will need the emulation if we want to run old binaries.. To generate a diff of

CVS commit: src/libexec/ld.elf_so

2020-09-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Sep 22 00:41:28 UTC 2020 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Correct r_ldbase valuse It shall be the relocbase value, not linkmap. To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207

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

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 21:26:43 UTC 2020 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: turn on CPU_CONTROL_SWP_ENABLE. this allows armv[67] systems to use 'swp' and 'swpb' instructions, which means they can run armv[45]

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 20:00:45 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: fix missing deps for cow-fs_dir* and cow-fs_ops*. should fix build issues reported on current-users. To generate a

CVS commit: src/sys/uvm

2020-09-21 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Sep 21 18:41:59 UTC 2020 Modified Files: src/sys/uvm: uvm_amap.c uvm_io.c Log Message: the previous fix for PR 55366 in uvm_amap.c 1.124 was incomplete: - amap_adjref_anons() must also ignore AMAP_REFALL when updating the

CVS commit: src/share/man/man4

2020-09-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Sep 21 17:52:31 UTC 2020 Modified Files: src/share/man/man4: rum.4 Log Message: do not use WEP To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/rum.4 Please note that diffs are not public

CVS commit: src/usr.bin/make

2020-09-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Sep 21 17:44:25 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c job.h make.h meta.c Log Message: make(1): add specific typedefs for lists These typedefs are only intended to help human readers, they do not provide

CVS commit: src/doc

2020-09-21 Thread Kamil Rytarowski
d. Improved performance of TLB operations in pmap module. Implemented fast-soft-interrupts. Enabled MULTIPROCESSOR in GENERIC. [thorpej 20200918] + ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921]

CVS commit: src

2020-09-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 21 16:08:57 UTC 2020 Modified Files: src/include: link_elf.h src/libexec/ld.elf_so: load.c rtld.c rtld.h Log Message: Upgrade the SVR4 RTLD r_debug protocol to version 1 Changes: - Add a new field r_ldbase in the

CVS commit: src/lib/libc/time

2020-09-21 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Sep 21 15:31:54 UTC 2020 Modified Files: src/lib/libc/time: strptime.c Log Message: Correct range for ISO week conversion The %V conversion range for strptime(3) should match the strftime(3) conversion range. A valid ISO

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

2020-09-21 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Sep 21 14:03:16 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add MLINKS for empb.4 To generate a diff of this commit: cvs rdiff -u -r1.1702 -r1.1703 src/distrib/sets/lists/man/mi Please note that diffs

CVS commit: src/external/mit/xorg/bin/xinit

2020-09-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Sep 21 13:51:55 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit: Makefile Log Message: also allow uxterm to be used in the default xinitrc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-09-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 21 10:35:12 UTC 2020 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Allow an undefined instruction to use lr (r14) as Rt. New gcc emits this with TPIDRURO read. Not sure why the exception handler cares if

CVS commit: src/share/man/man4/man4.amiga

2020-09-21 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Mon Sep 21 08:46:07 UTC 2020 Modified Files: src/share/man/man4/man4.amiga: Makefile Log Message: Add MLINKS for empb.4 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/share/man/man4/man4.amiga/Makefile Please

CVS commit: src/external/mit/xorg/bin/xinit

2020-09-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Sep 21 08:20:05 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit: Makefile Log Message: Define CTWM when building xinit This will allow ctwm to eventually be used in the default xinitrc. To generate a diff of this

CVS commit: src/sys/dev/ic

2020-09-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 21 06:57:00 UTC 2020 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: - Print chip revision. From OpenBSD. - Rename RTK_HWREV_8168_SPIN[123] to RTK_HWREV_8168'B'_SPIN[123]. Same as other

CVS commit: src/external/gpl3/gdb/lib/libctf

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 06:48:48 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libctf: Makefile Log Message: make depend files also depend on the generated headers. fixes build issues. To generate a diff of this commit: cvs rdiff -u