- a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
- 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
- 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
- 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago
- d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
- c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 24 years ago
- f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
- f6c6d9a Remove the warning messages. By consensus, netkit-tiny doesn't need to happen. by Eric Andersen · 24 years ago
- 24be980 Fix spelling. s/maintainence/maintenance/ 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
- e132119 Fix silly typo by Eric Andersen · 24 years ago
- 6705986 Warn about apps that will be going away in release 0.50 -Erik 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
- c9acf8c Complicate truncate behavior. by Matt Kraai · 24 years ago
- eb60d8b Turned some #define constants into static const ints. by Mark Whitley · 24 years ago
- 55bccf3 Rewrote tail. by Matt Kraai · 24 years ago
- 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
- e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
- e111d69 Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE by Eric Andersen · 24 years ago
- 70da6a6 Fix a warning in sh.c. Remove use of getline() in md5sum since by Eric Andersen · 24 years ago
- 5e8c0ff Rewrote. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
- 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
- bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
- 483262f Patch from Matt Kraai to fix 'dirname /' by Eric Andersen · 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
- 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] 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
- 87afb52 Get rid of redundant TRUE and FALSE definitions. by Matt Kraai · 24 years ago
- 8ffabf5 Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' by Eric Andersen · 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
- d27753a Use perrorMsg instead of perror and keep removing files if we encounter by Matt Kraai · 24 years ago
- 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 8fff78d Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> by Eric Andersen · 24 years ago
- ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
- 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
- cf1189f Patch from Matt Kraai to fix an infinate loop with ls -aR by Eric Andersen · 24 years ago
- 9a71af5 Fix behavior when removal fails. by Matt Kraai · 24 years ago
- e93abf9 Fixed user and group name listing. by Matt Kraai · 24 years ago
- 0053087 Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the by Mark Whitley · 24 years ago
- a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
- 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
- 3e07541 This was redundant by Eric Andersen · 24 years ago
- a5bd268 Make features independent. by Matt Kraai · 24 years ago
- b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
- e8c55f4 Fixed error handling and TRUE/FALSE usage. by Matt Kraai · 24 years ago
- ac1169b Cleaned up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
- 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
- b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
- 207061a Fix error messages. by Matt Kraai · 24 years ago
- 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
- 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
- 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
- e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
- 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
- 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
- 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 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
- 8d369e9 by John Beppu · 24 years ago
- c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
- e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
- bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
- e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 90f580a Start the great EXIT_{SUCCESS,FAILURE} migration. by Matt Kraai · 24 years ago
- a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
- d1de4a1 Handle 'cat -' by Eric Andersen · 24 years ago
- 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
- 7c22b77 Only remove directories when removing recursively. by Matt Kraai · 24 years ago
- cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
- 56a3288 Fix looping bug, use fullRead by Glenn L McGrath · 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
- f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago
- 729216c Remove some debugging code by Glenn L McGrath · 24 years ago
- 18310f1 Using seek=? used to cause part of the original file to be zero'ed, i by Glenn L McGrath · 24 years ago
- 0ae8e5a My previous attempt to make dd use fullRead, fullWrite was very broken, by Glenn L McGrath · 24 years ago
- 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
- 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
- 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
- 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
- 3a0f4ba Fixed a warning about a label not being used by Pavel Roskin · 24 years ago
- 8237add Fixed misuse of type "char" by Pavel Roskin · 24 years ago
- 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- 46ade97 Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. -Erik by Eric Andersen · 24 years ago
- 5ae1668 Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). by Mark Whitley · 24 years ago
- 807f0fd Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and by Mark Whitley · 24 years ago
- d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
- 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
- 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
- 9cf306d Fix for a potential uninitialized variable, thx to by Eric Andersen · 24 years ago
- 6150df3 Some cleanups, based on a patch from Ken Chalmers -Erik by Eric Andersen · 24 years ago