Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Add mount-loop command (RHBZ#508668). | Richard W.M. Jones | 2009-06-29 | 1 | -0/+44 |
| | | | | | | | | | Loop device mounts don't work for the generic 'mount' commands because the first parameter should be a file not a device. We want to separate out files parameters from device parameters in the long term, so this adds a new mount-loop command for this purpose. | ||||
* | Fix memory leak in daemon/mount.c:do_mount_vfs. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -7/+7 |
| | |||||
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 1 | -3/+6 |
| | |||||
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 1 | -8/+68 |
| | |||||
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -4/+29 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -0/+115 |
| | |||||
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 1 | -0/+76 |