summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-20(diskfs_lookup): Cleaner.Michael I. Bushnell
1996-03-20(diskfs_lookup_hard): Don't do final permission checking here.Michael I. Bushnell
1996-03-20(diskfs_lookup): Do permission checking and cache looking here.Michael I. Bushnell
1996-03-20(diskfs_lookup_hard): Don't do initial permission checking here.Michael I. Bushnell
1996-03-20(diskfs_null_dirstat): New function.Michael I. Bushnell
1996-03-20(diskfs_S_dir_lookup): Don't check cache here.Michael I. Bushnell
1996-03-20Initial revisionMichael I. Bushnell
1996-03-20(diskfs_S_dir_unlink): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_S_dir_rmdir): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_rename_dir): dittoMichael I. Bushnell
1996-03-20(diskfs_S_dir_rename): dittoMichael I. Bushnell
1996-03-20(diskfs_clear_directory): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_rename_dir): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_S_dir_rename): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_dirrewrite):Michael I. Bushnell
1996-03-20(diskfs_create_node): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_rename_dir): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_S_dir_rename): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_S_dir_link): Don't frob cache here.Michael I. Bushnell
1996-03-20(diskfs_init_dir): Doc fixes.Michael I. Bushnell
1996-03-20Fix typo.Michael I. Bushnell
1996-03-20Initial revisionMichael I. Bushnell
1996-03-20Doc fixes.Michael I. Bushnell
1996-03-20(vpath %.defs): make that $(includedir)/mach and $(includedir)/device.Michael I. Bushnell
1996-03-20(vpath %.defs): Use $(includedir) to locate mach files.Roland McGrath
1996-03-20(CPPFLAGS): Define _GNU_SOURCE.Michael I. Bushnell
1996-03-20(vpath %.defs): Add /gd4/hurdinst/include/mach. XXXMichael I. Bushnell
1996-03-20(diskfs_dirrewrite_hard): Renamed from diskfs_dirrewrite. No longerMichael I. Bushnell
call modification tracking routines. (diskfs_dirremove_hard): Renamed from diskfs_dirremove. No longer call modification tracking routines. (diskfs_direnter_hard): Renamed from diskfs_direnter. No longer call modification tracking routines. (diskfs_lookup_hard): Renamed from diskfs_lookup.
1996-03-20(diskfs_lookup): Renamed to be diskfs_lookup_hard.Michael I. Bushnell
(diskfs_direnter): Renamed to be diskfs_direnter_hard. (diskfs_dirrewrite): Renamed to be diskfs_dirrewrite_hard. (diskfs_dirremove): Renamed to be diskfs_dirremove_hard. (diskfs_lookup, diskfs_direnter, diskfs_dirrewrite, diskfs_dirremove): New functions.
1996-03-20(ports_claim_right):Michael I. Bushnell
1996-03-20(ports_destroy_right): Don't do anything if port has already beenMichael I. Bushnell
destroyed.
1996-03-20(SRCS): Add `claim-right.c'.Michael I. Bushnell
1996-03-20Initial revisionMichael I. Bushnell
1996-03-20(ports_claim_right): New declaration.Michael I. Bushnell
1996-03-20(message_demuxer): Remove call to interrupt_server.Michael I. Bushnell
(global_lock): Provide definition.
1996-03-20(MIGSTUBS): Delete interruptServer.o.Michael I. Bushnell
1996-03-20(abort_getmsgport): Delete function.Michael I. Bushnell
(check_message_return): Use condition_broadcast instead of continuation stuff. (check_message_dying): Likewise. (S_proc_getmsgport): Use condition_wait instead of continuation stuff; never return EBUSY.
1996-03-20(waiting_parent_cares): Delete function.Michael I. Bushnell
Don't include "interrupt_S.h". (alent_parent): Unconditionally enqueue zombie. Use condition_broadcast instead of continuation stuff. (S_interrupt_operation): Delete function. (abort_wait): Delete function. (reparent_zombies): Likewise. (S_proc_mark_stop): Likewise. (S_proc_wait): Use condition_wait instead of continuation stuff; never return EBUSY.
1996-03-20(struct proc): New member `p_wakeup'. Delete member `p_continuation'.Michael I. Bushnell
(global_lock): New variable.
1996-03-20(new_proc): Initialize P->p_wakeup.Michael I. Bushnell
1996-03-20Formerly store.h.~9~Miles Bader
1996-03-20Formerly stripe.c.~4~Miles Bader
1996-03-19entered into RCSMiles Bader
1996-03-19Formerly rdwr.c.~9~Miles Bader
1996-03-19(diskfs_S_dir_lookup): Check cache before normal diskfs_lookup call.Michael I. Bushnell
1996-03-19*** empty log message ***Michael I. Bushnell
1996-03-19(diskfs_rename_dir): Call diskfs_purge_cache before calls toMichael I. Bushnell
diskfs_dirrewrite.
1996-03-19(diskfs_S_dir_rename): Call diskfs_purge_cache beforeMichael I. Bushnell
diskfs_dirrewrite for old node.
1996-03-19(diskfs_create_node): Call diskfs_enter_cache if diskfs_direnter isMichael I. Bushnell
successful.
1996-03-19(diskfs_S_dir_rename): Call diskfs_enter_cache ifMichael I. Bushnell
diskfs_direnter/diskfs_dirrewrite is successful.