Module Name:src
Committed By: sjg
Date: Thu Jan 27 21:50:50 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: Makefile opt-debug-hash.exp
Log Message:
numEntries can vary
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/usr.bin/make/unit-tests/Make
Module Name:src
Committed By: sjg
Date: Thu Jan 27 21:50:50 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: Makefile opt-debug-hash.exp
Log Message:
numEntries can vary
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/usr.bin/make/unit-tests/Make
Module Name:src
Committed By: rillig
Date: Thu Jan 27 20:15:14 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: directive-for-escape.exp
directive-for-escape.mk
Log Message:
tests/make: add more edge cases for expansion of .for loop body
To generate a di
Module Name:src
Committed By: rillig
Date: Thu Jan 27 20:15:14 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: directive-for-escape.exp
directive-for-escape.mk
Log Message:
tests/make: add more edge cases for expansion of .for loop body
To generate a di
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:44:49 UTC 2022
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
use powerof2() in sd_validate_blksize()
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/dev/scsipi/sd.c
Please note th
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:44:49 UTC 2022
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
use powerof2() in sd_validate_blksize()
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/dev/scsipi/sd.c
Please note th
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:38:07 UTC 2022
Modified Files:
src/sys/dev/pci: vioscsi.c
Log Message:
We no need for PQUIRK_FORCELUNS now that we try REPORT LUNS.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/vi
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:38:07 UTC 2022
Modified Files:
src/sys/dev/pci: vioscsi.c
Log Message:
We no need for PQUIRK_FORCELUNS now that we try REPORT LUNS.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/vi
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:37:02 UTC 2022
Modified Files:
src/sys/dev/scsipi: scsi_spc.h scsiconf.c
Log Message:
Try REPORT LUNS command to enumerate logical units.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sc
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:37:02 UTC 2022
Modified Files:
src/sys/dev/scsipi: scsi_spc.h scsiconf.c
Log Message:
Try REPORT LUNS command to enumerate logical units.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sc
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:07:27 UTC 2022
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
drop poorly phrased and redundant message about unsupported chip revisions
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 18:07:27 UTC 2022
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
drop poorly phrased and redundant message about unsupported chip revisions
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 14:39:49 UTC 2022
Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC64
Log Message:
enable WSDISPLAY_CUSTOM_BORDER and WSDISPLAY_CUSTOM_OUTPUT to match i386 GENERIC
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 14:39:49 UTC 2022
Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC64
Log Message:
enable WSDISPLAY_CUSTOM_BORDER and WSDISPLAY_CUSTOM_OUTPUT to match i386 GENERIC
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 14:18:40 UTC 2022
Modified Files:
src/sys/modules/if_wg: Makefile
Log Message:
Turn off ALTQ in if_wg module, to match default kernel configs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modul
Module Name:src
Committed By: jakllsch
Date: Thu Jan 27 14:18:40 UTC 2022
Modified Files:
src/sys/modules/if_wg: Makefile
Log Message:
Turn off ALTQ in if_wg module, to match default kernel configs
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modul
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:26:44 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: directive-for-escape.exp
directive-for-escape.mk
Log Message:
tests/make: explain escaping in .for loops, add more test cases
To generate a di
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:26:44 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: directive-for-escape.exp
directive-for-escape.mk
Log Message:
tests/make: explain escaping in .for loops, add more test cases
To generate a di
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:16:44 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up AddEscape for building the body of a .for loop
Adding 1 + len bytes but only incrementing the pointer by len bytes
looked suspicious
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:16:44 UTC 2022
Modified Files:
src/usr.bin/make: for.c
Log Message:
make: clean up AddEscape for building the body of a .for loop
Adding 1 + len bytes but only incrementing the pointer by len bytes
looked suspicious
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:00:07 UTC 2022
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make: merge duplicate code for finding an entry in a hash table
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1
Module Name:src
Committed By: rillig
Date: Thu Jan 27 11:00:07 UTC 2022
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make: merge duplicate code for finding an entry in a hash table
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:45:36 UTC 2022
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make: replace HashEntry_KeyEquals with strncmp
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/m
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:45:36 UTC 2022
Modified Files:
src/usr.bin/make: hash.c
Log Message:
make: replace HashEntry_KeyEquals with strncmp
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/usr.bin/m
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:42:02 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varname.mk
Log Message:
tests/make: test hash code collisions of variable names
In HashEntry_KeyEquals, the line 'return false' was not covered by any
test
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:42:02 UTC 2022
Modified Files:
src/usr.bin/make/unit-tests: varname.mk
Log Message:
tests/make: test hash code collisions of variable names
In HashEntry_KeyEquals, the line 'return false' was not covered by any
test
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:34:55 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove trailing whitespace, break lines
No binary change, except for assertion line numbers.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Thu Jan 27 10:34:55 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove trailing whitespace, break lines
No binary change, except for assertion line numbers.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: msaitoh
Date: Thu Jan 27 09:53:43 UTC 2022
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Remove debug code and simplify. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/usr.sbin/cpuct
Module Name:src
Committed By: msaitoh
Date: Thu Jan 27 09:53:43 UTC 2022
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Remove debug code and simplify. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/usr.sbin/cpuct
30 matches
Mail list logo