aboutsummaryrefslogtreecommitdiff
path: root/toys/ls.c
AgeCommit message (Expand)Author
2012-07-21Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/st...Rob Landley
2012-06-13Fix an embarassing bug causing ls -l to segfault on 32 bit targets.Rob Landley
2012-06-09Implement DIRTREE_SYMFOLLOW and ls -cSHL.Rob Landley
2012-06-09Add ls -kqsunort, and fix -F @symlink.Rob Landley
2012-05-31Implement -C and -x for ls.Rob Landley
2012-05-20dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE...Rob Landley
2012-04-26Simplify/unify listfiles recursion: populate directory node (and detect top o...Rob Landley
2012-04-24Make -d work in ls.Rob Landley
2012-04-24Require -R to recurse, but descend into directories listed on command line.Rob Landley
2012-04-22More work on ls. Now ls -lR sort of works-ish.Rob Landley
2012-04-14Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr...Rob Landley
2012-03-07Consolidate headers.Rob Landley
2012-03-03Add -A to lsAndre Renaud
2012-02-26The aboriginal linux build needs ls -ditc and probably some more unimplemente...Rob Landley
2012-02-21Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if us...Andre Renaud
2012-02-18More ls updates from Andre Renaud: Add -R and initial support for listing fil...Rob Landley
2012-02-13Second drop of ls from Andre, adds -l.Rob Landley
2012-02-13Add ls from Andre Renaud.Rob Landley