randomconfig fixes
[oweals/busybox.git] / procps / pidof.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all procps/* applets to "new style" applet...
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-13 Denis Vlasenkomove llist_find_str from modutils to libbb
2008-07-17 Denis Vlasenkopidof/killall: allow find_pid_by_name to find running
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-25 Denis Vlasenkowhich: fix testsuite failure
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-23 Denis Vlasenkopidof: size optimizations (-50 bytes)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-01 Denis Vlasenkopidof: reduce #ifdef forest
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-15 "Vladimir N. Oleynik"RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-07 Bernhard Reutner... - size reduction of pidof
2005-10-06 Bernhard Reutner... - pidof(8): make -s optional and optional -o; closes...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-25 Glenn L McGrathlast_patch_67 from Vladimir N. Oleynik
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-05-22 Robert GrieblMade exit code SysV compliant. Also added -s (single...
2002-04-13 Eric AndersenPatch from Jim Treadway <jim@stardot-tech.com> to teach
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-31 Eric AndersenI just wrote up a simple pidof applet, closing bug...