search for: cpmv

Displaying 20 results from an estimated 82 matches for "cpmv".

2009 Aug 13
7
[PATCHx7] Misc patches
...1.6.2.5 -------------- next part -------------- >From 80c479162db74c461d671128237975aecc982a5e Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at trick.home.annexia.org> Date: Thu, 13 Aug 2009 14:39:31 +0100 Subject: [PATCH 2/7] cp/cp-a/mv parameters marked as Pathname. --- daemon/cpmv.c | 4 ---- src/generator.ml | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/daemon/cpmv.c b/daemon/cpmv.c index 1007203..47b8aa2 100644 --- a/daemon/cpmv.c +++ b/daemon/cpmv.c @@ -52,10 +52,6 @@ cpmv_cmd (const char *cmd, const char *flags, const char *src, cons...
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
...bs.c. Now, many of the interfaces in daemon/*.c (with declarations in the autogenerated file, daemon/actions.h) that were not const-correct are. daemon/augeas.c | 25 +-- daemon/blockdev.c | 24 +-- daemon/checksum.c | 5 daemon/cmp.c | 8 - daemon/command.c | 6 daemon/cpmv.c | 12 - daemon/daemon.h | 22 +-- daemon/debug.c | 2 daemon/devsparts.c | 4 daemon/df.c | 4 daemon/dir.c | 50 +------ daemon/du.c | 5 daemon/ext2.c | 28 +--- daemon/fallocate.c | 5 daemon/file.c | 59 +------- daemon/find.c...
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
...| 4 ++- daemon/btrfs.c | 33 +++++++++++-------- daemon/checksum.c | 6 +++- daemon/cmp.c | 4 ++- daemon/command.c | 15 +++++---- daemon/compress.c | 24 ++++++++------ daemon/cpmv.c | 9 ++++-- daemon/daemon.h | 3 ++ daemon/dd.c | 4 ++- daemon/debug.c | 35 +++++++++++++------- daemon/df.c | 6 ++-- daemon/dir.c | 4 ++- daemon/dmesg.c...
2012 Aug 30
1
[PATCH] collect list of called external commands
...mon/blockdev.c | 4 +- daemon/btrfs.c | 33 ++++++++------ daemon/checksum.c | 6 ++- daemon/cmp.c | 4 +- daemon/command.c | 15 ++++--- daemon/compress.c | 24 ++++++---- daemon/cpmv.c | 9 ++-- daemon/daemon.h | 5 ++- daemon/dd.c | 4 +- daemon/debug.c | 35 ++++++++++----- daemon/df.c | 6 ++- daemon/dir.c | 4 +- daemon/dmesg.c...
2017 Jul 27
0
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
...| 10 ++--- daemon/blockdev.c | 4 +- daemon/btrfs.c | 109 ++++++++++++++++++++++------------------------- daemon/checksum.c | 26 ++++------- daemon/cmp.c | 4 +- daemon/compress.c | 24 ++++------- daemon/cpio.c | 4 +- daemon/cpmv.c | 11 ++--- daemon/daemon.h | 3 -- daemon/dd.c | 4 +- daemon/debug.c | 33 +++++--------- daemon/df.c | 6 +-- daemon/dir.c | 4 +- daemon/dmesg.c | 4 +- daemon/du.c | 4 +- daemon/ext2.c...
2017 Jul 24
0
[PATCH 2/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
...+- daemon/btrfs.c | 110 ++++++++++++++++----------------- daemon/checksum.c | 28 ++++----- daemon/cmp.c | 4 +- daemon/compress.c | 24 +++---- daemon/cpio.c | 4 +- daemon/cpmv.c | 11 ++-- daemon/daemon.h | 11 +++- daemon/dd.c | 4 +- daemon/debug.c | 34 ++++------ daemon/df.c | 6 +- daemon/dir.c | 4 +- daemo...
2017 Jul 21
0
[PATCH v2 01/23] daemon: Allow parts of the daemon and APIs to be written in OCaml.
..._DIST = \ + $(generator_built) \ + $(SOURCES_MLI) $(SOURCES_ML) \ guestfsd.pod if INSTALL_DAEMON @@ -61,6 +65,7 @@ guestfsd_SOURCES = \ blkid.c \ blockdev.c \ btrfs.c \ + caml-stubs.c \ cap.c \ checksum.c \ cleanups.c \ @@ -71,6 +76,8 @@ guestfsd_SOURCES = \ copy.c \ cpio.c \ cpmv.c \ + daemon-c.c \ + daemon-c.h \ daemon.h \ dd.c \ debug.c \ @@ -161,6 +168,7 @@ guestfsd_SOURCES = \ swap.c \ sync.c \ syslinux.c \ + sysroot-c.c \ tar.c \ tsk.c \ truncate.c \ @@ -176,10 +184,16 @@ guestfsd_SOURCES = \ zero.c \ zerofree.c +guestfsd_LDFLAGS = \ + -L$(shell...
2017 Jul 27
3
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
This is a simpler patch that removes GUESTFSD_EXT_CMD completely.
2017 Jul 14
0
[PATCH 12/27] daemon: Reimplement ‘file_architecture’ API in OCaml.
...a14b 100644 --- a/docs/C_SOURCE_FILES +++ b/docs/C_SOURCE_FILES @@ -72,6 +72,7 @@ daemon/blkdiscard.c daemon/blkid.c daemon/blockdev.c daemon/btrfs.c +daemon/caml-stubs.c daemon/cap.c daemon/checksum.c daemon/cleanups.c @@ -82,6 +83,7 @@ daemon/compress.c daemon/copy.c daemon/cpio.c daemon/cpmv.c +daemon/daemon-c.c daemon/daemon.h daemon/dd.c daemon/debug-bmap.c @@ -173,6 +175,7 @@ daemon/stubs.h daemon/swap.c daemon/sync.c daemon/syslinux.c +daemon/sysroot-c.c daemon/tar.c daemon/truncate.c daemon/tsk.c @@ -296,7 +299,6 @@ lib/errors.c lib/event-string.c lib/events.c lib/file...
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option ‘./guestfsd --print-external-commands’
2017 Jul 14
0
[PATCH 02/27] daemon: Allow parts of the daemon and APIs to be written in OCaml.
...OURCES) \ + $(generator_built) \ + $(SOURCES_MLI) $(SOURCES_ML) \ guestfsd.pod if INSTALL_DAEMON @@ -61,6 +79,7 @@ guestfsd_SOURCES = \ blkid.c \ blockdev.c \ btrfs.c \ + caml-stubs.c \ cap.c \ checksum.c \ cleanups.c \ @@ -71,6 +90,7 @@ guestfsd_SOURCES = \ copy.c \ cpio.c \ cpmv.c \ + daemon-c.c \ daemon.h \ dd.c \ debug.c \ @@ -161,6 +181,7 @@ guestfsd_SOURCES = \ swap.c \ sync.c \ syslinux.c \ + sysroot-c.c \ tar.c \ tsk.c \ truncate.c \ @@ -176,10 +197,16 @@ guestfsd_SOURCES = \ zero.c \ zerofree.c +guestfsd_LDFLAGS = \ + -L$(shell $(OCAMLC) -whe...
2009 Jul 15
0
[PATCH] Make Perl strings translatable
...DOMAIN).pot file. Set this to the copyright holder of the surrounding diff --git a/po/POTFILES.in b/po/POTFILES.in index 549506f..76e97e7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,51 @@ +daemon/augeas.c +daemon/blockdev.c +daemon/checksum.c +daemon/cmp.c +daemon/command.c +daemon/cpmv.c +daemon/debug.c +daemon/devsparts.c +daemon/df.c +daemon/dir.c +daemon/dmesg.c +daemon/dropcaches.c +daemon/du.c +daemon/ext2.c +daemon/file.c +daemon/find.c +daemon/fsck.c +daemon/glob.c +daemon/grub.c +daemon/guestfsd.c +daemon/headtail.c +daemon/hexdump.c +daemon/initrd.c +daemon/ls.c +daemon/...
2014 May 29
2
Re: libguestfs error
Hi Rich I using ubuntu 13.10 with powerpc arch. I tried the above stepss and below are the output of the related commands.. nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent 0000def0 T tgetent ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so However I'm not able to perform rm -f config.cache
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po
2017 Jun 03
12
[PATCH v2 00/12] Allow APIs to be implemented in OCaml.
Version 1 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00003.html This patch series reimplements a few more APIs in OCaml, including some very important core APIs like ?list_filesystems? and ?mount?. All the tests pass after this. The selection of APIs that I have moved may look a little random, but in fact they are all APIs consumed by the inspection code (and some more
2017 Jul 14
45
[PATCH 00/27] Reimplement many daemon APIs in OCaml.
Previously posted as part of the mega utilities/inspection series here: https://www.redhat.com/archives/libguestfs/2017-June/msg00232.html What I've done is to extract just the parts related to rewriting daemon APIs in OCaml, rebase them on top of the current master, fix a few things, and recompile and test everything. Rich.
2017 Jun 05
19
[PATCH v3 00/19] Allow APIs to be implemented in OCaml.
v2 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00008.html This series gets as far as a working (and faster) reimplementation of ‘guestfs_list_filesystems’. I also have another patch series on top of this one which reimplements the inspection APIs inside the daemon, but that needs a bit more work still, since inspection turns out to be a very large piece of code. Rich.
2014 May 29
2
Re: libguestfs error
...guestfsd-blkdiscard.o CC guestfsd-blkid.o CC guestfsd-blockdev.o CC guestfsd-btrfs.o CC guestfsd-cap.o CC guestfsd-checksum.o CC guestfsd-cmp.o CC guestfsd-command.o CC guestfsd-compress.o CC guestfsd-copy.o CC guestfsd-cpmv.o CC guestfsd-dd.o CC guestfsd-debug.o CC guestfsd-devsparts.o CC guestfsd-df.o CC guestfsd-dir.o CC guestfsd-dmesg.o CC guestfsd-dropcaches.o CC guestfsd-du.o CC guestfsd-echo-daemon.o CC guestfsd-ext2.o CC gue...
2017 Jul 27
23
[PATCH v3 00/23] Reimplement many daemon APIs in OCaml.
I think this fixes everything mentioned: - Added the Optgroups module as suggested. - Remove command temporary files. - Replace command ~flags with ?fold_stdout_on_stderr. - Nest _with_mounted function. - Rebase & retest. Rich.
2017 Jul 21
27
[PATCH v2 00/23] Reimplement many daemon APIs in OCaml.
v1 was posted here: https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html This series now depends on two small patches which I posted separately: https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html v1 -> v2: - Previously changes to generator/daemon.ml were made incrementally through the patch