summaryrefslogtreecommitdiff
path: root/procps/pidof.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pidof: reduce #ifdef forestDenis Vlasenko2006-11-011-39/+19
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-17/+19
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-5/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-10/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+1
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-6/+1
* Fiddling with llist to make memory management easier. Specifically, theRob Landley2006-05-081-2/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* 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
* - size reduction of pidofBernhard Reutner-Fischer2005-10-071-42/+30
* - pidof(8): make -s optional and optional -o; closes #168Bernhard Reutner-Fischer2005-10-061-30/+96
* 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
* 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
* If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen2001-12-061-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* I just wrote up a simple pidof applet, closing bug #1197Eric Andersen2001-07-311-0/+79