libguestfs.git
2009-08-19 Jim Meyeringavoid build failure due to Haskell keyword clash
2009-08-19 Matthew BoothExport inspect_linux_kernel in Lib.pm
2009-08-19 Matthew BoothAdd boot/grub_fs to output
2009-08-19 Jim Meyeringguestfish: detect more failed syscalls
2009-08-19 Richard JonesPrepare for version 1.0.68.
2009-08-19 Richard Jonesguestfs_launch: Correct checks for dup failure.
2009-08-19 Richard JonesUpdated PO files.
2009-08-19 Richard Jonesbuild: Comment out some unused macros.
2009-08-18 Jim Meyeringbuild: new configure-time option: --enable-gcc-warnings
2009-08-18 Jim Meyeringsuppress warnings from -Wmissing-noreturn
2009-08-18 Jim Meyeringsuppress a warning from -Wswitch-default
2009-08-18 Jim Meyeringsuppress signed/unsigned-comparison warnings
2009-08-18 Jim Meyeringbuild: don't perform arithmetic on void* pointers
2009-08-18 Jim Meyeringgenerator.ml: suppress signed/unsigned-compare warnings
2009-08-18 Jim Meyeringbuild: suppress an ignored-dup-return-value warning
2009-08-18 Jim Meyeringbuild: suppress an ignored-write-return-value warning
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-18 Jim Meyeringavoid compiler warnings about unused vars in generated...
2009-08-18 Richard Jonesgenerator: Small code rearrangement.
2009-08-18 Jim Meyeringgenerator.ml: do not emit unused print_* functions
2009-08-18 Jim Meyeringgenerator.ml: do not emit unused print_*_list functions
2009-08-18 Jim Meyeringgenerator.ml: avoid warnings in generated tests.c
2009-08-18 Jim Meyeringavoid compiler warnings about unused vars in generated...
2009-08-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Jim Meyeringgenerator.ml: Use TABs, not spaces for indentation.
2009-08-17 Richard W.M... Ignore manywarnings.m4 / warnings.m4.
2009-08-17 Richard W.M... java: Small fix to Java bindings.
2009-08-17 Richard W.M... HACKING: Document make targets and ./configure --enable...
2009-08-17 Richard W.M... Remove 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 Meyeringgenerator.ml: emit slightly prettier code
2009-08-17 Jim Meyeringpython: avoid "_POSIX_C_SOURCE" redefinition warning
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-16 Richard Jonestest-tool: Recognize '-t timeout' as an option.
2009-08-15 Richard W.M... New commands: mkfs-b, mke2journal*, mke2fs-J*
2009-08-15 Richard W.M... generator: Generate the UUIDs for tests randomly.
2009-08-14 Jim MeyeringMerge branch '226-elide'
2009-08-14 Jim Meyeringbuild: avoid "make sytnax-check" failure
2009-08-14 Jim Meyeringgenerator.ml: don't emit unused functions
2009-08-14 Jim Meyeringgenerator.ml: factor out a function
2009-08-14 Richard W.M... Work out which RStruct/RStructList structs are really...
2009-08-13 Richard Jonesguestfish: Add --selinux option.
2009-08-13 Richard JonesVersion 1.0.67. 1.0.67
2009-08-13 Jim Meyeringtests: increase likelihood that heap abuse triggers...
2009-08-13 Richard Jonesappliance: Remove /usr/sbin/tcpd - it's unreadable...
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 JonesMisc parameters which are String but should be Pathname.
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 Meyeringgenerator.ml: convert leading TABs to spaces
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: factor out "pr_args n" function
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: add type: Dev_or_Path
2009-08-13 Jim Meyeringgenerator.ml: constify do_mkdtemp
2009-08-13 Jim Meyeringgenerator.ml: move String/Device decls "down" to definition
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringgenerator.ml: new type, "Pathname"
2009-08-13 Jim Meyeringgenerator.ml: emit "const char *" for Device and String...
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 Meyeringupdate generator to emit each RESOLVE_DEVICE call
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 Jim Meyeringgenerator.ml: define new String-like type: "Device"
2009-08-13 Matthew BoothDon't assume grub is on a separate boot filesystem
2009-08-13 Richard W.M... add_drive: Don't use cache=off if not supported by...
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 JonesAdd documentation for SELinux configuration.
2009-08-12 Richard JonesSpelling fix: labelled -> labeled.
2009-08-12 Richard JonesIf using SELinux, mount /selinux in the appliance.
2009-08-12 Richard JonesAllow selinux=? kernel flag to be controlled.
2009-08-12 Jim Meyeringfish: don't read freed memory
2009-08-12 Jim Meyeringdoc: improve emacs snippets
2009-08-12 Richard JonesFix regression test rhbz503169c10.sh.
2009-08-11 Richard JonesAdd contents of /proc/mounts to the debugging information.
next