Denis Vlasenko
|
c7ba8b9d6c
do not put all <applet>_main() declarations
|
18 years ago |
Denis Vlasenko
|
a41fdf331a
preparatory patch for -Wwrite-strings #1
|
18 years ago |
Denis Vlasenko
|
218f2f4882
accumulated post-1.4.0 fixes
|
18 years ago |
Denis Vlasenko
|
0ee3999d13
random tiny size savings
|
18 years ago |
Denis Vlasenko
|
83e5d6f772
A bunch of defined(__GLIBC__) added. static-linking warning expanded
|
18 years ago |
Denis Vlasenko
|
067e3f031a
wget: fix error message.
|
18 years ago |
Denis Vlasenko
|
07159f0f0e
add && !defined(__UCLIBC__) to static link warning check
|
18 years ago |
Denis Vlasenko
|
9225854144
mostly style fixes
|
18 years ago |
Denis Vlasenko
|
afea46b4e4
"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
|
18 years ago |
Denis Vlasenko
|
7c4503d223
__GLIBC__ -> defined(__GLIBC__)
|
18 years ago |
Denis Vlasenko
|
df51892690
Added compile-time warning for STATIC+GLIBC build
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
13c5a6832f
mount: support user mounts if CONFIG_DESKTOP
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 years ago |
Denis Vlasenko
|
01a74f9649
applets.c: fix indentation
|
18 years ago |
Rob Landley
|
e1a0f5372f
Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
Rob Landley
|
ea224be6aa
skip_whitespace() shouldn't claim its return value is const, it doesn't know
|
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
|
1801e9cde7
Rich Felker writes:
|
18 years ago |
Rob Landley
|
73f54702bc
Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the
|
18 years ago |
Rob Landley
|
7e21d5f6b1
Patch from Dennis Vlasenko to add the option to compress help text.
|
18 years ago |
Bernhard Reutner-Fischer
|
81901a096c
- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
|
18 years ago |
Bernhard Reutner-Fischer
|
e0fe937593
- correct typo
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
Bernhard Reutner-Fischer
|
7ca61b6f33
- shared libbusybox.
|
19 years ago |
Rob Landley
|
cc59aae65f
Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about
|
19 years ago |