summaryrefslogtreecommitdiff
path: root/libstore/remap.c
AgeCommit message (Collapse)Author
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* remap.c (remap_open): Don't multiply by 512. Offsets and sizes are in blocks, not bytes.
1999-05-231999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1997-07-21(store_remap):Miles Bader
If we are mutating SOURCE, close any source port it has.
1997-06-20(store_remap_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1996-10-08(store_remap):Miles Bader
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.
1996-09-23(store_remap_class):Miles Bader
Renamed from remap_class; export. (remap_decode): Make CLASSES arg const.
1996-09-14Initial checkinMiles Bader