Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
45b4ecc8689d1291b01793efab3ac25125e14e48
/
libbb
/
find_pid_by_name.c
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
e766f62
make find_pid_by_name look at /proc/PID/exe too
by Alexander Shishkin
· 15 years ago
9f00e05
killall and sestatus also need ARGVN scanning
by Denis Vlasenko
· 16 years ago
4acb1b0
- commentary typo fix
by Bernhard Reutner-Fischer
· 16 years ago
3b3ca11
pidof/killall: allow find_pid_by_name to find running
by Denis Vlasenko
· 16 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
6446c2d
which: fix testsuite failure
by Denis Vlasenko
· 17 years ago
dc757aa
introduce and use bb_basename()
by Denis Vlasenko
· 17 years ago
f7d07b1
killall, pidof: use argv0 for process matching too
by Denis Vlasenko
· 17 years ago
198bada
pidof: size optimizations (-50 bytes)
by Denis Vlasenko
· 17 years ago
459e4d6
replace /proc scanning code by more versatile one.
by Denis Vlasenko
· 18 years ago
35fb512
PID should be stored in pid_t, not int or long.
by Denis Vlasenko
· 18 years ago
be905d5
process utilities related style cleanup
by Denis Vlasenko
· 18 years ago
7fee0c4
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
by Bernhard Reutner-Fischer
· 18 years ago
b1629b1
- remove emacs layout block as suggested by Robert P.J. Day
by Bernhard Reutner-Fischer
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
ab52db8
- size reduction of pidof - fix typo in reverse_pidlist
by Bernhard Reutner-Fischer
· 19 years ago
56b2171
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
by Bernhard Reutner-Fischer
· 19 years ago
60158cb
A patch from Takeharu KATO to update/fix SE-Linux support.
by Rob Landley
· 20 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
5378fbc
Joe.C writes:
by Eric Andersen
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
9e48045
Patch from Russell Coker:
by Eric Andersen
· 21 years ago
64191c3
Remove cruft
by Eric Andersen
· 22 years ago
deca106
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
by Eric Andersen
· 22 years ago
44608e9
Patch last_pach62 from vodz. This patch moves all the /proc parsing
by Eric Andersen
· 22 years ago
b24d656
If find_pid_by_name() had an error, it was returning -1, but storing
by Eric Andersen
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
8e75f6d
Fix a stupid thinko, and fix killall to cope with the updated
by Eric Andersen
· 23 years ago
d50a619
Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
by Eric Andersen
· 23 years ago
91a6318
Make it so we don't segfault when /proc isn't mounted -- guess pid 1... -Erik
by Eric Andersen
· 23 years ago
8a6dbf6
Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
by Eric Andersen
· 24 years ago
aad1a88
Convert utility.c into libbb.a. It is now a whole pile of .c
by Eric Andersen
· 24 years ago