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)
Thu, Jun 25, 9:14 PM
Unknown Object (File)
Thu, Jun 25, 5:29 AM
Unknown Object (File)
Thu, Jun 25, 3:58 AM
Unknown Object (File)
Thu, Jun 25, 2:39 AM
Unknown Object (File)
Wed, Jun 24, 10:31 AM
Unknown Object (File)
Sun, Jun 21, 4:31 AM
Unknown Object (File)
Tue, Jun 9, 4:10 AM
Unknown Object (File)
May 26 2026, 5:46 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.