index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dirtree.c
Age
Commit message (
Expand
)
Author
2012-05-20
dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE...
Rob Landley
2012-05-09
Whitespace (tabs vs spaces) cleanup.
Rob Landley
2012-04-22
More work on ls. Now ls -lR sort of works-ish.
Rob Landley
2012-04-14
Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr...
Rob Landley
2008-11-12
Work around a reiserfs bug. (One line change, switch from looking at broken ...
Rob Landley
2008-05-12
Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.
Rob Landley
2008-03-24
If we don't remember to closedir(), the leaked filehandles add up.
Rob Landley
2008-02-21
Make cp pass most of its test suite. Still need to add symlink support.
Rob Landley
2008-02-20
Add first pass at cp, totally untested, unlikely to work yet. :)
Rob Landley
2008-02-16
Dirtree needs to use lstat(), not stat. And failure should probably be a
Rob Landley
2007-11-15
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Rob Landley
2007-10-04
Break out dirtree.c and let it call a function instead of returning the data.
Rob Landley