Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-09-15 | (trunc_indirect): Only record an indirect block as being modified when it | Miles Bader | |
actually is. | |||
1995-09-15 | u32 --> block_t | Miles Bader | |
1995-09-15 | (diskfs_truncate): Use the new truncate functions. | Miles Bader | |
(poke_pages): Gratuitous cosmetic changes. (trunc_direct): Rewritten, new args. (trunc_indirect): Rewritten, new args, now more general to support all the various indirection levels. (trunc_triple_indirect, trunc_double_indirect, trunc_single_indirect): New functions. (struct free_block_run): New structure. (free_block_run_finish, free_block_run_free_ptr, free_block_run_add, free_block_run_init, _free_block_run_flush): New functions. (trunc_dindirect, trunc_tindirect): Functions deleted. (DIRECT_BLOCK, INDIRECT_BLOCK, DINDIRECT_BLOCK, TINDIRECT_BLOCK): Macros deleted. | |||
1995-09-14 | (_pipe_no_readers): REALLY wake up writers when the pipe breaks. | Miles Bader | |
1995-09-13 | (CONDITION_INITIALIZER): Provide initial zero for IMPLICATIONS member. | Michael I. Bushnell | |
(condition_init): Bother initializing NAME and IMPLICATIONS members. | |||
1995-09-13 | (_pager_seqnos_memory_object_lock_completed): Typo. | Michael I. Bushnell | |
1995-09-13 | (_pager_seqnos_memory_object_lock_completed): Don't push the | Michael I. Bushnell | |
locks_pending field negative in the case where the pager was terminated before we get called. | |||
1995-09-13 | (diskfs_lookup): Require NPP set for RENAME too. | Miles Bader | |
1995-09-13 | (diskfs_lookup): Doc fix. | Michael I. Bushnell | |
1995-09-13 | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell | |
1995-09-13 | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Miles Bader | |
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP. | |||
1995-09-13 | (diskfs_clear_directory): Set the fourth arg in REMOVE lookup calls in | Michael I. Bushnell | |
accord with change in rules for the lookup call. | |||
1995-09-13 | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Michael I. Bushnell | |
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP. | |||
1995-09-12 | Formerly pfinet.h.~5~ | Michael I. Bushnell | |
1995-09-12 | Formerly ethernet.c.~5~ | Michael I. Bushnell | |
1995-09-12 | Formerly Makefile.~10~ | Michael I. Bushnell | |
1995-09-12 | Formerly ethernet.c.~4~ | Michael I. Bushnell | |
1995-09-12 | Formerly main.c.~2~ | Michael I. Bushnell | |
1995-09-12 | Formerly interrupt.h.~5~ | Michael I. Bushnell | |
1995-09-12 | Initial revision | Michael I. Bushnell | |
1995-09-12 | Formerly devices.c.~4~ | Michael I. Bushnell | |
1995-09-11 | (CCVERSION): Changed to 2.7.1. | Miles Bader | |
(CCVERSION-duality.gnu.ai.mit.edu): Removed. | |||
1995-09-11 | (open_hook): Block for read only when there's really someone reading already, | Miles Bader | |
or until there's a writer. (open_hook): Use the WAIT macro to block. (wait_for_writer): New variable. (main): Set WAIT_FOR_WRITER with WAIT_FOR_READER. (trivfs_modify_stat): Only return pipe info if there's a pipe. (close_hook): Don't die if there's no pipe. | |||
1995-09-08 | (OTHERLIBS, CPPFLAGS): Disable bfd by default. | Roland McGrath | |
1995-09-08 | (ports_end_rpc): Call hurd_check_cancel. | Michael I. Bushnell | |
1995-09-07 | (trivfs_S_io_write): Minor fix. | Michael I. Bushnell | |
1995-09-07 | (trivfs_S_io_write): Start pending output before blocking. | Michael I. Bushnell | |
1995-09-07 | entered into RCS | Michael I. Bushnell | |
1995-09-07 | (packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'd | Miles Bader | |
but doesn't a page-multiple amount of data and we're reading everything. | |||
1995-09-07 | (MIGSTUBS): Remove notifyServer.o and interruptServer.o. | Miles Bader | |
1995-09-06 | (S_interrupt_operation): Function deleted. | Miles Bader | |
1995-09-06 | (sock_demuxer): Use ports_interrupt_server and ports_notify_server instead of | Miles Bader | |
our own version. (do_mach_notify_no_senders, do_mach_notify_port_deleted, do_mach_notify_msg_accepted, do_mach_notify_port_destroyed, do_mach_notify_port_deleted, do_mach_notify_send_once, do_mach_notify_dead_name): Functions deleted. | |||
1995-09-06 | (SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS). | Miles Bader | |
(NOTIFYSRCS, INTSRCS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o. | |||
1995-09-06 | (trivfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | |
of our own versions. | |||
1995-09-06 | (SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS). | Miles Bader | |
(NOTIFYSRCS, INTSRCS, notify-MIGSFLAGS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o. | |||
1995-09-06 | (diskfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | |
of our own versions. | |||
1995-09-06 | (OBJS): Add interruptServer.o. | Miles Bader | |
(SRCS): Add interrupt-operation.c. | |||
1995-09-06 | (ports_interrupt_server, ports_S_interrupt_operation): New declarations. | Miles Bader | |
1995-09-06 | Formerly pfinet.h.~4~ | Michael I. Bushnell | |
1995-09-06 | Formerly ethernet.c.~3~ | Michael I. Bushnell | |
1995-09-06 | Formerly timer-emul.c.~4~ | Michael I. Bushnell | |
1995-09-06 | Formerly sched.c.~7~ | Michael I. Bushnell | |
1995-09-06 | Formerly system.h.~8~ | Michael I. Bushnell | |
1995-09-06 | Initial revision | Miles Bader | |
1995-09-06 | (S_io_read, S_io_readable): Don't return EPIPE on EOF. | Miles Bader | |
1995-09-06 | (ports_notify_server, ports_do_mach_notify_*): New decls. | Miles Bader | |
1995-09-06 | (MIGCOMSFLAGS): New variable. | Miles Bader | |
(OBJS): Added notifyServer.o. (SRCS): Added notify-dead-name.c, notify-no-senders.c, notify-port-destroyed.c, notify-msg-accepted.c, notify-port-deleted.c, and notify-send-once.c. | |||
1995-09-06 | Initial revision | Miles Bader | |
1995-09-06 | (diskfs_pager_users): Ignore the disk pager when seeing if there are any | Miles Bader | |
active pagers. | |||
1995-09-05 | Initial revision | Miles Bader | |