summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-01-28(main): Only open /dev/tty if stdin is unreadable.Roland McGrath
1995-01-28Include "msg_S.h". Prepend `msg_' to msg.defs server functions.Roland McGrath
Add stubs for new msg.defs functions.
1995-01-28(OBJS): Remove reference to libc's devstream.o.Roland McGrath
1995-01-22[BFD]: Fix prototype.Roland McGrath
1995-01-22Update BFD code; it works now.Roland McGrath
1995-01-19(diskfs_S_io_select): Remove cruft left from before last change.Roland McGrath
1995-01-19(ourfs_notify_U.h ourfs_notifyUser.c): Make this instead of ourmsg_U.h.Roland McGrath
All references changed.
1995-01-19Undo renaming.Roland McGrath
Includ ourfs_notify_U.h instead of ourmsg_U.h.
1995-01-19More of same.Roland McGrath
1995-01-19(S_io_select): Fix typo in last change.Roland McGrath
1995-01-19Updated to new io_select protocol.Roland McGrath
1995-01-19(diskfs_S_dir_notice_changes): Call nowait_msg_dir_changed instead ofRoland McGrath
nowait_dir_changed.
1995-01-19(S_proc_setpgrp): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath
1995-01-19(S_proc_child): Use nowait_msg_proc_newids instead of nowait_proc_newids.Roland McGrath
1995-01-19Prepend `msg_' to names of msg.defs RPCs.Roland McGrath
1995-01-19Add case for CPU_TYPE_ALPHA.Roland McGrath
1995-01-19(bfd_mach_host_arch_mach, aout_mach_host_machine): UseRoland McGrath
mach_msg_type_number_t instead of unsigned int. Cast &HOSTINFO to (natural_t *).
1995-01-19(S_io_select): Updated to new io_select protocol.Roland McGrath
1995-01-18Fix typo reply->request.Roland McGrath
1995-01-18Updated for new io_select interface.Roland McGrath
1995-01-17(check_uid): Return true if P has root.Roland McGrath
1995-01-17(struct proc): Make `argv' and `envp' members `vm_address_t'.Roland McGrath
1995-01-17Synchronize with new io_select definition.Roland McGrath
1995-01-17(io_select): Add user reply port and reply timeout args.Roland McGrath
Make arg SELECT_TYPE inout, remove SELECT_RESULT out arg.
1995-01-17(EXEC_INHERITED): New macro.Roland McGrath
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
(dir_changed, file_changed): Remove these skips.
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
Add msg_sig_post_untraced_reply and intervening skips.
1995-01-17Prepend `msg_' to all RPC names.Roland McGrath
(dir_changed, file_changed): RPCs moved to fs_notify.defs. (msg_get_exec_flags, msg_set_exec_flags, msg_set_some_exec_flags, msg_clear_some_exec_flags): New RPCs.
1995-01-17Initial revisionRoland McGrath
1995-01-17Add fs_notify at 20500.Roland McGrath
1995-01-17Fix RPC name in last change.Roland McGrath
1995-01-17Add sig_post_untraced_reply, and intervening skips.Roland McGrath
1995-01-16(EXEC_TRACED): New macro.Roland McGrath
1995-01-16(io_select_done): RPC removed, replaced with a skip.Roland McGrath
(sig_post_untraced): New RPC.
1995-01-16Add ID_TAG arg.Roland McGrath
1995-01-16(io_select_request): Remove RETURN_PORT arg.Roland McGrath
1995-01-16(io_select): Remove RETURN_PORT arg; make ID_TAG inout.Roland McGrath
1995-01-15[BFD] (bfd_mach_host_arch_mach): In decl, MACHINE arg is `long int *' now.Roland McGrath
[BFD] (host_bfd_arch_info): New variable. [BFD] (host_bfd): Initialize `arch_info' member to its address. (check) [BFD]: Use bfd_arch_get_compatible properly, rather than the nonexistent bfd_arch_compatible. (main) [BFD]: Fill in host_bfd.arch_info instead of old `obj_machine' and `obj_archiecture' members, which BFD no longer has.
1995-01-15[BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now.Roland McGrath
1994-12-14(libnetserv): New variable.Michael I. Bushnell
(alllibs): Added `libnetserv'.
1994-12-14Initial revisionRoland McGrath
1994-12-14(OBJS): Add unzip.o util.o inflate.o.Roland McGrath
(LCLHDRS): Add gzip.h crypt.h tailor.h. (unzip.o util.o inflate.o): Depend on those. (CFLAGS): Use +=.
1994-12-12(struct execdata): New members `headbuf', `file_data', `optimal_block'.Roland McGrath
(load_section): Copy data from U->file_data if that is nonnull. Use new subfunction `write_to_task' that handles non-page aligned sections. (input_room): Fix EOF check. Use io_read if no memory object. (prepare): New function, broken out of check. Initialize E->file_data and E->optimal_block. Set E->stream.__seen bit. (check): No longer take FILE arg. Use E->file_data if nonnull; else read from stream if no memory object. (finish_mapping): Reset members after deallocating resources. (finish): Likewise. Call fclose. Don't deallocate E->header if it points to &E->headbuf or E->file_data. (check_gzip): New function, implements executing gzip'd binaries. (do_exec): Call prepare before check. Call check_gzip if file format unrecognized.
1994-12-11(diskfs_S_io_readable): Fix typo in last change.Roland McGrath
1994-12-11(start_execserver): Fix braino in last change.Roland McGrath
1994-12-11(start_execserver): When aligning bss size for vm_allocate, don't includeRoland McGrath
bss start alignment fixup offset.
1994-12-09(diskfs_S_io_read): Don't check for MAXREAD<0.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of int.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath