Denys Vlasenko
|
3a0eea0887
pidof: support "pidof /path/to/binary" case
|
před 5 roky |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
před 7 roky |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
před 14 roky |
Alexander Shishkin
|
e766f62132
make find_pid_by_name look at /proc/PID/exe too
|
před 15 roky |
Denis Vlasenko
|
9f00e05781
killall and sestatus also need ARGVN scanning
|
před 15 roky |
Bernhard Reutner-Fischer
|
4acb1b0793
- commentary typo fix
|
před 16 roky |
Denis Vlasenko
|
3b3ca113ed
pidof/killall: allow find_pid_by_name to find running
|
před 16 roky |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
před 16 roky |
Denis Vlasenko
|
6446c2d4ab
which: fix testsuite failure
|
před 17 roky |
Denis Vlasenko
|
dc757aa16c
introduce and use bb_basename()
|
před 17 roky |
Denis Vlasenko
|
f7d07b1723
killall, pidof: use argv0 for process matching too
|
před 17 roky |
Denis Vlasenko
|
198badafd8
pidof: size optimizations (-50 bytes)
|
před 17 roky |
Denis Vlasenko
|
459e4d6cf7
replace /proc scanning code by more versatile one.
|
před 18 roky |
Denis Vlasenko
|
35fb512728
PID should be stored in pid_t, not int or long.
|
před 18 roky |
Denis Vlasenko
|
be905d550c
process utilities related style cleanup
|
před 18 roky |
Bernhard Reutner-Fischer
|
7fee0c4357
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
|
před 18 roky |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
před 18 roky |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
před 18 roky |
Bernhard Reutner-Fischer
|
ab52db8d5e
- size reduction of pidof
|
před 19 roky |
Bernhard Reutner-Fischer
|
56b217117a
- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.
|
před 19 roky |
Rob Landley
|
60158cb93e
A patch from Takeharu KATO to update/fix SE-Linux support.
|
před 19 roky |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
před 20 roky |
Eric Andersen
|
5378fbcb33
Joe.C writes:
|
před 21 roky |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
před 21 roky |
Eric Andersen
|
9e48045e45
Patch from Russell Coker:
|
před 21 roky |
Eric Andersen
|
64191c3896
Remove cruft
|
před 21 roky |
Eric Andersen
|
deca106b6d
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
|
před 22 roky |
Eric Andersen
|
44608e9693
Patch last_pach62 from vodz. This patch moves all the /proc parsing
|
před 22 roky |
Eric Andersen
|
b24d65659f
If find_pid_by_name() had an error, it was returning -1, but storing
|
před 23 roky |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
před 23 roky |