Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-15 | (SRCS): That's hashexec.c, not .o. | Michael I. Bushnell | |
1996-04-15 | (gzip-sources): New variable. | Michael I. Bushnell | |
(SRCS): Include $(gzip-sources). | |||
1996-04-15 | (process_has_exited): Clear p->p_waited. | Michael I. Bushnell | |
1996-04-15 | (vpath tables.c): That's $(srcdir)/.. | Michael I. Bushnell | |
1996-04-15 | (uxboot): Permit errors because people might not have the a.out-mach3 | Michael I. Bushnell | |
target installed, and that's OK for many users. | |||
1996-04-15 | (uxboot.0): Find frank1.ld in #(srcdir). | Michael I. Bushnell | |
1996-04-15 | Add decl of safe_gets. | Michael I. Bushnell | |
1996-04-15 | Include <stdio.h>. | Michael I. Bushnell | |
1996-04-15 | Formerly Makefile.~16~ | Michael I. Bushnell | |
1996-04-15 | (MIGSFLAGS): Look for mig-mutate.h in $(srcdir). | Michael I. Bushnell | |
1996-04-15 | (vpath tables.c): Find ufs directory in $(srcdir), not `..'. | Michael I. Bushnell | |
1996-04-15 | (fifo_trans_parse_args): Supply missing arg to argp_parse. | Michael I. Bushnell | |
1996-04-15 | Initial revision | Michael I. Bushnell | |
1996-04-15 | (exec-MIGSFLAGS): Look for execmutations.h in $(srcdir). | Michael I. Bushnell | |
1996-04-12 | (diskfs_enter_lookup_cache): Never cache . or .. | Michael I. Bushnell | |
1996-04-11 | (CFLAGS): Turn off -Wall. | Michael I. Bushnell | |
1996-04-11 | (pager_memcpy): fixup | Michael I. Bushnell | |
1996-04-11 | (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): Find | Michael I. Bushnell | |
mutations.h in $(srcdir). | |||
1996-04-11 | (MIGCOMUFLAGS): Delete variable. | Michael I. Bushnell | |
1996-04-11 | (ps_emit_past_time): Return zero. | Michael I. Bushnell | |
1996-04-11 | (MIGSFLAGS): Reference fsmutations.h in $(srcdir). | Michael I. Bushnell | |
1996-04-11 | Include <hurd.h>. | Michael I. Bushnell | |
1996-04-11 | (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): | Michael I. Bushnell | |
Reference fsmutations.h in $(srcdir). | |||
1996-04-11 | (VPATH): Fix up for new configure reality. | Michael I. Bushnell | |
1996-04-11 | Initial revision | Michael I. Bushnell | |
1996-04-11 | (diskfs_start_bootstrap): Print helpful message before doing anything | Michael I. Bushnell | |
else. | |||
1996-04-11 | (DIST_FILES): Add SETUP. | Miles Bader | |
1996-04-11 | Initial revision | Miles Bader | |
1996-04-11 | Include "priv.h". | Michael I. Bushnell | |
1996-04-11 | Initial revision | Michael I. Bushnell | |
1996-04-11 | (LCLHDRS): Add priv.h. | Michael I. Bushnell | |
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-11 | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | |
references to the CACHE_ID field in the node. | |||
1996-04-11 | Replace references to iget with diskfs_cached_lookup. | Miles Bader | |
1996-04-11 | Replace references to the NUMBER field in a node's disknode structures with | Miles 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 by | Miles 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-11 | Initial revision | Miles 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. |