created | 2022-10-16T03:01:37Z |
---|---|
begin | 2022-10-11T00:00:00Z |
end | 2022-10-12T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-10-11T11:46:58Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/uvm/uvm_swap.c | log | diff | annotate |
message |
add missing unlock in swapmount() ok tb@ kn@ miod@ |
date | 2022-10-11T23:39:07Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/alpha/alpha/disksubr.c | log | diff | annotate |
src/sys/arch/hppa/hppa/disksubr.c | log | diff | annotate | |
src/sys/arch/luna88k/luna88k/disksubr.c | log | diff | annotate | |
message |
Give checkdisklabel() a new parameter supplying the dev_t of the device whose disklabel is being checked. Within checkdisklabel() use this information to discover a device name iff (sic) the label is an obsolete version. Use the name to generate a meaningful warning message asking the user to rewrite the disklabel and thus promote it to the current version. Suggested by, feedback from and ok deraadt@ |
date | 2022-10-11T23:39:08Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/macppc/macppc/disksubr.c | log | diff | annotate |
src/sys/arch/sparc64/sparc64/disksubr.c | log | diff | annotate | |
src/sys/kern/subr_disk.c | log | diff | annotate | |
src/sys/sys/disklabel.h | log | diff | annotate | |
message |
Give checkdisklabel() a new parameter supplying the dev_t of the device whose disklabel is being checked. Within checkdisklabel() use this information to discover a device name iff (sic) the label is an obsolete version. Use the name to generate a meaningful warning message asking the user to rewrite the disklabel and thus promote it to the current version. Suggested by, feedback from and ok deraadt@ |