Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update list-filesystems to check md devices. | Matthew Booth | 2011-11-11 | 1 | -24/+27 |
| | |||||
* | blkid: Detect when value not found and return empty string. | Richard W.M. Jones | 2011-07-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | If the blkid command returns 2, that means the value was not found. Note that this changes the output of the vfs-type API when the filesystem has no type (eg when it is empty). Previously this would return an error. Now it returns empty string "". We did not document this either way. Making it return empty string is consistent with vfs-label and vfs-uuid. This change broke list-filesystems, since that code was assuming that vfs-type could only return a filesystem type or an error. | ||||
* | lib: Make pcre, libmagic and hivex libraries optional. | Richard Jones | 2010-11-10 | 1 | -0/+169 |
This change makes these libraries optional. If they are not available at compile time then certain core API features will be disabled (see below). This also changes PCRE detection to use pkg-config instead of the ad hoc autoconf checks. The large inspect.c file has been split out into separate function-specific files. file-architecture: requires pcre & libmagic inspection: requires pcre & hivex |