summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-292-0/+89
| | | | | | Add 'initrd-list' command to list the files inside (new-style) initrd images. Update virt-inspector to use this instead of the less efficient download/unpack locally method.
* Generated code for 'du' command.Richard W.M. Jones2009-06-292-0/+30
|
* Added 'du' command.Richard W.M. Jones2009-06-292-0/+73
| | | | This command estimates file usage for files and directories.
* Generated code for df / df-h.Richard W.M. Jones2009-06-292-0/+40
|
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-292-0/+71
| | | | | | | df and df-h commands can be used interactively to show disk space usage. Use existing statvfs command from programs.
* Generated code for head/tail commands.Richard W.M. Jones2009-06-292-4/+136
|
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-292-0/+108
| | | | | These commands let you view parts of a large file without passing the whole file over the network connection.
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-293-0/+183
|
* Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.Richard W.M. Jones2009-06-291-0/+1
| | | | These commands count characters, words and lines in a file respectively.
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-242-0/+31
|
* Add mkdtemp command.Richard W.M. Jones2009-06-241-0/+30
|
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-232-0/+84
|
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-232-0/+115
|
* Improve error message when appliance doesn't match library.Richard Jones2009-06-221-1/+1
|
* Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
|
* Check return value from close() call.Richard Jones2009-06-221-1/+5
|
* The 'debug sh' command now uses a real shell.Richard Jones2009-06-221-9/+33
|
* Generated code for 'glob-expand'.Richard Jones2009-06-222-0/+32
|
* Add 'glob-expand' command.Richard Jones2009-06-222-0/+64
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-222-0/+63
|
* Add 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-0/+16
|
* Check return value from waitpid call in command*() functions.Richard W.M. Jones2009-06-201-2/+6
|
* Add strong note about deprecation of functions which take either device ↵Richard W.M. Jones2009-06-201-0/+6
| | | | names or filenames.
* Check return value from pclose.Richard W.M. Jones2009-06-201-1/+5
|
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-102-7/+57
|
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-1028-304/+304
|
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-103-3/+26
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-082-0/+32
|
* Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵Richard Jones2009-06-082-0/+49
| | | | partition.
* Fix RHBZ#503169 comment 13 (regression) and add a regression test.Richard Jones2009-06-041-4/+7
|
* Generated code for the 'sleep' command.Richard Jones2009-06-042-0/+28
|
* Added 'sleep' command.Richard Jones2009-06-042-0/+36
|
* Use --rbind rather than --bind for bind mounting /dev (to get /dev/pts).Charles Duffy2009-06-041-3/+3
|
* Fix mkdir-p if directory exists (RHBZ#503133).Richard W.M. Jones2009-05-291-0/+11
|
* In daemon, set PATH, SHELL and LANG environment variables.Richard Jones2009-05-221-0/+8
|
* Add 'debug env' command to print environment.Richard Jones2009-05-221-1/+23
|
* Generated code for e2fsck-f command.Richard Jones2009-05-212-0/+28
|
* Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018).Richard Jones2009-05-211-0/+19
|
* Generated code for 'find' command.Richard Jones2009-05-192-0/+32
|
* Added 'find' command.Richard Jones2009-05-192-0/+130
|
* Fix a memory leak in handling of tar files.Richard Jones2009-05-191-0/+8
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-182-0/+58
|
* Add: lvresize, resize2fs commands.Richard Jones2009-05-182-0/+43
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-184-1/+108
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-156-43/+308
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-144-0/+77
|
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-124-44/+62
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+10
|
* Generated code to support previous 2 commits.Richard Jones2009-05-082-0/+97
|
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-083-0/+153
|