aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (SRCS): Add offer-page.c.Michael I. Bushnell1996-04-181-1/+2
|
* Initial revisionMichael I. Bushnell1996-04-181-0/+35
|
* (pager_offer_page): add writelock arg.Michael I. Bushnell1996-04-181-0/+1
|
* (pager_offer_page): New function.Michael I. Bushnell1996-04-181-0/+10
|
* (diskfs_write_disknode): Only sync DI if WAIT.Miles Bader1996-04-171-2/+2
|
* (diskfs_lookup_hard): Set atime appropriately, and sync the new atime if weMiles Bader1996-04-171-15/+36
| | | | | | | | are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise.
* (init): Depend on libfshelp.Miles Bader1996-04-171-1/+1
|
* (launch_single_user): Set an active, not passive, translator on /tmp/console,Miles Bader1996-04-171-8/+32
| | | | so it works with / read-only.
* (diskfs_lookup_hard): Set atime appropriately, and sync the new atimeMichael I. Bushnell1996-04-161-0/+29
| | | | | | | | if we are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise.
* (diskfs_lookup): Never mind.Michael I. Bushnell1996-04-161-6/+0
|
* (diskfs_dirrewrite): Never mind.Michael I. Bushnell1996-04-161-1/+0
|
* (diskfs_dirremove): Never mind.Michael I. Bushnell1996-04-161-2/+0
|
* (diskfs_direnter): Never mind.Michael I. Bushnell1996-04-161-2/+0
|
* (diskfs_lookup):Michael I. Bushnell1996-04-161-2/+4
|
* (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
| | | | (SRCS): Include $(gzip-sources).
* (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
| | | | target installed, and that's OK for many users.
* (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
| | | | mutations.h in $(srcdir).
* (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
| | | | Reference fsmutations.h in $(srcdir).
* (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
| | | | else.