- This function no longer disables interrupts
- MLINK to reboot.9
- Document rebooting variable
- The mentions of autoconfiguration is more about shutdown_nice(), coming in the next commit.
- Describe the RB_* flags relevant to this function
- Describe behaviour when shutdown hooks fail the reset
- Describe expected execution contexts
- Add FF copyright
- xref panic(9)
- xref this page in reboot(2)
Details
Details
- Reviewers
markj imp - Group Reviewers
manpages - Commits
- rGd55c1877386f: kern_reboot(9): some updates
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man9/kern_reboot.9 | ||
---|---|---|
109 | The tense is inconsistent in several of the points below as well. |
share/man/man9/kern_reboot.9 | ||
---|---|---|
90 | Might want to define what "Halt the system in-place" means. | |
105 | The existing wording -- if a NO flag is not set -- is not very clear. Perhaps something like this instead: Unless the .Dv RB_NOSYNC flag is set in .Fa howto , sync and unmount the system's disks by calling .Xr vfs_unmountall 9 . | |
119–122 | is not set | |
133 | s/unusual/unlikely/ |