Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (prog-subdirs): Added pfinet. | Michael I. Bushnell | 1995-11-30 | 1 | -1/+1 |
| | |||||
* | Formerly socket-ops.c.~7~ | Michael I. Bushnell | 1995-11-29 | 1 | -5/+12 |
| | |||||
* | Formerly io-ops.c.~7~ | Michael I. Bushnell | 1995-11-29 | 1 | -5/+19 |
| | |||||
* | Formerly sched.c.~12~ | Michael I. Bushnell | 1995-11-29 | 1 | -1/+4 |
| | |||||
* | Formerly pfinet.h.~13~ | Michael I. Bushnell | 1995-11-29 | 1 | -2/+2 |
| | |||||
* | Formerly ethernet.c.~14~ | Michael I. Bushnell | 1995-11-29 | 1 | -2/+4 |
| | |||||
* | Formerly main.c.~14~ | Michael I. Bushnell | 1995-11-29 | 1 | -20/+20 |
| | |||||
* | Formerly timer-emul.c.~8~ | Michael I. Bushnell | 1995-11-27 | 1 | -7/+10 |
| | |||||
* | Formerly mapped-time.h.~3~ | Michael I. Bushnell | 1995-11-27 | 1 | -1/+1 |
| | |||||
* | Formerly misc.c.~6~ | Michael I. Bushnell | 1995-11-27 | 1 | -2/+4 |
| | |||||
* | Formerly main.c.~13~ | Michael I. Bushnell | 1995-11-27 | 1 | -1/+3 |
| | |||||
* | Nil. | Michael I. Bushnell | 1995-11-27 | 1 | -3/+4 |
| | |||||
* | (request_server): Don't call exec_server. | Roland McGrath | 1995-11-22 | 1 | -226/+49 |
| | | | | | | (S_exec_*): Functions removed. (boot_script_task_port): Variable removed. (boot_script_task_*, boot_script_port_*): Functions removed. | ||||
* | If calling thread is serving an RPC, don't block waiting for that RPC to | Roland McGrath | 1995-11-22 | 1 | -7/+10 |
| | | | | finish. | ||||
* | Formerly Makefile.~15~ | Michael I. Bushnell | 1995-11-22 | 1 | -1/+1 |
| | |||||
* | Don't wire timeouts to zero. | Roland McGrath | 1995-11-22 | 1 | -11/+9 |
| | |||||
* | (safe_bzero): New function, broken out of load_section. | Roland McGrath | 1995-11-21 | 1 | -27/+33 |
| | | | | (load_section): Call it. | ||||
* | (going_down): Variable removed. | Roland McGrath | 1995-11-21 | 1 | -15/+18 |
| | | | | | | (deadboot): Don't test it. Instead, use ports calls to check if there are no other live ports. (trivfs_goaway): Don't set it. | ||||
* | (check_hashbang): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -4/+4 |
| | |||||
* | (load_section): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -2/+2 |
| | |||||
* | (check_hashbang): Actually declare FILE_NAME and FILE volatile, not | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
| | | | | the contents. | ||||
* | (top_srcdirinc, srcdirinc): New variables. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+11 |
| | | | | | (CPPFLAGS): Use new vars $(top_srcdirinc) and $(srcdirinc) to avoid ugly duplication of `.' and `..' in compile lines when possible. | ||||
* | (check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAME | Michael I. Bushnell | 1995-11-21 | 1 | -3/+3 |
| | | | | volatile. | ||||
* | (load_section): Declare ADDR and VM_PROT volatile. | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
| | |||||
* | (_diskfs_rdwr_internal): Declare PROT volatile. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+2 |
| | |||||
* | (master_thread_function): Declare to be `static any_t'. | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | Include <string.h>. | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | (diskfs_get_options): Bother providing declaration. | Michael I. Bushnell | 1995-11-21 | 1 | -0/+5 |
| | |||||
* | (diskfs_S_file_get_fs_options): Revert last change. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (S_socket_bind, S_socket_connect): Drop ADDR's send right. | Miles Bader | 1995-11-21 | 1 | -15/+14 |
| | |||||
* | (diskfs_S_fsys_get_options): Revert last change. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (diskfs_get_options): Revert last change. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_get_options): diskfs_get_options -> | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | | | | _diskfs_get_options. | ||||
* | (dirscanblock): Apply mib's changes to ufs/dir.c. | Miles Bader | 1995-11-21 | 1 | -16/+42 |
| | |||||
* | (diskfs_S_file_get_fs_options): diskfs_get_options -> | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | | | | _diskfs_get_options.c | ||||
* | (main): Use new libps stream type. | Miles Bader | 1995-11-21 | 1 | -4/+9 |
| | |||||
* | (_diskfs_get_options): Renamed from diskfs_get_options. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | Add skip for `Obsolete io_select_done' to match msg.defs. | Miles Bader | 1995-11-21 | 2 | -0/+2 |
| | |||||
* | Include <string.h>. | Michael I. Bushnell | 1995-11-21 | 1 | -2/+3 |
| | | | | | (diskfs_S_file_get_fs_options): Dereference DATA_LEN in call to vm_allocate. | ||||
* | (S_interrupt_operation): Include new seqno parameter. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+2 |
| | |||||
* | (ports_S_interrupt_operation): Declare kern_return_t. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (ports_do_mach_notify_dead_name): declare kern_return_t. | Michael I. Bushnell | 1995-11-21 | 1 | -8/+8 |
| | | | | | | | | | (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. | ||||
* | (ports_S_interrupt_operation): Declare extern. | Michael I. Bushnell | 1995-11-21 | 1 | -7/+9 |
| | | | | | | | | | (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. | ||||
* | Include "notify_S.h". | Michael I. Bushnell | 1995-11-21 | 6 | -0/+6 |
| | |||||
* | Include "interrupt_S.h". | Michael I. Bushnell | 1995-11-21 | 1 | -0/+1 |
| | |||||
* | (ports_S_interrupt_operation): Include seqno arg. | Michael I. Bushnell | 1995-11-21 | 1 | -1/+1 |
| | |||||
* | (ports_manage_port_operations_multithread): Actually, just use | Michael I. Bushnell | 1995-11-21 | 1 | -20/+3 |
| | | | | hurd_thread_cancel and then begin the RPC normally. | ||||
* | (ports_manage_port_operations_multithread): Lock _ports_lock around | Michael I. Bushnell | 1995-11-21 | 1 | -1/+6 |
| | | | | new critical section. | ||||
* | (ports_S_interrupt_operation): Set PI->cancel_threshhold if the | Michael I. Bushnell | 1995-11-21 | 1 | -1/+6 |
| | | | | incoming seqno is greater than the current threshhold. | ||||
* | (interrupt_operation): Include SEQNO server argument. | Michael I. Bushnell | 1995-11-21 | 1 | -2/+3 |
| |