aboutsummaryrefslogtreecommitdiff
path: root/lib/dirtree.c
AgeCommit message (Expand)Author
2008-11-12Work around a reiserfs bug. (One line change, switch from looking at broken ...Rob Landley
2008-05-12Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.Rob Landley
2008-03-24If we don't remember to closedir(), the leaked filehandles add up.Rob Landley
2008-02-21Make cp pass most of its test suite. Still need to add symlink support.Rob Landley
2008-02-20Add first pass at cp, totally untested, unlikely to work yet. :)Rob Landley
2008-02-16Dirtree needs to use lstat(), not stat. And failure should probably be aRob Landley
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
2007-10-04Break out dirtree.c and let it call a function instead of returning the data.Rob Landley