Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:56:17 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: merge duplicate code in parsing conditions
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/usr.b
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:56:17 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: merge duplicate code in parsing conditions
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/usr.b
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:33:05 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: remove recursion from CondParser_And
No functional change intended. Before cond.c 1.286 from today, there
would have been the functional ch
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:33:05 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: remove recursion from CondParser_And
No functional change intended. Before cond.c 1.286 from today, there
would have been the functional ch
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:19:59 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: do not expand operator token in CondParser_Or
At the point where CondParser_Or calls CondParser_Token, there was a
previous call to CondPars
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:19:59 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: do not expand operator token in CondParser_Or
At the point where CondParser_Or calls CondParser_Token, there was a
previous call to CondPars
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:12:44 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: cond-eof.exp cond-eof.mk cond-op.exp
cond-op.mk
Log Message:
make: do not evaluate misplaced expressions in mal
Module Name:src
Committed By: rillig
Date: Fri Dec 10 23:12:44 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: cond-eof.exp cond-eof.mk cond-op.exp
cond-op.mk
Log Message:
make: do not evaluate misplaced expressions in mal
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 21:57:13 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
break down large, unaligned copies into chunks that CG14Copy8_short_*()
can handle, make sure destinations ar
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 21:57:13 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
break down large, unaligned copies into chunks that CG14Copy8_short_*()
can handle, make sure destinations ar
Module Name:src
Committed By: andvar
Date: Fri Dec 10 20:36:05 UTC 2021
Modified Files:
src/lib/libc/db/man: dbm_clearerr.3
src/lib/libc/gen: wordexp.3
src/lib/libc/sys: send.2
src/lib/libterminfo: term.h
src/libexec/httpd: bozohttpd.c
Module Name:src
Committed By: andvar
Date: Fri Dec 10 20:36:05 UTC 2021
Modified Files:
src/lib/libc/db/man: dbm_clearerr.3
src/lib/libc/gen: wordexp.3
src/lib/libc/sys: send.2
src/lib/libterminfo: term.h
src/libexec/httpd: bozohttpd.c
Module Name:src
Committed By: rillig
Date: Fri Dec 10 20:22:54 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: cond-op.exp cond-op.mk
Log Message:
tests/make: extend test for parse errors in conditions
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 sr
Module Name:src
Committed By: rillig
Date: Fri Dec 10 20:22:54 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: cond-op.exp cond-op.mk
Log Message:
tests/make: extend test for parse errors in conditions
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 sr
Module Name:src
Committed By: nia
Date: Fri Dec 10 20:06:29 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
useradd(8): Recognize Argon2 passwords as "valid" when they are given
on the command line.
Reported by Robert Nestor on current-users@.
To generat
Module Name:src
Committed By: nia
Date: Fri Dec 10 20:06:29 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
useradd(8): Recognize Argon2 passwords as "valid" when they are given
on the command line.
Reported by Robert Nestor on current-users@.
To generat
Module Name:src
Committed By: rillig
Date: Fri Dec 10 19:47:20 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: simplify parsing of '||' in conditions
Previously, the grammar said 'Or -> Or || And', while the code looked
more like 'Or -> And || Or'. M
Module Name:src
Committed By: rillig
Date: Fri Dec 10 19:47:20 UTC 2021
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make: simplify parsing of '||' in conditions
Previously, the grammar said 'Or -> Or || And', while the code looked
more like 'Or -> And || Or'. M
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:42:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
skip reading destination fb if we're going to overwrite it, only read words
we need to partially write
while
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:42:07 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
skip reading destination fb if we're going to overwrite it, only read words
we need to partially write
while
Module Name:src
Committed By: andvar
Date: Fri Dec 10 19:30:05 UTC 2021
Modified Files:
src/lib/libc/gen: extattr_copy_file.3
src/share/man/man4: gpio.4
src/sys/fs/union: union_vnops.c
Log Message:
s/unaccessible/inaccessible/
To generate a diff of this c
Module Name:src
Committed By: andvar
Date: Fri Dec 10 19:30:05 UTC 2021
Modified Files:
src/lib/libc/gen: extattr_copy_file.3
src/share/man/man4: gpio.4
src/sys/fs/union: union_vnops.c
Log Message:
s/unaccessible/inaccessible/
To generate a diff of this c
Module Name:src
Committed By: rillig
Date: Fri Dec 10 19:14:35 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: cond-op-and.exp cond-op-and.mk
cond-op-or.exp cond-op-or.mk
Log Message:
tests/make: add more comprehensive tests for short-circuit evaluation
Module Name:src
Committed By: rillig
Date: Fri Dec 10 19:14:35 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: cond-op-and.exp cond-op-and.mk
cond-op-or.exp cond-op-or.mk
Log Message:
tests/make: add more comprehensive tests for short-circuit evaluation
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:09:56 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are
aligned. Small but measurable sp
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 19:09:56 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are
aligned. Small but measurable sp
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 18:25:44 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
add another Copy8() variant:
- supports unaligned source and destination
- uses all 32bit accesses
- supports
Module Name:xsrc
Committed By: macallan
Date: Fri Dec 10 18:25:44 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-suncg14/dist/src: cg14_accel.c
Log Message:
add another Copy8() variant:
- supports unaligned source and destination
- uses all 32bit accesses
- supports
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:39:49 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c ixgbe.c
Log Message:
Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().
From FreeBSD ix-3.3.18. No functional change.
To gen
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:39:49 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c ixgbe.c
Log Message:
Move PF mailbox initialization from ixgbe_attach() to ixgbe_init_iov().
From FreeBSD ix-3.3.18. No functional change.
To gen
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:33:12 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h
Log Message:
No functional change.
- Sync with FreeBSD ix-3.3.18.
- Rename ixgbe_get_advertise() to ixgbe_get_default_advertise.
- Sor
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:33:12 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h
Log Message:
No functional change.
- Sync with FreeBSD ix-3.3.18.
- Rename ixgbe_get_advertise() to ixgbe_get_default_advertise.
- Sor
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:31:22 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_82598.c ixgbe_82599.c ixgbe_api.c
ixgbe_common.c ixgbe_dcb.c ixgbe_mbx.c ixgbe_phy.c ixgbe_x540.c
ixgbe_x550.c
Log Message:
Whitesp
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:30:10 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_type.h
Log Message:
Add some unused macros. Sync with FreeBSD ix-3.3.14.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/ix
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:30:10 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_type.h
Log Message:
Add some unused macros. Sync with FreeBSD ix-3.3.14.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/ix
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:28:40 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_phy.c
Log Message:
Move increments after evaluations.
FreeBSD: dc11ba4eb3fe5cce615f361de83e85e07005ca24 or ix-3.3.14
DPDK:390445ec30b4c52a3d2887c3
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:28:40 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_phy.c
Log Message:
Move increments after evaluations.
FreeBSD: dc11ba4eb3fe5cce615f361de83e85e07005ca24 or ix-3.3.14
DPDK:390445ec30b4c52a3d2887c3
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:27:17 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_netmap.c
Log Message:
ifdef D(ebug)? From FreeBSD ix-3.3.14.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/ixgbe/ixgbe_netm
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:27:17 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_netmap.c
Log Message:
ifdef D(ebug)? From FreeBSD ix-3.3.14.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/ixgbe/ixgbe_netm
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:25:22 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
Fix infinite recursion on PCIe link down.
- FreeBSD: 8270b7174c48417a4d5f3effa4a4f4588205e687 or ix-3.3.14
- DPDK:2d04b9e856
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:25:22 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
Fix infinite recursion on PCIe link down.
- FreeBSD: 8270b7174c48417a4d5f3effa4a4f4588205e687 or ix-3.3.14
- DPDK:2d04b9e856
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:22:41 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
Remove debug error message.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/ixgbe/ixgbe_common.c
Ple
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:22:41 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_common.c
Log Message:
Remove debug error message.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/ixgbe/ixgbe_common.c
Ple
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:21:44 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c
Log Message:
Change argument. No functional change. This file is not used in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 s
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:21:44 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c
Log Message:
Change argument. No functional change. This file is not used in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 s
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:20:13 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_82599.c ixgbe_common.c ixgbe_common.h
ixgbe_phy.c ixgbe_x540.c
Log Message:
Remove unnecessary return value check.
FreeBSD: 3a89005394bc5d82
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:20:13 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_82599.c ixgbe_common.c ixgbe_common.h
ixgbe_phy.c ixgbe_x540.c
Log Message:
Remove unnecessary return value check.
FreeBSD: 3a89005394bc5d82
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:18:30 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c
Log Message:
Remove unused argument. Note that this file is not used in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sy
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:18:30 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_sriov.c
Log Message:
Remove unused argument. Note that this file is not used in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sy
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:16:54 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_82599.c ixgbe_common.c ixgbe_dcb_82598.c
ixgbe_dcb_82599.c ixgbe_x550.c
Log Message:
Add typecast for type mismatch.
FreeBSD: 994dd6328c66fc
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:16:54 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_82599.c ixgbe_common.c ixgbe_dcb_82598.c
ixgbe_dcb_82599.c ixgbe_x550.c
Log Message:
Add typecast for type mismatch.
FreeBSD: 994dd6328c66fc
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:14:18 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_x550.c
Log Message:
Initialize data field in struct buffer.
FreeBSD: b3ebe337ffa06b0f1f460bf8f1e42fb55db77d0b or ix-3.3.14
DPDK:40543be5376ca415b2
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:14:18 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_x550.c
Log Message:
Initialize data field in struct buffer.
FreeBSD: b3ebe337ffa06b0f1f460bf8f1e42fb55db77d0b or ix-3.3.14
DPDK:40543be5376ca415b2
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:09:52 UTC 2021
Modified Files:
src/usr.sbin/acpitools/aml: aml_evalobj.c
Log Message:
s/OCCURED/OCCURRED/ in a debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:09:52 UTC 2021
Modified Files:
src/usr.sbin/acpitools/aml: aml_evalobj.c
Log Message:
s/OCCURED/OCCURRED/ in a debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:08:46 UTC 2021
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
s/premissions/permissions/
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libnvmm/libnvmm.3
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Fri Dec 10 11:08:46 UTC 2021
Modified Files:
src/lib/libnvmm: libnvmm.3
Log Message:
s/premissions/permissions/
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libnvmm/libnvmm.3
Please note that diffs are
Module Name:src
Committed By: hannken
Date: Fri Dec 10 09:20:38 UTC 2021
Modified Files:
src/sys/fs/union: union_vnops.c
Log Message:
Fix previous, don't copy up if the underlying node is unreadable.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/f
Module Name:src
Committed By: hannken
Date: Fri Dec 10 09:20:38 UTC 2021
Modified Files:
src/sys/fs/union: union_vnops.c
Log Message:
Fix previous, don't copy up if the underlying node is unreadable.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/f
59 matches
Mail list logo