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, May 26, 5:46 PM
Unknown Object (File)
Mon, May 18, 3:05 AM
Unknown Object (File)
Mon, May 18, 2:49 AM
Unknown Object (File)
Mon, May 18, 2:41 AM
Unknown Object (File)
Mon, May 18, 2:36 AM
Unknown Object (File)
Mon, May 18, 2:34 AM
Unknown Object (File)
Wed, May 13, 10:14 PM
Unknown Object (File)
Fri, May 8, 6:28 PM
Subscribers

Details

Reviewers
kib
jhb
imp
Summary

This is all the new kernel functionality for kload

Diff Detail

Repository
rS FreeBSD src repository - subversion
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.