summaryrefslogtreecommitdiff
path: root/procps/pidof.c
Commit message (Expand)AuthorAgeFilesLines
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* free,stat: make NOEXECDenys Vlasenko2017-08-071-0/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+4
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+26
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+28
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-6/+6
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-5/+5
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-3/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* which: fix testsuite failureDenis Vlasenko2007-11-251-4/+6
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-231-19/+14
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* 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