Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
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
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
Mike Frysinger
|
038b076e55
some portability fixes by rmh in Bug 395
|
19 years ago |
Eric Andersen
|
ba9b22a8cc
Simplify, make formatting better match the procps version
|
20 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 |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Mark Whitley
|
827e45c518
Added some more '/* getopt not needed */' lines.
|
24 years ago |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |
Eric Andersen
|
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
|
24 years ago |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 years ago |
Mark Whitley
|
f1b0c77c22
Fixed tiny typo.
|
24 years ago |
Mark Whitley
|
59ab025363
#define -> static const int. Also got rid of some big static buffers.
|
24 years ago |
Matt Kraai
|
12f417edbd
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
|
24 years ago |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 years ago |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 years ago |
Matt Kraai
|
27a804246a
Centralize handling of --help.
|
24 years ago |
Matt Kraai
|
2f46b664b7
Add usage messages for applets without them.
|
24 years ago |
Eric Andersen
|
10dc9d4d17
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
|
24 years ago |
Eric Andersen
|
b610615be9
Updates to a number of apps to remove warnings/compile errors under libc5.
|
24 years ago |
Erik Andersen
|
61677feff7
Upates to include copyright 2000 to everything
|
24 years ago |
Erik Andersen
|
65fc1c70f7
Oops. Forgot to add in uptime when I added uptime.
|
25 years ago |