Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 年之前 |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 年之前 |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 年之前 |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 年之前 |
Denis Vlasenko
|
01a74f9649
applets.c: fix indentation
|
18 年之前 |
Rob Landley
|
e1a0f5372f
Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I
|
18 年之前 |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 年之前 |
Rob Landley
|
ea224be6aa
skip_whitespace() shouldn't claim its return value is const, it doesn't know
|
18 年之前 |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 年之前 |
Rob Landley
|
1801e9cde7
Rich Felker writes:
|
18 年之前 |
Rob Landley
|
73f54702bc
Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the
|
18 年之前 |
Rob Landley
|
7e21d5f6b1
Patch from Dennis Vlasenko to add the option to compress help text.
|
18 年之前 |
Bernhard Reutner-Fischer
|
81901a096c
- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
|
18 年之前 |
Bernhard Reutner-Fischer
|
e0fe937593
- correct typo
|
18 年之前 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 年之前 |
Bernhard Reutner-Fischer
|
7ca61b6f33
- shared libbusybox.
|
19 年之前 |
Rob Landley
|
cc59aae65f
Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about
|
19 年之前 |
Bernhard Reutner-Fischer
|
6973abcfa8
- remove warning about "'static' is not at beginning of declaration".
|
19 年之前 |
Rob Landley
|
046d6e7a95
show_usage should use bb_default_error_retval.
|
19 年之前 |
Rob Landley
|
8a7a678b03
Fixes so "make allnoconfig" works again.
|
19 年之前 |
Rob Landley
|
b766c39456
General cleanup of command line parsing to allow "busybox" to work as a prefix.
|
19 年之前 |
Rob Landley
|
9139770764
Busybox should only multiplex based on argv[1] when it's called as "busybox".
|
19 年之前 |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 年之前 |
Eric Andersen
|
674b08a6b8
Fix it so usage is _always_ in sync with applets.c. Previously,
|
20 年之前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 年之前 |
Glenn L McGrath
|
7fc504c6f7
Vodz. last_patch_128
|
21 年之前 |
Manuel Novoa III
|
7b565a0c8a
Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,
|
21 年之前 |
Manuel Novoa III
|
31b98dd097
Rewrite parse_config_file(). Among the old version's problems:
|
21 年之前 |
Glenn L McGrath
|
2faee7b1ed
Vodz, last_path_87, formatiing changes
|
21 年之前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 年之前 |