Added 'zero' command to wipe partition tables and superblocks.
authorRichard Jones <rjones@redhat.com>
Thu, 30 Apr 2009 18:28:54 +0000 (19:28 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 30 Apr 2009 18:28:54 +0000 (19:28 +0100)
commit62df226f26bd6ac3c481a7790eb89d760d2f0386
tree617a5a436598902b2239d67535925520c20a6e6e
parent2a42bec2c5ee521f29179a5aab713f5a9ca2c3b8
Added 'zero' command to wipe partition tables and superblocks.
25 files changed:
daemon/Makefile.am
daemon/actions.h
daemon/stubs.c
daemon/zero.c [new file with mode: 0644]
fish/cmds.c
fish/completion.c
guestfish-actions.pod
guestfs-actions.pod
java/com/redhat/et/libguestfs/GuestFS.java
java/com_redhat_et_libguestfs_GuestFS.c
ocaml/guestfs.ml
ocaml/guestfs.mli
ocaml/guestfs_c_actions.c
perl/Guestfs.xs
perl/lib/Sys/Guestfs.pm
python/guestfs-py.c
python/guestfs.py
ruby/ext/guestfs/_guestfs.c
src/generator.ml
src/guestfs-actions.c
src/guestfs-actions.h
src/guestfs_protocol.c
src/guestfs_protocol.h
src/guestfs_protocol.x
tests.c