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)
Sun, Jan 26, 7:50 AM
Unknown Object (File)
Tue, Jan 14, 9:57 AM
Unknown Object (File)
Sun, Jan 12, 1:39 AM
Unknown Object (File)
Sat, Jan 11, 9:47 PM
Unknown Object (File)
Jan 2 2025, 9:37 AM
Unknown Object (File)
Dec 21 2024, 12:18 PM
Unknown Object (File)
Dec 6 2024, 9:14 PM
Unknown Object (File)
Nov 10 2024, 3:54 AM
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.