Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156976809
D32987.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
679 B
Referenced Files
None
Subscribers
None
D32987.diff
View Options
Index: bin/ps/print.c
===================================================================
--- bin/ps/print.c
+++ bin/ps/print.c
@@ -285,6 +285,8 @@
*cp++ = '+';
if (flag & P_JAILED)
*cp++ = 'J';
+ if (strncmp(k->ki_p->ki_emul, "Linux", strlen("Linux")) == 0)
+ *cp++ = '&';
*cp = '\0';
return (buf);
}
Index: bin/ps/ps.1
===================================================================
--- bin/ps/ps.1
+++ bin/ps/ps.1
@@ -441,6 +441,9 @@
The process is in the foreground process group of its control terminal.
.It Li <
The process has raised CPU scheduling priority.
+.It Li &
+The process is using
+.Xr linux 4 .
.It Li C
The process is in
.Xr capsicum 4
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 6:19 PM (8 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33223122
Default Alt Text
D32987.diff (679 B)
Attached To
Mode
D32987: ps(1): Add '&' flag for linux(4) processes
Attached
Detach File
Event Timeline
Log In to Comment