summaryrefslogtreecommitdiffstats
path: root/daemon/ls.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
- implement 'll' command. - outlines for 'ls' and 'cat' commands.