summaryrefslogtreecommitdiffstats
path: root/daemon/ls.c
Commit message (Expand)AuthorAgeFilesLines
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-181-3/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-8/+2
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* daemon/ls: make do_ll require root, like all the restJim Meyering2009-08-111-7/+10
* Make /sysroot path configurable.Richard Jones2009-07-181-4/+2
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-2/+2
* Implement list-devices and list-partitions.Richard Jones2009-04-061-9/+1
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-6/+51
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+75