Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 년 전 |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 년 전 |
Denis Vlasenko
|
0b791d9a97
move llist_find_str from modutils to libbb
|
15 년 전 |
Denis Vlasenko
|
3b3ca113ed
pidof/killall: allow find_pid_by_name to find running
|
16 년 전 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 년 전 |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 년 전 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 년 전 |
Denis Vlasenko
|
6446c2d4ab
which: fix testsuite failure
|
17 년 전 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 년 전 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 년 전 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 년 전 |
Denis Vlasenko
|
198badafd8
pidof: size optimizations (-50 bytes)
|
17 년 전 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
048c93cc55
pidof: reduce #ifdef forest
|
18 년 전 |
Denis Vlasenko
|
35fb512728
PID should be stored in pid_t, not int or long.
|
18 년 전 |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 년 전 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 년 전 |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 년 전 |
Bernhard Reutner-Fischer
|
7fee0c4357
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
|
18 년 전 |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 년 전 |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 년 전 |
Rob Landley
|
a6b5b60942
Fiddling with llist to make memory management easier. Specifically, the
|
18 년 전 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 년 전 |
"Vladimir N. Oleynik"
|
a2eec6051f
RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
|
19 년 전 |
"Vladimir N. Oleynik"
|
f704b27b5b
|
19 년 전 |
Bernhard Reutner-Fischer
|
ab52db8d5e
- size reduction of pidof
|
19 년 전 |
Bernhard Reutner-Fischer
|
81c3a518d3
- pidof(8): make -s optional and optional -o; closes #168
|
19 년 전 |