summaryrefslogtreecommitdiffstats
path: root/old-tests/format1
Commit message (Collapse)AuthorAgeFilesLines
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-11/+11
|
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
|
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-1/+1
| | | | | | | Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net>
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-165-25/+15
|
* tidy relative paths in makefile includesAlasdair Kergon2004-06-151-1/+1
|
* Update copyright notices.Alasdair Kergon2004-03-308-16/+87
|
* o First pass at the regex code. lib/regex/matcher takes an array of regex'sJoe Thornber2001-10-191-0/+1
| | | | | | | | | | | | and builds a *very* efficient engine that will tell you which regex a string matches with only a single pass through the string. To be used in the config file when specifying devices. o Anchor's aren't supported yet (^ and $) but that won't take long. o Also when we get some realistic config files we may want to consider adding an extra level of indirection to the dfa state in order to compress the table. It all depends on how large typical tables get.
* o pe_start wasn't being set properly when exporting to diskJoe Thornber2001-10-112-0/+76
| | | | | | | | o added a check for lv's with null lv_name o setup pv->lv_cur correctly o test program for vg_write
* o spot empty list in build_vgJoe Thornber2001-10-091-1/+1
|
* o change pv_read to take a name rather than a deviceJoe Thornber2001-10-092-7/+2
|
* o get_vgs worksJoe Thornber2001-10-094-2/+81
|
* o pv_Read worksJoe Thornber2001-10-092-2/+80
|
* o test program for get_pvsJoe Thornber2001-10-085-64/+163
|
* o get_pvs for format 1Joe Thornber2001-10-081-1/+2
| | | | o fix vg_read if vg doesn't exist
* o added pretty printing to read_vg_t, run this on your systemJoe Thornber2001-10-081-0/+60
| | | | | | to see what vg's you've got S: ----------------------------------------------------------------------
* o read_vg works (or so it claims)Joe Thornber2001-10-081-2/+4
|
* o syncJoe Thornber2001-10-082-2/+15
|
* o read_vg_t compilesJoe Thornber2001-10-081-1/+3
|
* o makefile for read_vg_tJoe Thornber2001-10-081-0/+20
|
* o test program for reading a vgJoe Thornber2001-10-081-0/+47