aboutsummaryrefslogtreecommitdiff
path: root/libbb/find_pid_by_name.c
AgeCommit message (Expand)Author
2019-06-15pidof: support "pidof /path/to/binary" caseDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-02-14killall and sestatus also need ARGVN scanningDenis Vlasenko
2008-09-05- commentary typo fixBernhard Reutner-Fischer
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-30killall, pidof: use argv0 for process matching tooDenis Vlasenko
2007-06-23pidof: size optimizations (-50 bytes)Denis Vlasenko
2006-11-05replace /proc scanning code by more versatile one.Denis Vlasenko
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko
2006-09-27process utilities related style cleanupDenis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-10-07- size reduction of pidofBernhard Reutner-Fischer
2005-10-06- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-08-06Joe.C writes:Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-05-26Remove cruftEric Andersen
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-07-05Fix a stupid thinko, and fix killall to cope with the updatedEric Andersen
2001-07-05Implement suggestion from Adam Slattery, (don't default to killing closing bu...Eric Andersen
2001-06-26Make it so we don't segfault when /proc isn't mounted -- guess pid 1...Eric Andersen
2001-03-17Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>Eric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen