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