aboutsummaryrefslogtreecommitdiff
path: root/procps/pidof.c
AgeCommit message (Expand)Author
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko
2008-07-17pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-06-23pidof: size optimizations (-50 bytes)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-01pidof: reduce #ifdef forestDenis Vlasenko
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-08Fiddling with llist to make memory management easier. Specifically, theRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-10-15RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1"Vladimir N. Oleynik"
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"
2005-10-07- size reduction of pidofBernhard Reutner-Fischer
2005-10-06- pidof(8): make -s optional and optional -o; closes #168Bernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-25last_patch_67 from Vladimir N. OleynikGlenn L McGrath
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
2002-05-22Made exit code SysV compliant. Also added -s (single pid) flag.Robert Griebl
2002-04-13Patch from Jim Treadway <jim@stardot-tech.com> to teachEric Andersen
2001-12-06If find_pid_by_name() had an error, it was returning -1, but storingEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-07-31I just wrote up a simple pidof applet, closing bug #1197Eric Andersen