OpenBSD cvs log

created 2024-12-29T13:57:02Z
begin 2024-12-26T00:00:00Z
end 2024-12-26T02:46:38Z
path src/sys
commits 1

date 2024-12-26T02:46:38Z
author krw
files src/sys/kern/subr_hibernate.c log diff annotate
message Make hibernate_write_rle() return -1 on i/o error, not the error number. The
return value was always treated as the number of memory pages to skip.

Tweak the invoking logic to abandon the hibernation if -1 is returned.

ok mglocker@ jmatthew@