summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-241-1/+0
* Add waitpid along guestfs_close path (RHBZ#518747).Richard Jones2009-08-221-0/+4
* generator.ml: avoid signed/unsigned-comparison warning in fish/cmds.cJim Meyering2009-08-211-2/+2
* tests: namemax on ISO devices is 2551.0.68Richard Jones2009-08-191-1/+1
* tests: Use ISO instead of squashfs.Richard Jones2009-08-191-67/+67
* tests: modprobe fat instead of ext2 module.Richard W.M. Jones2009-08-191-1/+1
* avoid build failure due to Haskell keyword clashJim Meyering2009-08-191-3/+32
* guestfs_launch: Correct checks for dup failure.Richard Jones2009-08-191-7/+7
* build: Comment out some unused macros.Richard Jones2009-08-192-6/+6
* build: new configure-time option: --enable-gcc-warningsJim Meyering2009-08-181-1/+3
* 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-182-2/+5
* New 'modprobe' command.Matthew Booth2009-08-182-1/+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
* generator.ml: Use TABs, not spaces for indentation.Jim Meyering2009-08-171-3/+3
* java: Small fix to Java bindings.Richard W.M. Jones2009-08-171-1/+4
* indent with spaces, not TABsJim Meyering2009-08-171-10/+10
* 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-171-47/+60
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-152-1/+85
* generator: Generate the UUIDs for tests randomly.Richard W.M. Jones2009-08-151-18/+34
* generator.ml: don't emit unused functionsJim Meyering2009-08-141-1/+9
* generator.ml: factor out a functionJim Meyering2009-08-141-12/+16
* Work out which RStruct/RStructList structs are really used, and how.Richard W.M. Jones2009-08-141-0/+58
* Misc parameters which are String but should be Pathname.Richard Jones2009-08-131-9/+9
* cp/cp-a/mv parameters marked as Pathname.Richard Jones2009-08-131-3/+3
* generator.ml: convert leading TABs to spacesJim Meyering2009-08-131-4/+4
* generator.ml: factor out "pr_args n" functionJim Meyering2009-08-131-4/+7
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-131-31/+35
* generator.ml: add type: Dev_or_PathJim Meyering2009-08-131-2/+3
* generator.ml: constify do_mkdtempJim Meyering2009-08-131-4/+2
* generator.ml: move String/Device decls "down" to definitionJim Meyering2009-08-131-5/+5
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-14/+31
* generator.ml: new type, "Pathname"Jim Meyering2009-08-131-93/+111
* generator.ml: emit "const char *" for Device and String paramsJim Meyering2009-08-131-7/+5
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-43/+43
* update generator to emit each RESOLVE_DEVICE callJim Meyering2009-08-131-7/+7
* generator.ml: define new String-like type: "Device"Jim Meyering2009-08-131-23/+44
* add_drive: Don't use cache=off if not supported by underlying filesystem.Richard W.M. Jones2009-08-132-6/+25
* Add 'setcon', 'getcon' commands to set and get the SELinux context.Richard Jones2009-08-132-1/+19