Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-20 | (MIGSTUBS): Delete interruptServer.o. | Michael I. Bushnell | |
1996-03-20 | (abort_getmsgport): Delete function. | Michael I. Bushnell | |
(check_message_return): Use condition_broadcast instead of continuation stuff. (check_message_dying): Likewise. (S_proc_getmsgport): Use condition_wait instead of continuation stuff; never return EBUSY. | |||
1996-03-20 | (waiting_parent_cares): Delete function. | Michael I. Bushnell | |
Don't include "interrupt_S.h". (alent_parent): Unconditionally enqueue zombie. Use condition_broadcast instead of continuation stuff. (S_interrupt_operation): Delete function. (abort_wait): Delete function. (reparent_zombies): Likewise. (S_proc_mark_stop): Likewise. (S_proc_wait): Use condition_wait instead of continuation stuff; never return EBUSY. | |||
1996-03-20 | (struct proc): New member `p_wakeup'. Delete member `p_continuation'. | Michael I. Bushnell | |
(global_lock): New variable. | |||
1996-03-20 | (new_proc): Initialize P->p_wakeup. | Michael I. Bushnell | |
1996-02-14 | Add some more #ifdef'd-out code to return wait strings. | Miles Bader | |
1996-02-09 | (S_proc_exception_raise): Rewritten. | Roland McGrath | |
(S_proc_handle_exceptions): Don't set E->replyport. (S_proc_exception_raise_reply): Function removed. | |||
1996-02-09 | (message_demuxer): Don't call proc_excrepl_server. | Roland McGrath | |
1996-02-09 | (DIST_FILES): Remove proc_excrepl.defs. | Roland McGrath | |
(MIGSTUBS): Remove its objects. | |||
1996-02-09 | Add msgoption arg. | Roland McGrath | |
Use integer_t where appropriate. | |||
1996-02-09 | (do_mach_notify_no_senders): Don't use E->replyport. | Roland McGrath | |
1996-02-09 | (struct exc): Removed useless members `replyport', `replyporttype'. | Roland McGrath | |
1995-12-21 | (free_session): Correctly get rid of the receive right we're holding. | Miles Bader | |
(S_proc_getsidport): Add and use new arg sessport_type. Return errors. | |||
1995-12-20 | (S_proc_reassign): | Miles Bader | |
Have notifications sent to the correct request port. Once we've given STUBP's request port to P, don't leave it in STUBP, so process_has_exited() doesn't dealloc it. | |||
1995-12-20 | (new_proc): Don't set P->p_noowner for processes 0 and 1. | Michael I. Bushnell | |
1995-12-20 | (get_vector): Rewritten without arbitrary limits. | Roland McGrath | |
1995-12-19 | (get_string_array): Fix stupid bug in copying to newly allocated space. | Roland McGrath | |
1995-12-19 | (S_proc_reauthenticate): Reverse miles' last chonge. | Michael I. Bushnell | |
1995-12-19 | (S_proc_reauthenticate): Don't return 0 for the new port. | Miles Bader | |
1995-11-21 | (S_interrupt_operation): Include new seqno parameter. | Michael I. Bushnell | |
1995-11-14 | (S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix. | Michael I. Bushnell | |
1995-11-09 | (S_proc_setmsgport): Only do the RPC reply by hand for proc. Also, | Michael I. Bushnell | |
return the correct port in that by-hand reply. | |||
1995-11-09 | (S_proc_getmsgport): Also return EBUSY if P->waiting, because both | Michael I. Bushnell | |
share the same memory in the proc structure. | |||
1995-11-09 | (S_proc_wait): Also return EBUSY if P->msgportwait, because both share | Michael I. Bushnell | |
the same memory in the proc structure. | |||
1995-11-08 | (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS differently. | Michael I. Bushnell | |
1995-11-08 | (S_proc_getprocinfo): Don't attempt msg_report_wait if P->p_msgport is | Michael I. Bushnell | |
not valid. | |||
1995-11-08 | (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS for now. | Michael I. Bushnell | |
1995-11-08 | (S_proc_getprocinfo): Calculate the size of the returned structure correctly. | Miles Bader | |
1995-11-06 | Include <sys/resource.h>. | Miles Bader | |
1995-11-06 | (S_proc_getprocinfo): | Miles Bader | |
Add NOISE and NOISE_LEN args. Fix various typos. Initialize ERR. | |||
1995-10-31 | (struct zombie): Deleted; now in proc.h. | Michael I. Bushnell | |
(zombie_list): Likewise. | |||
1995-10-31 | (struct zombie): New type. | Michael I. Bushnell | |
(zombie_list): New variable. | |||
1995-10-31 | (S_proc_getprocinfo): Implement all the rest of the PI flags except | Michael I. Bushnell | |
PI_ZOMBIE. | |||
1995-10-30 | (S_proc_getprocinfo): Support new FETCH flags; support new | Michael I. Bushnell | |
msg_report_wait call; improve organization. | |||
1995-10-30 | (S_proc_getprocenv): Removed #ifdef notyet; fixed args to | Michael I. Bushnell | |
get_string_array. | |||
1995-09-16 | Initial revision | Roland McGrath | |
1995-09-16 | (DIST_FILES): Added ourmsg.defs. | Roland McGrath | |
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed. | |||
1995-08-24 | (MIGSTUBS): New variable. | Miles Bader | |
(OBJS): Get the mig stubs from $(MIGSTUBS). (proc): Put all dependencies here. (HURDLIBS, REMHDRS): Removed. (OBJS): Calculate the appropiate bits from $(SRCS). | |||
1995-07-22 | (zombie_check_pid): Typo. | Michael I. Bushnell | |
1995-07-22 | (S_proc_setpgrp): Install bletcherous hack. | Michael I. Bushnell | |
1995-07-22 | (zombie_check_pid): Examine Z->pgrp too. | Michael I. Bushnell | |
1995-07-07 | "ihash.h" -> <hurd/ihash.h> | Michael I. Bushnell | |
1995-07-06 | (ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of include | Michael I. Bushnell | |
file directly. (ourmsg.defs): New target. | |||
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-06-27 | (S_proc_dostop): Remove assigments from inside if tests. | Michael I. Bushnell | |
1995-06-06 | (OBJS): Removed ihash.o and primes.o. | Michael I. Bushnell | |
(CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (REMHDRS): Added ../libihash/ihash.h. (HURDLIBS): Added libihash. | |||
1995-04-26 | (S_proc_wait): Use `waiter_cares', not `waiting_parent_cares' in | Michael I. Bushnell | |
zombie check. | |||
1995-04-18 | (reparent_zombies): Send SIGCHLD signal to init. | Michael I. Bushnell | |
1995-04-18 | (S_proc_wait): Don't return ESRCH; return ECHILD. | Michael I. Bushnell | |
1995-04-12 | (SRCS): Omit primes.c (it's moved to the lib dir). | Michael I. Bushnell | |