| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implementation of 'wc_c', 'wc_w' and 'wc_l' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
* | Generated code for 'mkdtemp' command. | Richard W.M. Jones | 2009-06-24 | 2 | -0/+31 |
* | Add mkdtemp command. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+30 |
* | Generated code for 'scrub-*' commands. | Richard W.M. Jones | 2009-06-23 | 2 | -0/+84 |
* | Added 'scrub-*' commands for securely scrubbing filesystems. | Richard W.M. Jones | 2009-06-23 | 2 | -0/+115 |
* | Improve error message when appliance doesn't match library. | Richard Jones | 2009-06-22 | 1 | -1/+1 |
* | Make CHROOT_IN/OUT macros should loudly if the syscall fails. | Richard Jones | 2009-06-22 | 1 | -4/+15 |
* | Check return value from close() call. | Richard Jones | 2009-06-22 | 1 | -1/+5 |
* | The 'debug sh' command now uses a real shell. | Richard Jones | 2009-06-22 | 1 | -9/+33 |
* | Generated code for 'glob-expand'. | Richard Jones | 2009-06-22 | 2 | -0/+32 |
* | Add 'glob-expand' command. | Richard Jones | 2009-06-22 | 2 | -0/+64 |
* | Generated code for 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 2 | -0/+63 |
* | Add 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 1 | -0/+16 |
* | Check return value from waitpid call in command*() functions. | Richard W.M. Jones | 2009-06-20 | 1 | -2/+6 |
* | Add strong note about deprecation of functions which take either device names... | Richard W.M. Jones | 2009-06-20 | 1 | -0/+6 |
* | Check return value from pclose. | Richard W.M. Jones | 2009-06-20 | 1 | -1/+5 |
* | Implement device name translation. Remove device name hacks in tests. | Richard Jones | 2009-06-10 | 2 | -7/+57 |
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 28 | -304/+304 |