Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added 'find' command. | Richard Jones | 2009-05-19 | 1 | -0/+1 | |
| | ||||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 1 | -0/+1 | |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | |||||
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 1 | -0/+1 | |
| | ||||||
* | Implement 'strings' and 'hexdump' commands. | Richard Jones | 2009-05-08 | 1 | -0/+2 | |
| | ||||||
* | Added 'equal' command to compare files. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 | |
| | ||||||
* | Added ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 | |
| | ||||||
* | Added dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 | |
| | ||||||
* | Added drop-caches command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 | |
| | ||||||
* | Add cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+1 | |
| | ||||||
* | Add grub-install command. | Richard Jones | 2009-04-30 | 1 | -0/+1 | |
| | ||||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 1 | -0/+1 | |
| | ||||||
* | Added 'fsck' command. | Richard Jones | 2009-04-30 | 1 | -0/+1 | |
| | ||||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto. | |||||
* | Rename tune2fs.c -> ext2.c | Richard Jones | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+1 | |
| | ||||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 1 | -0/+1 | |
| | ||||||
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 1 | -0/+1 | |
| | ||||||
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -0/+1 | |
| | ||||||
* | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 1 | -0/+1 | |
| | ||||||
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 1 | -0/+1 | |
| | ||||||
* | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 1 | -0/+1 | |
| | ||||||
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+3 | |
| | ||||||
* | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -0/+1 | |
| | ||||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -0/+1 | |
| | ||||||
* | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 1 | -0/+1 | |
| | ||||||
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 1 | -0/+1 | |
| | | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands. | |||||
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 1 | -0/+2 | |
| | ||||||
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 1 | -2/+10 | |
| | ||||||
* | Add the first version of the guestfsd daemon. | Richard Jones | 2009-04-03 | 1 | -1/+6 | |
| | ||||||
* | Various fixes to the build system, add 'make test-boot-image' target. | Richard Jones | 2009-04-01 | 1 | -0/+2 | |
| | ||||||
* | Now using febootstrap. | rjones | 2009-03-24 | 1 | -2/+0 | |
| | ||||||
* | Build environment set up for libguestfs. | rjones | 2009-03-03 | 1 | -0/+18 | |