aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (ihash_add): New name of nextprime.Michael I. Bushnell1996-04-111-2/+2
|
* (_ihash_nextprime): Renamed from nextprime.c. All callers changed.Michael I. Bushnell1996-04-111-1/+1
|
* (wire_segment_internal):Michael I. Bushnell1996-04-111-1/+9
|
* (guess_mode_use): New function.Michael I. Bushnell1996-04-111-1/+76
| | | | | (netfs_check_open_permissions, netfs_report_access): Replace old clever versions with less obtrusive one.
* Replace references to the NUMBER field in a node's disknode structures withMiles Bader1996-04-114-15/+15
| | | | references to the CACHE_ID field in the node.
* Replace references to iget with diskfs_cached_lookup.Miles Bader1996-04-111-1/+1
|
* Replace references to the NUMBER field in a node's disknode structures withMiles Bader1996-04-111-16/+16
| | | | | references to the CACHE_ID field in the node. Replace references to iget with diskfs_cached_lookup.
* (struct disknode): Get rid of NUMBER field; all references replaced byMiles Bader1996-04-111-7/+0
| | | | references to the CACHE_ID field in the corresponding node.
* (diskfs_cached_lookup):Miles Bader1996-04-111-15/+25
| | | | | | | 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.
* (targets): Add devprobe.Miles Bader1996-04-111-5/+6
| | | | (SRCS): Add devprobe.c.
* Initial revisionMiles Bader1996-04-111-0/+104
|
* (struct lookup_cache):Miles Bader1996-04-101-65/+175
| | | | | | | | | | | | | | | | 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.
* (diskfs_dirremove):Miles Bader1996-04-101-1/+1
| | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* (diskfs_dirrewrite):Miles Bader1996-04-101-2/+2
| | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* (diskfs_direnter):Miles Bader1996-04-101-1/+1
| | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache,Miles Bader1996-04-101-6/+5
| | | | | diskfs_check_lookup_cache): Renamed from versions without `lookup_'.
* (diskfs_check_lookup_cache):Miles Bader1996-04-101-109/+77
| | | | | | | | | | 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.
* (diskfs_lookup):Miles Bader1996-04-101-15/+27
| | | | | Deal with DS or NP being 0. Use diskfs_*_lookup_cache functions instead of names without `lookup_'.
* (options, doc):Miles Bader1996-04-081-6/+26
| | | | | | Change meaning of --translate's argument, in preparation for other changes. (options, main): Add, but don't really implement, --search option.
* (prepare):Miles Bader1996-04-081-66/+72
| | | | | | 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.
* (diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists.Miles Bader1996-04-041-1/+3
|
* (main): In `Can't get disklabel' error message, specifyMiles Bader1996-04-031-3/+5
| | | | | which flag the user can use to supply the needed information. (mkfs): Fiddle with info message.
* *** empty log message ***Michael I. Bushnell1996-04-031-1/+0
|
* (diskfs_cached_lookup): Renamed from `iget'. All callers changed.Michael I. Bushnell1996-04-031-1/+1
|
* (diskfs_lookup_hard):Michael I. Bushnell1996-04-031-5/+5
|
* (warp_root):Michael I. Bushnell1996-04-031-1/+1
|
* (diskfs_lookup_hard):Michael I. Bushnell1996-04-031-1/+1
|
* (diskfs_cached_lookup): New declaration.Michael I. Bushnell1996-04-031-0/+4
|
* (iget): Initialize NP->cache_id.Michael I. Bushnell1996-04-031-1/+1
|
* (struct node): New member `cache_id'.Michael I. Bushnell1996-04-031-0/+2
|
* (argp_parse): Change HOOK argument to INPUT.Miles Bader1996-04-031-16/+13
| | | | | (struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again.
* (argp_parse):Miles Bader1996-04-031-24/+20
| | | | | | | | | | | | 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.
* entered into RCSMiles Bader1996-04-022-5/+9
|
* (SRCS): Add lcm.c.Miles Bader1996-04-021-1/+1
|
* Initial revisionMiles Bader1996-04-021-0/+46
|
* entered into RCSMiles Bader1996-04-023-60/+63
|
* entered into RCSMiles Bader1996-04-021-32/+52
|
* entered into RCSMiles Bader1996-04-021-1/+3
|
* Initial revisionMiles Bader1996-04-021-0/+71
|
* entered into RCSMiles Bader1996-04-021-23/+19
|
* entered into RCSMiles Bader1996-04-021-1/+2
|
* entered into RCSMiles Bader1996-04-025-8/+9
|
* (pty_po_create_hook): Don't do anything here.Michael I. Bushnell1996-04-021-3/+1
| | | | (pty_open_hook): Increment nptyperopens here.
* (diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bumpMichael I. Bushnell1996-04-021-0/+4
| | | | | LOOKUP_CACHE_TAIL back itself too. (_diskfs_purge_cache_deletion): Likewise.
* (diskfs_lookup): And correctly, too.Michael I. Bushnell1996-04-021-1/+2
|
* (diskfs_enter_cache): Don't set LC->next->prev if LC->next is null.Michael I. Bushnell1996-04-021-1/+2
|
* (diskfs_lookup): When doing diskfs_checkdirmod check, don't returnMichael I. Bushnell1996-04-021-2/+8
| | | | | success when we should return ENOENT, just because checkdirmod won. Also enter successful lookups for CREATE or LOOKUP in the name cache.
* (netfs_report_access): Oops.Michael I. Bushnell1996-04-021-9/+9
|
* (netfs_report_access): Never mind on new calling conv.Michael I. Bushnell1996-04-021-23/+17
|
* Never mind.cMichael I. Bushnell1996-04-021-4/+2
|