Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle trailing slashes in source filenames correctly. E.g., rewrite | bde | 1995-10-07 | 1 | -5/+11 | |
| | | | | | | | | | `mv foo/ ../..' to `mv foo/ ../../foo/', not to `mv foo/ ../../'. The latter caused a panic. Before the trailing slash changes in the kernel, the trailing slashes caused the rename() for this mv to fail earlier, so there was no panic in 2.0. Fixes part of PR 760. | |||||
* | The command to `move' across file system boundaries is actually | joerg | 1995-08-15 | 1 | -2/+2 | |
| | | | | | | | | cp -PRp source_file destination Closes PR # bin/689: mv(1) manpage Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) | |||||
* | Added $Id$ | dg | 1994-09-24 | 4 | -0/+5 | |
| | ||||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 4 | -0/+474 | |