summaryrefslogtreecommitdiffstats
path: root/daemon/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-291-0/+44
* Fix memory leak in daemon/mount.c:do_mount_vfs.Richard W.M. Jones2009-06-291-0/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-7/+7
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-101-3/+6
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-8/+68
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-4/+29
* Added test suite.Richard Jones2009-04-111-0/+115
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-0/+76