index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
find_pid_by_name.c
Age
Commit message (
Expand
)
Author
2019-06-15
pidof: support "pidof /path/to/binary" case
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-07-29
make find_pid_by_name look at /proc/PID/exe too
Alexander Shishkin
2009-02-14
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2008-09-05
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-17
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-11-25
which: fix testsuite failure
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
killall, pidof: use argv0 for process matching too
Denis Vlasenko
2007-06-23
pidof: size optimizations (-50 bytes)
Denis Vlasenko
2006-11-05
replace /proc scanning code by more versatile one.
Denis Vlasenko
2006-11-01
PID should be stored in pid_t, not int or long.
Denis Vlasenko
2006-09-27
process utilities related style cleanup
Denis Vlasenko
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-10-07
- size reduction of pidof
Bernhard Reutner-Fischer
2005-10-06
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
Bernhard Reutner-Fischer
2005-05-03
A patch from Takeharu KATO to update/fix SE-Linux support.
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-08-06
Joe.C writes:
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-03
Patch from Russell Coker:
Eric Andersen
2003-05-26
Remove cruft
Eric Andersen
2002-12-05
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
Eric Andersen
2002-10-22
Patch last_pach62 from vodz. This patch moves all the /proc parsing
Eric Andersen
2001-12-06
If find_pid_by_name() had an error, it was returning -1, but storing
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-07-05
Fix a stupid thinko, and fix killall to cope with the updated
Eric Andersen
2001-07-05
Implement suggestion from Adam Slattery, (don't default to killing closing bu...
Eric Andersen
2001-06-26
Make it so we don't segfault when /proc isn't mounted -- guess pid 1...
Eric Andersen
2001-03-17
Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
Eric Andersen
2001-03-16
Convert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen