Page MenuHomeFreeBSD

The core of kload
AbandonedPublic

Authored by cattelan-thebarn.com on Oct 16 2015, 12:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 5:24 AM
Unknown Object (File)
Sun, Jul 12, 8:22 PM
Unknown Object (File)
Mon, Jul 6, 6:24 AM
Unknown Object (File)
Fri, Jul 3, 8:26 AM
Unknown Object (File)
Thu, Jul 2, 10:39 PM
Unknown Object (File)
Thu, Jul 2, 8:42 PM
Unknown Object (File)
Thu, Jul 2, 4:56 PM
Unknown Object (File)
Sun, Jun 28, 4:03 PM
Subscribers

Details

Reviewers
kib
jhb
imp
Summary

This is all the new kernel functionality for kload

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cattelan-thebarn.com retitled this revision from to The core of kload.
cattelan-thebarn.com updated this object.
cattelan-thebarn.com edited the test plan for this revision. (Show Details)
cattelan-thebarn.com added a reviewer: jhb.
cattelan-thebarn.com set the repository for this revision to rS FreeBSD src repository - subversion.
cattelan-thebarn.com edited reviewers, added: kib, imp; removed: bdrewery.

Change call to suspend_cpus to load_suspend_cpus

Update copyright

A few format changes.

The RB_KLOAD flag as been replaced with the RB_ABORT_KLOAD flag
such that KLOAD will be flagged to abort in the case of a panic.