Age | Commit message (Expand) | Author |
2000-11-29 | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric Andersen |
2000-11-29 | Patch from Matt Kraai to fix an infinate loop with ls -aR | Eric Andersen |
2000-11-22 | Fix behavior when removal fails. | Matt Kraai |
2000-11-18 | Fixed user and group name listing. | Matt Kraai |
2000-11-17 | Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the | Mark Whitley |
2000-11-17 | "I will always compile before I commit." | Eric Andersen |
2000-11-14 | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen |
2000-10-29 | This was redundant | Eric Andersen |
2000-10-28 | Make features independent. | Matt Kraai |
2000-10-28 | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai |
2000-10-25 | Fixed error handling and TRUE/FALSE usage. | Matt Kraai |
2000-10-25 | Cleaned up error handling and uses of TRUE/FALSE. | Matt Kraai |
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai |
2000-10-25 | Fix for bug #1068 from Kent Robotti | Glenn L McGrath |
2000-10-23 | Fix error messages. | Matt Kraai |
2000-10-19 | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai |
2000-10-13 | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai |
2000-10-13 | Exit with failure status if we are unable to list any files or | Matt Kraai |
2000-10-12 | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen |
2000-10-09 | Added cmp and readlink applets from Matt Kraai. | Mark Whitley |
2000-10-09 | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen |
2000-10-09 | Apply a patch from Matt Kraai: | Eric Andersen |
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-28 | + shortened main() a little, and a few aesthetic cleanups here & there. | John Beppu |
2000-09-27 | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai |
2000-09-27 | Continue concatenating files even if we can't open one. | Matt Kraai |
2000-09-27 | Consolidate handling of some fopen failures. | Matt Kraai |
2000-09-27 | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-22 | Start the great EXIT_{SUCCESS,FAILURE} migration. | Matt Kraai |
2000-09-22 | Add support for the -L option to ls. | Matt Kraai |
2000-09-21 | Handle 'cat -' | Eric Andersen |
2000-09-21 | Large file >2Gib support. | Eric Andersen |
2000-09-20 | Only remove directories when removing recursively. | Matt Kraai |
2000-09-20 | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen |
2000-09-13 | Fix looping bug, use fullRead | Glenn L McGrath |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
2000-09-11 | dd now truncates files at the end its write, this can be turned of by | Glenn L McGrath |
2000-09-10 | Remove some debugging code | Glenn L McGrath |
2000-09-10 | Using seek=? used to cause part of the original file to be zero'ed, i | Glenn L McGrath |
2000-09-10 | My previous attempt to make dd use fullRead, fullWrite was very broken, | Glenn L McGrath |
2000-09-07 | New ls sorting patch, as written by Sterling Huxley, and then updated | Eric Andersen |
2000-09-05 | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen |
2000-08-28 | Rewritten by mistake. | Matt Kraai |
2000-08-25 | ar.c now uses a linked list to process headers, uses getopt, new internal fun... | Glenn L McGrath |
2000-08-22 | Fixed a warning about a label not being used | Pavel Roskin |
2000-08-22 | Fixed misuse of type "char" | Pavel Roskin |
2000-08-11 | Add optional ls file sorting, thanks to a patch from | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |