Age | Commit message (Expand) | Author |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-04-25 | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-01-31 | avoid signed<->unsigned warning | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-10 | When displaying the size in 1kB blocks round up if an odd number of | Glenn L McGrath |
2004-03-10 | Patch by Seth W. Klein, the -l switch was reversed | Glenn L McGrath |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-08-23 | move some globals to bss | Aaron Lehmann |
2002-08-23 | Run through indent | Glenn L McGrath |
2002-04-06 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen |
2001-12-17 | Make cp and mv optionally preserve hard links. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-06-30 | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-06-01 | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen |
2001-05-07 | Patch from Vladimir to use last_char_is to simplify du.c | Eric Andersen |
2001-05-03 | Remove summary header. Not present in GNU or SUSv2. | Matt Kraai |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley |
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen |
2001-03-07 | Fix up du so it behaves itself also. | Eric Andersen |
2001-03-06 | I made these little simplifications a while back, bug forgot to | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | 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-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai |
2000-12-12 | du.c error msg cleanup from Kent Robotti | Eric Andersen |
2000-12-11 | Patch from kent robotti to fix a buglet where | Eric Andersen |
2000-12-09 | Fix problem where 'du file_that_exists' doesn't work. | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-06 | Must compile before committing. | Matt Kraai |
2000-12-06 | Fix exit status on failure. | Matt Kraai |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-17 | The result of getopt() is "int" and should be treated as such | Pavel Roskin |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen |