Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / find_pid_by_name.c
2019-06-15 Denys Vlasenkopidof: support "pidof /path/to/binary" case
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-07-28 Alexander Shishkinmake find_pid_by_name look at /proc/PID/exe too
2009-02-14 Denis Vlasenkokillall and sestatus also need ARGVN scanning
2008-09-05 Bernhard Reutner... - commentary typo fix
2008-07-17 Denis Vlasenkopidof/killall: allow find_pid_by_name to find running
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-11-25 Denis Vlasenkowhich: fix testsuite failure
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-30 Denis Vlasenkokillall, pidof: use argv0 for process matching too
2007-06-23 Denis Vlasenkopidof: size optimizations (-50 bytes)
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-09-27 Denis Vlasenkoprocess utilities related style cleanup
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-07 Bernhard Reutner... - size reduction of pidof
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-08-06 Eric AndersenJoe.C writes:
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-05-26 Eric AndersenRemove cruft
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
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-05 Eric AndersenFix a stupid thinko, and fix killall to cope with the...
2001-07-05 Eric AndersenImplement suggestion from Adam Slattery, (don't default...
2001-06-26 Eric AndersenMake it so we don't segfault when /proc isn't mounted...
2001-03-17 Eric AndersenPatch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcat...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...