Age | Commit message (Collapse) | Author |
|
New function.
(store_file_class):
Use file_map.
|
|
New functions.
(store_file_class):
Use new functions.
(store_file_open):
Use fiopen to open the file.
Set name of newly created store.
(store_file_byte_class):
Fill in rest of functions.
(file_read, file_write, file_byte_read, file_byte_write):
Remove debugging noise.
|
|
Use _store_create instead of _make_store.
Update FSF address.
|
|
Make CLASS arg const.
(store_file_class):
Renamed from file_class; export.
(store_file_byte_class):
Renamed from file_byte_class; export.
(file_class):
Point to it.
(fhile_open):
New function.
|
|
Use void * for buffers, not char *.
|
|
(store_file_create): Always set STORE_ENFORCED.
(file_class): Renamed from file_meths. Add more fields. Make std with
_STORE_STD_CLASS.
(file_byte_class): Renamed from file_byte_meths.
(store_file_create, _store_file_create): CLASS param removed, METHS param
renamed CLASS; all callers changed. FLAGS param added.
<fcntl.h>, <hurd.h>: New includes.
|
|
Use store_run, not off_t, vectors; tweak accordingly.
|
|
|
|
|
|
|
|
|
|
|