summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-0316-201/+201
* build: reenable "syntax-check" rule: sc_const_long_optionJim Meyering2009-08-031-1/+1
* Add interface to Linux 'inotify' API.Richard W.M. Jones2009-07-312-0/+321
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-311-2/+128
* New command: 'fallocate' to (pre-)allocate sized files.Richard W.M. Jones2009-07-312-0/+60
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-312-0/+138
* Add 'realpath' command.Richard W.M. Jones2009-07-312-0/+48
* fix comments; move declarationsJim Meyering2009-07-301-6/+4
* Implement '*grep*' family of commands.Richard Jones2009-07-292-0/+141
* Don't show empty CD devices (RHBZ#514505).Richard Jones2009-07-291-0/+27
* Pass '-z' parameter to 'file' command so it looks inside compressed files.Richard Jones2009-07-281-1/+1
* Need to declare asprintf_nowarn as inline to avoid gcc complaining.Richard Jones2009-07-281-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-288-104/+154
* Fix typo in error message.Richard Jones2009-07-221-1/+1
* Generator: Implement RBufferOut and "read-file" call.Richard W.M. Jones2009-07-211-0/+59
* Make /sysroot path configurable.Richard Jones2009-07-1821-121/+127
* 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