- 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 Passed - Unit
No Test Coverage - Build Status
Buildable 50482 Build 47373: arc lint + arc unit
Event Timeline
share/man/man9/kern_reboot.9 | ||
---|---|---|
104 | The tense is inconsistent in several of the points below as well. |
share/man/man9/kern_reboot.9 | ||
---|---|---|
72 | Might want to define what "Halt the system in-place" means. | |
100 | 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 . | |
114 | is not set | |
128 | s/unusual/unlikely/ |