log lib/dirtree.c @ 399:7a5b70965e0e

age author description
Wed, 12 Nov 2008 18:01:35 -0600 Rob Landley Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.)
Mon, 12 May 2008 00:52:27 -0500 Rob Landley Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.
Mon, 24 Mar 2008 05:34:58 -0500 Rob Landley If we don't remember to closedir(), the leaked filehandles add up.
Thu, 21 Feb 2008 04:44:42 -0600 Rob Landley Make cp pass most of its test suite. Still need to add symlink support.
Wed, 20 Feb 2008 01:47:56 -0600 Rob Landley Add first pass at cp, totally untested, unlikely to work yet. :)
Sat, 16 Feb 2008 19:41:20 -0600 Rob Landley Dirtree needs to use lstat(), not stat. And failure should probably be a
Thu, 15 Nov 2007 18:30:30 -0600 Rob Landley Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Thu, 04 Oct 2007 02:04:10 -0500 Rob Landley Break out dirtree.c and let it call a function instead of returning the data.