Module Name:src
Committed By: martin
Date: Tue Jun 22 05:12:27 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ammend ticket #1301
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-9.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Tue Jun 22 05:10:50 UTC 2021
Modified Files:
src/sys/dev/usb [netbsd-9]: xhci.c xhcireg.h xhcivar.h
Log Message:
Fix pullup #1302 by adapting the changes to this branch
(there was a misunderstanding in the ticket handling)
To ge
Module Name:src
Committed By: gutteridge
Date: Tue Jun 22 03:39:21 UTC 2021
Modified Files:
src/share/man/man8/man8.x86: boot.8
Log Message:
boot.8: minor grammar tweaks
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man8/man8.x86/boot.8
Ple
Module Name:src
Committed By: gutteridge
Date: Tue Jun 22 03:30:06 UTC 2021
Modified Files:
src/share/man/man8/man8.x86: mbr.8
Log Message:
mbr.8: fix a typo
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man8/man8.x86/mbr.8
Please note that d
Module Name:src
Committed By: jmcneill
Date: Mon Jun 21 21:18:47 UTC 2021
Modified Files:
src/sys/stand/efiboot: boot.c efiblock.c efiblock.h
Log Message:
efiboot: Add readahead support.
Reading data through libsa file-systems ends up breaking block I/O
accesses into very
Module Name:src
Committed By: rillig
Date: Mon Jun 21 21:10:01 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: cond-token-plain.exp
Log Message:
make: fix grammar in error message for malformed conditional
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Mon Jun 21 21:07:35 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: clean up comments in cond.c
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/usr.bin/make/cond.c
Please note that diffs
Module Name:src
Committed By: rillig
Date: Mon Jun 21 19:59:58 UTC 2021
Modified Files:
src/usr.bin/make: buf.c
Log Message:
make: use simpler upper bound for length in Buf_AddInt
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/us
Module Name:src
Committed By: nia
Date: Mon Jun 21 19:52:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
use a single printf call for readability
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/stand/boot/boo
Module Name:src
Committed By: nia
Date: Mon Jun 21 19:43:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
biosboot: Add ASCII art.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/i386/stand/boot/boot2.c
Please not
Module Name:src
Committed By: nia
Date: Mon Jun 21 19:07:30 UTC 2021
Modified Files:
src/sys/stand/efiboot: boot.c
Log Message:
efiboot: Add ASCII art.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/stand/efiboot/boot.c
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Mon Jun 21 18:54:41 UTC 2021
Modified Files:
src/usr.bin/make: metachar.c metachar.h
Log Message:
make: replace macro is_shell_metachar with inline function
No functional change.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Mon Jun 21 18:25:20 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: use more practical data type in RegexReplace
While size_t is most appropriate for array indexes, make needs to be
compatible with C90, which
Module Name:src
Committed By: rillig
Date: Mon Jun 21 18:12:49 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: extract RegexReplace from ModifyWord_SubstRegex
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.936 -r1.937 src/u
Module Name:src
Committed By: rillig
Date: Mon Jun 21 17:52:33 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: move all labels in ModifyWord_SubstRegex to the same level
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.935 -r
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:46:13 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1685 and #1684
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-8.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:43:18 UTC 2021
Modified Files:
src/compat/arm/oabi [netbsd-8]: bsd.oabi.mk
Log Message:
Apply patch, requested by mrg in ticket #1684 (no corresponding
change in HEAD, oabi has been removed):
compat/arm/oabi
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:42:15 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1296 - #1309
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-9.3
Please note that diffs are
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:40:43 UTC 2021
Modified Files:
src/compat/arm/oabi [netbsd-9]: bsd.oabi.mk
Log Message:
Apply patch, requested by mrg in ticket #1309 (no corresponding
change in HEAD, oabi has been removed):
compat/arm/oabi
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:34:42 UTC 2021
Modified Files:
src/sys/arch/amd64/conf [netbsd-9]: GENERIC
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1308):
sys/arch/amd64/conf/GENERIC: revision 1.581
En
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:32:52 UTC 2021
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-9]: db_disasm.c
src/sys/arch/i386/i386 [netbsd-9]: db_disasm.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #130
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:27:57 UTC 2021
Modified Files:
src/sys/dev/usb [netbsd-9]: umass.c umass_scsipi.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1306):
sys/dev/usb/umass.c: revision 1.185
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:25:48 UTC 2021
Modified Files:
src/sys/dev/ic [netbsd-9]: nvme.c nvmevar.h
src/sys/dev/pci [netbsd-9]: nvme_pci.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1305):
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:23:13 UTC 2021
Modified Files:
src/sys/dev [netbsd-9]: ld.c ldvar.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1304):
sys/dev/ldvar.h: revision 1.35
sys/dev/ld.c: r
Module Name:src
Committed By: rillig
Date: Mon Jun 21 17:21:37 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: reduce indentation in ModifyWord_SubstRegex for ':C'
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.934 -r1.935
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:19:55 UTC 2021
Modified Files:
src/sys/arch/x86/pci [netbsd-9]: dwiic_pci.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1303):
sys/arch/x86/pci/dwiic_pci.c: revision 1.5 (pa
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:15:38 UTC 2021
Modified Files:
src/sys/dev/usb [netbsd-9]: ualea.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1302):
sys/dev/usb/ualea.c: revision 1.13
ualea(4): Null susp
Module Name:src
Committed By: martin
Date: Mon Jun 21 17:11:46 UTC 2021
Modified Files:
src/sys/dev/usb [netbsd-9]: xhci.c xhcireg.h xhcivar.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1301):
sys/dev/usb/xhci.c: revision 1.140
Module Name:src
Committed By: rillig
Date: Mon Jun 21 16:59:18 UTC 2021
Modified Files:
src/usr.bin/make: str.c
Log Message:
make: eliminate local variable in Substring_Words
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin
Module Name:src
Committed By: martin
Date: Mon Jun 21 16:41:02 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915 [netbsd-9]: i915_drv.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1300):
sys/external/bsd/drm2/dist/d
Module Name:src
Committed By: martin
Date: Mon Jun 21 16:14:14 UTC 2021
Modified Files:
src/sys/kern [netbsd-9]: kern_ksyms.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1299):
sys/kern/kern_ksyms.c: revision 1.90
sys/kern
Module Name:src
Committed By: martin
Date: Mon Jun 21 16:04:57 UTC 2021
Modified Files:
src/lib/libc/gen [netbsd-9]: setjmp.3
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1298):
lib/libc/gen/setjmp.3: revision 1.18
Clarify what ha
Module Name:src
Committed By: martin
Date: Mon Jun 21 15:41:39 UTC 2021
Modified Files:
src/external/bsd/libarchive/dist/cat/test [netbsd-9]: test_0.c
src/external/bsd/libarchive/dist/cpio/test [netbsd-9]: test_basic.c
test_format_newc.c
src/exte
Module Name:src
Committed By: martin
Date: Mon Jun 21 14:56:46 UTC 2021
Modified Files:
src/sys/rump/include/rump [netbsd-8]: rump_namei.h
src/sys/sys [netbsd-8]: namei.h
Log Message:
Regen for ticket #1685
To generate a diff of this commit:
cvs rdiff -u -r1.31 -
Module Name:src
Committed By: martin
Date: Mon Jun 21 14:55:15 UTC 2021
Modified Files:
src/sys/kern [netbsd-8]: vfs_lookup.c vfs_vnops.c
src/sys/sys [netbsd-8]: namei.src
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1685):
Module Name:src
Committed By: martin
Date: Mon Jun 21 14:52:58 UTC 2021
Modified Files:
src/sys/rump/include/rump [netbsd-9]: rump_namei.h
src/sys/sys [netbsd-9]: namei.h
Log Message:
Regen for ticket #1296
To generate a diff of this commit:
cvs rdiff -u -r1.32 -
Module Name:src
Committed By: martin
Date: Mon Jun 21 14:50:57 UTC 2021
Modified Files:
src/sys/kern [netbsd-9]: vfs_lookup.c vfs_vnops.c
src/sys/sys [netbsd-9]: namei.src
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1296):
Module Name:src
Committed By: jmcneill
Date: Mon Jun 21 11:11:33 UTC 2021
Modified Files:
src/sys/stand/efiboot: efiblock.c efiblock.h version
Log Message:
efiboot: Use disk I/O protocol for block device access.
EFI_DISK_IO_PROTOCOL is a simplified interface to block devi
Module Name:src
Committed By: rillig
Date: Mon Jun 21 10:42:06 UTC 2021
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: document ParseDependencyOp
To generate a diff of this commit:
cvs rdiff -u -r1.559 -r1.560 src/usr.bin/make/parse.c
Please note that diff
Module Name:src
Committed By: rillig
Date: Mon Jun 21 10:33:11 UTC 2021
Modified Files:
src/usr.bin/make: make.h parse.c
Log Message:
make: document where to find tests for the dependency lines
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/usr.bin/m
Module Name:src
Committed By: rillig
Date: Mon Jun 21 10:29:08 UTC 2021
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: extract ParseDependencySources from ParseDependency
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.557 -r1.558
Module Name:src
Committed By: rillig
Date: Mon Jun 21 08:40:44 UTC 2021
Modified Files:
src/usr.bin/make: var.c
Log Message:
make: fix documentation for ParseModifierPart
To generate a diff of this commit:
cvs rdiff -u -r1.933 -r1.934 src/usr.bin/make/var.c
Please note
Module Name:src
Committed By: rillig
Date: Mon Jun 21 08:28:37 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
Log Message:
tests/make: remove unnecessary -dL from moderrs.mk
It was only needed for the test for unmatched subexpressions in the
Module Name:src
Committed By: rillig
Date: Mon Jun 21 08:17:39 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk
varmod-subst-regex.exp varmod-subst-regex.mk
Log Message:
tests/make: move and extend test for unmatched '\1' in ':C'
Th
44 matches
Mail list logo