Age | Commit message (Collapse) | Author |
|
* remap.c (remap_open): Recognize "N+" syntax in block list as from
block N through the end of the store.
|
|
* remap.c (remap_open): Don't multiply by 512. Offsets and sizes are
in blocks, not bytes.
|
|
* 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.
|
|
If we are mutating SOURCE, close any source port it has.
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
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.
|
|
Renamed from remap_class; export.
(remap_decode):
Make CLASSES arg const.
|
|
|