summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Use ISO instead of squashfs.Richard Jones2009-08-195-78/+82
* mke2fs: Use e4fsprogs programs if available.Richard W.M. Jones2009-08-192-3/+48
* tests: modprobe fat instead of ext2 module.Richard W.M. Jones2009-08-191-1/+1
* tests: Conditionally skip UUID tests.Richard W.M. Jones2009-08-191-2/+11
* avoid build failure due to Haskell keyword clashJim Meyering2009-08-191-3/+32
* Export inspect_linux_kernel in Lib.pmMatthew Booth2009-08-191-13/+25
* Add boot/grub_fs to outputMatthew Booth2009-08-191-1/+7
* guestfish: detect more failed syscallsJim Meyering2009-08-191-8/+33
* Prepare for version 1.0.68.Richard Jones2009-08-191-1/+1
* guestfs_launch: Correct checks for dup failure.Richard Jones2009-08-191-7/+7
* Updated PO files.Richard Jones2009-08-192-804/+869
* build: Comment out some unused macros.Richard Jones2009-08-192-6/+6
* build: new configure-time option: --enable-gcc-warningsJim Meyering2009-08-182-1/+64
* suppress warnings from -Wmissing-noreturnJim Meyering2009-08-181-0/+2
* suppress a warning from -Wswitch-defaultJim Meyering2009-08-181-0/+2
* suppress signed/unsigned-comparison warningsJim Meyering2009-08-181-2/+2
* build: don't perform arithmetic on void* pointersJim Meyering2009-08-181-3/+5
* generator.ml: suppress signed/unsigned-compare warningsJim Meyering2009-08-181-1/+1
* build: suppress an ignored-dup-return-value warningJim Meyering2009-08-181-2/+9
* build: suppress an ignored-write-return-value warningJim Meyering2009-08-183-2/+6
* New 'modprobe' command.Matthew Booth2009-08-185-1/+52
* avoid compiler warnings about unused vars in generated codeJim Meyering2009-08-181-2/+10
* generator: Small code rearrangement.Richard Jones2009-08-181-3/+5
* generator.ml: do not emit unused print_* functionsJim Meyering2009-08-181-5/+12
* generator.ml: do not emit unused print_*_list functionsJim Meyering2009-08-181-12/+24
* generator.ml: avoid warnings in generated tests.cJim Meyering2009-08-181-4/+4
* avoid compiler warnings about unused vars in generated codeJim Meyering2009-08-181-2/+12
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-182-3/+64
* generator.ml: Use TABs, not spaces for indentation.Jim Meyering2009-08-171-3/+3
* Ignore manywarnings.m4 / warnings.m4.Richard W.M. Jones2009-08-171-0/+2
* java: Small fix to Java bindings.Richard W.M. Jones2009-08-171-1/+4
* HACKING: Document make targets and ./configure --enable-gcc-warnings.Richard W.M. Jones2009-08-171-0/+7
* Remove redundant macro.Richard W.M. Jones2009-08-171-2/+0
* indent with spaces, not TABsJim Meyering2009-08-174-29/+29
* daemon: enable -Werror and many gcc warnings when --enable-gcc-warningsJim Meyering2009-08-173-2/+66
* xattr.c: avoid warning about comparison between signed and unsignedJim Meyering2009-08-171-4/+6
* guestfsd: don't ignore failed write-to-socketJim Meyering2009-08-171-1/+1
* daemon.h: avoid warning about possible noreturn functionJim Meyering2009-08-171-1/+1
* sfdisk.c, fallocate.c: use a string literal as formatJim Meyering2009-08-172-3/+3
* wc, blockdev: avoid warnings about discarding "const" qualifiersJim Meyering2009-08-172-2/+2
* daemon/zero: don't ignore write and close errorsJim Meyering2009-08-171-4/+14
* guestfsd.c: don't perform arithmetic on void pointersJim Meyering2009-08-171-2/+4
* command.c: avoid shadowing a global functionJim Meyering2009-08-171-4/+4
* avoid warning about old-style no-param function definitionJim Meyering2009-08-172-3/+3
* generator.ml: emit slightly prettier codeJim Meyering2009-08-171-3/+3
* python: avoid "_POSIX_C_SOURCE" redefinition warningJim Meyering2009-08-171-2/+2
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-1711-88/+97
* test-tool: Recognize '-t timeout' as an option.Richard Jones2009-08-161-1/+1
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-157-18/+304
* generator: Generate the UUIDs for tests randomly.Richard W.M. Jones2009-08-151-18/+34