| Commit message (Expand) | Author | Age | Files | Lines |
* | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+60 |
* | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+138 |
* | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 2 | -0/+48 |
* | fix comments; move declarations | Jim Meyering | 2009-07-30 | 1 | -6/+4 |
* | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 2 | -0/+141 |
* | Don't show empty CD devices (RHBZ#514505). | Richard Jones | 2009-07-29 | 1 | -0/+27 |
* | Pass '-z' parameter to 'file' command so it looks inside compressed files. | Richard Jones | 2009-07-28 | 1 | -1/+1 |
* | Need to declare asprintf_nowarn as inline to avoid gcc complaining. | Richard Jones | 2009-07-28 | 1 | -1/+1 |
* | Replace shell_quote function with %Q and %R printf specifiers. | Richard Jones | 2009-07-28 | 8 | -104/+154 |
* | Fix typo in error message. | Richard Jones | 2009-07-22 | 1 | -1/+1 |
* | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 1 | -0/+59 |
* | Make /sysroot path configurable. | Richard Jones | 2009-07-18 | 21 | -121/+127 |
* | New commands: 'mkmountpoint' and 'rmmountpoint' | Richard W.M. Jones | 2009-07-15 | 1 | -0/+51 |
* | New command: 'mountpoints' which returns a hash of device -> mountpoint. | Richard W.M. Jones | 2009-07-15 | 1 | -2/+29 |
* | RHEL 5: header was called <sys/xattr.h> | Richard W.M. Jones | 2009-07-14 | 2 | -3/+10 |
* | Fix: daemon/xattr.c can now compile even when no xattr support. | Richard W.M. Jones | 2009-07-14 | 1 | -3/+3 |
* | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 3 | -1/+289 |
* | Implement new 'zfile' command, to show file type inside compressed files. | Richard Jones | 2009-07-13 | 1 | -0/+60 |
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 3 | -11/+11 |
* | Don't die if reply message is oversized (RHBZ#509597). | Richard Jones | 2009-07-05 | 1 | -2/+7 |
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 2 | -3/+3 |
* | avoid leak upon failed realloc | Jim Meyering | 2009-07-03 | 1 | -8/+12 |
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 44 | -44/+44 |
* | daemon/readdir: avoid a small leak | Jim Meyering | 2009-07-03 | 1 | -0/+2 |
* | Add 'sfdiskM' command. | Richard W.M. Jones | 2009-07-02 | 1 | -2/+13 |
* | Add list of function_names to the daemon. | Richard W.M. Jones | 2009-07-02 | 3 | -2/+8 |
* | In verbose mode, daemon will display the time elapsed for each command. | Richard W.M. Jones | 2009-07-02 | 1 | -0/+19 |
* | avoid automake failure | Jim Meyering | 2009-07-02 | 1 | -1/+1 |
* | Remove generated code from git. | Richard W.M. Jones | 2009-07-02 | 2 | -5018/+0 |
* | Add 'readdir' call. | Richard W.M. Jones | 2009-07-02 | 4 | -0/+137 |
* | Call 'udevadm settle' after operations which add/remove device nodes. | Richard W.M. Jones | 2009-07-01 | 4 | -0/+42 |
* | All instances of 'pclose' now check for return value != 0. | Richard W.M. Jones | 2009-07-01 | 3 | -6/+6 |
* | Fix error handling of external sfdisk command. | Richard W.M. Jones | 2009-07-01 | 1 | -4/+3 |
* | Change to use virtio_blk (virtio block device) by default. | Richard W.M. Jones | 2009-07-01 | 2 | -3/+5 |
* | Generated code for mknod, mkfifo, mknod_b, mknod_c, umask. | Richard W.M. Jones | 2009-06-30 | 3 | -0/+165 |
* | New commands: mknod, mkfifo, mknod_b, mknod_c and umask. | Richard W.M. Jones | 2009-06-30 | 3 | -0/+117 |
* | Generated code for the 'mkswap*' commands. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+88 |
* | Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+71 |
* | Generated code for mount-loop command. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+30 |
* | Add mount-loop command (RHBZ#508668). | Richard W.M. Jones | 2009-06-29 | 1 | -0/+44 |
* | Fix memory leak in daemon/mount.c:do_mount_vfs. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Generated code for 'initrd-list'. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+32 |
* | Add 'initrd-list' command to list contents of initrd images. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+89 |
* | Generated code for 'du' command. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+30 |
* | Added 'du' command. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+73 |
* | Generated code for df / df-h. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+40 |
* | Add 'df' and 'df-h' commands. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+71 |
* | Generated code for head/tail commands. | Richard W.M. Jones | 2009-06-29 | 2 | -4/+136 |
* | Implement "head", "head-n", "tail", "tail-n" commands. | Richard W.M. Jones | 2009-06-29 | 2 | -0/+108 |
* | Generated code for 'wc_*' commands. | Richard W.M. Jones | 2009-06-29 | 3 | -0/+183 |