aboutsummaryrefslogtreecommitdiff
path: root/procps/pidof.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1"Vladimir N. Oleynik"2005-10-151-3/+1
|
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
| | | | | - new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet
* - size reduction of pidofBernhard Reutner-Fischer2005-10-071-42/+30
| | | | - fix typo in reverse_pidlist
* - pidof(8): make -s optional and optional -o; closes #168Bernhard Reutner-Fischer2005-10-061-30/+96
| | | | first cut.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* last_patch_67 from Vladimir N. OleynikGlenn L McGrath2002-11-251-3/+4
|
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-221-9/+4
| | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
* Made exit code SysV compliant. Also added -s (single pid) flag.Robert Griebl2002-05-221-12/+9
|
* Patch from Jim Treadway <jim@stardot-tech.com> to teachEric Andersen2002-04-131-3/+3
| | | | pidof to not add trailing spaces when not needed.
* If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen2001-12-061-1/+1
| | | | | | | | that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
| | | | -Erik
* I just wrote up a simple pidof applet, closing bug #1197Eric Andersen2001-07-311-0/+79
-Erik