- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- bdd253e - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. by Bernhard Reutner-Fischer · 18 years ago
- e1e93c1 missed hunk of "stop using big static buffer for inode hash" 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
- f42ff90 du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. by Denis Vlasenko · 18 years ago
- dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
- 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
- cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
- 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- c66ebe4 When displaying the size in 1kB blocks round up if an odd number of blocks by Glenn L McGrath · 21 years ago
- 44c0e17 Patch by Seth W. Klein, the -l switch was reversed by Glenn L McGrath · 21 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
- 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 5d3cb7c move some globals to bss by Aaron Lehmann · 22 years ago
- 14dad70 Run through indent by Glenn L McGrath · 22 years ago
- 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 23 years ago
- ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 8fa1bf7 Fix a silly logic error which caused symlinks to be printed twice, and by Eric Andersen · 23 years ago
- f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 24 years ago
- 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 24 years ago
- 04b0354 Patch from Vladimir to use last_char_is to simplify du.c by Eric Andersen · 24 years ago
- 6689140 Remove summary header. Not present in GNU or SUSv2. by Matt Kraai · 24 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
- e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
- eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
- ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
- ec9fad9 Static-ify a variable. make du work with all the human-readable variants by Eric Andersen · 24 years ago
- a7db19b Fix up du so it behaves itself also. -Erik by Eric Andersen · 24 years ago
- 8b728a2 I made these little simplifications a while back, bug forgot to 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
- 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
- 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
- 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
- b12e506 du.c error msg cleanup from Kent Robotti by Eric Andersen · 24 years ago
- a293a51 Patch from kent robotti to fix a buglet where by Eric Andersen · 24 years ago
- 9df3833 Fix problem where 'du file_that_exists' doesn't work. by Eric Andersen · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- e884970 Must compile before committing. by Matt Kraai · 24 years ago
- 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- 17ad45a Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) 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
- 42387e4 Forgot to add basename. More fixes to du from by Erik Andersen · 25 years ago
- 27fdd08 Fixed du. Now behaves just like GNU du (only less so). -Erik by Erik Andersen · 25 years ago
- 08c965a - I suspect the problem has something to do w/ symlinks. by John Beppu · 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
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- 0aa6118 killed an elusive bug in du -s. by John Beppu · 25 years ago
- e1618e4 Implemented du -s by John Beppu · 25 years ago
- b52a218 Removed a redundant call du(); Save cpu cycles. by John Beppu · 25 years ago
- 9835541 Fixed bug when dealing with files specified by John Beppu · 25 years ago
- 70e2f0b Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik by Eric Andersen · 25 years ago
- 14c82b6 Fleshed out du_main(). I'm not sure which options to support. by John Beppu · 25 years ago
- 0f5e1ab This is my preliminary by John Beppu · 25 years ago