summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-11-30(start_output): Add devio_ prefix; declare static.Michael I. Bushnell
(set_break): Likewise. (clear_break): Likewise. (abandon_physical_output): Likewise. (pending_output_size): Likewise. (assert_dtr): Likewise. (desert_dtr): Likewise. (set_bits): Likewise. (mdmctl): Likewise. (mdmstate): Likewise. (devio_bottom): New var.
1995-11-30(devio_bottom): Fix decl.Michael I. Bushnell
1995-11-30(struct bottomhalf): New type.Michael I. Bushnell
(bottom, devio_bottom): New vars.
1995-11-30(readlock): New variable.Michael I. Bushnell
(read_reply): Check FIONREAD before dequeueing QR so that we don't abandon requests. Lock READLOCK around FIONREAD/read pair. (ds_device_read): Lock READLOCK around FIONREAD/read pair. (ds_device_read_inband): Likewise. (S_io_read): Likewise.
1995-11-30(ports_do_mach_notify_send_once): foo.Michael I. Bushnell
1995-11-30*** empty log message ***Michael I. Bushnell
1995-11-30(ports_do_mach_notify_send_once): New function.Michael I. Bushnell
1995-11-30Formerly ethernet.c.~15~Michael I. Bushnell
1995-11-30Formerly sched.c.~13~Michael I. Bushnell
1995-11-30(prog-subdirs): Added pfinet.Michael I. Bushnell
1995-11-29Formerly socket-ops.c.~7~Michael I. Bushnell
1995-11-29Formerly io-ops.c.~7~Michael I. Bushnell
1995-11-29Formerly sched.c.~12~Michael I. Bushnell
1995-11-29Formerly pfinet.h.~13~Michael I. Bushnell
1995-11-29Formerly ethernet.c.~14~Michael I. Bushnell
1995-11-29Formerly main.c.~14~Michael I. Bushnell
1995-11-27Formerly timer-emul.c.~8~Michael I. Bushnell
1995-11-27Formerly mapped-time.h.~3~Michael I. Bushnell
1995-11-27Formerly misc.c.~6~Michael I. Bushnell
1995-11-27Formerly main.c.~13~Michael I. Bushnell
1995-11-27Nil.Michael I. Bushnell
1995-11-22(request_server): Don't call exec_server.Roland McGrath
(S_exec_*): Functions removed. (boot_script_task_port): Variable removed. (boot_script_task_*, boot_script_port_*): Functions removed.
1995-11-22If calling thread is serving an RPC, don't block waiting for that RPC toRoland McGrath
finish.
1995-11-22Formerly Makefile.~15~Michael I. Bushnell
1995-11-22Don't wire timeouts to zero.Roland McGrath
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