summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-11-14(S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix.Michael I. Bushnell
1995-11-14(OBJS): Remove execServer.o.Roland McGrath
1995-11-13(diskfs_demuxer): diskfs_exec_server --> diskfs_exec_startup_server.Miles Bader
1995-11-13entered into RCSMichael I. Bushnell
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13entered into RCSMichael I. Bushnell
1995-11-13Formerly rdwr.c.~5~Miles Bader
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Formerly file-check-access.c.~2~Michael I. Bushnell
1995-11-13Formerly store.h.~4~Miles Bader
1995-11-13Formerly set.c.~2~Miles Bader
1995-11-13Formerly device.c.~2~Miles Bader
1995-11-13entered into RCSMichael I. Bushnell
1995-11-13(diskfs_S_file_lock_stat): Lock around reads to make sure they areMichael I. Bushnell
mutually consistent.
1995-11-13Formerly make.c.~2~Miles Bader
1995-11-13Formerly file-utimes.c.~2~Michael I. Bushnell
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13entered into RCSMichael I. Bushnell
1995-11-13Formerly create.c.~2~Miles Bader
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Formerly io-seek.c.~2~Michael I. Bushnell
1995-11-13Formerly io-readable.c.~2~Michael I. Bushnell
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Formerly io-read.c.~2~Michael I. Bushnell
1995-11-13entered into RCSMichael I. Bushnell
1995-11-13(diskfs_S_io_readable): Set *AMOUNT to zero if filepointer is past theMichael I. Bushnell
end of the file.
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Initial revisionMichael I. Bushnell
1995-11-13Formerly Makefile.~2~Miles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13(S_exec_startup): Compatibility RPC removed.Roland McGrath
1995-11-13(load_section): Catch faults while zeroing partial bss page.Roland McGrath
1995-11-13(exec_startup): RPC removed; replaced with skip.Roland McGrath
1995-11-13Formerly derive.c.~2~Miles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13Initial revisionMiles Bader
1995-11-13Waste some time adding reply port args that no one will use.Miles Bader
1995-11-13(trivfs_startup): Add FLAGS arg, passed to fsys_startup.Miles Bader
1995-11-13(trivfs_startup): Add FLAGS arg.Miles Bader
1995-11-13(trivfs_S_file_get_storage_info):Miles Bader
Add FLAGS arg. Waste some time adding reply port args that no one will use.
1995-11-13(trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options): New functions.Miles Bader
(trivfs_S_fsys_startup): Add FLAGS arg.
1995-11-10Initial revisionMiles Bader
1995-11-09(S_proc_setmsgport): Only do the RPC reply by hand for proc. Also,Michael I. Bushnell
return the correct port in that by-hand reply.
1995-11-09(struct dirstat): New member `nbytes'.Michael I. Bushnell
(dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies.
1995-11-09(S_proc_getmsgport): Also return EBUSY if P->waiting, because bothMichael I. Bushnell
share the same memory in the proc structure.
1995-11-09(S_proc_wait): Also return EBUSY if P->msgportwait, because both shareMichael I. Bushnell
the same memory in the proc structure.