- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
- f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- cdbae77 printf() arguments shouldn't be passed straight from user supplied data. by Rob Landley · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- 3071e2f Patch from Matthew S. Wood: by Rob Landley · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case:
by Glenn L McGrath · 21 years ago
- cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
- aa3908d Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. by Glenn L McGrath · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- 0c838af Re-enable ln -n in the help. -Erik by Eric Andersen · 24 years ago
- 195fa15 Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
- 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
- 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
- 6f9985e Pavel Roskin <proski@gnu.org> just found a nasty memory by Eric Andersen · 24 years ago
- addc9c2 Document 'ln --' -Erik by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 110fc0c Check for 3 and more arguments was incorrect by Pavel Roskin · 25 years ago
- 2e96523 ln: fixed command line parser. Added support for "--" by Pavel Roskin · 25 years ago
- 815e904 Fixed a bunch of stuff: by Eric Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
- 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
- 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago
- c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
- b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
- f6be944 More stuff by Eric Andersen · 25 years ago
- cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2