summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-11-21(safe_bzero): New function, broken out of load_section.Roland McGrath
(load_section): Call it.
1995-11-21(going_down): Variable removed.Roland McGrath
(deadboot): Don't test it. Instead, use ports calls to check if there are no other live ports. (trivfs_goaway): Don't set it.
1995-11-21(check_hashbang): Undo boneheaded last change.Roland McGrath
1995-11-21(load_section): Undo boneheaded last change.Roland McGrath
1995-11-21(check_hashbang): Actually declare FILE_NAME and FILE volatile, notMichael I. Bushnell
the contents.
1995-11-21(top_srcdirinc, srcdirinc): New variables.Michael I. Bushnell
(CPPFLAGS): Use new vars $(top_srcdirinc) and $(srcdirinc) to avoid ugly duplication of `.' and `..' in compile lines when possible.
1995-11-21(check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAMEMichael I. Bushnell
volatile.
1995-11-21(load_section): Declare ADDR and VM_PROT volatile.Michael I. Bushnell
1995-11-21(_diskfs_rdwr_internal): Declare PROT volatile.Michael I. Bushnell
1995-11-21(master_thread_function): Declare to be `static any_t'.Michael I. Bushnell
1995-11-21Include <string.h>.Michael I. Bushnell
1995-11-21(diskfs_get_options): Bother providing declaration.Michael I. Bushnell
1995-11-21(diskfs_S_file_get_fs_options): Revert last change.Michael I. Bushnell
1995-11-21(S_socket_bind, S_socket_connect): Drop ADDR's send right.Miles Bader
1995-11-21(diskfs_S_fsys_get_options): Revert last change.Michael I. Bushnell
1995-11-21(diskfs_get_options): Revert last change.Michael I. Bushnell
1995-11-21(diskfs_S_fsys_get_options): diskfs_get_options ->Michael I. Bushnell
_diskfs_get_options.
1995-11-21(dirscanblock): Apply mib's changes to ufs/dir.c.Miles Bader
1995-11-21(diskfs_S_file_get_fs_options): diskfs_get_options ->Michael I. Bushnell
_diskfs_get_options.c
1995-11-21(main): Use new libps stream type.Miles Bader
1995-11-21(_diskfs_get_options): Renamed from diskfs_get_options.Michael I. Bushnell
1995-11-21Add skip for `Obsolete io_select_done' to match msg.defs.Miles Bader
1995-11-21Include <string.h>.Michael I. Bushnell
(diskfs_S_file_get_fs_options): Dereference DATA_LEN in call to vm_allocate.
1995-11-21(S_interrupt_operation): Include new seqno parameter.Michael I. Bushnell
1995-11-21(ports_S_interrupt_operation): Declare kern_return_t.Michael I. Bushnell
1995-11-21(ports_do_mach_notify_dead_name): declare kern_return_t.Michael I. Bushnell
(ports_do_mach_notify_msg_accepted): Likewise. (ports_do_mach_notify_no_senders): Likewise. (ports_do_mach_notify_port_deleted): Likewise. (ports_do_mach_notify_port_destroyed): Likewise. (ports_do_mach_notify_send_once): Likewise. (ports_S_interrupt_operation): Likewise.
1995-11-21(ports_S_interrupt_operation): Declare extern.Michael I. Bushnell
(ports_do_mach_notify_dead_name): Likewise. (ports_do_mach_notify_msg_accepted): Likewise. (ports_do_mach_notify_no_senders): Likewise. (ports_do_mach_notify_port_deleted): Likewise. (ports_do_mach_notify_port_destroyed): Likewise. (ports_do_mach_notify_send_once): Likewise.
1995-11-21Include "notify_S.h".Michael I. Bushnell
1995-11-21Include "interrupt_S.h".Michael I. Bushnell
1995-11-21(ports_S_interrupt_operation): Include seqno arg.Michael I. Bushnell
1995-11-21(ports_manage_port_operations_multithread): Actually, just useMichael I. Bushnell
hurd_thread_cancel and then begin the RPC normally.
1995-11-21(ports_manage_port_operations_multithread): Lock _ports_lock aroundMichael I. Bushnell
new critical section.
1995-11-21(ports_S_interrupt_operation): Set PI->cancel_threshhold if theMichael I. Bushnell
incoming seqno is greater than the current threshhold.
1995-11-21(interrupt_operation): Include SEQNO server argument.Michael I. Bushnell
1995-11-21(ports_manage_port_operations_multithread/internal_demuxer): If theMichael I. Bushnell
incoming RPC has already been cancelled, then call cancel_rpc instead of the user's demuxer. (cancel_rpc): New function.
1995-11-21(ports_manage_port_operations_one_thread): Doc fix.Michael I. Bushnell
1995-11-21(ports_reallocate_from_external): Clear PI->cancel_threshhold.Michael I. Bushnell
1995-11-21(ports_reallocate_port): Clear PI->cancel_threshhold.Michael I. Bushnell
1995-11-21(ports_intern_external_port): Initialize PI->cancel_threshhold.Michael I. Bushnell
1995-11-21(ports_allocate_port): Initialize PI->cancel_threshhold.Michael I. Bushnell
1995-11-21(struct port_info): New member `cancel_threshhold'.Michael I. Bushnell
1995-11-20Formerly ethernet.c.~13~Michael I. Bushnell
1995-11-20Formerly timer-emul.c.~7~Michael I. Bushnell
1995-11-20Formerly main.c.~12~Michael I. Bushnell
1995-11-20Formerly timer-emul.c.~6~Michael I. Bushnell
1995-11-20Formerly main.c.~11~Michael I. Bushnell
1995-11-20Formerly timer-emul.c.~5~Michael I. Bushnell
1995-11-20entered into RCSMichael I. Bushnell
1995-11-20(proc_stat_list_fmt): Use new write function names.Miles Bader
Use new STREAM parameter instead of old one and count.
1995-11-20(ps_emit_int, ps_emit_nz_int, ps_emit_priority,Miles Bader
ps_emit_percent, ps_emit_num_blocks, ps_emit_nice_int, ps_emit_nice_seconds, ps_emit_seconds, ps_emit_uid, ps_emit_uname, ps_emit_string0, ps_emit_string, ps_emit_tty_name, ps_emit_state): Use new STREAM parameter instead of old one and count. Use new function names.