Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formerly Makefile.~16~ | Michael I. Bushnell | 1996-04-15 | 1 | -5/+5 |
| | |||||
* | (MIGSFLAGS): Look for mig-mutate.h in $(srcdir). | Michael I. Bushnell | 1996-04-15 | 1 | -2/+2 |
| | |||||
* | (vpath tables.c): Find ufs directory in $(srcdir), not `..'. | Michael I. Bushnell | 1996-04-15 | 1 | -2/+2 |
| | |||||
* | (fifo_trans_parse_args): Supply missing arg to argp_parse. | Michael I. Bushnell | 1996-04-15 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-04-15 | 1 | -0/+810 |
| | |||||
* | (exec-MIGSFLAGS): Look for execmutations.h in $(srcdir). | Michael I. Bushnell | 1996-04-15 | 1 | -2/+2 |
| | |||||
* | (diskfs_enter_lookup_cache): Never cache . or .. | Michael I. Bushnell | 1996-04-12 | 1 | -0/+7 |
| | |||||
* | (CFLAGS): Turn off -Wall. | Michael I. Bushnell | 1996-04-11 | 1 | -0/+4 |
| | |||||
* | (pager_memcpy): fixup | Michael I. Bushnell | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): Find | Michael I. Bushnell | 1996-04-11 | 1 | -4/+4 |
| | | | | mutations.h in $(srcdir). | ||||
* | (MIGCOMUFLAGS): Delete variable. | Michael I. Bushnell | 1996-04-11 | 1 | -1/+0 |
| | |||||
* | (ps_emit_past_time): Return zero. | Michael I. Bushnell | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | (MIGSFLAGS): Reference fsmutations.h in $(srcdir). | Michael I. Bushnell | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | Include <hurd.h>. | Michael I. Bushnell | 1996-04-11 | 1 | -1/+2 |
| | |||||
* | (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): | Michael I. Bushnell | 1996-04-11 | 1 | -4/+4 |
| | | | | Reference fsmutations.h in $(srcdir). | ||||
* | (VPATH): Fix up for new configure reality. | Michael I. Bushnell | 1996-04-11 | 1 | -2/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-04-11 | 1 | -0/+101 |
| | |||||
* | (diskfs_start_bootstrap): Print helpful message before doing anything | Michael I. Bushnell | 1996-04-11 | 1 | -0/+3 |
| | | | | else. | ||||
* | (DIST_FILES): Add SETUP. | Miles Bader | 1996-04-11 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1996-04-11 | 1 | -0/+133 |
| | |||||
* | Include "priv.h". | Michael I. Bushnell | 1996-04-11 | 2 | -0/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-04-11 | 1 | -0/+21 |
| | |||||
* | (LCLHDRS): Add priv.h. | Michael I. Bushnell | 1996-04-11 | 1 | -2/+2 |
| | |||||
* | (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 |
| |