Age | Commit message (Expand) | Author |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |
2012-08-18 | Fix bug spotted by Avery Pennarun: getusername() and getgroupname() can reuse... | Rob Landley |
2012-07-21 | Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/st... | Rob Landley |
2012-06-13 | Fix an embarassing bug causing ls -l to segfault on 32 bit targets. | Rob Landley |
2012-06-09 | Implement DIRTREE_SYMFOLLOW and ls -cSHL. | Rob Landley |
2012-06-09 | Add ls -kqsunort, and fix -F @symlink. | Rob Landley |
2012-05-31 | Implement -C and -x for ls. | Rob Landley |
2012-05-20 | dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE... | Rob Landley |
2012-04-26 | Simplify/unify listfiles recursion: populate directory node (and detect top o... | Rob Landley |
2012-04-24 | Make -d work in ls. | Rob Landley |
2012-04-24 | Require -R to recurse, but descend into directories listed on command line. | 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 |
2012-03-07 | Consolidate headers. | Rob Landley |
2012-03-03 | Add -A to ls | Andre Renaud |
2012-02-26 | The aboriginal linux build needs ls -ditc and probably some more unimplemente... | Rob Landley |
2012-02-21 | Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if us... | Andre Renaud |
2012-02-18 | More ls updates from Andre Renaud: Add -R and initial support for listing fil... | Rob Landley |
2012-02-13 | Second drop of ls from Andre, adds -l. | Rob Landley |
2012-02-13 | Add ls from Andre Renaud. | Rob Landley |