Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ihash_add): New name of nextprime. | Michael I. Bushnell | 1996-04-11 | 1 | -2/+2 |
| | |||||
* | (_ihash_nextprime): Renamed from nextprime.c. All callers changed. | Michael I. Bushnell | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | (wire_segment_internal): | Michael I. Bushnell | 1996-04-11 | 1 | -1/+9 |
| | |||||
* | (guess_mode_use): New function. | Michael I. Bushnell | 1996-04-11 | 1 | -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 with | Miles Bader | 1996-04-11 | 4 | -15/+15 |
| | | | | references to the CACHE_ID field in the node. | ||||
* | Replace references to iget with diskfs_cached_lookup. | Miles Bader | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | 1996-04-11 | 1 | -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 by | Miles Bader | 1996-04-11 | 1 | -7/+0 |
| | | | | references to the CACHE_ID field in the corresponding node. | ||||
* | (diskfs_cached_lookup): | Miles Bader | 1996-04-11 | 1 | -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 Bader | 1996-04-11 | 1 | -5/+6 |
| | | | | (SRCS): Add devprobe.c. | ||||
* | Initial revision | Miles Bader | 1996-04-11 | 1 | -0/+104 |
| | |||||
* | (struct lookup_cache): | Miles Bader | 1996-04-10 | 1 | -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 Bader | 1996-04-10 | 1 | -1/+1 |
| | | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'. | ||||
* | (diskfs_dirrewrite): | Miles Bader | 1996-04-10 | 1 | -2/+2 |
| | | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'. | ||||
* | (diskfs_direnter): | Miles Bader | 1996-04-10 | 1 | -1/+1 |
| | | | | Use diskfs_*_lookup_cache functions instead of names without `lookup_'. | ||||
* | (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, | Miles Bader | 1996-04-10 | 1 | -6/+5 |
| | | | | | diskfs_check_lookup_cache): Renamed from versions without `lookup_'. | ||||
* | (diskfs_check_lookup_cache): | Miles Bader | 1996-04-10 | 1 | -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 Bader | 1996-04-10 | 1 | -15/+27 |
| | | | | | Deal with DS or NP being 0. Use diskfs_*_lookup_cache functions instead of names without `lookup_'. | ||||
* | (options, doc): | Miles Bader | 1996-04-08 | 1 | -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 Bader | 1996-04-08 | 1 | -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 Bader | 1996-04-04 | 1 | -1/+3 |
| | |||||
* | (main): In `Can't get disklabel' error message, specify | Miles Bader | 1996-04-03 | 1 | -3/+5 |
| | | | | | which flag the user can use to supply the needed information. (mkfs): Fiddle with info message. | ||||
* | *** empty log message *** | Michael I. Bushnell | 1996-04-03 | 1 | -1/+0 |
| | |||||
* | (diskfs_cached_lookup): Renamed from `iget'. All callers changed. | Michael I. Bushnell | 1996-04-03 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup_hard): | Michael I. Bushnell | 1996-04-03 | 1 | -5/+5 |
| | |||||
* | (warp_root): | Michael I. Bushnell | 1996-04-03 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup_hard): | Michael I. Bushnell | 1996-04-03 | 1 | -1/+1 |
| | |||||
* | (diskfs_cached_lookup): New declaration. | Michael I. Bushnell | 1996-04-03 | 1 | -0/+4 |
| | |||||
* | (iget): Initialize NP->cache_id. | Michael I. Bushnell | 1996-04-03 | 1 | -1/+1 |
| | |||||
* | (struct node): New member `cache_id'. | Michael I. Bushnell | 1996-04-03 | 1 | -0/+2 |
| | |||||
* | (argp_parse): Change HOOK argument to INPUT. | Miles Bader | 1996-04-03 | 1 | -16/+13 |
| | | | | | (struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again. | ||||
* | (argp_parse): | Miles Bader | 1996-04-03 | 1 | -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 RCS | Miles Bader | 1996-04-02 | 2 | -5/+9 |
| | |||||
* | (SRCS): Add lcm.c. | Miles Bader | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1996-04-02 | 1 | -0/+46 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 3 | -60/+63 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -32/+52 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -1/+3 |
| | |||||
* | Initial revision | Miles Bader | 1996-04-02 | 1 | -0/+71 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -23/+19 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 1 | -1/+2 |
| | |||||
* | entered into RCS | Miles Bader | 1996-04-02 | 5 | -8/+9 |
| | |||||
* | (pty_po_create_hook): Don't do anything here. | Michael I. Bushnell | 1996-04-02 | 1 | -3/+1 |
| | | | | (pty_open_hook): Increment nptyperopens here. | ||||
* | (diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bump | Michael I. Bushnell | 1996-04-02 | 1 | -0/+4 |
| | | | | | LOOKUP_CACHE_TAIL back itself too. (_diskfs_purge_cache_deletion): Likewise. | ||||
* | (diskfs_lookup): And correctly, too. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+2 |
| | |||||
* | (diskfs_enter_cache): Don't set LC->next->prev if LC->next is null. | Michael I. Bushnell | 1996-04-02 | 1 | -1/+2 |
| | |||||
* | (diskfs_lookup): When doing diskfs_checkdirmod check, don't return | Michael I. Bushnell | 1996-04-02 | 1 | -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. Bushnell | 1996-04-02 | 1 | -9/+9 |
| | |||||
* | (netfs_report_access): Never mind on new calling conv. | Michael I. Bushnell | 1996-04-02 | 1 | -23/+17 |
| | |||||
* | Never mind.c | Michael I. Bushnell | 1996-04-02 | 1 | -4/+2 |
| |