No description
Find a file
Cristiano Giuffrida 0164957abb Unified crash recovery and live update.
RS CHANGES:
- Crash recovery is now implemented like live update. Two instances are kept
side by side and the dead version is live updated into the new one. The endpoint
doesn't change and the failure is not exposed (by default) to other system
services.
- The new instance can be created reactively (when a crash is detected) or
proactively. In the latter case, RS can be instructed to keep a replica of
the system service to perform a hot swap when the service fails. The flag
SF_USE_REPL is set in that case.
- The new flag SF_USE_REPL is supported for services in the boot image and
dynamically started services through the RS interface (i.e. -p option in the
service utility).
- Fixed a free unallocated memory bug for core system services.
2010-04-27 11:17:30 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
commands cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
docs Fix date in UPDATING 2010-04-12 17:56:07 +00:00
drivers Fixed printf warning in the filter driver 2010-04-26 14:44:20 +00:00
etc Driver mapping refactory. 2010-04-09 21:56:44 +00:00
include Unified crash recovery and live update. 2010-04-27 11:17:30 +00:00
kernel Changed pagefault delivery to VM 2010-04-26 23:21:26 +00:00
lib Unified crash recovery and live update. 2010-04-27 11:17:30 +00:00
man Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
servers Unified crash recovery and live update. 2010-04-27 11:17:30 +00:00
test Add scancode reading capability to TTY 2010-04-15 07:08:04 +00:00
tools cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00