| Commit message (Expand) | Author | Age | Files | Lines |
| * | java: Small fix to Java bindings. | Richard W.M. Jones | 2009-08-17 | 1 | -1/+4 |
| * | indent with spaces, not TABs | Jim Meyering | 2009-08-17 | 1 | -10/+10 |
| * | generator.ml: emit slightly prettier code | Jim Meyering | 2009-08-17 | 1 | -3/+3 |
| * | python: avoid "_POSIX_C_SOURCE" redefinition warning | Jim Meyering | 2009-08-17 | 1 | -2/+2 |
| * | adjust const "**" pointers to avoid warnings | Jim Meyering | 2009-08-17 | 1 | -47/+60 |
| * | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 1 | -0/+84 |
| * | generator: Generate the UUIDs for tests randomly. | Richard W.M. Jones | 2009-08-15 | 1 | -18/+34 |
| * | generator.ml: don't emit unused functions | Jim Meyering | 2009-08-14 | 1 | -1/+9 |
| * | generator.ml: factor out a function | Jim Meyering | 2009-08-14 | 1 | -12/+16 |
| * | Work out which RStruct/RStructList structs are really used, and how. | Richard W.M. Jones | 2009-08-14 | 1 | -0/+58 |
| * | Misc parameters which are String but should be Pathname. | Richard Jones | 2009-08-13 | 1 | -9/+9 |
| * | cp/cp-a/mv parameters marked as Pathname. | Richard Jones | 2009-08-13 | 1 | -3/+3 |
| * | generator.ml: convert leading TABs to spaces | Jim Meyering | 2009-08-13 | 1 | -4/+4 |
| * | generator.ml: factor out "pr_args n" function | Jim Meyering | 2009-08-13 | 1 | -4/+7 |
| * | generator.ml: finish adding Dev_or_Path support | Jim Meyering | 2009-08-13 | 1 | -31/+35 |
| * | generator.ml: add type: Dev_or_Path | Jim Meyering | 2009-08-13 | 1 | -2/+3 |
| * | generator.ml: constify do_mkdtemp | Jim Meyering | 2009-08-13 | 1 | -4/+2 |
| * | generator.ml: move String/Device decls "down" to definition | Jim Meyering | 2009-08-13 | 1 | -5/+5 |
| * | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -14/+31 |
| * | generator.ml: new type, "Pathname" | Jim Meyering | 2009-08-13 | 1 | -93/+111 |
| * | generator.ml: emit "const char *" for Device and String params | Jim Meyering | 2009-08-13 | 1 | -7/+5 |
| * | * src/generator.ml: Change all `String "device"' to `Device "device"'. | Jim Meyering | 2009-08-13 | 1 | -43/+43 |
| * | update generator to emit each RESOLVE_DEVICE call | Jim Meyering | 2009-08-13 | 1 | -7/+7 |
| * | generator.ml: define new String-like type: "Device" | Jim Meyering | 2009-08-13 | 1 | -23/+44 |
| * | add_drive: Don't use cache=off if not supported by underlying filesystem. | Richard W.M. Jones | 2009-08-13 | 1 | -0/+2 |
| * | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 1 | -0/+18 |
| * | Spelling fix: labelled -> labeled. | Richard Jones | 2009-08-12 | 1 | -4/+4 |
| * | Allow selinux=? kernel flag to be controlled. | Richard Jones | 2009-08-12 | 1 | -0/+25 |
| * | Tidy up generation of java/Makefile.inc. | Richard Jones | 2009-08-07 | 1 | -6/+11 |
| * | Tests: swapon_device test mkswap /dev/sda1 instead of /dev/sdb. | Richard Jones | 2009-08-07 | 1 | -4/+17 |
| * | Tests: Don't test block size in statvfs test. | Richard Jones | 2009-08-06 | 1 | -2/+1 |
| * | Fix test failures in upload and download (RHBZ#515764) | Matthew Booth | 2009-08-06 | 1 | -2/+4 |
| * | Fix swapon_label test | Matthew Booth | 2009-08-05 | 1 | -1/+3 |
| * | build: remove trailing blanks, enable syntax-check | Jim Meyering | 2009-08-04 | 1 | -1/+1 |
| * | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -1914/+1914 |
| * | guestfish: Display RStructList results more pleasantly. | Richard W.M. Jones | 2009-07-31 | 1 | -15/+28 |
| * | Add interface to Linux 'inotify' API. | Richard W.M. Jones | 2009-07-31 | 1 | -1/+108 |
| * | Improve warnings about missing tests. | Richard W.M. Jones | 2009-07-31 | 1 | -5/+26 |
| * | New commands: swapon-*, swapoff-*, mkswap-file. | Richard W.M. Jones | 2009-07-31 | 1 | -1/+95 |
| * | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+14 |
| * | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+46 |
| * | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+8 |
| * | Whitespace and comment changes. | Richard Jones | 2009-07-29 | 1 | -1/+14 |
| * | guestfish: Make more strings translatable. | Richard Jones | 2009-07-29 | 1 | -7/+8 |
| * | tests: Use squashfs for static data where possible. | Richard Jones | 2009-07-29 | 1 | -84/+57 |
| * | tests: Fix read_file test. | Richard Jones | 2009-07-29 | 1 | -4/+25 |
| * | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 1 | -0/+98 |
| * | Pass '-z' parameter to 'file' command so it looks inside compressed files. | Richard Jones | 2009-07-28 | 1 | -3/+7 |
| * | Add DeprecatedBy flag to mark functions which are deprecated. | Richard Jones | 2009-07-28 | 1 | -12/+53 |
| * | Add InitSquashFS test type, for tests that just use the squashfs (/dev/sdd). | Richard Jones | 2009-07-27 | 1 | -45/+43 |