Page MenuHomeFreeBSD

D32987.diff
No OneTemporary

D32987.diff

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

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)

Event Timeline