Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108293272
D26288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D26288.diff
View Options
Index: head/sys/kern/kern_sig.c
===================================================================
--- head/sys/kern/kern_sig.c
+++ head/sys/kern/kern_sig.c
@@ -3794,7 +3794,8 @@
uprintf("pid %d comm %s: nosys %d\n", p->p_pid, p->p_comm,
td->td_sa.code);
}
- if (kern_lognosys == 2 || kern_lognosys == 3) {
+ if (kern_lognosys == 2 || kern_lognosys == 3 ||
+ (p->p_pid == 1 && (kern_lognosys & 3) == 0)) {
printf("pid %d comm %s: nosys %d\n", p->p_pid, p->p_comm,
td->td_sa.code);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 2:42 PM (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16089631
Default Alt Text
D26288.diff (512 B)
Attached To
Mode
D26288: Log ENOSYS in init
Attached
Detach File
Event Timeline
Log In to Comment