Age | Commit message (Expand) | Author |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2012-05-06 | ln: support -T and -v | Simon B |
2011-12-18 | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2011-03-21 | ln: explain why we use xstrdup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2006-10-21 | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-12-12 | printf() arguments shouldn't be passed straight from user supplied data. | Rob Landley |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" |
2005-04-29 | Patch from Matthew S. Wood: | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-08 | Patch from Bastian Blank to fix debian bug #226722, test case:
| Glenn L McGrath |
2003-12-31 | Batch from Bastian Blank to fix debian bug #216435; | Glenn L McGrath |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-15 | use perror_msg instead of perror to print the applet name. | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-10-04 | Patch from Matt Kraai: "When it encounters a problem creating a link, ln | Eric Andersen |
2000-10-04 | Rewrite to use getopt and return instead of exit, a seperate function (fs_lin... | Glenn L McGrath |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |