aboutsummaryrefslogtreecommitdiff
path: root/libstore/remap.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+16
| | | | | * remap.c (remap_open): Recognize "N+" syntax in block list as from block N through the end of the store.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-3/+3
| | | | | * remap.c (remap_open): Don't multiply by 512. Offsets and sizes are in blocks, not bytes.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-5/+104
| | | | | | | | | * remap.c (remap_decode): Add attribute((unused)) to suppress warning. 1999-05-14 Roland McGrath <roland@baalperazim.frob.com> * remap.c (remap_open, remap_validate_name): New functions, to support parsing block lists a la GRUB. (store_remap_class): Initialize those slots.
* (store_remap):Miles Bader1997-07-211-0/+1
| | | | If we are mutating SOURCE, close any source port it has.
* (store_remap_create):Miles Bader1997-06-201-13/+11
| | | | | Use _store_create instead of _make_store. Update FSF address.
* (store_remap):Miles Bader1996-10-081-4/+7
| | | | | | | Zero SOURCE->end before calling _store_derive. Turn off STORE_ENFORCED flag in source if munging it. (store_remap_class): Init set_flags & clear_flags fields.
* (store_remap_class):Miles Bader1996-09-231-5/+4
| | | | | | Renamed from remap_class; export. (remap_decode): Make CLASSES arg const.
* Initial checkinMiles Bader1996-09-141-0/+223