Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149472858
D42684.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
760 B
Referenced Files
None
Subscribers
None
D42684.id.diff
View Options
diff --git a/share/man/man9/kern_reboot.9 b/share/man/man9/kern_reboot.9
--- a/share/man/man9/kern_reboot.9
+++ b/share/man/man9/kern_reboot.9
@@ -96,13 +96,6 @@
.Dv 1 ,
indicating that the reboot process has begun and cannot be stopped.
.It
-Set the
-.Va kdb_active
-variable to
-.Dv 0 ,
-indicating that execution has left the kernel debugger, if it was previously
-active.
-.It
Unless the
.Dv RB_NOSYNC
flag is set in
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -492,9 +492,6 @@
rebooting = 1;
reboottrace(howto);
- /* We are out of the debugger now. */
- kdb_active = 0;
-
/*
* Do any callouts that should be done BEFORE syncing the filesystems.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 25, 4:50 PM (14 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30335139
Default Alt Text
D42684.id.diff (760 B)
Attached To
Mode
D42684: kern_reboot(): don't clear kdb_active
Attached
Detach File
Event Timeline
Log In to Comment