summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-1028-304/+304
|
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-103-3/+26
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-082-0/+32
|
* Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵Richard Jones2009-06-082-0/+49
| | | | partition.
* Fix RHBZ#503169 comment 13 (regression) and add a regression test.Richard Jones2009-06-041-4/+7
|
* Generated code for the 'sleep' command.Richard Jones2009-06-042-0/+28
|
* Added 'sleep' command.Richard Jones2009-06-042-0/+36
|
* Use --rbind rather than --bind for bind mounting /dev (to get /dev/pts).Charles Duffy2009-06-041-3/+3
|
* Fix mkdir-p if directory exists (RHBZ#503133).Richard W.M. Jones2009-05-291-0/+11
|
* In daemon, set PATH, SHELL and LANG environment variables.Richard Jones2009-05-221-0/+8
|
* Add 'debug env' command to print environment.Richard Jones2009-05-221-1/+23
|
* Generated code for e2fsck-f command.Richard Jones2009-05-212-0/+28
|
* Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018).Richard Jones2009-05-211-0/+19
|
* Generated code for 'find' command.Richard Jones2009-05-192-0/+32
|
* Added 'find' command.Richard Jones2009-05-192-0/+130
|
* Fix a memory leak in handling of tar files.Richard Jones2009-05-191-0/+8
|
* Generated code for lvresize, resize2fs.Richard Jones2009-05-182-0/+58
|
* Add: lvresize, resize2fs commands.Richard Jones2009-05-182-0/+43
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-184-1/+108
|
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵Richard W.M. Jones2009-05-156-43/+308
| | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk.
* Add support for zerofree command.Richard W.M. Jones2009-05-144-0/+77
|
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-124-44/+62
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+10
|
* Generated code to support previous 2 commits.Richard Jones2009-05-082-0/+97
|
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-083-0/+153
|
* Fix leak in realloc failure (Jim Meyering).Richard Jones2009-05-071-16/+14
|
* /dev/hd* is also a block device on RHEL 5.Richard Jones2009-05-071-2/+4
|
* Augeas is now completely optional.Richard Jones2009-05-072-10/+68
|
* Fix missing futimens bug.Richard Jones2009-05-062-1/+10
|
* AC_CHECK_FUNCS for multiple functions.Richard Jones2009-05-061-1/+1
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-012-0/+32
|
* Added 'equal' command to compare files.Richard W.M. Jones2009-05-012-0/+75
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-012-0/+17
|
* Added ping-daemon command.Richard W.M. Jones2009-05-012-0/+33
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-012-0/+20
|
* Added dmesg command.Richard W.M. Jones2009-05-012-0/+47
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-012-0/+28
|
* Added drop-caches command.Richard W.M. Jones2009-05-012-0/+53
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-012-0/+90
|
* Add cp, cp-a and mv commands.Richard W.M. Jones2009-05-012-0/+95
|
* Generated code for grub-install command.Richard Jones2009-04-302-0/+30
|
* Add grub-install command.Richard Jones2009-04-302-0/+59
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-304-0/+81
|
* Correct the path to /sbin/fsck.Richard Jones2009-04-301-1/+1
|
* Add generated code for 'fsck' command.Richard Jones2009-04-304-4/+96
|
* Added 'fsck' command.Richard Jones2009-04-302-0/+46
|
* Bind-mount /dev, /proc and /sys into chroot when running commands.Richard Jones2009-04-301-0/+20
|
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-8/+68
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-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 Jones2009-04-301-0/+4
|