summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-20(netfs_get_dirents):Miles Bader
MAX_DATA_LEN == 0 means `no limit'. Replace uses of touch with fshelp_touch.
1997-06-20(netfs_get_translator):Miles Bader
Use argz_replace instead of doing it ourselves. (create_host_node): Set the times of the new node. (str_append): Function removed.
1997-06-20(touch):Miles Bader
Function removed; all uses replaced by the appropriate use of fshelp_touch instead. (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): Macros removed. (hostmux_maptime): Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
1997-06-20(options):Miles Bader
--host-pattern isn't optional.
1997-06-20.Miles Bader
1997-06-20(fshelp_touch):Miles Bader
New function. (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): New macros. (fshelp_fetch_root_callback1_t): Chage ARGZ_LEN to type size_t. Include <maptime.h>.
1997-06-20.Miles Bader
1997-06-20(main):Miles Bader
Print the translated-node name instead of the translator name if the translator startup error is due to opening it.
1997-06-20(SRCS):Miles Bader
Add storecat.c & storeread.c. (targets): Add storecat & storeread. Add storecat & storeread to appropriate dependency rules.
1997-06-20Moved here from ../libstoreMiles Bader
1997-06-20.Miles Bader
1997-06-20Update FSF address.Miles Bader
1997-06-20(store_clone):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(_store_task_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(dopen):Miles Bader
If *MOD_FLAGS already contains STORE_HARD_READONLY, don't ever try to open for reading. (_store_device_create): Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_concat_create):Miles Bader
Set the store name if possible. (store_concat_open): New function. (store_ileave_create, store_concat_create): Use _store_create instead of _make_store. Update FSF address.
1997-06-20Update FSF address.Miles Bader
1997-06-20(_store_file_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_decode):Miles Bader
Pass the original value of CLASSES to any decode method, not our search tail. Update FSF address.
1997-06-20(store_open_children, store_children_name):Miles Bader
New functions. Update FSF address.
1997-06-20(_store_create):Miles Bader
Renamed from _make_store. Return an error_t code, and add an additional argument STORE to return the new store; all uses changed. Update FSF address.
1997-06-20(_store_derive):Miles Bader
Assert that block_size & blocks_per_page are powers of two (which should be enforced elsewhere). Include <assert.h> Update FSF address.
1997-06-20(UNZIP_OBJS):Miles Bader
New variable. (UTILS_OBJS): Variable removed. (VPATH, CPPFLAGS): Search for stuff in ../exec for unzip junk. (SRCS): Remove storeread.c & storecat.c. Add typed.c, copy.c, and gunzip.c. (OBJS): Don't use $(UTILS_OBJS). Do use $(UNZIP_OBJS). (storeread, storecat): Rules removed. Update FSF address.
1997-06-20(store_std_classes):Miles Bader
Add store_copy_class, store_gunzip_class, and store_typed_open_class. Update FSF address.
1997-06-20(_store_create):Miles Bader
Renamed from _make_store. Return an error_t code, and add an additional argument STORE to return the new store; all uses changed. (store_zero_create): SIZE is off_t, not size_t. (store_concat_open, store_children_name, store_open_children): New declarations. (store_copy_create, store_copy_open, store_buffer_create, store_gunzip_create, store_gunzip_open): New declarations. (struct store): BLOCKS & SIZE are off_t, not size_t. (store_copy_class, store_gunzip_class, store_typed_open_class): New declarations. Update FSF address.
1997-06-20(store_remap_create):Miles Bader
Use _store_create instead of _make_store. Update FSF address.
1997-06-20(store_zero_create, zero_open):Miles Bader
SIZE is off_t, not size_t. Update FSF address.
1997-06-20Update FSF address.Miles Bader
1997-06-20(store_read):Miles Bader
Limit reads to the amount available. Deallocate memory returned when reading part of a multiple-segment read.
1997-06-20Initial checkinMiles Bader
1997-06-20Moved to ../utils.Miles Bader
1997-06-20.Miles Bader
1997-06-20(disk_pager_read_page):Miles Bader
Initialize READ to 0 to force store_read to allocate a buffer.
1997-06-20(ihash_create):Miles Bader
Initialize CLEANUP & CLEANUP_ARG fields.
1997-06-19.Miles Bader
1997-06-19(main):Miles Bader
Get rid of device-block-size-is-power-of-2 check.
1997-06-18.Miles Bader
1997-06-18(version): Use a four-digit year.Miles Bader
1997-06-18(dist):Miles Bader
Always generate distributes of the form `hurd-${version}.tar.gz'.
1997-06-18.Miles Bader
1997-06-18Include <sys/time.h>.Miles Bader
1997-06-18(ARGP_KEY_ARGS, ARGP_KEY_FINI):Miles Bader
New macros.
1997-06-18(parser_parse_opt):Miles Bader
Detect and report unhandled options here. (parser_finalize): Do another pass over the parsers with ARGP_KEY_FINI. (argp_default_options, argp_version_options): Wrap doc strings in N_(). (argp_version_parser): Include `(PROGRAM ERROR)' in the no-version error text to indicate that something's fucked. (parser_parse_arg): Handle ARGP_KEY_ARGS here. Adjust NEXT pointer back if we fail to parse anything. (parser_parse_next): Simplify arg code. Leave state NEXT frobbing to parser_parse_arg. [!_] (N_): New macro.
1997-06-18(argp_args_usage):Miles Bader
Don't modify `fdoc' value since it is used to distinguish filtered strings from unmodifed strings.
1997-06-18.Miles Bader
1997-06-17.Miles Bader
1997-06-17(tool-files):Miles Bader
add mksmallso & mkemptyso.
1997-06-17Initial checkinMiles Bader
1997-06-17Newer versionMiles Bader
1997-06-17Replaced by storeio.Miles Bader