Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'equal' command to compare files. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+75 |
| | |||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+17 |
| | |||||
* | Added ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+33 |
| | |||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+20 |
| | |||||
* | Added dmesg command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+47 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+28 |
| | |||||
* | Added drop-caches command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+53 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+90 |
| | |||||
* | Add cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+95 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 2 | -0/+30 |
| | |||||
* | Add grub-install command. | Richard Jones | 2009-04-30 | 2 | -0/+59 |
| | |||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 4 | -0/+81 |
| | |||||
* | Correct the path to /sbin/fsck. | Richard Jones | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 4 | -4/+96 |
| | |||||
* | Added 'fsck' command. | Richard Jones | 2009-04-30 | 2 | -0/+46 |
| | |||||
* | Bind-mount /dev, /proc and /sys into chroot when running commands. | Richard Jones | 2009-04-30 | 1 | -0/+20 |
| | |||||
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 1 | -8/+68 |
| | |||||
* | 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. | ||||
* | Fix unchecked malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -0/+4 |
| | |||||
* | Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -4/+15 |
| | |||||
* | Check return value from realloc call (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -15/+40 |
| | |||||
* | Rename tune2fs.c -> ext2.c | Richard Jones | 2009-04-30 | 2 | -1/+1 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 2 | -0/+122 |
| | |||||
* | Functions for getting and setting the ext2 UUID and label. | Richard Jones | 2009-04-27 | 1 | -0/+119 |
| | |||||
* | Use ferror to check for error conditions in pipe. | Richard Jones | 2009-04-26 | 1 | -2/+2 |
| | |||||
* | Carefully check return values from xwrite. | Richard Jones | 2009-04-26 | 1 | -4/+18 |
| | |||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 2 | -0/+84 |
| | |||||
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -0/+54 |
| | |||||
* | catsprintf leaks, use open_memstream instead. | Richard W.M. Jones | 2009-04-23 | 2 | -18/+16 |
| | |||||
* | Remove the 'debug mem' command, it's never going to work. | Richard W.M. Jones | 2009-04-23 | 1 | -30/+0 |
| | |||||
* | Implement 'debug sh' and 'debug fds' commands. | Richard W.M. Jones | 2009-04-23 | 1 | -15/+101 |
| | |||||
* | Implement extensible strings with catprintf. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+8 |
| | |||||
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 4 | -5/+4 |
| | |||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 2 | -0/+35 |
| | |||||
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 3 | -0/+145 |
| | |||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 2 | -0/+96 |
| | |||||
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -4/+29 |
| | |||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 4 | -0/+392 |
| | |||||
* | Various fixes to the daemon: | Richard Jones | 2009-04-20 | 2 | -4/+62 |
| | | | | | | - make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function | ||||
* | Some fixes to daemon upload command: | Richard Jones | 2009-04-20 | 1 | -3/+12 |
| | | | | | - don't leak the file descriptor along error paths - can't use those macros in FileIn functions | ||||
* | Fix file descriptor leak in daemon. | Richard Jones | 2009-04-20 | 2 | -0/+21 |
| | |||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 2 | -0/+33 |
| | |||||
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 2 | -0/+86 |
| | |||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 5 | -43/+353 |
| | |||||
* | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t. | Richard Jones | 2009-04-19 | 1 | -2/+2 |
| | |||||
* | Implement NEED_ROOT_OR_IS_DEVICE macro. | Richard Jones | 2009-04-19 | 2 | -1/+14 |
| | |||||
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 1 | -0/+7 |
| | |||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 2 | -0/+56 |
| | |||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -1/+1 |
| | | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures. | ||||
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 3 | -5/+61 |
| |