History log of /system/core/toolbox/lsof.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b953fc284983ac8eac9174bcfffedd18cb48ac7e 01-Dec-2011 Kenny Root <kroot@google.com> Use strlcpy instead of strncpy

Also make sure the read cmdline is terminated with a null byte.

Change-Id: I6b4aa197ce9bc072a912b7163e8616a03b39c3fe
/system/core/toolbox/lsof.c
f96993eb4e09d183259fda7eca35a32974345ff8 30-Jun-2011 Jeff Brown <jeffbrown@google.com> lsof: Print process user name.

Change-Id: I6e96faba894ad8c2eeb06e514d332c8ab2ec52f0
/system/core/toolbox/lsof.c
794cc3fdd32e713145a2aa55c7a34c91d2a8fa5f 22-Dec-2010 Mike Lockwood <lockwood@android.com> lsof: Add support for printing open files for a single process

Change-Id: If2afa0937064dffca6df2a8642ca75009dc6e70e
Signed-off-by: Mike Lockwood <lockwood@android.com>
/system/core/toolbox/lsof.c
8b9b105bc7bf6428591d55462b3e727ba7504b29 27-Jul-2010 Kenny Root <kroot@google.com> Add basic lsof command

Basic "list open files" command.

Supports reading all processes for their "exe", "cwd", "root", and "fd"
entries.

Change-Id: I2e2f0911dd65a1993aa1ce9f51222bf264a9d68d
/system/core/toolbox/lsof.c