New 'modprobe' command.
[libguestfs.git] / daemon /
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Richard W.M. JonesIgnore manywarnings.m4 / warnings.m4.
2009-08-17 Richard W.M. JonesRemove redundant macro.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-17 Jim Meyeringxattr.c: avoid warning about comparison between signed...
2009-08-17 Jim Meyeringguestfsd: don't ignore failed write-to-socket
2009-08-17 Jim Meyeringdaemon.h: avoid warning about possible noreturn function
2009-08-17 Jim Meyeringsfdisk.c, fallocate.c: use a string literal as format
2009-08-17 Jim Meyeringwc, blockdev: avoid warnings about discarding "const...
2009-08-17 Jim Meyeringdaemon/zero: don't ignore write and close errors
2009-08-17 Jim Meyeringguestfsd.c: don't perform arithmetic on void pointers
2009-08-17 Jim Meyeringcommand.c: avoid shadowing a global function
2009-08-17 Jim Meyeringavoid warning about old-style no-param function definition
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-15 Richard W.M. JonesNew commands: mkfs-b, mke2journal*, mke2fs-J*
2009-08-14 Jim Meyeringbuild: avoid "make sytnax-check" failure
2009-08-13 Richard Jonesappliance: Replace LANG=C with LC_ALL=C
2009-08-13 Richard Jonesumount: Enable device name translation for device param...
2009-08-13 Richard Jonesmount: Check mountpoints are absolute paths.
2009-08-13 Richard Jonesselinux: Don't fail if libselinux is not found.
2009-08-13 Richard JonesIn rmmountpoint, have to explicitly check for ABS_PATH...
2009-08-13 Richard Jonesinotify-add-watch does not need to explicitly check...
2009-08-13 Richard Jonescp/cp-a/mv parameters marked as Pathname.
2009-08-13 Richard Jonesdo_equal does not need to explicitly check for NEED_ROO...
2009-08-13 Jim Meyeringsfdisk: guard against buffer overflow
2009-08-13 Jim Meyeringdo_umount: don't use RESOLVE_DEVICE anymore
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: constify do_mkdtemp
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringfix daemon.h's use of NEED_ROOT-in-#define
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
2009-08-13 Jim Meyerings/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
2009-08-13 Jim Meyeringguestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in...
2009-08-13 Jim Meyeringmanually adjust ABS_PATH uses for new semantics
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-08-13 Jim Meyeringpropagate semantic changes to NEED_ROOT, NEED_ROOT_OR_I...
2009-08-13 Jim Meyeringconvert the last few, manually
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-08-13 Jim Meyering* daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.
2009-08-13 Richard JonesAdd 'setcon', 'getcon' commands to set and get the...
2009-08-12 Richard JonesReturn error if allocations fail.
2009-08-12 Richard JonesIf using SELinux, mount /selinux in the appliance.
2009-08-11 Jim Meyeringdaemon/ls: make do_ll require root, like all the rest
2009-08-10 Jim Meyeringbuild: enable automake's silent rules option
2009-08-10 Jim Meyeringbuild: daemon/do_debug: parameters aren't always unused
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/inotify.c
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/guestfsd.c
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/debug.c
2009-08-10 Jim Meyeringdefine ATTRIBUTE_UNUSED
2009-08-10 Jim Meyeringdaemon/file.c: remove duplicate absolute-path check
2009-08-06 Richard JonesAlways pass mkswap -f parameter.
2009-08-06 Richard JonesRHEL 5: inotify_init1 call did not exist on RHEL 5.
2009-08-06 Matthew BoothFix errno check in readdir in devsparts.c
2009-08-06 Jim Meyeringdaemon: use gnulib
2009-08-06 Matthew BoothRecognise cd-rom devices in devsparts.c
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim Meyeringbuild: reenable "syntax-check" rule: sc_const_long_option
2009-07-31 Richard W.M. JonesAdd interface to Linux 'inotify' API.
2009-07-31 Richard W.M. JonesNew commands: swapon-*, swapoff-*, mkswap-file.
2009-07-31 Richard W.M. JonesNew command: 'fallocate' to (pre-)allocate sized files.
2009-07-31 Richard W.M. JonesNew commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.
2009-07-31 Richard W.M. JonesAdd 'realpath' command.
2009-07-30 Jim Meyeringfix comments; move declarations
2009-07-29 Richard JonesImplement '*grep*' family of commands.
2009-07-29 Richard JonesDon't show empty CD devices (RHBZ#514505).
2009-07-28 Richard JonesPass '-z' parameter to 'file' command so it looks insid...
2009-07-28 Richard JonesNeed to declare asprintf_nowarn as inline to avoid...
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-22 Richard JonesFix typo in error message.
2009-07-21 Richard W.M. JonesGenerator: Implement RBufferOut and "read-file" call.
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-15 Richard W.M. JonesNew commands: 'mkmountpoint' and 'rmmountpoint'
2009-07-15 Richard W.M. JonesNew command: 'mountpoints' which returns a hash of...
2009-07-14 Richard W.M. JonesRHEL 5: header was called <sys/xattr.h>
2009-07-14 Richard W.M. JonesFix: daemon/xattr.c can now compile even when no xattr...
2009-07-14 Richard W.M. JonesSupport for Linux extended attributes.
2009-07-13 Richard JonesImplement new 'zfile' command, to show file type inside...
2009-07-07 Richard JonesGenerate structs and struct lists generically.
2009-07-05 Richard JonesDon't die if reply message is oversized (RHBZ#509597).
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-03 Jim Meyeringavoid leak upon failed realloc
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-03 Jim Meyeringdaemon/readdir: avoid a small leak
2009-07-02 Richard W.M. JonesAdd 'sfdiskM' command.
2009-07-02 Richard W.M. JonesAdd list of function_names to the daemon.
2009-07-02 Richard W.M. JonesIn verbose mode, daemon will display the time elapsed...
2009-07-02 Jim Meyeringavoid automake failure
2009-07-02 Richard W.M. JonesRemove generated code from git.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesCall 'udevadm settle' after operations which add/remove...
2009-07-01 Richard W.M. JonesAll instances of 'pclose' now check for return value...
2009-07-01 Richard W.M. JonesFix error handling of external sfdisk command.
2009-07-01 Richard W.M. JonesChange to use virtio_blk (virtio block device) by default.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M. JonesNew commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-29 Richard W.M. JonesGenerated code for the 'mkswap*' commands.
2009-06-29 Richard W.M. JonesImplement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
next