| Commit message (Expand) | Author | Age | Files | Lines |
* | build: avoid "make sytnax-check" failure | Jim Meyering | 2009-08-14 | 1 | -1/+1 |
* | appliance: Replace LANG=C with LC_ALL=C | Richard Jones | 2009-08-13 | 1 | -1/+1 |
* | umount: Enable device name translation for device parameter. | Richard Jones | 2009-08-13 | 1 | -3/+8 |
* | mount: Check mountpoints are absolute paths. | Richard Jones | 2009-08-13 | 1 | -0/+2 |
* | selinux: Don't fail if libselinux is not found. | Richard Jones | 2009-08-13 | 1 | -7/+3 |
* | In rmmountpoint, have to explicitly check for ABS_PATH (*not* NEED_ROOT). | Richard Jones | 2009-08-13 | 1 | -0/+3 |
* | inotify-add-watch does not need to explicitly check for ABS_PATH. | Richard Jones | 2009-08-13 | 1 | -1/+0 |
* | cp/cp-a/mv parameters marked as Pathname. | Richard Jones | 2009-08-13 | 1 | -4/+0 |
* | do_equal does not need to explicitly check for NEED_ROOT/ABS_PATH. | Richard Jones | 2009-08-13 | 1 | -4/+0 |
* | sfdisk: guard against buffer overflow | Jim Meyering | 2009-08-13 | 1 | -2/+15 |
* | do_umount: don't use RESOLVE_DEVICE anymore | Jim Meyering | 2009-08-13 | 1 | -13/+9 |
* | generator.ml: finish adding Dev_or_Path support | Jim Meyering | 2009-08-13 | 2 | -4/+0 |
* | generator.ml: constify do_mkdtemp | Jim Meyering | 2009-08-13 | 1 | -17/+8 |
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 42 | -325/+175 |
* | fix daemon.h's use of NEED_ROOT-in-#define | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | update all NEED_ROOT uses | Jim Meyering | 2009-08-13 | 32 | -57/+57 |
* | * src/generator.ml: Change all `String "device"' to `Device "device"'. | Jim Meyering | 2009-08-13 | 13 | -53/+0 |
* | s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 3 | -3/+3 |
* | guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | manually adjust ABS_PATH uses for new semantics | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | update all uses of ABS_PATH | Jim Meyering | 2009-08-13 | 29 | -55/+55 |
* | propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_IS_DEVICE | Jim Meyering | 2009-08-13 | 1 | -8/+8 |
* | convert the last few, manually | Jim Meyering | 2009-08-13 | 2 | -2/+2 |
* | change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 15 | -32/+32 |
* | * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE. | Jim Meyering | 2009-08-13 | 1 | -3/+3 |
* | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 3 | -0/+93 |
* | Return error if allocations fail. | Richard Jones | 2009-08-12 | 1 | -0/+12 |
* | If using SELinux, mount /selinux in the appliance. | Richard Jones | 2009-08-12 | 1 | -2/+8 |
* | daemon/ls: make do_ll require root, like all the rest | Jim Meyering | 2009-08-11 | 1 | -7/+10 |
* | build: enable automake's silent rules option | Jim Meyering | 2009-08-10 | 1 | -0/+3 |
* | build: daemon/do_debug: parameters aren't always unused | Jim Meyering | 2009-08-10 | 1 | -1/+7 |
* | build: avoid warnings in daemon/inotify.c | Jim Meyering | 2009-08-10 | 1 | -3/+4 |
* | build: avoid warnings in daemon/guestfsd.c | Jim Meyering | 2009-08-10 | 1 | -2/+2 |
* | build: avoid warnings in daemon/debug.c | Jim Meyering | 2009-08-10 | 1 | -1/+1 |
* | define ATTRIBUTE_UNUSED | Jim Meyering | 2009-08-10 | 1 | -0/+10 |
* | daemon/file.c: remove duplicate absolute-path check | Jim Meyering | 2009-08-10 | 1 | -1/+0 |
* | Always pass mkswap -f parameter. | Richard Jones | 2009-08-06 | 1 | -2/+2 |
* | RHEL 5: inotify_init1 call did not exist on RHEL 5. | Richard Jones | 2009-08-06 | 2 | -1/+23 |
* | Fix errno check in readdir in devsparts.c | Matthew Booth | 2009-08-06 | 1 | -3/+5 |
* | daemon: use gnulib | Jim Meyering | 2009-08-06 | 4 | -1/+73 |
* | Recognise cd-rom devices in devsparts.c | Matthew Booth | 2009-08-06 | 1 | -72/+96 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 16 | -201/+201 |
* | build: reenable "syntax-check" rule: sc_const_long_option | Jim Meyering | 2009-08-03 | 1 | -1/+1 |
* | Add interface to Linux 'inotify' API. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+321 |
* | New commands: swapon-*, swapoff-*, mkswap-file. | Richard W.M. Jones | 2009-07-31 | 1 | -2/+128 |
* | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+60 |
* | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+138 |
* | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+48 |
* | fix comments; move declarations | Jim Meyering | 2009-07-30 | 1 | -6/+4 |
* | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 2 | -0/+141 |