Module Name:src
Committed By: rin
Date: Wed Aug 14 05:02:19 UTC 2024
Modified Files:
src/usr.bin/grep: file.c
Log Message:
grep: grep_refill: Fix previous; WITHOUT_BZ2 not WITHOUT_GZIP
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/grep/file.c
Module Name:src
Committed By: rin
Date: Wed Aug 14 05:02:19 UTC 2024
Modified Files:
src/usr.bin/grep: file.c
Log Message:
grep: grep_refill: Fix previous; WITHOUT_BZ2 not WITHOUT_GZIP
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/grep/file.c
Module Name:src
Committed By: rin
Date: Wed Aug 14 04:59:51 UTC 2024
Modified Files:
src/usr.bin/grep: file.c
Log Message:
grep: grep_refill: Fix -Wunused-variable for WITHOUT_GZIP
NFC otherwise.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/
Module Name:src
Committed By: rin
Date: Wed Aug 14 04:59:51 UTC 2024
Modified Files:
src/usr.bin/grep: file.c
Log Message:
grep: grep_refill: Fix -Wunused-variable for WITHOUT_GZIP
NFC otherwise.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 01:26:25 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Take vm map lock around uvm_unmap_remove.
This was tripping one of the assertions I added. While it is safe
here not to hold the loc
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 01:26:25 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Take vm map lock around uvm_unmap_remove.
This was tripping one of the assertions I added. While it is safe
here not to hold the loc
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:42:02 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Show the entry in findspace invariants.
No functional change intended in the non-crash3 case.
PR kern/51254: uvm assertion "!topdown
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:42:02 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Show the entry in findspace invariants.
No functional change intended in the non-crash3 case.
PR kern/51254: uvm assertion "!topdown
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:41:46 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Avoid potential arithmetic overflow.
Should be harmless in this case because vaddr_t is unsigned, so
there's no undefined behaviour h
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:41:46 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Avoid potential arithmetic overflow.
Should be harmless in this case because vaddr_t is unsigned, so
there's no undefined behaviour h
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:41:31 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Assert another loop invariant in entry lookup.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hint <= orig
Module Name:src
Committed By: riastradh
Date: Wed Aug 14 00:41:31 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Assert another loop invariant in entry lookup.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hint <= orig
Module Name:src
Committed By: uwe
Date: Tue Aug 13 23:24:23 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): bump date for and fix typo in previous
PR bin/58583
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/config
Module Name:src
Committed By: uwe
Date: Tue Aug 13 23:24:23 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): bump date for and fix typo in previous
PR bin/58583
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/config
Module Name:src
Committed By: gutteridge
Date: Tue Aug 13 22:30:55 UTC 2024
Modified Files:
src/external/gpl2/xcvs/dist/doc: cvs.1
Log Message:
cvs.1: align update -D paragraph with info file version
Catch up with cvs.texinfo here. In other words, reflect PR bin/56256.
Module Name:src
Committed By: gutteridge
Date: Tue Aug 13 22:30:55 UTC 2024
Modified Files:
src/external/gpl2/xcvs/dist/doc: cvs.1
Log Message:
cvs.1: align update -D paragraph with info file version
Catch up with cvs.texinfo here. In other words, reflect PR bin/56256.
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 20:52:52 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Redo uvm_map.c 1.414 without the null pointer dereference.
uvm_map(9): Sprinkle assertions and interface contract comments.
No functional change
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 20:52:52 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Redo uvm_map.c 1.414 without the null pointer dereference.
uvm_map(9): Sprinkle assertions and interface contract comments.
No functional change
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 20:23:23 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Revert uvm_map.c 1.414.
This was:
uvm_map(9): Sprinkle assertions and interface contract comments.
Apparently, you have to actually test cha
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 20:23:23 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Revert uvm_map.c 1.414.
This was:
uvm_map(9): Sprinkle assertions and interface contract comments.
Apparently, you have to actually test cha
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 17:54:59 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Sprinkle invariant assertions into uvm_map_space_avail.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hin
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 17:54:59 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Sprinkle invariant assertions into uvm_map_space_avail.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hin
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 17:54:44 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Sprinkle assertions and interface contract comments.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hint <
Module Name:src
Committed By: riastradh
Date: Tue Aug 13 17:54:44 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_map(9): Sprinkle assertions and interface contract comments.
No functional change intended.
PR kern/51254: uvm assertion "!topdown || hint <
Module Name:src
Committed By: andvar
Date: Tue Aug 13 16:23:48 UTC 2024
Modified Files:
src/sys/arch/sgimips/hpc: pi1ppcvar.h
src/sys/dev/ic: atppcvar.h
Log Message:
s/Thresold/Threshold/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 sr
Module Name:src
Committed By: andvar
Date: Tue Aug 13 16:23:48 UTC 2024
Modified Files:
src/sys/arch/sgimips/hpc: pi1ppcvar.h
src/sys/dev/ic: atppcvar.h
Log Message:
s/Thresold/Threshold/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 sr
Module Name:src
Committed By: uwe
Date: Tue Aug 13 15:01:52 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): mention ioconf and pseudo-root
Add barebones descriptions for ioconf and pseudo-root added by pooka@
long time ago for rump and kmods.
Module Name:src
Committed By: uwe
Date: Tue Aug 13 15:01:52 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): mention ioconf and pseudo-root
Add barebones descriptions for ioconf and pseudo-root added by pooka@
long time ago for rump and kmods.
Module Name:src
Committed By: uwe
Date: Tue Aug 13 10:14:04 UTC 2024
Modified Files:
src/usr.bin/config: scan.l
Log Message:
config: fix ctype(3) argument casts
See CAVEATS. Doesn't matter here in practice, but that's not an
excuse to set a bad example.
To generate a d
Module Name:src
Committed By: uwe
Date: Tue Aug 13 10:14:04 UTC 2024
Modified Files:
src/usr.bin/config: scan.l
Log Message:
config: fix ctype(3) argument casts
See CAVEATS. Doesn't matter here in practice, but that's not an
excuse to set a bad example.
To generate a d
Module Name:src
Committed By: martin
Date: Tue Aug 13 09:49:05 UTC 2024
Modified Files:
src: UPDATING
Log Message:
Note gdb switch may require removing tool gdb build dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/UPDATING
Please note that dif
Module Name:src
Committed By: martin
Date: Tue Aug 13 09:49:05 UTC 2024
Modified Files:
src: UPDATING
Log Message:
Note gdb switch may require removing tool gdb build dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/UPDATING
Please note that dif
Module Name:src
Committed By: skrll
Date: Tue Aug 13 07:20:23 UTC 2024
Modified Files:
src/sys/arch/arm/sunxi: sun6i_dma.c sunxi_gpio.c sunxi_gpio.h
sunxi_sid.c sunxi_usbphy.c
src/sys/arch/riscv/conf: GENERIC64 files.generic64 std.riscv
std.r
Module Name:src
Committed By: skrll
Date: Tue Aug 13 07:20:23 UTC 2024
Modified Files:
src/sys/arch/arm/sunxi: sun6i_dma.c sunxi_gpio.c sunxi_gpio.h
sunxi_sid.c sunxi_usbphy.c
src/sys/arch/riscv/conf: GENERIC64 files.generic64 std.riscv
std.r
34 matches
Mail list logo