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)
Mon, Mar 23, 6:15 AM
Unknown Object (File)
Mon, Mar 23, 3:16 AM
Unknown Object (File)
Sun, Mar 22, 8:21 AM
Unknown Object (File)
Sat, Mar 21, 8:04 AM
Unknown Object (File)
Wed, Mar 11, 1:18 PM
Unknown Object (File)
Wed, Mar 11, 4:15 AM
Unknown Object (File)
Fri, Mar 6, 9:05 PM
Unknown Object (File)
Wed, Mar 4, 6:20 AM
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.