summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-04-11(ihash_add): New name of nextprime.Michael I. Bushnell
1996-04-11(_ihash_nextprime): Renamed from nextprime.c. All callers changed.Michael I. Bushnell
1996-04-11(wire_segment_internal):Michael I. Bushnell
1996-04-11(guess_mode_use): New function.Michael I. Bushnell
(netfs_check_open_permissions, netfs_report_access): Replace old clever versions with less obtrusive one.
1996-04-11Replace references to the NUMBER field in a node's disknode structures withMiles Bader
references to the CACHE_ID field in the node.
1996-04-11Replace references to iget with diskfs_cached_lookup.Miles Bader
1996-04-11Replace references to the NUMBER field in a node's disknode structures withMiles Bader
references to the CACHE_ID field in the node. Replace references to iget with diskfs_cached_lookup.
1996-04-11(struct disknode): Get rid of NUMBER field; all references replaced byMiles Bader
references to the CACHE_ID field in the corresponding node.
1996-04-11(diskfs_cached_lookup):Miles Bader
Renamed from iget; all uses updated. Initialize the CACHE_ID field in the new node. Replace references to the NUMBER field in a node's disknode structures with references to the CACHE_ID field in the node.
1996-04-11(targets): Add devprobe.Miles Bader
(SRCS): Add devprobe.c.
1996-04-11Initial revisionMiles Bader
1996-04-10(struct lookup_cache):Miles Bader
Add NEXT & PREV fields. Rename LEN back to NAME_LEN. (lru_cache, mru_cache): New variables. (first_cache, last_cache): Variables removed. (make_mru, make_lru, find_cache, init_lookup_cache): New functions. (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Rewrite to use the linked list. Deal with negative entries. Reuse old entries for the given name.
1996-04-10(diskfs_dirremove):Miles Bader
Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
1996-04-10(diskfs_dirrewrite):Miles Bader
Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
1996-04-10(diskfs_direnter):Miles Bader
Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
1996-04-10(diskfs_enter_lookup_cache, diskfs_purge_lookup_cache,Miles Bader
diskfs_check_lookup_cache): Renamed from versions without `lookup_'.
1996-04-10(diskfs_check_lookup_cache):Miles Bader
Correctly handle the case where the lookup returns DIR itself. (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Renamed from versions without `lookup_'. (diskfs_check_cache): Declare I. (struct lookup_cache, diskfs_enter_cache): Change NAMELEN field to LEN. (_diskfs_purge_cache_deletion): Delete function.
1996-04-10(diskfs_lookup):Miles Bader
Deal with DS or NP being 0. Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
1996-04-08(options, doc):Miles Bader
Change meaning of --translate's argument, in preparation for other changes. (options, main): Add, but don't really implement, --search option.
1996-04-08(prepare):Miles Bader
If io_map returns EOPNOTSUPP, suppress the error, and still setup E's stream. (prepare_and_check): If prepare returns an error, do no more.
1996-04-04(diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists.Miles Bader
1996-04-03(main): In `Can't get disklabel' error message, specifyMiles Bader
which flag the user can use to supply the needed information. (mkfs): Fiddle with info message.
1996-04-03*** empty log message ***Michael I. Bushnell
1996-04-03(diskfs_cached_lookup): Renamed from `iget'. All callers changed.Michael I. Bushnell
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-04-03(warp_root):Michael I. Bushnell
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-04-03(diskfs_cached_lookup): New declaration.Michael I. Bushnell
1996-04-03(iget): Initialize NP->cache_id.Michael I. Bushnell
1996-04-03(struct node): New member `cache_id'.Michael I. Bushnell
1996-04-03(argp_parse): Change HOOK argument to INPUT.Miles Bader
(struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again.
1996-04-03(argp_parse):Miles Bader
Change HOOK argument to INPUT. Don't propagate back return values when we're done. (struct group): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS. Add HOOK field again. (group_parse): Restore & save value of GROUP's hook field into STATE around calling the parser. Don't save changed value of INPUT.
1996-04-02entered into RCSMiles Bader
1996-04-02(SRCS): Add lcm.c.Miles Bader
1996-04-02Initial revisionMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02Initial revisionMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02entered into RCSMiles Bader
1996-04-02(pty_po_create_hook): Don't do anything here.Michael I. Bushnell
(pty_open_hook): Increment nptyperopens here.
1996-04-02(diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bumpMichael I. Bushnell
LOOKUP_CACHE_TAIL back itself too. (_diskfs_purge_cache_deletion): Likewise.
1996-04-02(diskfs_lookup): And correctly, too.Michael I. Bushnell
1996-04-02(diskfs_enter_cache): Don't set LC->next->prev if LC->next is null.Michael I. Bushnell
1996-04-02(diskfs_lookup): When doing diskfs_checkdirmod check, don't returnMichael I. Bushnell
success when we should return ENOENT, just because checkdirmod won. Also enter successful lookups for CREATE or LOOKUP in the name cache.
1996-04-02(netfs_report_access): Oops.Michael I. Bushnell
1996-04-02(netfs_report_access): Never mind on new calling conv.Michael I. Bushnell
1996-04-02Never mind.cMichael I. Bushnell