aboutsummaryrefslogtreecommitdiff
path: root/rm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-19Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]markw8-36/+44
2000-10-19Piss people off by removing [+-][0-9]+ options from tail.kraai4-48/+6
2000-10-16Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.kraai1-5/+0
2000-10-13Fix handling of ^$ by removing the newline from input lines and by notkraai2-4/+8
2000-10-13Consolidate stat(2) and lstat(2) calls and error handling.kraai2-68/+50
2000-10-13Exit with failure status if we are unable to list any files orkraai2-2/+16
2000-10-12Apply a patch from Matt Kraai to fix buffer overrun and convert toandersen2-38/+30
2000-10-12Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeandersen6-10/+22
2000-10-09Added cmp and readlink applets from Matt Kraai.markw11-2/+286
2000-10-09Patch from Matt Kraai so wc will return a proper error codeandersen3-9/+13
2000-10-09Fix a thinko. Patch from Justus Pendleton <justus@acm.org>andersen2-2/+2
2000-10-09Apply a patch from Matt Kraai:andersen2-2/+22
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnandersen2-4/+6
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...bug12-166/+138
2000-10-03Add a spiffy progress meter.andersen3-42/+463
2000-10-02Try to guess an output filenameandersen2-4/+20
2000-10-01Apply patch from Giulio Orsero <giulioo@pobox.com> to ensureandersen1-1/+1
2000-09-29General cleanup of comments, defines, includes, and global variables, removed...bug12-2902/+1264
2000-09-28Fixes to allow compilation on systems with glibc 2.1.92proski4-4/+24
2000-09-28+ shortened main() a little, and a few aesthetic cleanups here & there.beppu2-42/+38
2000-09-27Rewrote head to perservere when it can't open a file, and share codekraai5-103/+105
2000-09-27Continue concatenating files even if we can't open one.kraai3-9/+12
2000-09-27Consolidate handling of some fopen failures.kraai14-73/+32
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherkraai5-292/+52
2000-09-26Fix up the docsandersen2-7/+7
2000-09-26update the docsandersen1-11/+29
2000-09-26Log the devps patch updateandersen1-0/+2
2000-09-26Final touchups for the release...andersen2-6/+6
2000-09-26Add in busybox.h. I renamed it, and forgot to commit the newky named version.andersen2-0/+936
2000-09-26Yet more polish (thanks again to kent robotti for the bug reports).andersen2-20/+24
2000-09-26Remove all reference to the now obsolete /dev/modulesandersen2-4/+2
2000-09-26Update my devps patch for the latest 2.2 kernel.andersen1-902/+64
2000-09-25Fix nameandersen1-1/+1
2000-09-25Some more polish to make xargs act like GNU xargs (thanks to kent robottiandersen2-10/+12
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".andersen224-712/+245
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreandersen13-379/+37
2000-09-25Fix from Matt Kraai for the to the "busybox --install prints out on STDERRandersen2-28/+14
2000-09-25Final (I think) version of xargs. Throw away all that tedious stringandersen2-188/+124
2000-09-25Be ever so pedantic about escaping chars that the shell might not like...andersen2-34/+118
2000-09-25Remove a now unneeded checkandersen1-1/+1
2000-09-24modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4andersen2-32/+298
2000-09-24Update newdoc dependancyandersen1-2/+2
2000-09-24Update a few entries for 0.47...andersen1-5/+11
2000-09-24Doc updateandersen2-40/+123
2000-09-24Fix up xargs so that things like 'cat cat.c | xargs echo' willandersen2-12/+58
2000-09-24Fix xargs option parsingandersen2-26/+36
2000-09-24Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingandersen3-9/+71
2000-09-23Fix an obscure option parsing bug.andersen2-2/+8
2000-09-23Force optind=1 for libc5 when doing cp in cp_mv.candersen1-0/+4
2000-09-23Fix potential memory overrun...andersen1-1/+1