Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (S_proc_wait): `p->msgportwait' ==> `p->p_msgportwait' typo fix. | Michael I. Bushnell | 1995-11-14 | 1 | -1/+1 |
| | |||||
* | (S_proc_setmsgport): Only do the RPC reply by hand for proc. Also, | Michael I. Bushnell | 1995-11-09 | 1 | -8/+11 |
| | | | | return the correct port in that by-hand reply. | ||||
* | (S_proc_getmsgport): Also return EBUSY if P->waiting, because both | Michael I. Bushnell | 1995-11-09 | 1 | -2/+2 |
| | | | | share the same memory in the proc structure. | ||||
* | (S_proc_wait): Also return EBUSY if P->msgportwait, because both share | Michael I. Bushnell | 1995-11-09 | 1 | -1/+1 |
| | | | | the same memory in the proc structure. | ||||
* | (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS differently. | Michael I. Bushnell | 1995-11-08 | 1 | -4/+4 |
| | |||||
* | (S_proc_getprocinfo): Don't attempt msg_report_wait if P->p_msgport is | Michael I. Bushnell | 1995-11-08 | 1 | -1/+3 |
| | | | | not valid. | ||||
* | (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS for now. | Michael I. Bushnell | 1995-11-08 | 1 | -3/+6 |
| | |||||
* | (S_proc_getprocinfo): Calculate the size of the returned structure correctly. | Miles Bader | 1995-11-08 | 1 | -3/+2 |
| | |||||
* | Include <sys/resource.h>. | Miles Bader | 1995-11-06 | 1 | -0/+1 |
| | |||||
* | (S_proc_getprocinfo): | Miles Bader | 1995-11-06 | 1 | -7/+12 |
| | | | | Add NOISE and NOISE_LEN args. Fix various typos. Initialize ERR. | ||||
* | (struct zombie): Deleted; now in proc.h. | Michael I. Bushnell | 1995-10-31 | 1 | -12/+0 |
| | | | | (zombie_list): Likewise. | ||||
* | (struct zombie): New type. | Michael I. Bushnell | 1995-10-31 | 1 | -0/+11 |
| | | | | (zombie_list): New variable. | ||||
* | (S_proc_getprocinfo): Implement all the rest of the PI flags except | Michael I. Bushnell | 1995-10-31 | 1 | -1/+6 |
| | | | | PI_ZOMBIE. | ||||
* | (S_proc_getprocinfo): Support new FETCH flags; support new | Michael I. Bushnell | 1995-10-30 | 1 | -46/+54 |
| | | | | msg_report_wait call; improve organization. | ||||
* | (S_proc_getprocenv): Removed #ifdef notyet; fixed args to | Michael I. Bushnell | 1995-10-30 | 1 | -5/+1 |
| | | | | get_string_array. | ||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+12 |
| | |||||
* | (DIST_FILES): Added ourmsg.defs. | Roland McGrath | 1995-09-16 | 1 | -12/+1 |
| | | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed. | ||||
* | (MIGSTUBS): New variable. | Miles Bader | 1995-08-24 | 1 | -12/+11 |
| | | | | | | | (OBJS): Get the mig stubs from $(MIGSTUBS). (proc): Put all dependencies here. (HURDLIBS, REMHDRS): Removed. (OBJS): Calculate the appropiate bits from $(SRCS). | ||||
* | (zombie_check_pid): Typo. | Michael I. Bushnell | 1995-07-22 | 1 | -1/+1 |
| | |||||
* | (S_proc_setpgrp): Install bletcherous hack. | Michael I. Bushnell | 1995-07-22 | 1 | -5/+15 |
| | |||||
* | (zombie_check_pid): Examine Z->pgrp too. | Michael I. Bushnell | 1995-07-22 | 1 | -1/+2 |
| | |||||
* | "ihash.h" -> <hurd/ihash.h> | Michael I. Bushnell | 1995-07-07 | 1 | -2/+2 |
| | |||||
* | (ourmsg_U.h ourmsgUser.c): Use local ourmsg.defs instead of include | Michael I. Bushnell | 1995-07-06 | 1 | -3/+5 |
| | | | | | file directly. (ourmsg.defs): New target. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -8/+0 |
| | |||||
* | (S_proc_dostop): Remove assigments from inside if tests. | Michael I. Bushnell | 1995-06-27 | 1 | -3/+6 |
| | |||||
* | (OBJS): Removed ihash.o and primes.o. | Michael I. Bushnell | 1995-06-06 | 1 | -10/+6 |
| | | | | | | | (CPPFLAGS): Deleted addition of -I../lib. (vpath): Deleted spec. (REMHDRS): Added ../libihash/ihash.h. (HURDLIBS): Added libihash. | ||||
* | (S_proc_wait): Use `waiter_cares', not `waiting_parent_cares' in | Michael I. Bushnell | 1995-04-26 | 1 | -1/+2 |
| | | | | zombie check. | ||||
* | (reparent_zombies): Send SIGCHLD signal to init. | Michael I. Bushnell | 1995-04-18 | 1 | -1/+7 |
| | |||||
* | (S_proc_wait): Don't return ESRCH; return ECHILD. | Michael I. Bushnell | 1995-04-18 | 1 | -3/+3 |
| | |||||
* | (SRCS): Omit primes.c (it's moved to the lib dir). | Michael I. Bushnell | 1995-04-12 | 1 | -2/+2 |
| | |||||
* | (S_proc_getprocinfo): New var `tp'. Bother to set | Michael I. Bushnell | 1995-04-06 | 1 | -1/+5 |
| | | | | PI->logincollection. | ||||
* | (waiter_cares, waiting_parent_cares): New functions. | Roland McGrath | 1995-04-06 | 1 | -28/+37 |
| | | | | (alert_parent, reparent_zombies, S_proc_wait, S_proc_mark_stop): Use them. | ||||
* | Use the hashing routines from ../lib/ihash.c. | Miles Bader | 1995-04-05 | 1 | -1/+4 |
| | |||||
* | (main): Missing decls. | Michael I. Bushnell | 1995-04-04 | 1 | -0/+1 |
| | |||||
* | (main): Wire text and data segment on startup to avoid failure mode | Michael I. Bushnell | 1995-04-04 | 1 | -1/+14 |
| | | | | during non-standalone pseudo-crash. | ||||
* | Move the guts of the hash-table code to another to ihash.c, which is more | Miles Bader | 1995-03-14 | 1 | -123/+28 |
| | | | | | | | | generic. Rename struct htable to struct ihash. Rename addhash to ihash_add. Rename findhash to ihash_find. Use ihash_loc_remove to delete entries. | ||||
* | More of same. | Roland McGrath | 1995-01-19 | 2 | -8/+11 |
| | |||||
* | (S_proc_setpgrp): Use nowait_msg_proc_newids instead of nowait_proc_newids. | Roland McGrath | 1995-01-19 | 1 | -3/+3 |
| | |||||
* | (S_proc_child): Use nowait_msg_proc_newids instead of nowait_proc_newids. | Roland McGrath | 1995-01-19 | 1 | -4/+4 |
| | |||||
* | (check_uid): Return true if P has root. | Roland McGrath | 1995-01-17 | 1 | -3/+3 |
| | |||||
* | (struct proc): Make `argv' and `envp' members `vm_address_t'. | Roland McGrath | 1995-01-17 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-11-03 | 2 | -3/+3 |
| | |||||
* | Formerly info.c.~9~ | Roland McGrath | 1994-10-24 | 1 | -3/+3 |
| | |||||
* | Formerly mgt.c.~22~ | Roland McGrath | 1994-10-14 | 1 | -0/+1 |
| | |||||
* | Formerly mgt.c.~21~ | Roland McGrath | 1994-10-14 | 1 | -6/+22 |
| | |||||
* | entered into RCS | Jim Blandy | 1994-10-10 | 1 | -1/+5 |
| | |||||
* | entered into RCS | Roland McGrath | 1994-10-10 | 1 | -2/+15 |
| | |||||
* | Formerly host.c.~9~ | Roland McGrath | 1994-10-03 | 1 | -142/+126 |
| | |||||
* | Formerly host.c.~8~ | Roland McGrath | 1994-09-10 | 1 | -12/+12 |
| | |||||
* | Formerly mgt.c.~20~ | Roland McGrath | 1994-09-10 | 1 | -6/+6 |
| |