summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-07-28make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin3-16/+27
2009-02-14killall and sestatus also need ARGVN scanningDenis Vlasenko2-8/+13
2008-09-05- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko5-23/+53
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-11-25which: fix testsuite failureDenis Vlasenko5-8/+13
2007-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-06-30killall, pidof: use argv0 for process matching tooDenis Vlasenko4-27/+60
2007-06-23pidof: size optimizations (-50 bytes)Denis Vlasenko3-20/+44
2006-11-05replace /proc scanning code by more versatile one.Denis Vlasenko6-168/+325
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko8-69/+76
2006-09-27process utilities related style cleanupDenis Vlasenko2-26/+24
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-10-07- size reduction of pidofBernhard Reutner-Fischer2-43/+31
2005-10-06- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer3-32/+73
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley12-130/+148
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-08-06Joe.C writes:Eric Andersen1-1/+5
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-07-03Patch from Russell Coker:Eric Andersen13-30/+263
2003-05-26Remove cruftEric Andersen1-2/+0
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen7-1859/+3
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen8-312/+220
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen7-27/+15
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-07-05Fix a stupid thinko, and fix killall to cope with the updatedEric Andersen3-4/+6
2001-07-05Implement suggestion from Adam Slattery, (don't default to killing closing bu...Eric Andersen1-3/+16
2001-06-26Make it so we don't segfault when /proc isn't mounted -- guess pid 1...Eric Andersen1-0/+9
2001-03-17Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>Eric Andersen1-7/+14
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen47-2254/+3901