summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-1013-35/+121
* Fix problems found by 'make syntax check'Richard Jones2009-11-102-44/+44
* Print timestamped messages during appliance launch.Richard Jones2009-11-101-0/+54
* Record time of guest launch.Richard Jones2009-11-101-6/+7
* appliance: Prefix kernel messages with timestamp.Richard Jones2009-11-101-0/+1
* Generic partition creation interface.Richard Jones2009-11-1016-52/+613
* Add ata_piix to kernel module whitelist (RHBZ#533886).Richard Jones2009-11-101-0/+1
* Fix compilation if readline library is not present.Richard Jones2009-11-101-0/+4
* Fix compilation when Augeas is not present.Richard Jones2009-11-101-1/+1
* avoid "syntax-check" failure: hide cast of argument to freeJim Meyering2009-11-101-2/+4
* build: die early if we lack ocaml, ocamlfind or ocaml-xml-lightJim Meyering2009-11-101-0/+20
* tests: enable strcmp-related syntax-check testsJim Meyering2009-11-091-2/+0
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-093-3/+3
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-095-13/+13
* use STREQ, not strcmp: part 1Jim Meyering2009-11-0919-59/+59
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-0913-21/+21
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-094-4/+4
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-098-54/+54
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-093-0/+30
* indent with spaces, not TABsJim Meyering2009-11-098-72/+72
* fix doc typoJim Meyering2009-11-091-1/+1
* placate 'make syntax-check'Jim Meyering2009-11-091-1/+0
* avoid syntax-check warning about isdigit use in example programJim Meyering2009-11-091-0/+1
* appliance: Enhance mkfs to support many more filesystem types.Richard Jones2009-11-092-17/+81
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-095-7/+8
* daemon: Always reflect command stderr to stderr when debugging.Richard W.M. Jones2009-11-091-9/+16
* daemon: Add flags argument to command*() functions.Richard W.M. Jones2009-11-092-18/+51
* haskell: Disambiguate truncate symbol.Richard Jones2009-11-091-0/+6
* ocaml: Update dependencies file.Richard Jones2009-11-091-4/+4
* ocaml: Sort the dependencies so they are stable between machines.Richard W.M. Jones2009-11-062-4/+4
* ocaml: General improvements to generated code.Richard W.M. Jones2009-11-063-8/+42
* Fixes for compiling on 32 bit.Richard W.M. Jones2009-11-062-8/+8
* Don't update appliance after running generator.Richard Jones2009-11-051-4/+0
* appliance: Add xfsprogs to list of packagesRichard Jones2009-11-051-0/+1
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-043-0/+22
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-043-3/+14
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-044-0/+120
* daemon: Build daemon with AC_SYS_LARGEFILE.Richard Jones2009-11-041-0/+3
* Debian: Use /bin/bash as the shell for regression test scripts.Richard Jones2009-11-0414-14/+14
* daemon: When running external commands, open stdin as /dev/nullRichard Jones2009-11-041-0/+1
* Debian: Include ISOFS driver in the kernel.Richard Jones2009-11-041-0/+3
* Debian: Ignore Debian appliance root when looking for translatable files.Richard Jones2009-11-041-0/+1
* debian: Ignore some generated debirf files.Richard Jones2009-11-041-0/+5
* configure: Fix summary messages.Richard Jones2009-11-041-3/+3
* hivex: fail upon integer overflowJim Meyering2009-11-041-0/+3
* hivex: Check unchecked calloc (Jim Meyering).Richard Jones2009-11-041-0/+2
* Update PO files.1.0.77Richard Jones2009-11-032-729/+921
* Fix EXTRA_DIST line in fuse/Makefile.am.Richard Jones2009-11-031-1/+1