Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
edacf1f302331da39d90e71baf026bf1017ea937
/
procps
/
pidof.c
84d5edd
help text: replace [OPTIONS] with actual options (if not too long)
by Denys Vlasenko
· 4 years ago
b097a84
config: update size information
by Denys Vlasenko
· 6 years ago
248a67f
free,stat: make NOEXEC
by Denys Vlasenko
· 7 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
4eed2c6
Update menuconfig items with approximate applet sizes
by Denys Vlasenko
· 7 years ago
f560422
Big cleanup in config help and description
by Denys Vlasenko
· 8 years ago
f8f81ed
Convert all procps/* applets to "new style" applet definitions
by Denys Vlasenko
· 8 years ago
237bedd
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
by Denys Vlasenko
· 8 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
0b791d9
move llist_find_str from modutils to libbb
by Denis Vlasenko
· 16 years ago
3b3ca11
pidof/killall: allow find_pid_by_name to find running
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
6b06cb8
more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs.
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
6446c2d
which: fix testsuite failure
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
4daad90
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
198bada
pidof: size optimizations (-50 bytes)
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
048c93c
pidof: reduce #ifdef forest
by Denis Vlasenko
· 18 years ago
35fb512
PID should be stored in pid_t, not int or long.
by Denis Vlasenko
· 18 years ago
1385899
attempt to regularize atoi mess.
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
e9a7a62
Change license statements (and clean up headers) on some of the files that
by Rob Landley
· 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
e15d757
- move #include busybox.h to the very top so we pull in the config
by Bernhard Reutner-Fischer
· 19 years ago
8bb5078
Change llist_add_* to take the address of the list rather than returning the new
by Rob Landley
· 19 years ago
a6b5b60
Fiddling with llist to make memory management easier. Specifically, the
by Rob Landley
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
a2eec60
RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
by "Vladimir N. Oleynik"
· 19 years ago
f704b27
by "Vladimir N. Oleynik"
· 19 years ago
ab52db8
- size reduction of pidof - fix typo in reverse_pidlist
by Bernhard Reutner-Fischer
· 19 years ago
81c3a51
- pidof(8): make -s optional and optional -o; closes #168 first cut.
by Bernhard Reutner-Fischer
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
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
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
bb2e9d4
last_patch_67 from Vladimir N. Oleynik
by Glenn L McGrath
· 22 years ago
44608e9
Patch last_pach62 from vodz. This patch moves all the /proc parsing
by Eric Andersen
· 22 years ago
d11edf9
Made exit code SysV compliant. Also added -s (single pid) flag.
by Robert Griebl
· 23 years ago
5d8d4a6
Patch from Jim Treadway <jim@stardot-tech.com> to teach
by Eric Andersen
· 23 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
221b2ea
I just wrote up a simple pidof applet, closing bug #1197 -Erik
by Eric Andersen
· 23 years ago