Module Name:src
Committed By: skrll
Date: Sat Dec 12 09:27:32 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c
src/sys/arch/arm/arm32: arm32_kvminit.c
src/sys/arch/evbarm/conf: files.fdt
src/sys/arch/evbarm/fdt: fdt_machdep.c
Module Name:src
Committed By: rillig
Date: Sat Dec 12 10:05:15 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): in jobs mode, extract echo control into separate functions
This removes the clutter from the code that calls these functions. That
code i
Module Name:src
Committed By: rillig
Date: Sat Dec 12 10:21:50 UTC 2020
Modified Files:
src/usr.bin/make: job.c job.h trace.c
src/usr.bin/make/unit-tests: opt-debug-jobs.exp
Log Message:
make(1): move Job.xtraced to ShellWriter
This flag was placed wrong in the Jo
Module Name:src
Committed By: rillig
Date: Sat Dec 12 10:40:42 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): rename Shell.exitFlag to errFlag
Now its name matches the user-visible .SHELL parameter again, reducing a
tiny bit of that mapping chaos.
Module Name:src
Committed By: rillig
Date: Sat Dec 12 10:45:25 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): inline ShellWriter_PrintCmd
The parameter name escCmd was wrong for the call in JobPrintCommand.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Sat Dec 12 10:58:14 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): clean up comments in JobFinish
To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 src/usr.bin/make/job.c
Please note that d
Module Name:src
Committed By: wiz
Date: Sat Dec 12 10:59:13 UTC 2020
Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv25140
Log Message:
pkg_install: import version 20201212 from pkgsrc
Two bugfixes and a check_os_version config
pkg_install-20201212
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/pkg_install/dist/add/perform.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/pkg_install/dist/lib/lib.h
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/lib/parse-config.c \
src/external/bsd
Module Name:src
Committed By: wiz
Date: Sat Dec 12 11:02:06 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Mention pkg_install-20201212
To generate a diff of this commit:
cvs rdiff -u -r1.1768 -r1.1769 src/doc/3RDPARTY
cvs rdiff -u -r1.2765 -r1.2766 src
Module Name:src
Committed By: rillig
Date: Sat Dec 12 11:03:43 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): extract JobFinishDone from JobFinish
To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 src/usr.bin/make/job.c
Please note
Module Name:src
Committed By: rillig
Date: Sat Dec 12 11:28:29 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): split JobFinishDone into smaller functions
To generate a diff of this commit:
cvs rdiff -u -r1.378 -r1.379 src/usr.bin/make/job.c
Please
Module Name:src
Committed By: rillig
Date: Sat Dec 12 11:33:10 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): make Job_Touch simpler
To generate a diff of this commit:
cvs rdiff -u -r1.379 -r1.380 src/usr.bin/make/job.c
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Sat Dec 12 12:13:12 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sh-flags.mk
Log Message:
make(1): demonstrate that -s and .SILENT have the same effect
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr
Module Name:src
Committed By: rillig
Date: Sat Dec 12 12:19:18 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sh-flags.exp sh-flags.mk
Log Message:
make(1): reduce number of test cases in sh-flags.mk
The field job->echo is initialized in JobStart (and in JobOpenTmp
Module Name:src
Committed By: rillig
Date: Sat Dec 12 12:28:07 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): fix typo in comment of JobPrintCommand
To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 src/usr.bin/make/job.c
Please not
Module Name:src
Committed By: rillig
Date: Sat Dec 12 12:54:58 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): extract ShellWriter_ErrOn from JobPrintCommand
It had been conceptually wrong to modify cmdFlags.echo just to suppress
echoing while enabl
Module Name:src
Committed By: martin
Date: Sat Dec 12 12:56:40 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: ucom.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1147):
sys/dev/usb/ucom.c: revision 1.128
properly wait for refcount
Module Name:src
Committed By: rillig
Date: Sat Dec 12 12:56:56 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): rename ParseRunOptions to ParseCommandFlags
To generate a diff of this commit:
cvs rdiff -u -r1.382 -r1.383 src/usr.bin/make/job.c
Pleas
Module Name:src
Committed By: martin
Date: Sat Dec 12 12:58:51 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-8]: ucom.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1636):
sys/dev/usb/ucom.c: revision 1.128
properly wait for refcount
Module Name:src
Committed By: martin
Date: Sat Dec 12 13:00:18 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1636
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Dec 12 13:01:18 UTC 2020
Modified Files:
src/sbin/atactl [netbsd-9]: atactl.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1148):
sbin/atactl/atactl.c: revision 1.84
micron SMART 202 is per
Module Name:src
Committed By: martin
Date: Sat Dec 12 13:03:47 UTC 2020
Modified Files:
src/sys/dev/fdt [netbsd-9]: pwm_backlight.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1149):
sys/dev/fdt/pwm_backlight.c: revision 1.7
save the n
Module Name:src
Committed By: martin
Date: Sat Dec 12 13:04:48 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1147 - #1149
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.2
Please note that diffs ar
Module Name:src
Committed By: rillig
Date: Sat Dec 12 13:13:34 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): clean up comments around JobPrintSpecials
To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 src/usr.bin/make/job.c
Please
Module Name:src
Committed By: rillig
Date: Sat Dec 12 15:06:11 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: sh-errctl.exp sh-errctl.mk
Log Message:
make(1): add tes
Module Name:src
Committed By: rillig
Date: Sat Dec 12 16:06:27 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): add target test-coverage
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/usr.bin/make/Makefile
Please note that d
Module Name:src
Committed By: jmcneill
Date: Sat Dec 12 16:08:39 UTC 2020
Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c
Log Message:
Add support for decoding Platform Communications Channel Tables ("PCCT").
To generate a diff of this commit:
cvs rdiff -u -r1.47
Module Name:src
Committed By: rillig
Date: Sat Dec 12 16:54:21 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): add number of uncovered lines to coverage report
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/make/Make
Module Name:src
Committed By: rillig
Date: Sat Dec 12 18:00:18 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: directive-unexport-env.exp
directive-unexport-env.mk
Log Message:
make(1): error out on misspelled .unexport-env
Module Name:src
Committed By: rillig
Date: Sat Dec 12 18:11:42 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: directive-unexport-env.exp
directive-unexport-env.mk directive-unexport.exp
directive-unexport.mk
Lo
Module Name:src
Committed By: christos
Date: Sat Dec 12 18:19:34 UTC 2020
Modified Files:
src/external/bsd/pkg_install/dist/lib: plist.c
Log Message:
Don't try to memcpy (size_t)-1 bytes!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_in
Module Name:src
Committed By: uwe
Date: Sat Dec 12 18:35:59 UTC 2020
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
vfs_cache - do not write outside allocated memory.
In cache_cpu_init allocate struct nchcpu, not struct nchstats_percpu.
cache_update_stats expects
Module Name:src
Committed By: christos
Date: Sat Dec 12 18:41:13 UTC 2020
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
Be more clear and don't rely on cur being the first member.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/kern/vfs_c
Module Name:src
Committed By: christos
Date: Sat Dec 12 18:44:38 UTC 2020
Added Files:
src/external/bsd/libfido2/dist/src: hid_netbsd.c
Log Message:
Add a NetBSD-specific back-end. (riastradh@)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/li
Module Name:src
Committed By: christos
Date: Sat Dec 12 18:45:12 UTC 2020
Modified Files:
src/external/bsd/libfido2/lib: Makefile
Log Message:
Use the NetBSD-specific back-end.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libfido2/lib/Make
Module Name:src
Committed By: rillig
Date: Sat Dec 12 18:53:53 UTC 2020
Modified Files:
src/usr.bin/make: compat.c job.c main.c nonints.h var.c
Log Message:
make(1): rename Var_ExportVars to Var_ReexportVars
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208
Module Name:src
Committed By: rillig
Date: Sat Dec 12 19:13:48 UTC 2020
Modified Files:
src/usr.bin/make: str.c
Log Message:
make(1): remove redundant call to strlen in Str_Words
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/str.c
Please
Module Name:src
Committed By: rillig
Date: Sat Dec 12 19:31:18 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: directive-export.exp directive-export.mk
Log Message:
make(1): extract ExportVars from Var_Export
To generate a diff of th
Module Name:src
Committed By: rillig
Date: Sat Dec 12 19:39:34 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix undefined behavior when exporting ${:U }
To generate a diff of this commit:
cvs rdiff -u -r1.726 -r1.727 src/usr.bin/make/var.c
Plea
Module Name:src
Committed By: rillig
Date: Sat Dec 12 20:00:52 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): extract ExportVarsExpand from Var_Export
To generate a diff of this commit:
cvs rdiff -u -r1.727 -r1.728 src/usr.bin/make/var.c
Please n
Module Name:src
Committed By: martin
Date: Sat Dec 12 20:29:11 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-9]: ohci.c ohcivar.h
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1150):
sys/dev/usb/ohci.c: revision 1.311
sys/dev
Module Name:src
Committed By: martin
Date: Sat Dec 12 20:30:03 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1150
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sat Dec 12 20:30:57 UTC 2020
Modified Files:
src/sys/dev/usb [netbsd-8]: ohci.c ohcivar.h
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1637):
sys/dev/usb/ohci.c: revision 1.311
sys/dev
Module Name:src
Committed By: martin
Date: Sat Dec 12 20:31:57 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1637
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: rillig
Date: Sat Dec 12 21:20:30 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c var.c
Log Message:
make(1): eliminate boolean argument of Var_Export
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/usr.bin/ma
Module Name:src
Committed By: rillig
Date: Sat Dec 12 21:35:21 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): reduce indentation of ParseDirective
To generate a diff of this commit:
cvs rdiff -u -r1.473 -r1.474 src/usr.bin/make/parse.c
Please n
Module Name:src
Committed By: roy
Date: Sun Dec 13 00:04:40 UTC 2020
Modified Files:
src/external/gpl2/diffutils/dist/src: util.c
Log Message:
diffutils: execl requires a NULL sentinel
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/diff
Module Name:src
Committed By: roy
Date: Sun Dec 13 00:37:43 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
t_ossaudio was installed for clang, so remove gcc marking
To generate a diff of this commit:
cvs rdiff -u -r1.990 -r1.991 src/distrib/sets/l
Module Name:src
Committed By: rillig
Date: Sun Dec 13 00:46:25 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: directive-misspellings.exp
directive-misspell
Module Name:src
Committed By: rillig
Date: Sun Dec 13 01:07:54 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
src/usr.bin/make/unit-tests: directive-error.mk directive-export-env.mk
directive-export-literal.mk directive-export.exp
directi
Module Name:src
Committed By: rillig
Date: Sun Dec 13 01:10:22 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-info.mk
directive-misspellings.mk directive-warning.mk
Log Message:
make(1): adjust timestamps in unit tests
These could not be known
Module Name:src
Committed By: rillig
Date: Sun Dec 13 01:33:17 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): replace bitset VarExportFlags with enum VarExportMode
The previous flags were not combined at all.
To generate a diff of this commit:
cv
Module Name:src
Committed By: rillig
Date: Sun Dec 13 01:41:12 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c var.c
Log Message:
make(1): clean up Var_Export
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/nonints.h
cvs rdif
Module Name:src
Committed By: rillig
Date: Sun Dec 13 01:51:08 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): clean up comment for ParseDirective
To generate a diff of this commit:
cvs rdiff -u -r1.476 -r1.477 src/usr.bin/make/parse.c
Please no
Module Name:src
Committed By: rillig
Date: Sun Dec 13 02:01:43 UTC 2020
Modified Files:
src/usr.bin/make: job.c main.c parse.c
Log Message:
make(1): replace *line with line[0]
Since a line is not an iterator and since the expression *line typically
means "the current elem
Module Name:src
Committed By: sjg
Date: Sun Dec 13 02:09:55 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: shell-csh.mk
Log Message:
Avoid noise when csh does not exist
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/shell-c
Module Name:src
Committed By: sjg
Date: Sun Dec 13 02:09:33 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
Ensure we have a value for .MAKE.UID
To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/usr.bin/make/unit-tests/Makefi
Module Name:src
Committed By: rillig
Date: Sun Dec 13 02:15:49 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h parse.c var.c
Log Message:
make(1): remove dead code from GetVarnamesToUnexport
Now that the parsing of the directives is unified and strict, there is
no ne
Module Name:src
Committed By: sjg
Date: Sun Dec 13 05:13:38 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile sh-errctl.exp
Log Message:
Prune job debug output that may appear out of order.
A race between child and parent means that we cannot
guarantee whethe
Module Name:src
Committed By: isaki
Date: Sun Dec 13 05:21:12 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Add missing newline.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/audio/audio.c
Please note that diffs are not pub
Module Name:src
Committed By: isaki
Date: Sun Dec 13 05:29:20 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Avoid a dead lock in audiodetach, since rev 1.63.
audio_unlink() must be called without exlock held (and
audio_mixer_destroy() must be called with
Module Name:src
Committed By: isaki
Date: Sun Dec 13 05:44:09 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Fix a return value of audiopoll().
fo_poll is expected to return revents rather than errno on error.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: isaki
Date: Sun Dec 13 05:47:09 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Revise comments.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/audio/audio.c
Please note that diffs are not public
63 matches
Mail list logo