Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107101961
D30904.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D30904.diff
View Options
diff --git a/sys/amd64/linux/linux_sysvec.c b/sys/amd64/linux/linux_sysvec.c
--- a/sys/amd64/linux/linux_sysvec.c
+++ b/sys/amd64/linux/linux_sysvec.c
@@ -1040,9 +1040,9 @@
SET_FOREACH(lihp, linux_ioctl_handler_set)
linux_ioctl_unregister_handler(*lihp);
if (bootverbose)
- printf("Linux ELF exec handler removed\n");
+ printf("Linux x86_64 ELF exec handler removed\n");
} else
- printf("Could not deinstall ELF interpreter entry\n");
+ printf("Could not deinstall Linux x86_64 ELF interpreter entry\n");
break;
default:
return (EOPNOTSUPP);
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -1184,9 +1184,9 @@
linux32_ioctl_register_handler(*lihp);
stclohz = (stathz ? stathz : hz);
if (bootverbose)
- printf("Linux ELF exec handler installed\n");
+ printf("Linux i386 ELF exec handler installed\n");
} else
- printf("cannot insert Linux ELF brand handler\n");
+ printf("cannot insert Linux i386 ELF brand handler\n");
break;
case MOD_UNLOAD:
for (brandinfo = &linux_brandlist[0]; *brandinfo != NULL;
@@ -1203,9 +1203,9 @@
SET_FOREACH(lihp, linux_ioctl_handler_set)
linux32_ioctl_unregister_handler(*lihp);
if (bootverbose)
- printf("Linux ELF exec handler removed\n");
+ printf("Linux i386 ELF exec handler removed\n");
} else
- printf("Could not deinstall ELF interpreter entry\n");
+ printf("Could not deinstall Linux i386 ELF interpreter entry\n");
break;
default:
return (EOPNOTSUPP);
diff --git a/sys/arm64/linux/linux_sysvec.c b/sys/arm64/linux/linux_sysvec.c
--- a/sys/arm64/linux/linux_sysvec.c
+++ b/sys/arm64/linux/linux_sysvec.c
@@ -664,9 +664,9 @@
SET_FOREACH(lihp, linux_ioctl_handler_set)
linux_ioctl_unregister_handler(*lihp);
if (bootverbose)
- printf("Linux ELF exec handler removed\n");
+ printf("Linux arm64 ELF exec handler removed\n");
} else
- printf("Could not deinstall ELF interpreter entry\n");
+ printf("Could not deinstall Linux arm64 ELF interpreter entry\n");
break;
default:
return (EOPNOTSUPP);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 3:42 AM (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15749701
Default Alt Text
D30904.diff (2 KB)
Attached To
Mode
D30904: linux(4): Add arch name to the some printfs.
Attached
Detach File
Event Timeline
Log In to Comment