FreeBSD Bugzilla – Attachment 15115 Details for
Bug 28116
init: allow reboot during runcom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 508 bytes, created by
Valentin Nechayev
on 2001-06-13 08:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Nechayev
Created:
2001-06-13 08:30:11 UTC
Size:
508 bytes
patch
obsolete
>--- /usr/src/sbin/init/init.c.orig Sat May 26 21:48:37 2001 >+++ /usr/src/sbin/init/init.c Wed Jun 13 09:44:00 2001 >@@ -798,10 +798,13 @@ > /* > * Copied from single_user(). This is a bit paranoid. > */ >+ requested_transition = 0; > do { > if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) > collect_child(wpid); > if (wpid == -1) { >+ if (requested_transition == death) >+ return death; > if (errno == EINTR) > continue; > warning("wait for %s on %s failed: %m; going to single user mode",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28116
: 15115