summaryrefslogtreecommitdiffstats
path: root/toolbox/lsof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix scanf %s in lsof.Elliott Hughes2016-05-271-3/+4
* Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
* toolbox: turn on -WerrorMark Salyzyn2014-05-141-3/+0
* fix: making lsof show devies and loaded .so file names correctlyDmitriy Ivanov2014-03-041-1/+1
* fix strncat misuseNick Kralevich2013-06-031-9/+9
* Use strlcpy instead of strncpyKenny Root2011-12-011-8/+9
* lsof: Print process user name.Jeff Brown2011-06-291-7/+29
* lsof: Add support for printing open files for a single processMike Lockwood2010-12-221-16/+25
* Add basic lsof commandKenny Root2010-07-271-0/+223