| Commit message (Expand) | Author | Files | Lines |
2000-10-04 | Patch from Matt Kraai: "When it encounters a problem creating a link, ln | andersen | 2 | -4/+6 |
2000-10-04 | Rewrite to use getopt and return instead of exit, a seperate function (fs_lin... | bug1 | 2 | -166/+138 |
2000-10-03 | Add a spiffy progress meter. | andersen | 3 | -42/+463 |
2000-10-02 | Try to guess an output filename | andersen | 2 | -4/+20 |
2000-10-01 | Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure | andersen | 1 | -1/+1 |
2000-09-29 | General cleanup of comments, defines, includes, and global variables, removed... | bug1 | 2 | -2902/+1264 |
2000-09-28 | Fixes to allow compilation on systems with glibc 2.1.92 | proski | 4 | -4/+24 |
2000-09-28 | + shortened main() a little, and a few aesthetic cleanups here & there. | beppu | 2 | -42/+38 |
2000-09-27 | Rewrote head to perservere when it can't open a file, and share code | kraai | 5 | -103/+105 |
2000-09-27 | Continue concatenating files even if we can't open one. | kraai | 3 | -9/+12 |
2000-09-27 | Consolidate handling of some fopen failures. | kraai | 14 | -73/+32 |
2000-09-27 | Rewrote uniq to be less than a third of the size, and fixed some other | kraai | 5 | -292/+52 |
2000-09-26 | Fix up the docs | andersen | 2 | -7/+7 |
2000-09-26 | update the docs | andersen | 1 | -11/+29 |
2000-09-26 | Log the devps patch update | andersen | 1 | -0/+2 |
2000-09-26 | Final touchups for the release... | andersen | 2 | -6/+6 |
2000-09-26 | Add in busybox.h. I renamed it, and forgot to commit the newky named version. | andersen | 2 | -0/+936 |
2000-09-26 | Yet more polish (thanks again to kent robotti for the bug reports). | andersen | 2 | -20/+24 |
2000-09-26 | Remove all reference to the now obsolete /dev/modules | andersen | 2 | -4/+2 |
2000-09-26 | Update my devps patch for the latest 2.2 kernel. | andersen | 1 | -902/+64 |
2000-09-25 | Fix name | andersen | 1 | -1/+1 |
2000-09-25 | Some more polish to make xargs act like GNU xargs (thanks to kent robotti | andersen | 2 | -10/+12 |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 224 | -712/+245 |
2000-09-25 | Gratuitously changed the file "busybox.defs.h" to the more | andersen | 13 | -379/+37 |
2000-09-25 | Fix from Matt Kraai for the to the "busybox --install prints out on STDERR | andersen | 2 | -28/+14 |
2000-09-25 | Final (I think) version of xargs. Throw away all that tedious string | andersen | 2 | -188/+124 |
2000-09-25 | Be ever so pedantic about escaping chars that the shell might not like... | andersen | 2 | -34/+118 |
2000-09-25 | Remove a now unneeded check | andersen | 1 | -1/+1 |
2000-09-24 | modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4 | andersen | 2 | -32/+298 |
2000-09-24 | Update newdoc dependancy | andersen | 1 | -2/+2 |
2000-09-24 | Update a few entries for 0.47... | andersen | 1 | -5/+11 |
2000-09-24 | Doc update | andersen | 2 | -40/+123 |
2000-09-24 | Fix up xargs so that things like 'cat cat.c | xargs echo' will | andersen | 2 | -12/+58 |
2000-09-24 | Fix xargs option parsing | andersen | 2 | -26/+36 |
2000-09-24 | Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining | andersen | 3 | -9/+71 |
2000-09-23 | Fix an obscure option parsing bug. | andersen | 2 | -2/+8 |
2000-09-23 | Force optind=1 for libc5 when doing cp in cp_mv.c | andersen | 1 | -0/+4 |
2000-09-23 | Fix potential memory overrun... | andersen | 1 | -1/+1 |
2000-09-23 | Fix the bandaid. | andersen | 2 | -6/+12 |
2000-09-23 | Fix memory problems, and make behavior correct. | andersen | 2 | -10/+16 |
2000-09-23 | update docs for xargs | andersen | 2 | -5/+1 |
2000-09-23 | update usage for xargs | andersen | 2 | -4/+0 |
2000-09-23 | rewrite, so it should be firly clean now | andersen | 2 | -196/+194 |
2000-09-22 | Use minix xargs instead, and update docs accordingly | andersen | 6 | -1846/+303 |
2000-09-22 | Comment on xargs choice. | andersen | 2 | -2/+4 |
2000-09-22 | Add in xargs | andersen | 9 | -5/+1875 |
2000-09-22 | Start the great EXIT_{SUCCESS,FAILURE} migration. | kraai | 2 | -6/+8 |
2000-09-22 | Clean up error messages. | kraai | 2 | -22/+16 |
2000-09-22 | Add support for the -L option to ls. | kraai | 3 | -0/+41 |
2000-09-22 | Fix loop.h dependencies. | kraai | 1 | -2/+2 |