aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (diskfs_lookup): But only if not readonly.Michael I. Bushnell1996-04-161-1/+2
* (diskfs_write_disknode): Only do sync if WAIT is set.Michael I. Bushnell1996-04-161-1/+2
* (diskfs_lookup): Always update atime after I/O.Michael I. Bushnell1996-04-161-0/+3
* (diskfs_dirrewrite): Update mtime.Michael I. Bushnell1996-04-161-0/+1
* (diskfs_dirremove): Update mtime.Michael I. Bushnell1996-04-161-0/+3
* (diskfs_direnter): Update mtime.Michael I. Bushnell1996-04-161-0/+2
* entered into RCSMichael I. Bushnell1996-04-151-1/+24
* (vpath tables.c): top_srcdir is better.Michael I. Bushnell1996-04-151-1/+1
* (DIST_FILES): Add elfcore.c, crash.c, and exectrans.c.Michael I. Bushnell1996-04-151-1/+1
* Never mind.Michael I. Bushnell1996-04-151-3/+1
* (SRCS): That's hashexec.c, not .o.Michael I. Bushnell1996-04-151-1/+1
* (gzip-sources): New variable.Michael I. Bushnell1996-04-151-1/+3
* (process_has_exited): Clear p->p_waited.Michael I. Bushnell1996-04-151-0/+1
* (vpath tables.c): That's $(srcdir)/..Michael I. Bushnell1996-04-151-1/+1
* (uxboot): Permit errors because people might not have the a.out-mach3Michael I. Bushnell1996-04-151-1/+1
* (uxboot.0): Find frank1.ld in #(srcdir).Michael I. Bushnell1996-04-151-1/+1
* Add decl of safe_gets.Michael I. Bushnell1996-04-151-35/+29
* Include <stdio.h>.Michael I. Bushnell1996-04-151-181/+148
* Formerly Makefile.~16~Michael I. Bushnell1996-04-151-5/+5
* (MIGSFLAGS): Look for mig-mutate.h in $(srcdir).Michael I. Bushnell1996-04-151-2/+2
* (vpath tables.c): Find ufs directory in $(srcdir), not `..'.Michael I. Bushnell1996-04-151-2/+2
* (fifo_trans_parse_args): Supply missing arg to argp_parse.Michael I. Bushnell1996-04-151-1/+1
* Initial revisionMichael I. Bushnell1996-04-151-0/+810
* (exec-MIGSFLAGS): Look for execmutations.h in $(srcdir).Michael I. Bushnell1996-04-151-2/+2
* (diskfs_enter_lookup_cache): Never cache . or ..Michael I. Bushnell1996-04-121-0/+7
* (CFLAGS): Turn off -Wall.Michael I. Bushnell1996-04-111-0/+4
* (pager_memcpy): fixupMichael I. Bushnell1996-04-111-1/+1
* (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): FindMichael I. Bushnell1996-04-111-4/+4
* (MIGCOMUFLAGS): Delete variable.Michael I. Bushnell1996-04-111-1/+0
* (ps_emit_past_time): Return zero.Michael I. Bushnell1996-04-111-1/+1
* (MIGSFLAGS): Reference fsmutations.h in $(srcdir).Michael I. Bushnell1996-04-111-1/+1
* Include <hurd.h>.Michael I. Bushnell1996-04-111-1/+2
* (fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS):Michael I. Bushnell1996-04-111-4/+4
* (VPATH): Fix up for new configure reality.Michael I. Bushnell1996-04-111-2/+2
* Initial revisionMichael I. Bushnell1996-04-111-0/+101
* (diskfs_start_bootstrap): Print helpful message before doing anythingMichael I. Bushnell1996-04-111-0/+3
* (DIST_FILES): Add SETUP.Miles Bader1996-04-111-1/+1
* Initial revisionMiles Bader1996-04-111-0/+133
* Include "priv.h".Michael I. Bushnell1996-04-112-0/+2
* Initial revisionMichael I. Bushnell1996-04-111-0/+21
* (LCLHDRS): Add priv.h.Michael I. Bushnell1996-04-111-2/+2
* (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
* Replace references to the NUMBER field in a node's disknode structures withMiles Bader1996-04-114-15/+15
* 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
* (struct disknode): Get rid of NUMBER field; all references replaced byMiles Bader1996-04-111-7/+0
* (diskfs_cached_lookup):Miles Bader1996-04-111-15/+25