summaryrefslogtreecommitdiff
path: root/libbb/find_pid_by_name.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - commentary typo fixBernhard Reutner-Fischer2008-09-051-1/+1
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-9/+34
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* which: fix testsuite failureDenis Vlasenko2007-11-251-1/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-8/+0
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-301-2/+18
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-231-0/+29
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-3/+3
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-14/+11
* process utilities related style cleanupDenis Vlasenko2006-09-271-9/+8
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-9/+0
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* - size reduction of pidofBernhard Reutner-Fischer2005-10-071-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer2005-10-061-18/+19
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-5/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Joe.C writes:Eric Andersen2003-08-061-1/+5
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Patch from Russell Coker:Eric Andersen2003-07-031-0/+4
* Remove cruftEric Andersen2003-05-261-2/+0
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen2002-12-051-83/+0
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-221-44/+10
* If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen2001-12-061-21/+9
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+4
* Fix a stupid thinko, and fix killall to cope with the updatedEric Andersen2001-07-051-0/+2
* Implement suggestion from Adam Slattery, (don't default to killing closing bu...Eric Andersen2001-07-051-3/+16
* Make it so we don't segfault when /proc isn't mounted -- guess pid 1...Eric Andersen2001-06-261-0/+9
* Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>Eric Andersen2001-03-171-7/+14
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+168