diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 01:00:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:54 +0200 |
commit | 8a1315a092a3ba5090dc4b8c7c4e4f4e0be549ff (patch) | |
tree | 7262d257de6e898947a6925edf0b582004e95ef3 /system/ksplice/README | |
parent | 0ed576edb0ae14cd0a58f828a779b7e7fd6e6d31 (diff) | |
download | slackbuilds-8a1315a092a3ba5090dc4b8c7c4e4f4e0be549ff.tar.gz |
system/ksplice: Added to 13.0 repository
Diffstat (limited to 'system/ksplice/README')
-rw-r--r-- | system/ksplice/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ksplice/README b/system/ksplice/README new file mode 100644 index 0000000000..10a0c9754f --- /dev/null +++ b/system/ksplice/README @@ -0,0 +1,8 @@ +Ksplice allows system administrators to apply patches to their +operating system kernels without rebooting. Unlike previous hot +update systems, Ksplice operates at the object code layer, which +allows Ksplice to transform many traditional source code patches into +hot updates with little or no programmer involvement. In the common +case that a patch does not change the semantics of persistent data +structures, Ksplice can create a hot update without a programmer +writing any new code. |