summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* New commands: 'mkmountpoint' and 'rmmountpoint'Richard W.M. Jones2009-07-151-0/+51
* New command: 'mountpoints' which returns a hash of device -> mountpoint.Richard W.M. Jones2009-07-151-2/+29
* RHEL 5: header was called <sys/xattr.h>Richard W.M. Jones2009-07-142-3/+10
* Fix: daemon/xattr.c can now compile even when no xattr support.Richard W.M. Jones2009-07-141-3/+3
* Support for Linux extended attributes.Richard W.M. Jones2009-07-143-1/+289
* Implement new 'zfile' command, to show file type inside compressed files.Richard Jones2009-07-131-0/+60
* Generate structs and struct lists generically.Richard Jones2009-07-073-11/+11
* Don't die if reply message is oversized (RHBZ#509597).Richard Jones2009-07-051-2/+7
* Make it possible to build in a separate directoryMatthew Booth2009-07-032-3/+3
* avoid leak upon failed reallocJim Meyering2009-07-031-8/+12
* remove trailing blanksJim Meyering2009-07-0344-44/+44
* daemon/readdir: avoid a small leakJim Meyering2009-07-031-0/+2
* Add 'sfdiskM' command.Richard W.M. Jones2009-07-021-2/+13
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-023-2/+8
* In verbose mode, daemon will display the time elapsed for each command.Richard W.M. Jones2009-07-021-0/+19
* avoid automake failureJim Meyering2009-07-021-1/+1
* Remove generated code from git.Richard W.M. Jones2009-07-022-5018/+0
* Add 'readdir' call.Richard W.M. Jones2009-07-024-0/+137
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-014-0/+42
* All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-013-6/+6
* Fix error handling of external sfdisk command.Richard W.M. Jones2009-07-011-4/+3
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-012-3/+5
* Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-303-0/+165
* New commands: mknod, mkfifo, mknod_b, mknod_c and umask.Richard W.M. Jones2009-06-303-0/+117
* Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-292-0/+88
* Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.Richard W.M. Jones2009-06-292-0/+71
* Generated code for mount-loop command.Richard W.M. Jones2009-06-292-0/+30
* Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-291-0/+44
* Fix memory leak in daemon/mount.c:do_mount_vfs.Richard W.M. Jones2009-06-291-0/+1
* Generated code for 'initrd-list'.Richard W.M. Jones2009-06-292-0/+32
* Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-292-0/+89
* Generated code for 'du' command.Richard W.M. Jones2009-06-292-0/+30
* Added 'du' command.Richard W.M. Jones2009-06-292-0/+73
* Generated code for df / df-h.Richard W.M. Jones2009-06-292-0/+40
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-292-0/+71
* Generated code for head/tail commands.Richard W.M. Jones2009-06-292-4/+136
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-292-0/+108
* Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-293-0/+183
* Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.Richard W.M. Jones2009-06-291-0/+1
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-242-0/+31
* Add mkdtemp command.Richard W.M. Jones2009-06-241-0/+30
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-232-0/+84
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-232-0/+115
* Improve error message when appliance doesn't match library.Richard Jones2009-06-221-1/+1
* Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
* Check return value from close() call.Richard Jones2009-06-221-1/+5
* The 'debug sh' command now uses a real shell.Richard Jones2009-06-221-9/+33
* Generated code for 'glob-expand'.Richard Jones2009-06-222-0/+32
* Add 'glob-expand' command.Richard Jones2009-06-222-0/+64
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-222-0/+63