summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* Fix checking of generator being run from the right directory.Richard W.M. Jones2009-07-071-1/+1
* RHEL 5: for (int i = ...) is not permitted with this old version of GCC.Richard Jones2009-07-071-1/+8
* Generate structs and struct lists generically.Richard Jones2009-07-071-1183/+641
* Add 'get-pid' command.Richard Jones2009-07-061-0/+9
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-1/+1
* generate slightly more "const-correct" codeJim Meyering2009-07-031-6/+6
* use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-031-21/+23
* prefer sizeof *VAR over sizeof TYPE (no semantic change)Jim Meyering2009-07-021-10/+10
* Add 'sfdiskM' command.Richard W.M. Jones2009-07-021-29/+41
* Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-021-2/+2
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-0/+20
* Memoize the output of pod2text function in the generator.Richard W.M. Jones2009-07-021-24/+45
* Generator now runs automatically when it has changed.Richard W.M. Jones2009-07-021-0/+7
* Add 'readdir' call.Richard W.M. Jones2009-07-021-24/+373
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-011-12/+18
* Change statvfs test so it doesn't depend on device size.Richard W.M. Jones2009-06-301-2/+1
* Clean up the output of the C API test code.Richard W.M. Jones2009-06-301-4/+6
* New commands: mknod, mkfifo, mknod_b, mknod_c and umask.Richard W.M. Jones2009-06-301-0/+70
* Use octal numbers for modes in the test suite.Richard W.M. Jones2009-06-301-23/+23
* Add 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+29
* Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.Richard W.M. Jones2009-06-291-0/+24
* Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-291-0/+8
* Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-291-0/+16
* Added 'du' command.Richard W.M. Jones2009-06-291-0/+16
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-291-0/+25
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-291-0/+58
* Prevent 'n' being used as a parameter name.Richard W.M. Jones2009-06-291-3/+3
* Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.Richard W.M. Jones2009-06-291-0/+27
* Implement TEST_ONLY environment variable to run selected tests only.Richard W.M. Jones2009-06-291-2/+5
* Add large test files with standard content for the C API test.Richard W.M. Jones2009-06-291-1/+7
* Haskell bindings: Implement bindtests.Richard W.M. Jones2009-06-281-2/+33
* Haskell bindings: Int and Int64 return types.Richard W.M. Jones2009-06-281-3/+3
* Haskell bindings: fix boolean arguments.Richard W.M. Jones2009-06-281-5/+2
* Haskell bindings: Fix integer arguments.Richard W.M. Jones2009-06-281-10/+13
* Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-241-3/+6
* Add mkdtemp command.Richard W.M. Jones2009-06-241-0/+22
* Implement libtool library versioning.Richard W.M. Jones2009-06-231-0/+17
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-231-1/+41
* Command line argument handling.Richard W.M. Jones2009-06-231-1/+1
* Check parameter types in Ruby bindings (RHBZ#507346).Richard Jones2009-06-221-0/+2
* Improve error message when appliance doesn't match library.Richard Jones2009-06-221-1/+1
* Missing \n character in Ruby bindings.Richard Jones2009-06-221-1/+1
* Add 'glob-expand' command.Richard Jones2009-06-221-0/+28
* Add 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-2/+33
* Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-181-0/+6
* Catching hanging qemu in tests (RHBZ#505329).Richard Jones2009-06-111-0/+7
* Remove obsolete comment from generator.Richard Jones2009-06-101-7/+0
* Specify type of squashfs filesystem.Richard Jones2009-06-101-1/+4
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-49/+48
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-3/+13