aboutsummaryrefslogtreecommitdiff
path: root/mv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-16tar creation support is now optional.erik6-182/+262
2000-01-15Ready for releaseerik1-1/+1
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forerik25-93/+907
2000-01-13* Added -o loop option for mount, and support in umount for looperik6-44/+392
2000-01-13Bug fixes.erik19-145/+166
2000-01-09Fix a logger bug.erik3-2/+5
2000-01-08Possible fixes...erik2-34/+68
2000-01-08Oops. left debug on.erik1-1/+1
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik6-5/+32
2000-01-07fooerik1-3/+3
2000-01-07Remove some leftover debug noise.erik2-2/+0
2000-01-07More adjustmentserik2-1/+1
2000-01-07More minor fixes.erik6-33/+39
2000-01-07Init is now even more perfect then before.erik7-81/+74
2000-01-07Trivial type fix.erik2-4/+2
2000-01-07fooerik1-0/+2
2000-01-07Init is now _more_ perfect then before.erik2-74/+120
2000-01-07making note of my changes.beppu2-1/+1
2000-01-07added uniq_usage messagebeppu2-4/+18
2000-01-06did tedious stuffbeppu2-30/+92
2000-01-06Add in sample inittab fileerik2-0/+150
2000-01-06inittab is now perfect. The universe will now submit to myerik3-41/+116
2000-01-06Cool. Beppu is doing uniq.erik2-4/+6
2000-01-06i am busybox of borg. unix will be assimilated.beppu6-0/+322
2000-01-05The latest and greatest. init basically works, though needserik9-115/+103
2000-01-05heheh. Forgot the fix. Here it is:erik1-2/+5
2000-01-05* Grep -i previously failed on UPPER CASE patterns due to a sillyerik1-0/+2
2000-01-04Bunches of fixes. Typos, bugs, etc.erik20-576/+779
1999-12-30First pass inittab parser writtenerik2-0/+150
1999-12-29* sed now supports addresses (numeric or regexp, with negation) anderik7-200/+569
1999-12-29Add the beginings of some regression testing. Add in the recentlyerik9-1/+1029
1999-12-29Fixed mv so it now does the right thing (same method used in cp). Removederik6-99/+88
1999-12-29Fixed cp so it works as God intended it to.erik8-53/+122
1999-12-28Fixed a bug where tar would not set the user and group on deviceerik3-21/+17
1999-12-27Added changelogerik1-0/+3
1999-12-27chown(2) clears S_ISUID and S_ISGID, even when chown iserik2-8/+8
1999-12-23 sort is good to go.beppu3-46/+53
1999-12-23 implemented numeric sort (sort -g)beppu2-18/+60
1999-12-22 oops.. qsort(2) misunderstanding on my part.beppu2-10/+48
1999-12-22playing w/ $Log$beppu2-14/+14
1999-12-22 the base is nearly done.beppu2-42/+144
1999-12-22 added hooks for sortbeppu6-4/+52
1999-12-22 work in progress...beppu2-22/+164
1999-12-21 this is my work in progress.beppu2-0/+254
1999-12-21Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>erik3-6/+42
1999-12-21Sync to my local treeerik7-13/+203
1999-12-21Fix double quoting bug preventing ininit scripts from runningerik2-6/+10
1999-12-17Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))erik2-0/+226
1999-12-17Make head --version do the right thing. Update TODO listerik3-5/+3
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7erik19-21/+71