History log of /external/toybox/toys/pending/lsof.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11d6079ed3cb067dc66a795a1c7565c13afd5a00 31-Oct-2015 Elliott Hughes <enh@google.com> Add ps -Z.

As with ls, it doesn't seem like -Z should be guarded behind LSM
availability. On a non-SELinux system, the label is always "unconfined".
/external/toybox/toys/pending/lsof.c
8b94351f089f8e6ef0a4a12092bfe2f04ffd960a 06-Oct-2015 Elliott Hughes <enh@google.com> Decode netlink sockets in lsof.

Refactor the /proc/net parsing so this only adds 7 lines overall.

Also clear the DEVICE field for sockets and fix alignment for long
usernames (until someone implements the two-pass output that measures
columns).
/external/toybox/toys/pending/lsof.c
b36123164057c555a1d0769ca26089cd6e002040 09-Sep-2015 Elliott Hughes <enh@google.com> i already did -l and -t, the positive side of -p, plus name filtering...
/external/toybox/toys/pending/lsof.c
7309d96822fe5891651b85d22cb8e79285e2d6ba 04-Sep-2015 Elliott Hughes <enh@google.com> Implement lsof.

This is a superset of the current AOSP lsof (which is itself a
superset of the lsof in Android M). It fixes several bugs/misfeatures
and adds support for decoding IPv4/IPv6 tcp/udp/raw sockets and Unix
domain sockets.
/external/toybox/toys/pending/lsof.c