Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 28 | -304/+304 |
| | |||||
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 3 | -3/+26 |
| | |||||
* | Generated code for ntfs_3g_probe command. | Richard Jones | 2009-06-08 | 2 | -0/+32 |
| | |||||
* | Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵ | Richard Jones | 2009-06-08 | 2 | -0/+49 |
| | | | | partition. | ||||
* | Fix RHBZ#503169 comment 13 (regression) and add a regression test. | Richard Jones | 2009-06-04 | 1 | -4/+7 |
| | |||||
* | Generated code for the 'sleep' command. | Richard Jones | 2009-06-04 | 2 | -0/+28 |
| | |||||
* | Added 'sleep' command. | Richard Jones | 2009-06-04 | 2 | -0/+36 |
| | |||||
* | Use --rbind rather than --bind for bind mounting /dev (to get /dev/pts). | Charles Duffy | 2009-06-04 | 1 | -3/+3 |
| | |||||
* | Fix mkdir-p if directory exists (RHBZ#503133). | Richard W.M. Jones | 2009-05-29 | 1 | -0/+11 |
| | |||||
* | In daemon, set PATH, SHELL and LANG environment variables. | Richard Jones | 2009-05-22 | 1 | -0/+8 |
| | |||||
* | Add 'debug env' command to print environment. | Richard Jones | 2009-05-22 | 1 | -1/+23 |
| | |||||
* | Generated code for e2fsck-f command. | Richard Jones | 2009-05-21 | 2 | -0/+28 |
| | |||||
* | Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018). | Richard Jones | 2009-05-21 | 1 | -0/+19 |
| | |||||
* | Generated code for 'find' command. | Richard Jones | 2009-05-19 | 2 | -0/+32 |
| | |||||
* | Added 'find' command. | Richard Jones | 2009-05-19 | 2 | -0/+130 |
| | |||||
* | Fix a memory leak in handling of tar files. | Richard Jones | 2009-05-19 | 1 | -0/+8 |
| | |||||
* | Generated code for lvresize, resize2fs. | Richard Jones | 2009-05-18 | 2 | -0/+58 |
| | |||||
* | Add: lvresize, resize2fs commands. | Richard Jones | 2009-05-18 | 2 | -0/+43 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 4 | -1/+108 |
| | |||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 6 | -43/+308 |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | ||||
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 4 | -0/+77 |
| | |||||
* | Refactor line splitting code in the daemon, and fix it so it works. | Richard Jones | 2009-05-12 | 4 | -44/+62 |
| | |||||
* | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 1 | -0/+10 |
| | |||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 2 | -0/+97 |
| | |||||
* | Implement 'strings' and 'hexdump' commands. | Richard Jones | 2009-05-08 | 3 | -0/+153 |
| | |||||
* | Fix leak in realloc failure (Jim Meyering). | Richard Jones | 2009-05-07 | 1 | -16/+14 |
| | |||||
* | /dev/hd* is also a block device on RHEL 5. | Richard Jones | 2009-05-07 | 1 | -2/+4 |
| | |||||
* | Augeas is now completely optional. | Richard Jones | 2009-05-07 | 2 | -10/+68 |
| | |||||
* | Fix missing futimens bug. | Richard Jones | 2009-05-06 | 2 | -1/+10 |
| | |||||
* | AC_CHECK_FUNCS for multiple functions. | Richard Jones | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Generated code for 'equal' command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+32 |
| | |||||
* | 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 |
| |