aboutsummaryrefslogtreecommitdiff
path: root/procps/pidof.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-2/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-6/+1
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-081-2/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1vodz2005-10-151-3/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-1/+1
* - size reduction of pidofaldot2005-10-071-42/+30
* - pidof(8): make -s optional and optional -o; closes #168aldot2005-10-061-30/+96
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-1/+1
* last_patch_67 from Vladimir N. Oleynikbug12002-11-251-3/+4
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-221-9/+4
* Made exit code SysV compliant. Also added -s (single pid) flag.sandman2002-05-221-12/+9
* Patch from Jim Treadway <jim@stardot-tech.com> to teachandersen2002-04-131-3/+3
* If find_pid_by_name() had an error, it was returning -1, but storingandersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-2/+2
* I just wrote up a simple pidof applet, closing bug #1197andersen2001-07-311-0/+79